pulp_rpm_client 3.5.1 → 3.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +73 -55
- data/docs/{Addon.md → AddonResponse.md} +2 -2
- data/docs/{Artifact.md → ArtifactResponse.md} +3 -3
- data/docs/{Checksum.md → ChecksumResponse.md} +2 -2
- data/docs/ContentAdvisoriesApi.md +44 -44
- data/docs/ContentDistributionTreesApi.md +25 -25
- data/docs/ContentModulemdDefaultsApi.md +32 -32
- data/docs/ContentModulemdsApi.md +34 -34
- data/docs/ContentPackagecategoriesApi.md +25 -25
- data/docs/ContentPackageenvironmentsApi.md +25 -25
- data/docs/ContentPackagegroupsApi.md +25 -25
- data/docs/ContentPackagelangpacksApi.md +25 -25
- data/docs/ContentPackagesApi.md +64 -64
- data/docs/ContentRepoMetadataFilesApi.md +25 -25
- data/docs/ContentSummary.md +3 -3
- data/docs/ContentSummaryResponse.md +21 -0
- data/docs/DistributionsRpmApi.md +108 -60
- data/docs/{Image.md → ImageResponse.md} +3 -3
- data/docs/InlineResponse200.md +3 -3
- data/docs/InlineResponse2001.md +3 -3
- data/docs/InlineResponse20010.md +3 -3
- data/docs/InlineResponse20011.md +3 -3
- data/docs/InlineResponse20012.md +3 -3
- data/docs/InlineResponse20013.md +3 -3
- data/docs/InlineResponse20014.md +3 -3
- data/docs/InlineResponse2002.md +3 -3
- data/docs/InlineResponse2003.md +3 -3
- data/docs/InlineResponse2004.md +3 -3
- data/docs/InlineResponse2005.md +3 -3
- data/docs/InlineResponse2006.md +3 -3
- data/docs/InlineResponse2007.md +3 -3
- data/docs/InlineResponse2008.md +3 -3
- data/docs/InlineResponse2009.md +3 -3
- data/docs/MetadataChecksumTypeEnum.md +16 -0
- data/docs/PackageChecksumTypeEnum.md +16 -0
- data/docs/PatchedrpmRpmDistribution.md +23 -0
- data/docs/PatchedrpmRpmRemote.md +39 -0
- data/docs/PatchedrpmRpmRepository.md +25 -0
- data/docs/PolicyEnum.md +16 -0
- data/docs/PublicationsRpmApi.md +40 -40
- data/docs/RemotesRpmApi.md +125 -65
- data/docs/RepositoriesRpmApi.md +97 -73
- data/docs/RepositoriesRpmVersionsApi.md +94 -62
- data/docs/RepositoryAddRemoveContent.md +2 -2
- data/docs/RepositoryVersion.md +1 -9
- data/docs/RepositoryVersionResponse.md +25 -0
- data/docs/RpmCopyApi.md +10 -10
- data/docs/{RpmDistributionTree.md → RpmDistributionTreeResponse.md} +6 -6
- data/docs/RpmModulemd.md +8 -8
- data/docs/RpmModulemdDefaults.md +8 -8
- data/docs/RpmModulemdDefaultsResponse.md +29 -0
- data/docs/RpmModulemdResponse.md +39 -0
- data/docs/RpmPackage.md +7 -79
- data/docs/{RpmPackageCategory.md → RpmPackageCategoryResponse.md} +2 -2
- data/docs/{RpmPackageEnvironment.md → RpmPackageEnvironmentResponse.md} +2 -2
- data/docs/{RpmPackageGroup.md → RpmPackageGroupResponse.md} +2 -2
- data/docs/{RpmPackageLangpacks.md → RpmPackageLangpacksResponse.md} +2 -2
- data/docs/RpmPackageResponse.md +95 -0
- data/docs/{RpmRepoMetadataFile.md → RpmRepoMetadataFileResponse.md} +2 -2
- data/docs/RpmRepositorySyncURL.md +1 -1
- data/docs/RpmRpmDistribution.md +1 -7
- data/docs/RpmRpmDistributionResponse.md +29 -0
- data/docs/RpmRpmPublication.md +3 -7
- data/docs/RpmRpmPublicationResponse.md +27 -0
- data/docs/RpmRpmRemote.md +4 -10
- data/docs/RpmRpmRemoteResponse.md +45 -0
- data/docs/RpmRpmRepository.md +3 -9
- data/docs/RpmRpmRepositoryResponse.md +33 -0
- data/docs/RpmUpdateCollection.md +1 -3
- data/docs/RpmUpdateCollectionResponse.md +23 -0
- data/docs/RpmUpdateRecord.md +4 -40
- data/docs/RpmUpdateRecordResponse.md +55 -0
- data/docs/{Variant.md → VariantResponse.md} +2 -2
- data/lib/pulp_rpm_client/api/content_advisories_api.rb +60 -60
- data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +36 -36
- data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +42 -54
- data/lib/pulp_rpm_client/api/content_modulemds_api.rb +44 -76
- data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +36 -36
- data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +36 -36
- data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +36 -36
- data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +36 -36
- data/lib/pulp_rpm_client/api/content_packages_api.rb +92 -92
- data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +36 -36
- data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +153 -90
- data/lib/pulp_rpm_client/api/publications_rpm_api.rb +59 -59
- data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +181 -100
- data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +145 -118
- data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +137 -92
- data/lib/pulp_rpm_client/api/rpm_copy_api.rb +15 -15
- data/lib/pulp_rpm_client/api_client.rb +2 -2
- data/lib/pulp_rpm_client/api_error.rb +2 -2
- data/lib/pulp_rpm_client/configuration.rb +3 -3
- data/lib/pulp_rpm_client/models/{addon.rb → addon_response.rb} +6 -100
- data/lib/pulp_rpm_client/models/{artifact.rb → artifact_response.rb} +9 -93
- data/lib/pulp_rpm_client/models/async_operation_response.rb +3 -2
- data/lib/pulp_rpm_client/models/{checksum.rb → checksum_response.rb} +6 -43
- data/lib/pulp_rpm_client/models/content_summary.rb +9 -15
- data/lib/pulp_rpm_client/models/content_summary_response.rb +240 -0
- data/lib/pulp_rpm_client/models/copy.rb +3 -2
- data/lib/pulp_rpm_client/models/{image.rb → image_response.rb} +7 -63
- data/lib/pulp_rpm_client/models/inline_response200.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response2001.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response20010.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response20011.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response20012.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response20013.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response20014.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response2002.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response2003.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response2004.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response2005.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response2006.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response2007.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response2008.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response2009.rb +3 -13
- data/lib/pulp_rpm_client/models/metadata_checksum_type_enum.rb +41 -0
- data/lib/pulp_rpm_client/models/package_checksum_type_enum.rb +41 -0
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_distribution.rb +240 -0
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_remote.rb +340 -0
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +265 -0
- data/lib/pulp_rpm_client/models/policy_enum.rb +37 -0
- data/lib/pulp_rpm_client/models/repository_add_remove_content.rb +5 -4
- data/lib/pulp_rpm_client/models/repository_version.rb +7 -43
- data/lib/pulp_rpm_client/models/repository_version_response.rb +246 -0
- data/lib/pulp_rpm_client/models/{rpm_distribution_tree.rb → rpm_distribution_tree_response.rb} +17 -234
- data/lib/pulp_rpm_client/models/rpm_modulemd.rb +42 -153
- data/lib/pulp_rpm_client/models/rpm_modulemd_defaults.rb +40 -86
- data/lib/pulp_rpm_client/models/rpm_modulemd_defaults_response.rb +282 -0
- data/lib/pulp_rpm_client/models/rpm_modulemd_response.rb +346 -0
- data/lib/pulp_rpm_client/models/rpm_package.rb +28 -501
- data/lib/pulp_rpm_client/models/{rpm_package_category.rb → rpm_package_category_response.rb} +10 -63
- data/lib/pulp_rpm_client/models/{rpm_package_environment.rb → rpm_package_environment_response.rb} +11 -68
- data/lib/pulp_rpm_client/models/{rpm_package_group.rb → rpm_package_group_response.rb} +10 -63
- data/lib/pulp_rpm_client/models/{rpm_package_langpacks.rb → rpm_package_langpacks_response.rb} +8 -34
- data/lib/pulp_rpm_client/models/rpm_package_response.rb +597 -0
- data/lib/pulp_rpm_client/models/{rpm_repo_metadata_file.rb → rpm_repo_metadata_file_response.rb} +6 -96
- data/lib/pulp_rpm_client/models/rpm_repository_sync_url.rb +4 -30
- data/lib/pulp_rpm_client/models/rpm_rpm_distribution.rb +4 -85
- data/lib/pulp_rpm_client/models/rpm_rpm_distribution_response.rb +279 -0
- data/lib/pulp_rpm_client/models/rpm_rpm_publication.rb +6 -74
- data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +256 -0
- data/lib/pulp_rpm_client/models/rpm_rpm_remote.rb +7 -214
- data/lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb +379 -0
- data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +14 -74
- data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +307 -0
- data/lib/pulp_rpm_client/models/rpm_update_collection.rb +10 -34
- data/lib/pulp_rpm_client/models/rpm_update_collection_response.rb +243 -0
- data/lib/pulp_rpm_client/models/rpm_update_record.rb +18 -245
- data/lib/pulp_rpm_client/models/rpm_update_record_response.rb +401 -0
- data/lib/pulp_rpm_client/models/{variant.rb → variant_response.rb} +6 -195
- data/lib/pulp_rpm_client/version.rb +3 -3
- data/lib/pulp_rpm_client.rb +30 -13
- data/pulp_rpm_client.gemspec +4 -4
- data/spec/api/content_advisories_api_spec.rb +21 -21
- data/spec/api/content_distribution_trees_api_spec.rb +9 -9
- data/spec/api/content_modulemd_defaults_api_spec.rb +13 -13
- data/spec/api/content_modulemds_api_spec.rb +13 -13
- data/spec/api/content_packagecategories_api_spec.rb +9 -9
- data/spec/api/content_packageenvironments_api_spec.rb +9 -9
- data/spec/api/content_packagegroups_api_spec.rb +9 -9
- data/spec/api/content_packagelangpacks_api_spec.rb +9 -9
- data/spec/api/content_packages_api_spec.rb +31 -31
- data/spec/api/content_repo_metadata_files_api_spec.rb +9 -9
- data/spec/api/distributions_rpm_api_spec.rb +39 -18
- data/spec/api/publications_rpm_api_spec.rb +14 -14
- data/spec/api/remotes_rpm_api_spec.rb +48 -21
- data/spec/api/repositories_rpm_api_spec.rb +28 -19
- data/spec/api/repositories_rpm_versions_api_spec.rb +38 -23
- data/spec/api/rpm_copy_api_spec.rb +5 -5
- data/spec/api_client_spec.rb +2 -2
- data/spec/configuration_spec.rb +2 -2
- data/spec/models/{addon_spec.rb → addon_response_spec.rb} +8 -8
- data/spec/models/{artifact_spec.rb → artifact_response_spec.rb} +8 -8
- data/spec/models/async_operation_response_spec.rb +2 -2
- data/spec/models/{checksum_spec.rb → checksum_response_spec.rb} +8 -8
- data/spec/models/content_summary_response_spec.rb +53 -0
- data/spec/models/content_summary_spec.rb +2 -2
- data/spec/models/copy_spec.rb +2 -2
- data/spec/models/{image_spec.rb → image_response_spec.rb} +8 -8
- data/spec/models/inline_response20010_spec.rb +2 -2
- data/spec/models/inline_response20011_spec.rb +2 -2
- data/spec/models/inline_response20012_spec.rb +2 -2
- data/spec/models/inline_response20013_spec.rb +2 -2
- data/spec/models/inline_response20014_spec.rb +2 -2
- data/spec/models/inline_response2001_spec.rb +2 -2
- data/spec/models/inline_response2002_spec.rb +2 -2
- data/spec/models/inline_response2003_spec.rb +2 -2
- data/spec/models/inline_response2004_spec.rb +2 -2
- data/spec/models/inline_response2005_spec.rb +2 -2
- data/spec/models/inline_response2006_spec.rb +2 -2
- data/spec/models/inline_response2007_spec.rb +2 -2
- data/spec/models/inline_response2008_spec.rb +2 -2
- data/spec/models/inline_response2009_spec.rb +2 -2
- data/spec/models/inline_response200_spec.rb +2 -2
- data/spec/models/metadata_checksum_type_enum_spec.rb +35 -0
- data/spec/models/package_checksum_type_enum_spec.rb +35 -0
- data/spec/models/patchedrpm_rpm_distribution_spec.rb +59 -0
- data/spec/models/patchedrpm_rpm_remote_spec.rb +107 -0
- data/spec/models/patchedrpm_rpm_repository_spec.rb +65 -0
- data/spec/models/policy_enum_spec.rb +35 -0
- data/spec/models/repository_add_remove_content_spec.rb +2 -2
- data/spec/models/repository_version_response_spec.rb +65 -0
- data/spec/models/repository_version_spec.rb +2 -26
- data/spec/models/{rpm_distribution_tree_spec.rb → rpm_distribution_tree_response_spec.rb} +8 -8
- data/spec/models/rpm_modulemd_defaults_response_spec.rb +77 -0
- data/spec/models/rpm_modulemd_defaults_spec.rb +9 -9
- data/spec/models/rpm_modulemd_response_spec.rb +107 -0
- data/spec/models/rpm_modulemd_spec.rb +11 -11
- data/spec/models/{rpm_package_category_spec.rb → rpm_package_category_response_spec.rb} +8 -8
- data/spec/models/{rpm_package_environment_spec.rb → rpm_package_environment_response_spec.rb} +8 -8
- data/spec/models/{rpm_package_group_spec.rb → rpm_package_group_response_spec.rb} +8 -8
- data/spec/models/{rpm_package_langpacks_spec.rb → rpm_package_langpacks_response_spec.rb} +8 -8
- data/spec/models/rpm_package_response_spec.rb +275 -0
- data/spec/models/rpm_package_spec.rb +5 -221
- data/spec/models/{rpm_repo_metadata_file_spec.rb → rpm_repo_metadata_file_response_spec.rb} +8 -8
- data/spec/models/rpm_repository_sync_url_spec.rb +2 -6
- data/spec/models/rpm_rpm_distribution_response_spec.rb +77 -0
- data/spec/models/rpm_rpm_distribution_spec.rb +2 -20
- data/spec/models/rpm_rpm_publication_response_spec.rb +71 -0
- data/spec/models/rpm_rpm_publication_spec.rb +2 -22
- data/spec/models/rpm_rpm_remote_response_spec.rb +125 -0
- data/spec/models/rpm_rpm_remote_spec.rb +2 -24
- data/spec/models/rpm_rpm_repository_response_spec.rb +89 -0
- data/spec/models/rpm_rpm_repository_spec.rb +5 -23
- data/spec/models/rpm_update_collection_response_spec.rb +59 -0
- data/spec/models/rpm_update_collection_spec.rb +2 -8
- data/spec/models/rpm_update_record_response_spec.rb +155 -0
- data/spec/models/rpm_update_record_spec.rb +4 -112
- data/spec/models/{variant_spec.rb → variant_response_spec.rb} +8 -8
- data/spec/spec_helper.rb +2 -2
- metadata +116 -48
@@ -4,16 +4,16 @@ All URIs are relative to *http://pulp*
|
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
7
|
-
[**delete**](RepositoriesRpmVersionsApi.md#delete) | **DELETE** {
|
8
|
-
[**list**](RepositoriesRpmVersionsApi.md#list) | **GET** {
|
9
|
-
[**read**](RepositoriesRpmVersionsApi.md#read) | **GET** {
|
10
|
-
[**repair**](RepositoriesRpmVersionsApi.md#repair) | **POST** {
|
7
|
+
[**delete**](RepositoriesRpmVersionsApi.md#delete) | **DELETE** {rpm_rpm_repository_version_href} | Delete a repository version
|
8
|
+
[**list**](RepositoriesRpmVersionsApi.md#list) | **GET** {rpm_rpm_repository_href}versions/ | List repository versions
|
9
|
+
[**read**](RepositoriesRpmVersionsApi.md#read) | **GET** {rpm_rpm_repository_version_href} | Inspect a repository version
|
10
|
+
[**repair**](RepositoriesRpmVersionsApi.md#repair) | **POST** {rpm_rpm_repository_version_href}repair/ |
|
11
11
|
|
12
12
|
|
13
13
|
|
14
14
|
## delete
|
15
15
|
|
16
|
-
> AsyncOperationResponse delete(
|
16
|
+
> AsyncOperationResponse delete(rpm_rpm_repository_version_href, opts)
|
17
17
|
|
18
18
|
Delete a repository version
|
19
19
|
|
@@ -26,17 +26,34 @@ Trigger an asynchronous task to delete a repositroy version.
|
|
26
26
|
require 'pulp_rpm_client'
|
27
27
|
# setup authorization
|
28
28
|
PulpRpmClient.configure do |config|
|
29
|
-
# Configure HTTP basic authorization:
|
29
|
+
# Configure HTTP basic authorization: basicAuth
|
30
30
|
config.username = 'YOUR USERNAME'
|
31
31
|
config.password = 'YOUR PASSWORD'
|
32
32
|
end
|
33
33
|
|
34
34
|
api_instance = PulpRpmClient::RepositoriesRpmVersionsApi.new
|
35
|
-
|
35
|
+
rpm_rpm_repository_version_href = 'rpm_rpm_repository_version_href_example' # String |
|
36
|
+
opts = {
|
37
|
+
content: 'content_example', # String | content
|
38
|
+
content__in: 'content__in_example', # String | content__in
|
39
|
+
number: 'number_example', # String | number
|
40
|
+
number__gt: 'number__gt_example', # String | number__gt
|
41
|
+
number__gte: 'number__gte_example', # String | number__gte
|
42
|
+
number__lt: 'number__lt_example', # String | number__lt
|
43
|
+
number__lte: 'number__lte_example', # String | number__lte
|
44
|
+
number__range: 'number__range_example', # String | number__range
|
45
|
+
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
46
|
+
pulp_created: 'pulp_created_example', # String | pulp_created
|
47
|
+
pulp_created__gt: 'pulp_created__gt_example', # String | pulp_created__gt
|
48
|
+
pulp_created__gte: 'pulp_created__gte_example', # String | pulp_created__gte
|
49
|
+
pulp_created__lt: 'pulp_created__lt_example', # String | pulp_created__lt
|
50
|
+
pulp_created__lte: 'pulp_created__lte_example', # String | pulp_created__lte
|
51
|
+
pulp_created__range: 'pulp_created__range_example' # String | pulp_created__range
|
52
|
+
}
|
36
53
|
|
37
54
|
begin
|
38
55
|
#Delete a repository version
|
39
|
-
result = api_instance.delete(
|
56
|
+
result = api_instance.delete(rpm_rpm_repository_version_href, opts)
|
40
57
|
p result
|
41
58
|
rescue PulpRpmClient::ApiError => e
|
42
59
|
puts "Exception when calling RepositoriesRpmVersionsApi->delete: #{e}"
|
@@ -48,7 +65,22 @@ end
|
|
48
65
|
|
49
66
|
Name | Type | Description | Notes
|
50
67
|
------------- | ------------- | ------------- | -------------
|
51
|
-
**
|
68
|
+
**rpm_rpm_repository_version_href** | **String**| |
|
69
|
+
**content** | **String**| content | [optional]
|
70
|
+
**content__in** | **String**| content__in | [optional]
|
71
|
+
**number** | **String**| number | [optional]
|
72
|
+
**number__gt** | **String**| number__gt | [optional]
|
73
|
+
**number__gte** | **String**| number__gte | [optional]
|
74
|
+
**number__lt** | **String**| number__lt | [optional]
|
75
|
+
**number__lte** | **String**| number__lte | [optional]
|
76
|
+
**number__range** | **String**| number__range | [optional]
|
77
|
+
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
78
|
+
**pulp_created** | **String**| pulp_created | [optional]
|
79
|
+
**pulp_created__gt** | **String**| pulp_created__gt | [optional]
|
80
|
+
**pulp_created__gte** | **String**| pulp_created__gte | [optional]
|
81
|
+
**pulp_created__lt** | **String**| pulp_created__lt | [optional]
|
82
|
+
**pulp_created__lte** | **String**| pulp_created__lte | [optional]
|
83
|
+
**pulp_created__range** | **String**| pulp_created__range | [optional]
|
52
84
|
|
53
85
|
### Return type
|
54
86
|
|
@@ -56,7 +88,7 @@ Name | Type | Description | Notes
|
|
56
88
|
|
57
89
|
### Authorization
|
58
90
|
|
59
|
-
[
|
91
|
+
[basicAuth](../README.md#basicAuth)
|
60
92
|
|
61
93
|
### HTTP request headers
|
62
94
|
|
@@ -66,7 +98,7 @@ Name | Type | Description | Notes
|
|
66
98
|
|
67
99
|
## list
|
68
100
|
|
69
|
-
> InlineResponse20014 list(
|
101
|
+
> InlineResponse20014 list(rpm_rpm_repository_href, opts)
|
70
102
|
|
71
103
|
List repository versions
|
72
104
|
|
@@ -79,38 +111,38 @@ RpmRepositoryVersion represents a single rpm repository version.
|
|
79
111
|
require 'pulp_rpm_client'
|
80
112
|
# setup authorization
|
81
113
|
PulpRpmClient.configure do |config|
|
82
|
-
# Configure HTTP basic authorization:
|
114
|
+
# Configure HTTP basic authorization: basicAuth
|
83
115
|
config.username = 'YOUR USERNAME'
|
84
116
|
config.password = 'YOUR PASSWORD'
|
85
117
|
end
|
86
118
|
|
87
119
|
api_instance = PulpRpmClient::RepositoriesRpmVersionsApi.new
|
88
|
-
|
120
|
+
rpm_rpm_repository_href = 'rpm_rpm_repository_href_example' # String |
|
89
121
|
opts = {
|
90
|
-
|
91
|
-
|
92
|
-
number__lt: 3.4, # Float | Filter results where number is less than value
|
93
|
-
number__lte: 3.4, # Float | Filter results where number is less than or equal to value
|
94
|
-
number__gt: 3.4, # Float | Filter results where number is greater than value
|
95
|
-
number__gte: 3.4, # Float | Filter results where number is greater than or equal to value
|
96
|
-
number__range: 3.4, # Float | Filter results where number is between two comma separated values
|
97
|
-
pulp_created__lt: 'pulp_created__lt_example', # String | Filter results where pulp_created is less than value
|
98
|
-
pulp_created__lte: 'pulp_created__lte_example', # String | Filter results where pulp_created is less than or equal to value
|
99
|
-
pulp_created__gt: 'pulp_created__gt_example', # String | Filter results where pulp_created is greater than value
|
100
|
-
pulp_created__gte: 'pulp_created__gte_example', # String | Filter results where pulp_created is greater than or equal to value
|
101
|
-
pulp_created__range: 'pulp_created__range_example', # String | Filter results where pulp_created is between two comma separated values
|
102
|
-
pulp_created: 'pulp_created_example', # String | ISO 8601 formatted dates are supported
|
103
|
-
content: 'content_example', # String | Content Unit referenced by HREF
|
104
|
-
content__in: 'content__in_example', # String | Content Unit referenced by HREF
|
122
|
+
content: 'content_example', # String | content
|
123
|
+
content__in: 'content__in_example', # String | content__in
|
105
124
|
limit: 56, # Integer | Number of results to return per page.
|
125
|
+
number: 'number_example', # String | number
|
126
|
+
number__gt: 'number__gt_example', # String | number__gt
|
127
|
+
number__gte: 'number__gte_example', # String | number__gte
|
128
|
+
number__lt: 'number__lt_example', # String | number__lt
|
129
|
+
number__lte: 'number__lte_example', # String | number__lte
|
130
|
+
number__range: 'number__range_example', # String | number__range
|
106
131
|
offset: 56, # Integer | The initial index from which to return the results.
|
132
|
+
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
133
|
+
pulp_created: 'pulp_created_example', # String | pulp_created
|
134
|
+
pulp_created__gt: 'pulp_created__gt_example', # String | pulp_created__gt
|
135
|
+
pulp_created__gte: 'pulp_created__gte_example', # String | pulp_created__gte
|
136
|
+
pulp_created__lt: 'pulp_created__lt_example', # String | pulp_created__lt
|
137
|
+
pulp_created__lte: 'pulp_created__lte_example', # String | pulp_created__lte
|
138
|
+
pulp_created__range: 'pulp_created__range_example', # String | pulp_created__range
|
107
139
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
108
140
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
109
141
|
}
|
110
142
|
|
111
143
|
begin
|
112
144
|
#List repository versions
|
113
|
-
result = api_instance.list(
|
145
|
+
result = api_instance.list(rpm_rpm_repository_href, opts)
|
114
146
|
p result
|
115
147
|
rescue PulpRpmClient::ApiError => e
|
116
148
|
puts "Exception when calling RepositoriesRpmVersionsApi->list: #{e}"
|
@@ -122,24 +154,24 @@ end
|
|
122
154
|
|
123
155
|
Name | Type | Description | Notes
|
124
156
|
------------- | ------------- | ------------- | -------------
|
125
|
-
**
|
126
|
-
**
|
127
|
-
**
|
128
|
-
**number__lt** | **Float**| Filter results where number is less than value | [optional]
|
129
|
-
**number__lte** | **Float**| Filter results where number is less than or equal to value | [optional]
|
130
|
-
**number__gt** | **Float**| Filter results where number is greater than value | [optional]
|
131
|
-
**number__gte** | **Float**| Filter results where number is greater than or equal to value | [optional]
|
132
|
-
**number__range** | **Float**| Filter results where number is between two comma separated values | [optional]
|
133
|
-
**pulp_created__lt** | **String**| Filter results where pulp_created is less than value | [optional]
|
134
|
-
**pulp_created__lte** | **String**| Filter results where pulp_created is less than or equal to value | [optional]
|
135
|
-
**pulp_created__gt** | **String**| Filter results where pulp_created is greater than value | [optional]
|
136
|
-
**pulp_created__gte** | **String**| Filter results where pulp_created is greater than or equal to value | [optional]
|
137
|
-
**pulp_created__range** | **String**| Filter results where pulp_created is between two comma separated values | [optional]
|
138
|
-
**pulp_created** | **String**| ISO 8601 formatted dates are supported | [optional]
|
139
|
-
**content** | **String**| Content Unit referenced by HREF | [optional]
|
140
|
-
**content__in** | **String**| Content Unit referenced by HREF | [optional]
|
157
|
+
**rpm_rpm_repository_href** | **String**| |
|
158
|
+
**content** | **String**| content | [optional]
|
159
|
+
**content__in** | **String**| content__in | [optional]
|
141
160
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
161
|
+
**number** | **String**| number | [optional]
|
162
|
+
**number__gt** | **String**| number__gt | [optional]
|
163
|
+
**number__gte** | **String**| number__gte | [optional]
|
164
|
+
**number__lt** | **String**| number__lt | [optional]
|
165
|
+
**number__lte** | **String**| number__lte | [optional]
|
166
|
+
**number__range** | **String**| number__range | [optional]
|
142
167
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
168
|
+
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
169
|
+
**pulp_created** | **String**| pulp_created | [optional]
|
170
|
+
**pulp_created__gt** | **String**| pulp_created__gt | [optional]
|
171
|
+
**pulp_created__gte** | **String**| pulp_created__gte | [optional]
|
172
|
+
**pulp_created__lt** | **String**| pulp_created__lt | [optional]
|
173
|
+
**pulp_created__lte** | **String**| pulp_created__lte | [optional]
|
174
|
+
**pulp_created__range** | **String**| pulp_created__range | [optional]
|
143
175
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
144
176
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
145
177
|
|
@@ -149,7 +181,7 @@ Name | Type | Description | Notes
|
|
149
181
|
|
150
182
|
### Authorization
|
151
183
|
|
152
|
-
[
|
184
|
+
[basicAuth](../README.md#basicAuth)
|
153
185
|
|
154
186
|
### HTTP request headers
|
155
187
|
|
@@ -159,7 +191,7 @@ Name | Type | Description | Notes
|
|
159
191
|
|
160
192
|
## read
|
161
193
|
|
162
|
-
>
|
194
|
+
> RepositoryVersionResponse read(rpm_rpm_repository_version_href, opts)
|
163
195
|
|
164
196
|
Inspect a repository version
|
165
197
|
|
@@ -172,13 +204,13 @@ RpmRepositoryVersion represents a single rpm repository version.
|
|
172
204
|
require 'pulp_rpm_client'
|
173
205
|
# setup authorization
|
174
206
|
PulpRpmClient.configure do |config|
|
175
|
-
# Configure HTTP basic authorization:
|
207
|
+
# Configure HTTP basic authorization: basicAuth
|
176
208
|
config.username = 'YOUR USERNAME'
|
177
209
|
config.password = 'YOUR PASSWORD'
|
178
210
|
end
|
179
211
|
|
180
212
|
api_instance = PulpRpmClient::RepositoriesRpmVersionsApi.new
|
181
|
-
|
213
|
+
rpm_rpm_repository_version_href = 'rpm_rpm_repository_version_href_example' # String |
|
182
214
|
opts = {
|
183
215
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
184
216
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
@@ -186,7 +218,7 @@ opts = {
|
|
186
218
|
|
187
219
|
begin
|
188
220
|
#Inspect a repository version
|
189
|
-
result = api_instance.read(
|
221
|
+
result = api_instance.read(rpm_rpm_repository_version_href, opts)
|
190
222
|
p result
|
191
223
|
rescue PulpRpmClient::ApiError => e
|
192
224
|
puts "Exception when calling RepositoriesRpmVersionsApi->read: #{e}"
|
@@ -198,17 +230,17 @@ end
|
|
198
230
|
|
199
231
|
Name | Type | Description | Notes
|
200
232
|
------------- | ------------- | ------------- | -------------
|
201
|
-
**
|
233
|
+
**rpm_rpm_repository_version_href** | **String**| |
|
202
234
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
203
235
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
204
236
|
|
205
237
|
### Return type
|
206
238
|
|
207
|
-
[**
|
239
|
+
[**RepositoryVersionResponse**](RepositoryVersionResponse.md)
|
208
240
|
|
209
241
|
### Authorization
|
210
242
|
|
211
|
-
[
|
243
|
+
[basicAuth](../README.md#basicAuth)
|
212
244
|
|
213
245
|
### HTTP request headers
|
214
246
|
|
@@ -218,7 +250,7 @@ Name | Type | Description | Notes
|
|
218
250
|
|
219
251
|
## repair
|
220
252
|
|
221
|
-
> AsyncOperationResponse repair(
|
253
|
+
> AsyncOperationResponse repair(rpm_rpm_repository_version_href, repository_version)
|
222
254
|
|
223
255
|
|
224
256
|
|
@@ -231,17 +263,17 @@ Trigger an asynchronous task to repair a repositroy version.
|
|
231
263
|
require 'pulp_rpm_client'
|
232
264
|
# setup authorization
|
233
265
|
PulpRpmClient.configure do |config|
|
234
|
-
# Configure HTTP basic authorization:
|
266
|
+
# Configure HTTP basic authorization: basicAuth
|
235
267
|
config.username = 'YOUR USERNAME'
|
236
268
|
config.password = 'YOUR PASSWORD'
|
237
269
|
end
|
238
270
|
|
239
271
|
api_instance = PulpRpmClient::RepositoriesRpmVersionsApi.new
|
240
|
-
|
241
|
-
|
272
|
+
rpm_rpm_repository_version_href = 'rpm_rpm_repository_version_href_example' # String |
|
273
|
+
repository_version = PulpRpmClient::RepositoryVersion.new # RepositoryVersion |
|
242
274
|
|
243
275
|
begin
|
244
|
-
result = api_instance.repair(
|
276
|
+
result = api_instance.repair(rpm_rpm_repository_version_href, repository_version)
|
245
277
|
p result
|
246
278
|
rescue PulpRpmClient::ApiError => e
|
247
279
|
puts "Exception when calling RepositoriesRpmVersionsApi->repair: #{e}"
|
@@ -253,8 +285,8 @@ end
|
|
253
285
|
|
254
286
|
Name | Type | Description | Notes
|
255
287
|
------------- | ------------- | ------------- | -------------
|
256
|
-
**
|
257
|
-
**
|
288
|
+
**rpm_rpm_repository_version_href** | **String**| |
|
289
|
+
**repository_version** | [**RepositoryVersion**](RepositoryVersion.md)| |
|
258
290
|
|
259
291
|
### Return type
|
260
292
|
|
@@ -262,10 +294,10 @@ Name | Type | Description | Notes
|
|
262
294
|
|
263
295
|
### Authorization
|
264
296
|
|
265
|
-
[
|
297
|
+
[basicAuth](../README.md#basicAuth)
|
266
298
|
|
267
299
|
### HTTP request headers
|
268
300
|
|
269
|
-
- **Content-Type**: application/json
|
301
|
+
- **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
|
270
302
|
- **Accept**: application/json
|
271
303
|
|
@@ -4,8 +4,8 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**add_content_units** | **Array<
|
8
|
-
**remove_content_units** | **Array<
|
7
|
+
**add_content_units** | **Array<Object>** | A list of content units to add to a new repository version. This content is added after remove_content_units are removed. | [optional]
|
8
|
+
**remove_content_units** | **Array<Object>** | A list of content units to remove from the latest repository version. You may also specify '*' as an entry to remove all content. This content is removed before add_content_units are added. | [optional]
|
9
9
|
**base_version** | **String** | A repository version whose content will be used as the initial set of content for the new repository version | [optional]
|
10
10
|
|
11
11
|
## Code Sample
|
data/docs/RepositoryVersion.md
CHANGED
@@ -4,22 +4,14 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
|
-
**number** | **Integer** | | [optional] [readonly]
|
10
7
|
**base_version** | **String** | A repository version whose content was used as the initial set of content for this repository version | [optional]
|
11
|
-
**content_summary** | [**ContentSummary**](ContentSummary.md) | | [optional]
|
12
8
|
|
13
9
|
## Code Sample
|
14
10
|
|
15
11
|
```ruby
|
16
12
|
require 'PulpRpmClient'
|
17
13
|
|
18
|
-
instance = PulpRpmClient::RepositoryVersion.new(
|
19
|
-
pulp_created: null,
|
20
|
-
number: null,
|
21
|
-
base_version: null,
|
22
|
-
content_summary: null)
|
14
|
+
instance = PulpRpmClient::RepositoryVersion.new(base_version: null)
|
23
15
|
```
|
24
16
|
|
25
17
|
|
@@ -0,0 +1,25 @@
|
|
1
|
+
# PulpRpmClient::RepositoryVersionResponse
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
|
+
**number** | **Integer** | | [optional] [readonly]
|
10
|
+
**base_version** | **String** | A repository version whose content was used as the initial set of content for this repository version | [optional]
|
11
|
+
**content_summary** | [**ContentSummaryResponse**](ContentSummaryResponse.md) | Various count summaries of the content in the version and the HREF to view them. | [optional] [readonly]
|
12
|
+
|
13
|
+
## Code Sample
|
14
|
+
|
15
|
+
```ruby
|
16
|
+
require 'PulpRpmClient'
|
17
|
+
|
18
|
+
instance = PulpRpmClient::RepositoryVersionResponse.new(pulp_href: null,
|
19
|
+
pulp_created: null,
|
20
|
+
number: null,
|
21
|
+
base_version: null,
|
22
|
+
content_summary: null)
|
23
|
+
```
|
24
|
+
|
25
|
+
|
data/docs/RpmCopyApi.md
CHANGED
@@ -4,13 +4,13 @@ All URIs are relative to *http://pulp*
|
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
7
|
-
[**
|
7
|
+
[**create**](RpmCopyApi.md#create) | **POST** /pulp/api/v3/rpm/copy/ | Copy content
|
8
8
|
|
9
9
|
|
10
10
|
|
11
|
-
##
|
11
|
+
## create
|
12
12
|
|
13
|
-
> AsyncOperationResponse
|
13
|
+
> AsyncOperationResponse create(copy)
|
14
14
|
|
15
15
|
Copy content
|
16
16
|
|
@@ -23,20 +23,20 @@ Trigger an asynchronous task to copy RPM contentfrom one repository into another
|
|
23
23
|
require 'pulp_rpm_client'
|
24
24
|
# setup authorization
|
25
25
|
PulpRpmClient.configure do |config|
|
26
|
-
# Configure HTTP basic authorization:
|
26
|
+
# Configure HTTP basic authorization: basicAuth
|
27
27
|
config.username = 'YOUR USERNAME'
|
28
28
|
config.password = 'YOUR PASSWORD'
|
29
29
|
end
|
30
30
|
|
31
31
|
api_instance = PulpRpmClient::RpmCopyApi.new
|
32
|
-
|
32
|
+
copy = PulpRpmClient::Copy.new # Copy |
|
33
33
|
|
34
34
|
begin
|
35
35
|
#Copy content
|
36
|
-
result = api_instance.
|
36
|
+
result = api_instance.create(copy)
|
37
37
|
p result
|
38
38
|
rescue PulpRpmClient::ApiError => e
|
39
|
-
puts "Exception when calling RpmCopyApi->
|
39
|
+
puts "Exception when calling RpmCopyApi->create: #{e}"
|
40
40
|
end
|
41
41
|
```
|
42
42
|
|
@@ -45,7 +45,7 @@ end
|
|
45
45
|
|
46
46
|
Name | Type | Description | Notes
|
47
47
|
------------- | ------------- | ------------- | -------------
|
48
|
-
**
|
48
|
+
**copy** | [**Copy**](Copy.md)| |
|
49
49
|
|
50
50
|
### Return type
|
51
51
|
|
@@ -53,10 +53,10 @@ Name | Type | Description | Notes
|
|
53
53
|
|
54
54
|
### Authorization
|
55
55
|
|
56
|
-
[
|
56
|
+
[basicAuth](../README.md#basicAuth)
|
57
57
|
|
58
58
|
### HTTP request headers
|
59
59
|
|
60
|
-
- **Content-Type**: application/json
|
60
|
+
- **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
|
61
61
|
- **Accept**: application/json
|
62
62
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# PulpRpmClient::
|
1
|
+
# PulpRpmClient::RpmDistributionTreeResponse
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -19,17 +19,17 @@ Name | Type | Description | Notes
|
|
19
19
|
**mainimage** | **String** | Relative path to Anaconda stage2 image. |
|
20
20
|
**discnum** | **Integer** | Disc number. |
|
21
21
|
**totaldiscs** | **Integer** | Number of discs in media set. |
|
22
|
-
**addons** | [**Array<
|
23
|
-
**checksums** | [**Array<
|
24
|
-
**images** | [**Array<
|
25
|
-
**variants** | [**Array<
|
22
|
+
**addons** | [**Array<AddonResponse>**](AddonResponse.md) | |
|
23
|
+
**checksums** | [**Array<ChecksumResponse>**](ChecksumResponse.md) | |
|
24
|
+
**images** | [**Array<ImageResponse>**](ImageResponse.md) | |
|
25
|
+
**variants** | [**Array<VariantResponse>**](VariantResponse.md) | |
|
26
26
|
|
27
27
|
## Code Sample
|
28
28
|
|
29
29
|
```ruby
|
30
30
|
require 'PulpRpmClient'
|
31
31
|
|
32
|
-
instance = PulpRpmClient::
|
32
|
+
instance = PulpRpmClient::RpmDistributionTreeResponse.new(pulp_href: null,
|
33
33
|
header_version: null,
|
34
34
|
release_name: null,
|
35
35
|
release_short: null,
|
data/docs/RpmModulemd.md
CHANGED
@@ -4,9 +4,10 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
7
|
**artifact** | **String** | Artifact file representing the physical content | [optional]
|
8
|
+
**relative_path** | **String** | Path where the artifact is located relative to distributions base_path |
|
9
|
+
**file** | **File** | An uploaded file that may be turned into the artifact of the content unit. | [optional]
|
10
|
+
**repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
|
10
11
|
**name** | **String** | Modulemd name. |
|
11
12
|
**stream** | **String** | Stream name. |
|
12
13
|
**version** | **String** | Modulemd version. |
|
@@ -15,16 +16,16 @@ Name | Type | Description | Notes
|
|
15
16
|
**artifacts** | [**Object**](.md) | Modulemd artifacts. |
|
16
17
|
**dependencies** | [**Object**](.md) | Modulemd dependencies. |
|
17
18
|
**packages** | **Array<String>** | Modulemd artifacts' packages. | [optional]
|
18
|
-
**sha256** | **String** | The SHA-256 checksum if available. | [optional] [readonly]
|
19
19
|
|
20
20
|
## Code Sample
|
21
21
|
|
22
22
|
```ruby
|
23
23
|
require 'PulpRpmClient'
|
24
24
|
|
25
|
-
instance = PulpRpmClient::RpmModulemd.new(
|
26
|
-
|
27
|
-
|
25
|
+
instance = PulpRpmClient::RpmModulemd.new(artifact: null,
|
26
|
+
relative_path: null,
|
27
|
+
file: null,
|
28
|
+
repository: null,
|
28
29
|
name: null,
|
29
30
|
stream: null,
|
30
31
|
version: null,
|
@@ -32,8 +33,7 @@ instance = PulpRpmClient::RpmModulemd.new(pulp_href: null,
|
|
32
33
|
arch: null,
|
33
34
|
artifacts: null,
|
34
35
|
dependencies: null,
|
35
|
-
packages: null
|
36
|
-
sha256: null)
|
36
|
+
packages: null)
|
37
37
|
```
|
38
38
|
|
39
39
|
|
data/docs/RpmModulemdDefaults.md
CHANGED
@@ -4,26 +4,26 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
7
|
**artifact** | **String** | Artifact file representing the physical content | [optional]
|
8
|
+
**relative_path** | **String** | Path where the artifact is located relative to distributions base_path |
|
9
|
+
**file** | **File** | An uploaded file that may be turned into the artifact of the content unit. | [optional]
|
10
|
+
**repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
|
10
11
|
**_module** | **String** | Modulemd name. |
|
11
12
|
**stream** | **String** | Modulemd default stream. |
|
12
13
|
**profiles** | [**Object**](.md) | Default profiles for modulemd streams. |
|
13
|
-
**sha256** | **String** | The SHA-256 checksum if available. | [optional] [readonly]
|
14
14
|
|
15
15
|
## Code Sample
|
16
16
|
|
17
17
|
```ruby
|
18
18
|
require 'PulpRpmClient'
|
19
19
|
|
20
|
-
instance = PulpRpmClient::RpmModulemdDefaults.new(
|
21
|
-
|
22
|
-
|
20
|
+
instance = PulpRpmClient::RpmModulemdDefaults.new(artifact: null,
|
21
|
+
relative_path: null,
|
22
|
+
file: null,
|
23
|
+
repository: null,
|
23
24
|
_module: null,
|
24
25
|
stream: null,
|
25
|
-
profiles: null
|
26
|
-
sha256: null)
|
26
|
+
profiles: null)
|
27
27
|
```
|
28
28
|
|
29
29
|
|
@@ -0,0 +1,29 @@
|
|
1
|
+
# PulpRpmClient::RpmModulemdDefaultsResponse
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
|
+
**artifact** | **String** | Artifact file representing the physical content | [optional]
|
10
|
+
**_module** | **String** | Modulemd name. |
|
11
|
+
**stream** | **String** | Modulemd default stream. |
|
12
|
+
**profiles** | [**Object**](.md) | Default profiles for modulemd streams. |
|
13
|
+
**sha256** | **String** | The SHA-256 checksum if available. | [optional] [readonly]
|
14
|
+
|
15
|
+
## Code Sample
|
16
|
+
|
17
|
+
```ruby
|
18
|
+
require 'PulpRpmClient'
|
19
|
+
|
20
|
+
instance = PulpRpmClient::RpmModulemdDefaultsResponse.new(pulp_href: null,
|
21
|
+
pulp_created: null,
|
22
|
+
artifact: null,
|
23
|
+
_module: null,
|
24
|
+
stream: null,
|
25
|
+
profiles: null,
|
26
|
+
sha256: null)
|
27
|
+
```
|
28
|
+
|
29
|
+
|
@@ -0,0 +1,39 @@
|
|
1
|
+
# PulpRpmClient::RpmModulemdResponse
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
|
+
**artifact** | **String** | Artifact file representing the physical content | [optional]
|
10
|
+
**name** | **String** | Modulemd name. |
|
11
|
+
**stream** | **String** | Stream name. |
|
12
|
+
**version** | **String** | Modulemd version. |
|
13
|
+
**context** | **String** | Modulemd context. |
|
14
|
+
**arch** | **String** | Modulemd architecture. |
|
15
|
+
**artifacts** | [**Object**](.md) | Modulemd artifacts. |
|
16
|
+
**dependencies** | [**Object**](.md) | Modulemd dependencies. |
|
17
|
+
**packages** | **Array<String>** | Modulemd artifacts' packages. | [optional]
|
18
|
+
**sha256** | **String** | The SHA-256 checksum if available. | [optional] [readonly]
|
19
|
+
|
20
|
+
## Code Sample
|
21
|
+
|
22
|
+
```ruby
|
23
|
+
require 'PulpRpmClient'
|
24
|
+
|
25
|
+
instance = PulpRpmClient::RpmModulemdResponse.new(pulp_href: null,
|
26
|
+
pulp_created: null,
|
27
|
+
artifact: null,
|
28
|
+
name: null,
|
29
|
+
stream: null,
|
30
|
+
version: null,
|
31
|
+
context: null,
|
32
|
+
arch: null,
|
33
|
+
artifacts: null,
|
34
|
+
dependencies: null,
|
35
|
+
packages: null,
|
36
|
+
sha256: null)
|
37
|
+
```
|
38
|
+
|
39
|
+
|