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
data/docs/InlineResponse2006.md
CHANGED
@@ -4,17 +4,17 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**count** | **Integer** | |
|
7
|
+
**count** | **Integer** | | [optional]
|
8
8
|
**_next** | **String** | | [optional]
|
9
9
|
**previous** | **String** | | [optional]
|
10
|
-
**results** | [**Array<
|
10
|
+
**results** | [**Array<RpmPackageGroupResponse>**](RpmPackageGroupResponse.md) | | [optional]
|
11
11
|
|
12
12
|
## Code Sample
|
13
13
|
|
14
14
|
```ruby
|
15
15
|
require 'PulpRpmClient'
|
16
16
|
|
17
|
-
instance = PulpRpmClient::InlineResponse2006.new(count:
|
17
|
+
instance = PulpRpmClient::InlineResponse2006.new(count: 123,
|
18
18
|
_next: null,
|
19
19
|
previous: null,
|
20
20
|
results: null)
|
data/docs/InlineResponse2007.md
CHANGED
@@ -4,17 +4,17 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**count** | **Integer** | |
|
7
|
+
**count** | **Integer** | | [optional]
|
8
8
|
**_next** | **String** | | [optional]
|
9
9
|
**previous** | **String** | | [optional]
|
10
|
-
**results** | [**Array<
|
10
|
+
**results** | [**Array<RpmPackageLangpacksResponse>**](RpmPackageLangpacksResponse.md) | | [optional]
|
11
11
|
|
12
12
|
## Code Sample
|
13
13
|
|
14
14
|
```ruby
|
15
15
|
require 'PulpRpmClient'
|
16
16
|
|
17
|
-
instance = PulpRpmClient::InlineResponse2007.new(count:
|
17
|
+
instance = PulpRpmClient::InlineResponse2007.new(count: 123,
|
18
18
|
_next: null,
|
19
19
|
previous: null,
|
20
20
|
results: null)
|
data/docs/InlineResponse2008.md
CHANGED
@@ -4,17 +4,17 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**count** | **Integer** | |
|
7
|
+
**count** | **Integer** | | [optional]
|
8
8
|
**_next** | **String** | | [optional]
|
9
9
|
**previous** | **String** | | [optional]
|
10
|
-
**results** | [**Array<
|
10
|
+
**results** | [**Array<RpmPackageResponse>**](RpmPackageResponse.md) | | [optional]
|
11
11
|
|
12
12
|
## Code Sample
|
13
13
|
|
14
14
|
```ruby
|
15
15
|
require 'PulpRpmClient'
|
16
16
|
|
17
|
-
instance = PulpRpmClient::InlineResponse2008.new(count:
|
17
|
+
instance = PulpRpmClient::InlineResponse2008.new(count: 123,
|
18
18
|
_next: null,
|
19
19
|
previous: null,
|
20
20
|
results: null)
|
data/docs/InlineResponse2009.md
CHANGED
@@ -4,17 +4,17 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**count** | **Integer** | |
|
7
|
+
**count** | **Integer** | | [optional]
|
8
8
|
**_next** | **String** | | [optional]
|
9
9
|
**previous** | **String** | | [optional]
|
10
|
-
**results** | [**Array<
|
10
|
+
**results** | [**Array<RpmRepoMetadataFileResponse>**](RpmRepoMetadataFileResponse.md) | | [optional]
|
11
11
|
|
12
12
|
## Code Sample
|
13
13
|
|
14
14
|
```ruby
|
15
15
|
require 'PulpRpmClient'
|
16
16
|
|
17
|
-
instance = PulpRpmClient::InlineResponse2009.new(count:
|
17
|
+
instance = PulpRpmClient::InlineResponse2009.new(count: 123,
|
18
18
|
_next: null,
|
19
19
|
previous: null,
|
20
20
|
results: null)
|
@@ -0,0 +1,16 @@
|
|
1
|
+
# PulpRpmClient::MetadataChecksumTypeEnum
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
|
8
|
+
## Code Sample
|
9
|
+
|
10
|
+
```ruby
|
11
|
+
require 'PulpRpmClient'
|
12
|
+
|
13
|
+
instance = PulpRpmClient::MetadataChecksumTypeEnum.new()
|
14
|
+
```
|
15
|
+
|
16
|
+
|
@@ -0,0 +1,16 @@
|
|
1
|
+
# PulpRpmClient::PackageChecksumTypeEnum
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
|
8
|
+
## Code Sample
|
9
|
+
|
10
|
+
```ruby
|
11
|
+
require 'PulpRpmClient'
|
12
|
+
|
13
|
+
instance = PulpRpmClient::PackageChecksumTypeEnum.new()
|
14
|
+
```
|
15
|
+
|
16
|
+
|
@@ -0,0 +1,23 @@
|
|
1
|
+
# PulpRpmClient::PatchedrpmRpmDistribution
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | [optional]
|
8
|
+
**content_guard** | **String** | An optional content-guard. | [optional]
|
9
|
+
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
|
10
|
+
**publication** | **String** | Publication to be served | [optional]
|
11
|
+
|
12
|
+
## Code Sample
|
13
|
+
|
14
|
+
```ruby
|
15
|
+
require 'PulpRpmClient'
|
16
|
+
|
17
|
+
instance = PulpRpmClient::PatchedrpmRpmDistribution.new(base_path: null,
|
18
|
+
content_guard: null,
|
19
|
+
name: null,
|
20
|
+
publication: null)
|
21
|
+
```
|
22
|
+
|
23
|
+
|
@@ -0,0 +1,39 @@
|
|
1
|
+
# PulpRpmClient::PatchedrpmRpmRemote
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**name** | **String** | A unique name for this remote. | [optional]
|
8
|
+
**url** | **String** | The URL of an external content source. | [optional]
|
9
|
+
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
|
10
|
+
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
11
|
+
**client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
|
12
|
+
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
13
|
+
**proxy_url** | **String** | The proxy URL. Format: scheme://user:password@host:port | [optional]
|
14
|
+
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
15
|
+
**password** | **String** | The password to be used for authentication when syncing. | [optional]
|
16
|
+
**download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
|
17
|
+
**policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. The possible values include: 'immediate', 'on_demand', and 'streamed'. 'immediate' is the default. | [optional]
|
18
|
+
**sles_auth_token** | **String** | Authentication token for SLES repositories. | [optional]
|
19
|
+
|
20
|
+
## Code Sample
|
21
|
+
|
22
|
+
```ruby
|
23
|
+
require 'PulpRpmClient'
|
24
|
+
|
25
|
+
instance = PulpRpmClient::PatchedrpmRpmRemote.new(name: null,
|
26
|
+
url: null,
|
27
|
+
ca_cert: null,
|
28
|
+
client_cert: null,
|
29
|
+
client_key: null,
|
30
|
+
tls_validation: null,
|
31
|
+
proxy_url: null,
|
32
|
+
username: null,
|
33
|
+
password: null,
|
34
|
+
download_concurrency: null,
|
35
|
+
policy: null,
|
36
|
+
sles_auth_token: null)
|
37
|
+
```
|
38
|
+
|
39
|
+
|
@@ -0,0 +1,25 @@
|
|
1
|
+
# PulpRpmClient::PatchedrpmRpmRepository
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**name** | **String** | A unique name for this repository. | [optional]
|
8
|
+
**description** | **String** | An optional description. | [optional]
|
9
|
+
**remote** | **String** | | [optional]
|
10
|
+
**metadata_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
11
|
+
**retain_package_versions** | **Integer** | The number of versions of each package to keep in the repository; older versions will be purged. The default is '0', which will disable this feature and keep all versions of each package. | [optional]
|
12
|
+
|
13
|
+
## Code Sample
|
14
|
+
|
15
|
+
```ruby
|
16
|
+
require 'PulpRpmClient'
|
17
|
+
|
18
|
+
instance = PulpRpmClient::PatchedrpmRpmRepository.new(name: null,
|
19
|
+
description: null,
|
20
|
+
remote: null,
|
21
|
+
metadata_signing_service: null,
|
22
|
+
retain_package_versions: null)
|
23
|
+
```
|
24
|
+
|
25
|
+
|
data/docs/PolicyEnum.md
ADDED
@@ -0,0 +1,16 @@
|
|
1
|
+
# PulpRpmClient::PolicyEnum
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
|
8
|
+
## Code Sample
|
9
|
+
|
10
|
+
```ruby
|
11
|
+
require 'PulpRpmClient'
|
12
|
+
|
13
|
+
instance = PulpRpmClient::PolicyEnum.new()
|
14
|
+
```
|
15
|
+
|
16
|
+
|
data/docs/PublicationsRpmApi.md
CHANGED
@@ -5,15 +5,15 @@ All URIs are relative to *http://pulp*
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
7
7
|
[**create**](PublicationsRpmApi.md#create) | **POST** /pulp/api/v3/publications/rpm/rpm/ | Create a rpm publication
|
8
|
-
[**delete**](PublicationsRpmApi.md#delete) | **DELETE** {
|
8
|
+
[**delete**](PublicationsRpmApi.md#delete) | **DELETE** {rpm_rpm_publication_href} | Delete a rpm publication
|
9
9
|
[**list**](PublicationsRpmApi.md#list) | **GET** /pulp/api/v3/publications/rpm/rpm/ | List rpm publications
|
10
|
-
[**read**](PublicationsRpmApi.md#read) | **GET** {
|
10
|
+
[**read**](PublicationsRpmApi.md#read) | **GET** {rpm_rpm_publication_href} | Inspect a rpm publication
|
11
11
|
|
12
12
|
|
13
13
|
|
14
14
|
## create
|
15
15
|
|
16
|
-
> AsyncOperationResponse create(
|
16
|
+
> AsyncOperationResponse create(rpm_rpm_publication)
|
17
17
|
|
18
18
|
Create a rpm publication
|
19
19
|
|
@@ -26,17 +26,17 @@ Trigger an asynchronous task to create a new RPM content publication.
|
|
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::PublicationsRpmApi.new
|
35
|
-
|
35
|
+
rpm_rpm_publication = PulpRpmClient::RpmRpmPublication.new # RpmRpmPublication |
|
36
36
|
|
37
37
|
begin
|
38
38
|
#Create a rpm publication
|
39
|
-
result = api_instance.create(
|
39
|
+
result = api_instance.create(rpm_rpm_publication)
|
40
40
|
p result
|
41
41
|
rescue PulpRpmClient::ApiError => e
|
42
42
|
puts "Exception when calling PublicationsRpmApi->create: #{e}"
|
@@ -48,7 +48,7 @@ end
|
|
48
48
|
|
49
49
|
Name | Type | Description | Notes
|
50
50
|
------------- | ------------- | ------------- | -------------
|
51
|
-
**
|
51
|
+
**rpm_rpm_publication** | [**RpmRpmPublication**](RpmRpmPublication.md)| |
|
52
52
|
|
53
53
|
### Return type
|
54
54
|
|
@@ -56,17 +56,17 @@ Name | Type | Description | Notes
|
|
56
56
|
|
57
57
|
### Authorization
|
58
58
|
|
59
|
-
[
|
59
|
+
[basicAuth](../README.md#basicAuth)
|
60
60
|
|
61
61
|
### HTTP request headers
|
62
62
|
|
63
|
-
- **Content-Type**: application/json
|
63
|
+
- **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
|
64
64
|
- **Accept**: application/json
|
65
65
|
|
66
66
|
|
67
67
|
## delete
|
68
68
|
|
69
|
-
> delete(
|
69
|
+
> delete(rpm_rpm_publication_href)
|
70
70
|
|
71
71
|
Delete a rpm publication
|
72
72
|
|
@@ -79,17 +79,17 @@ ViewSet for Rpm Publications.
|
|
79
79
|
require 'pulp_rpm_client'
|
80
80
|
# setup authorization
|
81
81
|
PulpRpmClient.configure do |config|
|
82
|
-
# Configure HTTP basic authorization:
|
82
|
+
# Configure HTTP basic authorization: basicAuth
|
83
83
|
config.username = 'YOUR USERNAME'
|
84
84
|
config.password = 'YOUR PASSWORD'
|
85
85
|
end
|
86
86
|
|
87
87
|
api_instance = PulpRpmClient::PublicationsRpmApi.new
|
88
|
-
|
88
|
+
rpm_rpm_publication_href = 'rpm_rpm_publication_href_example' # String |
|
89
89
|
|
90
90
|
begin
|
91
91
|
#Delete a rpm publication
|
92
|
-
api_instance.delete(
|
92
|
+
api_instance.delete(rpm_rpm_publication_href)
|
93
93
|
rescue PulpRpmClient::ApiError => e
|
94
94
|
puts "Exception when calling PublicationsRpmApi->delete: #{e}"
|
95
95
|
end
|
@@ -100,7 +100,7 @@ end
|
|
100
100
|
|
101
101
|
Name | Type | Description | Notes
|
102
102
|
------------- | ------------- | ------------- | -------------
|
103
|
-
**
|
103
|
+
**rpm_rpm_publication_href** | **String**| |
|
104
104
|
|
105
105
|
### Return type
|
106
106
|
|
@@ -108,7 +108,7 @@ nil (empty response body)
|
|
108
108
|
|
109
109
|
### Authorization
|
110
110
|
|
111
|
-
[
|
111
|
+
[basicAuth](../README.md#basicAuth)
|
112
112
|
|
113
113
|
### HTTP request headers
|
114
114
|
|
@@ -131,23 +131,23 @@ ViewSet for Rpm Publications.
|
|
131
131
|
require 'pulp_rpm_client'
|
132
132
|
# setup authorization
|
133
133
|
PulpRpmClient.configure do |config|
|
134
|
-
# Configure HTTP basic authorization:
|
134
|
+
# Configure HTTP basic authorization: basicAuth
|
135
135
|
config.username = 'YOUR USERNAME'
|
136
136
|
config.password = 'YOUR PASSWORD'
|
137
137
|
end
|
138
138
|
|
139
139
|
api_instance = PulpRpmClient::PublicationsRpmApi.new
|
140
140
|
opts = {
|
141
|
-
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
142
|
-
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
143
|
-
pulp_created__lt: 'pulp_created__lt_example', # String | Filter results where pulp_created is less than value
|
144
|
-
pulp_created__lte: 'pulp_created__lte_example', # String | Filter results where pulp_created is less than or equal to value
|
145
|
-
pulp_created__gt: 'pulp_created__gt_example', # String | Filter results where pulp_created is greater than value
|
146
|
-
pulp_created__gte: 'pulp_created__gte_example', # String | Filter results where pulp_created is greater than or equal to value
|
147
|
-
pulp_created__range: 'pulp_created__range_example', # String | Filter results where pulp_created is between two comma separated values
|
148
|
-
pulp_created: 'pulp_created_example', # String | ISO 8601 formatted dates are supported
|
149
141
|
limit: 56, # Integer | Number of results to return per page.
|
150
142
|
offset: 56, # Integer | The initial index from which to return the results.
|
143
|
+
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
144
|
+
pulp_created: 'pulp_created_example', # String | pulp_created
|
145
|
+
pulp_created__gt: 'pulp_created__gt_example', # String | pulp_created__gt
|
146
|
+
pulp_created__gte: 'pulp_created__gte_example', # String | pulp_created__gte
|
147
|
+
pulp_created__lt: 'pulp_created__lt_example', # String | pulp_created__lt
|
148
|
+
pulp_created__lte: 'pulp_created__lte_example', # String | pulp_created__lte
|
149
|
+
pulp_created__range: 'pulp_created__range_example', # String | pulp_created__range
|
150
|
+
repository_version: 'repository_version_example', # String | repository_version
|
151
151
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
152
152
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
153
153
|
}
|
@@ -166,16 +166,16 @@ end
|
|
166
166
|
|
167
167
|
Name | Type | Description | Notes
|
168
168
|
------------- | ------------- | ------------- | -------------
|
169
|
-
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
170
|
-
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
171
|
-
**pulp_created__lt** | **String**| Filter results where pulp_created is less than value | [optional]
|
172
|
-
**pulp_created__lte** | **String**| Filter results where pulp_created is less than or equal to value | [optional]
|
173
|
-
**pulp_created__gt** | **String**| Filter results where pulp_created is greater than value | [optional]
|
174
|
-
**pulp_created__gte** | **String**| Filter results where pulp_created is greater than or equal to value | [optional]
|
175
|
-
**pulp_created__range** | **String**| Filter results where pulp_created is between two comma separated values | [optional]
|
176
|
-
**pulp_created** | **String**| ISO 8601 formatted dates are supported | [optional]
|
177
169
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
178
170
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
171
|
+
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
172
|
+
**pulp_created** | **String**| pulp_created | [optional]
|
173
|
+
**pulp_created__gt** | **String**| pulp_created__gt | [optional]
|
174
|
+
**pulp_created__gte** | **String**| pulp_created__gte | [optional]
|
175
|
+
**pulp_created__lt** | **String**| pulp_created__lt | [optional]
|
176
|
+
**pulp_created__lte** | **String**| pulp_created__lte | [optional]
|
177
|
+
**pulp_created__range** | **String**| pulp_created__range | [optional]
|
178
|
+
**repository_version** | **String**| repository_version | [optional]
|
179
179
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
180
180
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
181
181
|
|
@@ -185,7 +185,7 @@ Name | Type | Description | Notes
|
|
185
185
|
|
186
186
|
### Authorization
|
187
187
|
|
188
|
-
[
|
188
|
+
[basicAuth](../README.md#basicAuth)
|
189
189
|
|
190
190
|
### HTTP request headers
|
191
191
|
|
@@ -195,7 +195,7 @@ Name | Type | Description | Notes
|
|
195
195
|
|
196
196
|
## read
|
197
197
|
|
198
|
-
>
|
198
|
+
> RpmRpmPublicationResponse read(rpm_rpm_publication_href, opts)
|
199
199
|
|
200
200
|
Inspect a rpm publication
|
201
201
|
|
@@ -208,13 +208,13 @@ ViewSet for Rpm Publications.
|
|
208
208
|
require 'pulp_rpm_client'
|
209
209
|
# setup authorization
|
210
210
|
PulpRpmClient.configure do |config|
|
211
|
-
# Configure HTTP basic authorization:
|
211
|
+
# Configure HTTP basic authorization: basicAuth
|
212
212
|
config.username = 'YOUR USERNAME'
|
213
213
|
config.password = 'YOUR PASSWORD'
|
214
214
|
end
|
215
215
|
|
216
216
|
api_instance = PulpRpmClient::PublicationsRpmApi.new
|
217
|
-
|
217
|
+
rpm_rpm_publication_href = 'rpm_rpm_publication_href_example' # String |
|
218
218
|
opts = {
|
219
219
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
220
220
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
@@ -222,7 +222,7 @@ opts = {
|
|
222
222
|
|
223
223
|
begin
|
224
224
|
#Inspect a rpm publication
|
225
|
-
result = api_instance.read(
|
225
|
+
result = api_instance.read(rpm_rpm_publication_href, opts)
|
226
226
|
p result
|
227
227
|
rescue PulpRpmClient::ApiError => e
|
228
228
|
puts "Exception when calling PublicationsRpmApi->read: #{e}"
|
@@ -234,17 +234,17 @@ end
|
|
234
234
|
|
235
235
|
Name | Type | Description | Notes
|
236
236
|
------------- | ------------- | ------------- | -------------
|
237
|
-
**
|
237
|
+
**rpm_rpm_publication_href** | **String**| |
|
238
238
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
239
239
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
240
240
|
|
241
241
|
### Return type
|
242
242
|
|
243
|
-
[**
|
243
|
+
[**RpmRpmPublicationResponse**](RpmRpmPublicationResponse.md)
|
244
244
|
|
245
245
|
### Authorization
|
246
246
|
|
247
|
-
[
|
247
|
+
[basicAuth](../README.md#basicAuth)
|
248
248
|
|
249
249
|
### HTTP request headers
|
250
250
|
|