pulp_rpm_client 3.25.5 → 3.25.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +5 -5
- data/docs/AcsRpmApi.md +5 -3
- data/docs/ArtifactResponse.md +4 -0
- data/docs/ContentAdvisoriesApi.md +14 -10
- data/docs/ContentDistributionTreesApi.md +11 -9
- data/docs/ContentModulemdDefaultsApi.md +11 -9
- data/docs/ContentModulemdObsoletesApi.md +11 -9
- data/docs/ContentModulemdsApi.md +11 -9
- data/docs/ContentPackagecategoriesApi.md +11 -9
- data/docs/ContentPackageenvironmentsApi.md +11 -9
- data/docs/ContentPackagegroupsApi.md +11 -9
- data/docs/ContentPackagelangpacksApi.md +11 -9
- data/docs/ContentPackagesApi.md +14 -10
- data/docs/ContentRepoMetadataFilesApi.md +11 -9
- data/docs/Copy.md +1 -1
- data/docs/DistributionsRpmApi.md +5 -3
- data/docs/PaginatedRepositoryVersionResponseList.md +2 -2
- data/docs/PaginatedrpmDistributionTreeResponseList.md +2 -2
- data/docs/PaginatedrpmModulemdDefaultsResponseList.md +2 -2
- data/docs/PaginatedrpmModulemdObsoleteResponseList.md +2 -2
- data/docs/PaginatedrpmModulemdResponseList.md +2 -2
- data/docs/PaginatedrpmPackageCategoryResponseList.md +2 -2
- data/docs/PaginatedrpmPackageEnvironmentResponseList.md +2 -2
- data/docs/PaginatedrpmPackageGroupResponseList.md +2 -2
- data/docs/PaginatedrpmPackageLangpacksResponseList.md +2 -2
- data/docs/PaginatedrpmPackageResponseList.md +2 -2
- data/docs/PaginatedrpmRepoMetadataFileResponseList.md +2 -2
- data/docs/PaginatedrpmRpmAlternateContentSourceResponseList.md +2 -2
- data/docs/PaginatedrpmRpmDistributionResponseList.md +2 -2
- data/docs/PaginatedrpmRpmPublicationResponseList.md +2 -2
- data/docs/PaginatedrpmRpmRemoteResponseList.md +2 -2
- data/docs/PaginatedrpmRpmRepositoryResponseList.md +2 -2
- data/docs/PaginatedrpmUlnRemoteResponseList.md +2 -2
- data/docs/PaginatedrpmUpdateRecordResponseList.md +2 -2
- data/docs/PatchedrpmRpmRepository.md +1 -1
- data/docs/PublicationsRpmApi.md +13 -11
- data/docs/RemotesRpmApi.md +5 -3
- data/docs/RemotesUlnApi.md +5 -3
- data/docs/RepositoriesRpmApi.md +9 -7
- data/docs/RepositoriesRpmVersionsApi.md +9 -7
- data/docs/RepositoryVersionResponse.md +4 -0
- data/docs/RpmCompsApi.md +1 -1
- data/docs/RpmCopyApi.md +1 -1
- data/docs/RpmModulemd.md +3 -3
- data/docs/RpmModulemdDefaults.md +1 -1
- data/docs/RpmModulemdDefaultsResponse.md +5 -1
- data/docs/RpmModulemdObsoleteResponse.md +4 -0
- data/docs/RpmModulemdResponse.md +7 -3
- data/docs/RpmPackage.md +3 -1
- data/docs/RpmPackageCategoryResponse.md +7 -3
- data/docs/RpmPackageEnvironmentResponse.md +8 -4
- data/docs/RpmPackageGroupResponse.md +7 -3
- data/docs/RpmPackageLangpacksResponse.md +5 -1
- data/docs/RpmPackageResponse.md +14 -10
- data/docs/RpmRepoMetadataFileResponse.md +4 -0
- data/docs/RpmRpmAlternateContentSourceResponse.md +4 -0
- data/docs/RpmRpmDistributionResponse.md +6 -0
- data/docs/RpmRpmPublication.md +1 -1
- data/docs/RpmRpmPublicationResponse.md +5 -1
- data/docs/RpmRpmRemoteResponse.md +4 -2
- data/docs/RpmRpmRemoteResponseHiddenFields.md +2 -2
- data/docs/RpmRpmRepository.md +1 -1
- data/docs/RpmRpmRepositoryResponse.md +5 -1
- data/docs/RpmUlnRemoteResponse.md +4 -2
- data/docs/RpmUpdateCollection.md +1 -1
- data/docs/RpmUpdateCollectionResponse.md +1 -1
- data/docs/RpmUpdateRecord.md +3 -1
- data/docs/RpmUpdateRecordResponse.md +4 -0
- data/lib/pulp_rpm_client/api/acs_rpm_api.rb +5 -2
- data/lib/pulp_rpm_client/api/content_advisories_api.rb +18 -8
- data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +11 -8
- data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +11 -8
- data/lib/pulp_rpm_client/api/content_modulemd_obsoletes_api.rb +11 -8
- data/lib/pulp_rpm_client/api/content_modulemds_api.rb +11 -8
- data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +11 -8
- data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +11 -8
- data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +11 -8
- data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +11 -8
- data/lib/pulp_rpm_client/api/content_packages_api.rb +18 -8
- data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +11 -8
- data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +5 -2
- data/lib/pulp_rpm_client/api/publications_rpm_api.rb +14 -11
- data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +5 -2
- data/lib/pulp_rpm_client/api/remotes_uln_api.rb +5 -2
- data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +9 -6
- data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +10 -7
- data/lib/pulp_rpm_client/configuration.rb +2 -2
- data/lib/pulp_rpm_client/models/artifact_response.rb +22 -2
- data/lib/pulp_rpm_client/models/copy.rb +1 -1
- data/lib/pulp_rpm_client/models/paginated_repository_version_response_list.rb +10 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_distribution_tree_response_list.rb +10 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_modulemd_defaults_response_list.rb +10 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_modulemd_obsolete_response_list.rb +10 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_modulemd_response_list.rb +10 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_package_category_response_list.rb +10 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_package_environment_response_list.rb +10 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_package_group_response_list.rb +10 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_package_langpacks_response_list.rb +10 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_package_response_list.rb +10 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_repo_metadata_file_response_list.rb +10 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_rpm_alternate_content_source_response_list.rb +10 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_rpm_distribution_response_list.rb +10 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_rpm_publication_response_list.rb +10 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_rpm_remote_response_list.rb +10 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_rpm_repository_response_list.rb +10 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_uln_remote_response_list.rb +10 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_update_record_response_list.rb +10 -0
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_remote.rb +20 -20
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +1 -1
- data/lib/pulp_rpm_client/models/patchedrpm_uln_remote.rb +20 -20
- data/lib/pulp_rpm_client/models/repository_add_remove_content.rb +1 -1
- data/lib/pulp_rpm_client/models/repository_version_response.rb +22 -2
- data/lib/pulp_rpm_client/models/rpm_modulemd.rb +3 -3
- data/lib/pulp_rpm_client/models/rpm_modulemd_defaults.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_modulemd_defaults_response.rb +22 -2
- data/lib/pulp_rpm_client/models/rpm_modulemd_obsolete_response.rb +21 -1
- data/lib/pulp_rpm_client/models/rpm_modulemd_response.rb +24 -4
- data/lib/pulp_rpm_client/models/rpm_package.rb +29 -4
- data/lib/pulp_rpm_client/models/rpm_package_category_response.rb +24 -4
- data/lib/pulp_rpm_client/models/rpm_package_environment_response.rb +25 -5
- data/lib/pulp_rpm_client/models/rpm_package_group_response.rb +24 -4
- data/lib/pulp_rpm_client/models/rpm_package_langpacks_response.rb +22 -2
- data/lib/pulp_rpm_client/models/rpm_package_response.rb +31 -11
- data/lib/pulp_rpm_client/models/rpm_repo_metadata_file_response.rb +21 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_alternate_content_source_response.rb +21 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_distribution_response.rb +31 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_publication.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +22 -2
- data/lib/pulp_rpm_client/models/rpm_rpm_remote.rb +20 -20
- data/lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb +41 -31
- data/lib/pulp_rpm_client/models/rpm_rpm_remote_response_hidden_fields.rb +10 -0
- data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +22 -2
- data/lib/pulp_rpm_client/models/rpm_uln_remote.rb +20 -20
- data/lib/pulp_rpm_client/models/rpm_uln_remote_response.rb +41 -31
- data/lib/pulp_rpm_client/models/rpm_update_collection.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_update_collection_response.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_update_record.rb +29 -4
- data/lib/pulp_rpm_client/models/rpm_update_record_response.rb +21 -1
- data/lib/pulp_rpm_client/version.rb +1 -1
- data/spec/api/acs_rpm_api_spec.rb +2 -1
- data/spec/api/content_advisories_api_spec.rb +6 -4
- data/spec/api/content_distribution_trees_api_spec.rb +5 -4
- data/spec/api/content_modulemd_defaults_api_spec.rb +5 -4
- data/spec/api/content_modulemd_obsoletes_api_spec.rb +5 -4
- data/spec/api/content_modulemds_api_spec.rb +5 -4
- data/spec/api/content_packagecategories_api_spec.rb +5 -4
- data/spec/api/content_packageenvironments_api_spec.rb +5 -4
- data/spec/api/content_packagegroups_api_spec.rb +5 -4
- data/spec/api/content_packagelangpacks_api_spec.rb +5 -4
- data/spec/api/content_packages_api_spec.rb +6 -4
- data/spec/api/content_repo_metadata_files_api_spec.rb +5 -4
- data/spec/api/distributions_rpm_api_spec.rb +2 -1
- data/spec/api/publications_rpm_api_spec.rb +6 -5
- data/spec/api/remotes_rpm_api_spec.rb +2 -1
- data/spec/api/remotes_uln_api_spec.rb +2 -1
- data/spec/api/repositories_rpm_api_spec.rb +4 -3
- data/spec/api/repositories_rpm_versions_api_spec.rb +4 -3
- data/spec/configuration_spec.rb +3 -3
- data/spec/models/artifact_response_spec.rb +12 -0
- data/spec/models/repository_version_response_spec.rb +12 -0
- data/spec/models/rpm_modulemd_defaults_response_spec.rb +12 -0
- data/spec/models/rpm_modulemd_obsolete_response_spec.rb +12 -0
- data/spec/models/rpm_modulemd_response_spec.rb +12 -0
- data/spec/models/rpm_package_category_response_spec.rb +12 -0
- data/spec/models/rpm_package_environment_response_spec.rb +12 -0
- data/spec/models/rpm_package_group_response_spec.rb +12 -0
- data/spec/models/rpm_package_langpacks_response_spec.rb +12 -0
- data/spec/models/rpm_package_response_spec.rb +12 -0
- data/spec/models/rpm_package_spec.rb +6 -0
- data/spec/models/rpm_repo_metadata_file_response_spec.rb +12 -0
- data/spec/models/rpm_rpm_alternate_content_source_response_spec.rb +12 -0
- data/spec/models/rpm_rpm_distribution_response_spec.rb +18 -0
- data/spec/models/rpm_rpm_publication_response_spec.rb +12 -0
- data/spec/models/rpm_rpm_remote_response_spec.rb +12 -6
- data/spec/models/rpm_rpm_repository_response_spec.rb +12 -0
- data/spec/models/rpm_uln_remote_response_spec.rb +12 -6
- data/spec/models/rpm_update_record_response_spec.rb +12 -0
- data/spec/models/rpm_update_record_spec.rb +6 -0
- metadata +96 -96
@@ -4,8 +4,8 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**name** | **String** | |
|
8
|
-
**is_set** | **Boolean** | |
|
7
|
+
**name** | **String** | |
|
8
|
+
**is_set** | **Boolean** | |
|
9
9
|
|
10
10
|
## Code Sample
|
11
11
|
|
data/docs/RpmRpmRepository.md
CHANGED
@@ -17,7 +17,7 @@ Name | Type | Description | Notes
|
|
17
17
|
**package_checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | DEPRECATED: use CHECKSUM_TYPE instead. * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512 | [optional]
|
18
18
|
**gpgcheck** | **Integer** | DEPRECATED: An option specifying whether a client should perform a GPG signature check on packages. | [optional]
|
19
19
|
**repo_gpgcheck** | **Integer** | DEPRECATED: An option specifying whether a client should perform a GPG signature check on the repodata. | [optional]
|
20
|
-
**repo_config** | [**
|
20
|
+
**repo_config** | [**AnyType**](.md) | A JSON document describing config.repo file | [optional]
|
21
21
|
**compression_type** | [**CompressionTypeEnum**](CompressionTypeEnum.md) | The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz | [optional]
|
22
22
|
|
23
23
|
## Code Sample
|
@@ -5,7 +5,9 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
10
|
+
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
9
11
|
**versions_href** | **String** | | [optional] [readonly]
|
10
12
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
11
13
|
**latest_version_href** | **String** | | [optional] [readonly]
|
@@ -22,7 +24,7 @@ Name | Type | Description | Notes
|
|
22
24
|
**gpgcheck** | **Integer** | DEPRECATED: An option specifying whether a client should perform a GPG signature check on packages. | [optional]
|
23
25
|
**repo_gpgcheck** | **Integer** | DEPRECATED: An option specifying whether a client should perform a GPG signature check on the repodata. | [optional]
|
24
26
|
**sqlite_metadata** | **Boolean** | REMOVED: An option specifying whether Pulp should generate SQLite metadata. Not operation since pulp_rpm 3.25.0 release | [optional] [readonly] [default to false]
|
25
|
-
**repo_config** | [**
|
27
|
+
**repo_config** | [**AnyType**](.md) | A JSON document describing config.repo file | [optional]
|
26
28
|
**compression_type** | [**CompressionTypeEnum**](CompressionTypeEnum.md) | The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz | [optional]
|
27
29
|
|
28
30
|
## Code Sample
|
@@ -31,7 +33,9 @@ Name | Type | Description | Notes
|
|
31
33
|
require 'PulpRpmClient'
|
32
34
|
|
33
35
|
instance = PulpRpmClient::RpmRpmRepositoryResponse.new(pulp_href: null,
|
36
|
+
prn: null,
|
34
37
|
pulp_created: null,
|
38
|
+
pulp_last_updated: null,
|
35
39
|
versions_href: null,
|
36
40
|
pulp_labels: null,
|
37
41
|
latest_version_href: null,
|
@@ -5,7 +5,9 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
10
|
+
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
9
11
|
**name** | **String** | A unique name for this remote. |
|
10
12
|
**url** | **String** | The ULN repo URL of the remote content source.\"This is \"uln://\" followed by the channel name. E.g.: \"uln://ol7_x86_64_oracle\" |
|
11
13
|
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
|
@@ -13,7 +15,6 @@ Name | Type | Description | Notes
|
|
13
15
|
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
14
16
|
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
15
17
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
16
|
-
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
17
18
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
18
19
|
**max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
|
19
20
|
**policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. The possible values include: 'immediate', 'on_demand', and 'streamed'. 'immediate' is the default. * `immediate` - When syncing, download all metadata and content now. * `on_demand` - When syncing, download metadata, but do not download content now. Instead, download content as clients request it, and save it in Pulp to be served for future client requests. * `streamed` - When syncing, download metadata, but do not download content now. Instead,download content as clients request it, but never save it in Pulp. This causes future requests for that same content to have to be downloaded again. | [optional]
|
@@ -32,7 +33,9 @@ Name | Type | Description | Notes
|
|
32
33
|
require 'PulpRpmClient'
|
33
34
|
|
34
35
|
instance = PulpRpmClient::RpmUlnRemoteResponse.new(pulp_href: null,
|
36
|
+
prn: null,
|
35
37
|
pulp_created: null,
|
38
|
+
pulp_last_updated: null,
|
36
39
|
name: null,
|
37
40
|
url: null,
|
38
41
|
ca_cert: null,
|
@@ -40,7 +43,6 @@ instance = PulpRpmClient::RpmUlnRemoteResponse.new(pulp_href: null,
|
|
40
43
|
tls_validation: null,
|
41
44
|
proxy_url: null,
|
42
45
|
pulp_labels: null,
|
43
|
-
pulp_last_updated: null,
|
44
46
|
download_concurrency: null,
|
45
47
|
max_retries: null,
|
46
48
|
policy: null,
|
data/docs/RpmUpdateCollection.md
CHANGED
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**name** | **String** | Collection name. |
|
8
8
|
**shortname** | **String** | Collection short name. |
|
9
|
-
**_module** | [**
|
9
|
+
**_module** | [**AnyType**](.md) | Collection modular NSVCA. |
|
10
10
|
|
11
11
|
## Code Sample
|
12
12
|
|
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**name** | **String** | Collection name. |
|
8
8
|
**shortname** | **String** | Collection short name. |
|
9
|
-
**_module** | [**
|
9
|
+
**_module** | [**AnyType**](.md) | Collection modular NSVCA. |
|
10
10
|
**packages** | **Array<Object>** | List of packages | [optional] [readonly]
|
11
11
|
|
12
12
|
## Code Sample
|
data/docs/RpmUpdateRecord.md
CHANGED
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
|
|
7
7
|
**repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
|
8
8
|
**file** | **File** | An uploaded file that may be turned into the content unit. | [optional]
|
9
9
|
**upload** | **String** | An uncommitted upload that may be turned into the content unit. | [optional]
|
10
|
+
**file_url** | **String** | A url that Pulp can download and turn into the content unit. | [optional]
|
10
11
|
|
11
12
|
## Code Sample
|
12
13
|
|
@@ -15,7 +16,8 @@ require 'PulpRpmClient'
|
|
15
16
|
|
16
17
|
instance = PulpRpmClient::RpmUpdateRecord.new(repository: null,
|
17
18
|
file: null,
|
18
|
-
upload: null
|
19
|
+
upload: null,
|
20
|
+
file_url: null)
|
19
21
|
```
|
20
22
|
|
21
23
|
|
@@ -5,7 +5,9 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
10
|
+
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
9
11
|
**id** | **String** | Update id (short update name, e.g. RHEA-2013:1777) | [optional] [readonly]
|
10
12
|
**updated_date** | **String** | Date when the update was updated (e.g. '2013-12-02 00:00:00') | [optional] [readonly]
|
11
13
|
**description** | **String** | Update description | [optional] [readonly]
|
@@ -31,7 +33,9 @@ Name | Type | Description | Notes
|
|
31
33
|
require 'PulpRpmClient'
|
32
34
|
|
33
35
|
instance = PulpRpmClient::RpmUpdateRecordResponse.new(pulp_href: null,
|
36
|
+
prn: null,
|
34
37
|
pulp_created: null,
|
38
|
+
pulp_last_updated: null,
|
35
39
|
id: null,
|
36
40
|
updated_date: null,
|
37
41
|
description: null,
|
@@ -230,9 +230,10 @@ module PulpRpmClient
|
|
230
230
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
231
231
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
232
232
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `last_refreshed` - Last refreshed * `-last_refreshed` - Last refreshed (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
233
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
233
234
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
234
235
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
235
|
-
# @option opts [String] :q
|
236
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
236
237
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
237
238
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
238
239
|
# @return [PaginatedrpmRpmAlternateContentSourceResponseList]
|
@@ -256,9 +257,10 @@ module PulpRpmClient
|
|
256
257
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
257
258
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
258
259
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `last_refreshed` - Last refreshed * `-last_refreshed` - Last refreshed (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
260
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
259
261
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
260
262
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
261
|
-
# @option opts [String] :q
|
263
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
262
264
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
263
265
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
264
266
|
# @return [Array<(PaginatedrpmRpmAlternateContentSourceResponseList, Integer, Hash)>] PaginatedrpmRpmAlternateContentSourceResponseList data, response status code and response headers
|
@@ -287,6 +289,7 @@ module PulpRpmClient
|
|
287
289
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
288
290
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
289
291
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
292
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
290
293
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
291
294
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
292
295
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
@@ -25,6 +25,7 @@ module PulpRpmClient
|
|
25
25
|
# @option opts [String] :repository A URI of a repository the new content unit should be associated with.
|
26
26
|
# @option opts [File] :file An uploaded file that may be turned into the content unit.
|
27
27
|
# @option opts [String] :upload An uncommitted upload that may be turned into the content unit.
|
28
|
+
# @option opts [String] :file_url A url that Pulp can download and turn into the content unit.
|
28
29
|
# @return [AsyncOperationResponse]
|
29
30
|
def create(opts = {})
|
30
31
|
data, _status_code, _headers = create_with_http_info(opts)
|
@@ -37,11 +38,16 @@ module PulpRpmClient
|
|
37
38
|
# @option opts [String] :repository A URI of a repository the new content unit should be associated with.
|
38
39
|
# @option opts [File] :file An uploaded file that may be turned into the content unit.
|
39
40
|
# @option opts [String] :upload An uncommitted upload that may be turned into the content unit.
|
41
|
+
# @option opts [String] :file_url A url that Pulp can download and turn into the content unit.
|
40
42
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
41
43
|
def create_with_http_info(opts = {})
|
42
44
|
if @api_client.config.debugging
|
43
45
|
@api_client.config.logger.debug 'Calling API: ContentAdvisoriesApi.create ...'
|
44
46
|
end
|
47
|
+
if @api_client.config.client_side_validation && !opts[:'file_url'].nil? && opts[:'file_url'].to_s.length < 1
|
48
|
+
fail ArgumentError, 'invalid value for "opts[:"file_url"]" when calling ContentAdvisoriesApi.create, the character length must be great than or equal to 1.'
|
49
|
+
end
|
50
|
+
|
45
51
|
# resource path
|
46
52
|
local_var_path = '/pulp/api/v3/content/rpm/advisories/'
|
47
53
|
|
@@ -60,6 +66,7 @@ module PulpRpmClient
|
|
60
66
|
form_params['repository'] = opts[:'repository'] if !opts[:'repository'].nil?
|
61
67
|
form_params['file'] = opts[:'file'] if !opts[:'file'].nil?
|
62
68
|
form_params['upload'] = opts[:'upload'] if !opts[:'upload'].nil?
|
69
|
+
form_params['file_url'] = opts[:'file_url'] if !opts[:'file_url'].nil?
|
63
70
|
|
64
71
|
# http body (model)
|
65
72
|
post_body = opts[:body]
|
@@ -95,12 +102,13 @@ module PulpRpmClient
|
|
95
102
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
96
103
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `id` - Id * `-id` - Id (descending) * `updated_date` - Updated date * `-updated_date` - Updated date (descending) * `description` - Description * `-description` - Description (descending) * `issued_date` - Issued date * `-issued_date` - Issued date (descending) * `fromstr` - Fromstr * `-fromstr` - Fromstr (descending) * `status` - Status * `-status` - Status (descending) * `title` - Title * `-title` - Title (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `type` - Type * `-type` - Type (descending) * `severity` - Severity * `-severity` - Severity (descending) * `solution` - Solution * `-solution` - Solution (descending) * `release` - Release * `-release` - Release (descending) * `rights` - Rights * `-rights` - Rights (descending) * `reboot_suggested` - Reboot suggested * `-reboot_suggested` - Reboot suggested (descending) * `pushcount` - Pushcount * `-pushcount` - Pushcount (descending) * `digest` - Digest * `-digest` - Digest (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
97
104
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
105
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
98
106
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
99
107
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
100
|
-
# @option opts [String] :q
|
101
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
102
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
103
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
108
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
109
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
110
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
111
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
104
112
|
# @option opts [String] :severity Filter results where severity matches value
|
105
113
|
# @option opts [Array<String>] :severity__in Filter results where severity is in a comma-separated list of values
|
106
114
|
# @option opts [String] :severity__ne Filter results where severity not equal to value
|
@@ -127,12 +135,13 @@ module PulpRpmClient
|
|
127
135
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
128
136
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `id` - Id * `-id` - Id (descending) * `updated_date` - Updated date * `-updated_date` - Updated date (descending) * `description` - Description * `-description` - Description (descending) * `issued_date` - Issued date * `-issued_date` - Issued date (descending) * `fromstr` - Fromstr * `-fromstr` - Fromstr (descending) * `status` - Status * `-status` - Status (descending) * `title` - Title * `-title` - Title (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `type` - Type * `-type` - Type (descending) * `severity` - Severity * `-severity` - Severity (descending) * `solution` - Solution * `-solution` - Solution (descending) * `release` - Release * `-release` - Release (descending) * `rights` - Rights * `-rights` - Rights (descending) * `reboot_suggested` - Reboot suggested * `-reboot_suggested` - Reboot suggested (descending) * `pushcount` - Pushcount * `-pushcount` - Pushcount (descending) * `digest` - Digest * `-digest` - Digest (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
129
137
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
138
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
130
139
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
131
140
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
132
|
-
# @option opts [String] :q
|
133
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
134
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
135
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
141
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
142
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
143
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
144
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
136
145
|
# @option opts [String] :severity Filter results where severity matches value
|
137
146
|
# @option opts [Array<String>] :severity__in Filter results where severity is in a comma-separated list of values
|
138
147
|
# @option opts [String] :severity__ne Filter results where severity not equal to value
|
@@ -164,6 +173,7 @@ module PulpRpmClient
|
|
164
173
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
165
174
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
166
175
|
query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
|
176
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
167
177
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
168
178
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
169
179
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
@@ -26,12 +26,13 @@ module PulpRpmClient
|
|
26
26
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
27
27
|
# @option opts [Array<String>] :ordering Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
28
28
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
29
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
29
30
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
30
31
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
31
|
-
# @option opts [String] :q
|
32
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
33
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
34
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
32
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
33
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
34
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
35
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
35
36
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
36
37
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
37
38
|
# @return [PaginatedrpmDistributionTreeResponseList]
|
@@ -47,12 +48,13 @@ module PulpRpmClient
|
|
47
48
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
48
49
|
# @option opts [Array<String>] :ordering Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
49
50
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
51
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
50
52
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
51
53
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
52
|
-
# @option opts [String] :q
|
53
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
54
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
55
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
54
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
55
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
56
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
57
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
56
58
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
57
59
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
58
60
|
# @return [Array<(PaginatedrpmDistributionTreeResponseList, Integer, Hash)>] PaginatedrpmDistributionTreeResponseList data, response status code and response headers
|
@@ -73,6 +75,7 @@ module PulpRpmClient
|
|
73
75
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
74
76
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
75
77
|
query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
|
78
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
76
79
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
77
80
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
78
81
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
@@ -92,12 +92,13 @@ module PulpRpmClient
|
|
92
92
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
93
93
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `module` - Module * `-module` - Module (descending) * `stream` - Stream * `-stream` - Stream (descending) * `profiles` - Profiles * `-profiles` - Profiles (descending) * `digest` - Digest * `-digest` - Digest (descending) * `snippet` - Snippet * `-snippet` - Snippet (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
94
94
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
95
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
95
96
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
96
97
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
97
|
-
# @option opts [String] :q
|
98
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
99
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
100
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
98
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
99
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
100
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
101
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
101
102
|
# @option opts [String] :sha256
|
102
103
|
# @option opts [String] :stream Filter results where stream matches value
|
103
104
|
# @option opts [Array<String>] :stream__in Filter results where stream is in a comma-separated list of values
|
@@ -118,12 +119,13 @@ module PulpRpmClient
|
|
118
119
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
119
120
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `module` - Module * `-module` - Module (descending) * `stream` - Stream * `-stream` - Stream (descending) * `profiles` - Profiles * `-profiles` - Profiles (descending) * `digest` - Digest * `-digest` - Digest (descending) * `snippet` - Snippet * `-snippet` - Snippet (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
120
121
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
122
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
121
123
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
122
124
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
123
|
-
# @option opts [String] :q
|
124
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
125
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
126
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
125
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
126
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
127
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
128
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
127
129
|
# @option opts [String] :sha256
|
128
130
|
# @option opts [String] :stream Filter results where stream matches value
|
129
131
|
# @option opts [Array<String>] :stream__in Filter results where stream is in a comma-separated list of values
|
@@ -149,6 +151,7 @@ module PulpRpmClient
|
|
149
151
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
150
152
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
151
153
|
query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
|
154
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
152
155
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
153
156
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
154
157
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
@@ -90,12 +90,13 @@ module PulpRpmClient
|
|
90
90
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
91
91
|
# @option opts [Array<String>] :ordering Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
92
92
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
93
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
93
94
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
94
95
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
95
|
-
# @option opts [String] :q
|
96
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
97
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
98
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
96
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
97
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
98
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
99
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
99
100
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
100
101
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
101
102
|
# @return [PaginatedrpmModulemdObsoleteResponseList]
|
@@ -111,12 +112,13 @@ module PulpRpmClient
|
|
111
112
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
112
113
|
# @option opts [Array<String>] :ordering Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
113
114
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
115
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
114
116
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
115
117
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
116
|
-
# @option opts [String] :q
|
117
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
118
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
119
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
118
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
119
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
120
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
121
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
120
122
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
121
123
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
122
124
|
# @return [Array<(PaginatedrpmModulemdObsoleteResponseList, Integer, Hash)>] PaginatedrpmModulemdObsoleteResponseList data, response status code and response headers
|
@@ -137,6 +139,7 @@ module PulpRpmClient
|
|
137
139
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
138
140
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
139
141
|
query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
|
142
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
140
143
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
141
144
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
142
145
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
@@ -96,12 +96,13 @@ module PulpRpmClient
|
|
96
96
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
97
97
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `name` - Name * `-name` - Name (descending) * `stream` - Stream * `-stream` - Stream (descending) * `version` - Version * `-version` - Version (descending) * `context` - Context * `-context` - Context (descending) * `arch` - Arch * `-arch` - Arch (descending) * `static_context` - Static context * `-static_context` - Static context (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `artifacts` - Artifacts * `-artifacts` - Artifacts (descending) * `profiles` - Profiles * `-profiles` - Profiles (descending) * `description` - Description * `-description` - Description (descending) * `digest` - Digest * `-digest` - Digest (descending) * `snippet` - Snippet * `-snippet` - Snippet (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
98
98
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
99
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
99
100
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
100
101
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
101
|
-
# @option opts [String] :q
|
102
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
103
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
104
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
102
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
103
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
104
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
105
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
105
106
|
# @option opts [String] :sha256
|
106
107
|
# @option opts [String] :stream Filter results where stream matches value
|
107
108
|
# @option opts [Array<String>] :stream__in Filter results where stream is in a comma-separated list of values
|
@@ -128,12 +129,13 @@ module PulpRpmClient
|
|
128
129
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
129
130
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `name` - Name * `-name` - Name (descending) * `stream` - Stream * `-stream` - Stream (descending) * `version` - Version * `-version` - Version (descending) * `context` - Context * `-context` - Context (descending) * `arch` - Arch * `-arch` - Arch (descending) * `static_context` - Static context * `-static_context` - Static context (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `artifacts` - Artifacts * `-artifacts` - Artifacts (descending) * `profiles` - Profiles * `-profiles` - Profiles (descending) * `description` - Description * `-description` - Description (descending) * `digest` - Digest * `-digest` - Digest (descending) * `snippet` - Snippet * `-snippet` - Snippet (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
130
131
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
132
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
131
133
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
132
134
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
133
|
-
# @option opts [String] :q
|
134
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
135
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
136
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
135
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
136
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
137
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
138
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
137
139
|
# @option opts [String] :sha256
|
138
140
|
# @option opts [String] :stream Filter results where stream matches value
|
139
141
|
# @option opts [Array<String>] :stream__in Filter results where stream is in a comma-separated list of values
|
@@ -165,6 +167,7 @@ module PulpRpmClient
|
|
165
167
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
166
168
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
167
169
|
query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
|
170
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
168
171
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
169
172
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
170
173
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
@@ -26,12 +26,13 @@ module PulpRpmClient
|
|
26
26
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
27
27
|
# @option opts [Array<String>] :ordering Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
28
28
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
29
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
29
30
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
30
31
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
31
|
-
# @option opts [String] :q
|
32
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
33
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
34
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
32
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
33
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
34
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
35
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
35
36
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
36
37
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
37
38
|
# @return [PaginatedrpmPackageCategoryResponseList]
|
@@ -47,12 +48,13 @@ module PulpRpmClient
|
|
47
48
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
48
49
|
# @option opts [Array<String>] :ordering Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
49
50
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
51
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
50
52
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
51
53
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
52
|
-
# @option opts [String] :q
|
53
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
54
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
55
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
54
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
55
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
56
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
57
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
56
58
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
57
59
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
58
60
|
# @return [Array<(PaginatedrpmPackageCategoryResponseList, Integer, Hash)>] PaginatedrpmPackageCategoryResponseList data, response status code and response headers
|
@@ -73,6 +75,7 @@ module PulpRpmClient
|
|
73
75
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
74
76
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
75
77
|
query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
|
78
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
76
79
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
77
80
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
78
81
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
@@ -26,12 +26,13 @@ module PulpRpmClient
|
|
26
26
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
27
27
|
# @option opts [Array<String>] :ordering Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
28
28
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
29
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
29
30
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
30
31
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
31
|
-
# @option opts [String] :q
|
32
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
33
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
34
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
32
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
33
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
34
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
35
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
35
36
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
36
37
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
37
38
|
# @return [PaginatedrpmPackageEnvironmentResponseList]
|
@@ -47,12 +48,13 @@ module PulpRpmClient
|
|
47
48
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
48
49
|
# @option opts [Array<String>] :ordering Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
49
50
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
51
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
50
52
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
51
53
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
52
|
-
# @option opts [String] :q
|
53
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
54
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
55
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
54
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
55
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
56
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
57
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
56
58
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
57
59
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
58
60
|
# @return [Array<(PaginatedrpmPackageEnvironmentResponseList, Integer, Hash)>] PaginatedrpmPackageEnvironmentResponseList data, response status code and response headers
|
@@ -73,6 +75,7 @@ module PulpRpmClient
|
|
73
75
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
74
76
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
75
77
|
query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
|
78
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
76
79
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
77
80
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
78
81
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
@@ -26,12 +26,13 @@ module PulpRpmClient
|
|
26
26
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
27
27
|
# @option opts [Array<String>] :ordering Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
28
28
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
29
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
29
30
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
30
31
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
31
|
-
# @option opts [String] :q
|
32
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
33
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
34
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
32
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
33
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
34
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
35
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
35
36
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
36
37
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
37
38
|
# @return [PaginatedrpmPackageGroupResponseList]
|
@@ -47,12 +48,13 @@ module PulpRpmClient
|
|
47
48
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
48
49
|
# @option opts [Array<String>] :ordering Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
49
50
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
51
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
50
52
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
51
53
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
52
|
-
# @option opts [String] :q
|
53
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
54
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
55
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
54
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
55
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
56
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
57
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
56
58
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
57
59
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
58
60
|
# @return [Array<(PaginatedrpmPackageGroupResponseList, Integer, Hash)>] PaginatedrpmPackageGroupResponseList data, response status code and response headers
|
@@ -73,6 +75,7 @@ module PulpRpmClient
|
|
73
75
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
74
76
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
75
77
|
query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
|
78
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
76
79
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
77
80
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
78
81
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|