pulp_rpm_client 3.18.14 → 3.18.16

Sign up to get free protection for your applications and to get access to all the features.
Files changed (82) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/AcsRpmApi.md +6 -2
  4. data/docs/ContentAdvisoriesApi.md +6 -2
  5. data/docs/ContentDistributionTreesApi.md +6 -2
  6. data/docs/ContentModulemdDefaultsApi.md +6 -2
  7. data/docs/ContentModulemdObsoletesApi.md +6 -2
  8. data/docs/ContentModulemdsApi.md +6 -2
  9. data/docs/ContentPackagecategoriesApi.md +6 -2
  10. data/docs/ContentPackageenvironmentsApi.md +6 -2
  11. data/docs/ContentPackagegroupsApi.md +6 -2
  12. data/docs/ContentPackagelangpacksApi.md +6 -2
  13. data/docs/ContentPackagesApi.md +8 -4
  14. data/docs/ContentRepoMetadataFilesApi.md +6 -2
  15. data/docs/DistributionsRpmApi.md +6 -2
  16. data/docs/PatchedrpmRpmRemote.md +1 -1
  17. data/docs/PatchedrpmRpmRepository.md +2 -2
  18. data/docs/PatchedrpmUlnRemote.md +1 -1
  19. data/docs/PublicationsRpmApi.md +6 -2
  20. data/docs/RemotesRpmApi.md +6 -2
  21. data/docs/RemotesUlnApi.md +6 -2
  22. data/docs/RepositoriesRpmApi.md +6 -2
  23. data/docs/RepositoriesRpmVersionsApi.md +4 -2
  24. data/docs/RpmRepositorySyncURL.md +1 -1
  25. data/docs/RpmRpmPublication.md +2 -2
  26. data/docs/RpmRpmPublicationResponse.md +2 -2
  27. data/docs/RpmRpmRemote.md +1 -1
  28. data/docs/RpmRpmRemoteResponse.md +1 -1
  29. data/docs/RpmRpmRepository.md +2 -2
  30. data/docs/RpmRpmRepositoryResponse.md +2 -2
  31. data/docs/RpmUlnRemote.md +1 -1
  32. data/docs/RpmUlnRemoteResponse.md +1 -1
  33. data/lib/pulp_rpm_client/api/acs_rpm_api.rb +8 -2
  34. data/lib/pulp_rpm_client/api/content_advisories_api.rb +8 -2
  35. data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +8 -2
  36. data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +8 -2
  37. data/lib/pulp_rpm_client/api/content_modulemd_obsoletes_api.rb +8 -2
  38. data/lib/pulp_rpm_client/api/content_modulemds_api.rb +8 -2
  39. data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +8 -2
  40. data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +8 -2
  41. data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +8 -2
  42. data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +8 -2
  43. data/lib/pulp_rpm_client/api/content_packages_api.rb +10 -4
  44. data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +8 -2
  45. data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +8 -2
  46. data/lib/pulp_rpm_client/api/publications_rpm_api.rb +8 -2
  47. data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +8 -2
  48. data/lib/pulp_rpm_client/api/remotes_uln_api.rb +8 -2
  49. data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +8 -2
  50. data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +5 -2
  51. data/lib/pulp_rpm_client/models/patchedrpm_rpm_remote.rb +1 -1
  52. data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +2 -2
  53. data/lib/pulp_rpm_client/models/patchedrpm_uln_remote.rb +1 -1
  54. data/lib/pulp_rpm_client/models/rpm_repository_sync_url.rb +1 -1
  55. data/lib/pulp_rpm_client/models/rpm_rpm_publication.rb +2 -2
  56. data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +2 -2
  57. data/lib/pulp_rpm_client/models/rpm_rpm_remote.rb +1 -1
  58. data/lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb +1 -1
  59. data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +2 -2
  60. data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +2 -2
  61. data/lib/pulp_rpm_client/models/rpm_uln_remote.rb +1 -1
  62. data/lib/pulp_rpm_client/models/rpm_uln_remote_response.rb +1 -1
  63. data/lib/pulp_rpm_client/version.rb +1 -1
  64. data/spec/api/acs_rpm_api_spec.rb +3 -1
  65. data/spec/api/content_advisories_api_spec.rb +3 -1
  66. data/spec/api/content_distribution_trees_api_spec.rb +3 -1
  67. data/spec/api/content_modulemd_defaults_api_spec.rb +3 -1
  68. data/spec/api/content_modulemd_obsoletes_api_spec.rb +3 -1
  69. data/spec/api/content_modulemds_api_spec.rb +3 -1
  70. data/spec/api/content_packagecategories_api_spec.rb +3 -1
  71. data/spec/api/content_packageenvironments_api_spec.rb +3 -1
  72. data/spec/api/content_packagegroups_api_spec.rb +3 -1
  73. data/spec/api/content_packagelangpacks_api_spec.rb +3 -1
  74. data/spec/api/content_packages_api_spec.rb +4 -2
  75. data/spec/api/content_repo_metadata_files_api_spec.rb +3 -1
  76. data/spec/api/distributions_rpm_api_spec.rb +3 -1
  77. data/spec/api/publications_rpm_api_spec.rb +3 -1
  78. data/spec/api/remotes_rpm_api_spec.rb +3 -1
  79. data/spec/api/remotes_uln_api_spec.rb +3 -1
  80. data/spec/api/repositories_rpm_api_spec.rb +3 -1
  81. data/spec/api/repositories_rpm_versions_api_spec.rb +2 -1
  82. metadata +77 -77
@@ -97,13 +97,14 @@ opts = {
97
97
  number__lte: 56, # Integer | Filter results where number is less than or equal to value
98
98
  number__range: [56], # Array<Integer> | Filter results where number is between two comma separated values
99
99
  offset: 56, # Integer | The initial index from which to return the results.
100
- ordering: ['ordering_example'], # Array<String> | Ordering
100
+ ordering: ['ordering_example'], # Array<String> | 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) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending)
101
101
  pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created matches value
102
102
  pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
103
103
  pulp_created__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than or equal to value
104
104
  pulp_created__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than value
105
105
  pulp_created__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than or equal to value
106
106
  pulp_created__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_created is between two comma separated values
107
+ pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
107
108
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
108
109
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
109
110
  }
@@ -133,13 +134,14 @@ Name | Type | Description | Notes
133
134
  **number__lte** | **Integer**| Filter results where number is less than or equal to value | [optional]
134
135
  **number__range** | [**Array&lt;Integer&gt;**](Integer.md)| Filter results where number is between two comma separated values | [optional]
135
136
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
136
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
137
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;number&#x60; - Number * &#x60;-number&#x60; - Number (descending) * &#x60;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;info&#x60; - Info * &#x60;-info&#x60; - Info (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
137
138
  **pulp_created** | **DateTime**| Filter results where pulp_created matches value | [optional]
138
139
  **pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
139
140
  **pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
140
141
  **pulp_created__lt** | **DateTime**| Filter results where pulp_created is less than value | [optional]
141
142
  **pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
142
143
  **pulp_created__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
144
+ **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
143
145
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
144
146
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
145
147
 
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **remote** | **String** | A remote to sync from. This will override a remote set on repository. | [optional]
8
8
  **mirror** | **Boolean** | DEPRECATED: If &#x60;&#x60;True&#x60;&#x60;, &#x60;&#x60;sync_policy&#x60;&#x60; will default to &#39;mirror_complete&#39; instead of &#39;additive&#39;. | [optional]
9
- **sync_policy** | [**SyncPolicyEnum**](SyncPolicyEnum.md) | Options: &#39;additive&#39;, &#39;mirror_complete&#39;, &#39;mirror_content_only&#39;. Default: &#39;additive&#39;. Modifies how the sync is performed. &#39;mirror_complete&#39; will clone the original metadata and create an automatic publication from it, but comes with some limitations and does not work for certain repositories. &#39;mirror_content_only&#39; will change the repository contents to match the remote but the metadata will be regenerated and will not be bit-for-bit identical. &#39;additive&#39; will retain the existing contents of the repository and add the contents of the repository being synced. | [optional]
9
+ **sync_policy** | [**SyncPolicyEnum**](SyncPolicyEnum.md) | Options: &#39;additive&#39;, &#39;mirror_complete&#39;, &#39;mirror_content_only&#39;. Default: &#39;additive&#39;. Modifies how the sync is performed. &#39;mirror_complete&#39; will clone the original metadata and create an automatic publication from it, but comes with some limitations and does not work for certain repositories. &#39;mirror_content_only&#39; will change the repository contents to match the remote but the metadata will be regenerated and will not be bit-for-bit identical. &#39;additive&#39; will retain the existing contents of the repository and add the contents of the repository being synced. * &#x60;additive&#x60; - additive * &#x60;mirror_complete&#x60; - mirror_complete * &#x60;mirror_content_only&#x60; - mirror_content_only | [optional]
10
10
  **skip_types** | [**Array&lt;SkipTypesEnum&gt;**](SkipTypesEnum.md) | List of content types to skip during sync. | [optional]
11
11
  **optimize** | **Boolean** | Whether or not to optimize sync. | [optional] [default to true]
12
12
 
@@ -6,8 +6,8 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **repository_version** | **String** | | [optional]
8
8
  **repository** | **String** | A URI of the repository to be published. | [optional]
9
- **metadata_checksum_type** | [**MetadataChecksumTypeEnum**](MetadataChecksumTypeEnum.md) | The checksum type for metadata. | [optional]
10
- **package_checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | The checksum type for packages. | [optional]
9
+ **metadata_checksum_type** | [**MetadataChecksumTypeEnum**](MetadataChecksumTypeEnum.md) | The checksum type for metadata. * &#x60;unknown&#x60; - unknown * &#x60;md5&#x60; - md5 * &#x60;sha1&#x60; - sha1 * &#x60;sha224&#x60; - sha224 * &#x60;sha256&#x60; - sha256 * &#x60;sha384&#x60; - sha384 * &#x60;sha512&#x60; - sha512 | [optional]
10
+ **package_checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | The checksum type for packages. * &#x60;unknown&#x60; - unknown * &#x60;md5&#x60; - md5 * &#x60;sha1&#x60; - sha1 * &#x60;sha224&#x60; - sha224 * &#x60;sha256&#x60; - sha256 * &#x60;sha384&#x60; - sha384 * &#x60;sha512&#x60; - sha512 | [optional]
11
11
  **gpgcheck** | **Integer** | An option specifying whether a client should perform a GPG signature check on packages. | [optional]
12
12
  **repo_gpgcheck** | **Integer** | An option specifying whether a client should perform a GPG signature check on the repodata. | [optional]
13
13
  **sqlite_metadata** | **Boolean** | DEPRECATED: An option specifying whether Pulp should generate SQLite metadata. | [optional] [default to false]
@@ -8,8 +8,8 @@ Name | Type | Description | Notes
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
9
  **repository_version** | **String** | | [optional]
10
10
  **repository** | **String** | A URI of the repository to be published. | [optional]
11
- **metadata_checksum_type** | [**MetadataChecksumTypeEnum**](MetadataChecksumTypeEnum.md) | The checksum type for metadata. | [optional]
12
- **package_checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | The checksum type for packages. | [optional]
11
+ **metadata_checksum_type** | [**MetadataChecksumTypeEnum**](MetadataChecksumTypeEnum.md) | The checksum type for metadata. * &#x60;unknown&#x60; - unknown * &#x60;md5&#x60; - md5 * &#x60;sha1&#x60; - sha1 * &#x60;sha224&#x60; - sha224 * &#x60;sha256&#x60; - sha256 * &#x60;sha384&#x60; - sha384 * &#x60;sha512&#x60; - sha512 | [optional]
12
+ **package_checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | The checksum type for packages. * &#x60;unknown&#x60; - unknown * &#x60;md5&#x60; - md5 * &#x60;sha1&#x60; - sha1 * &#x60;sha224&#x60; - sha224 * &#x60;sha256&#x60; - sha256 * &#x60;sha384&#x60; - sha384 * &#x60;sha512&#x60; - sha512 | [optional]
13
13
  **gpgcheck** | **Integer** | An option specifying whether a client should perform a GPG signature check on packages. | [optional]
14
14
  **repo_gpgcheck** | **Integer** | An option specifying whether a client should perform a GPG signature check on the repodata. | [optional]
15
15
  **sqlite_metadata** | **Boolean** | DEPRECATED: An option specifying whether Pulp should generate SQLite metadata. | [optional] [default to false]
data/docs/RpmRpmRemote.md CHANGED
@@ -18,7 +18,7 @@ Name | Type | Description | Notes
18
18
  **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
19
19
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
20
20
  **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
21
- **policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. The possible values include: &#39;immediate&#39;, &#39;on_demand&#39;, and &#39;streamed&#39;. &#39;immediate&#39; is the default. | [optional]
21
+ **policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. The possible values include: &#39;immediate&#39;, &#39;on_demand&#39;, and &#39;streamed&#39;. &#39;immediate&#39; is the default. * &#x60;immediate&#x60; - When syncing, download all metadata and content now. * &#x60;on_demand&#x60; - 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. * &#x60;streamed&#x60; - 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]
22
22
  **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
23
23
  **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
24
24
  **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
@@ -16,7 +16,7 @@ Name | Type | Description | Notes
16
16
  **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
17
17
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
18
18
  **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
- **policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. The possible values include: &#39;immediate&#39;, &#39;on_demand&#39;, and &#39;streamed&#39;. &#39;immediate&#39; is the default. | [optional]
19
+ **policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. The possible values include: &#39;immediate&#39;, &#39;on_demand&#39;, and &#39;streamed&#39;. &#39;immediate&#39; is the default. * &#x60;immediate&#x60; - When syncing, download all metadata and content now. * &#x60;on_demand&#x60; - 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. * &#x60;streamed&#x60; - 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]
20
20
  **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
21
21
  **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
22
22
  **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
@@ -12,8 +12,8 @@ Name | Type | Description | Notes
12
12
  **autopublish** | **Boolean** | Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository. | [optional] [default to false]
13
13
  **metadata_signing_service** | **String** | A reference to an associated signing service. | [optional]
14
14
  **retain_package_versions** | **Integer** | The number of versions of each package to keep in the repository; older versions will be purged. The default is &#39;0&#39;, which will disable this feature and keep all versions of each package. | [optional]
15
- **metadata_checksum_type** | [**MetadataChecksumTypeEnum**](MetadataChecksumTypeEnum.md) | The checksum type for metadata. | [optional]
16
- **package_checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | The checksum type for packages. | [optional]
15
+ **metadata_checksum_type** | [**MetadataChecksumTypeEnum**](MetadataChecksumTypeEnum.md) | The checksum type for metadata. * &#x60;unknown&#x60; - unknown * &#x60;md5&#x60; - md5 * &#x60;sha1&#x60; - sha1 * &#x60;sha224&#x60; - sha224 * &#x60;sha256&#x60; - sha256 * &#x60;sha384&#x60; - sha384 * &#x60;sha512&#x60; - sha512 | [optional]
16
+ **package_checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | The checksum type for packages. * &#x60;unknown&#x60; - unknown * &#x60;md5&#x60; - md5 * &#x60;sha1&#x60; - sha1 * &#x60;sha224&#x60; - sha224 * &#x60;sha256&#x60; - sha256 * &#x60;sha384&#x60; - sha384 * &#x60;sha512&#x60; - sha512 | [optional]
17
17
  **gpgcheck** | **Integer** | An option specifying whether a client should perform a GPG signature check on packages. | [optional] [default to 0]
18
18
  **repo_gpgcheck** | **Integer** | An option specifying whether a client should perform a GPG signature check on the repodata. | [optional] [default to 0]
19
19
  **sqlite_metadata** | **Boolean** | DEPRECATED: An option specifying whether Pulp should generate SQLite metadata. | [optional] [default to false]
@@ -16,8 +16,8 @@ Name | Type | Description | Notes
16
16
  **autopublish** | **Boolean** | Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository. | [optional] [default to false]
17
17
  **metadata_signing_service** | **String** | A reference to an associated signing service. | [optional]
18
18
  **retain_package_versions** | **Integer** | The number of versions of each package to keep in the repository; older versions will be purged. The default is &#39;0&#39;, which will disable this feature and keep all versions of each package. | [optional]
19
- **metadata_checksum_type** | [**MetadataChecksumTypeEnum**](MetadataChecksumTypeEnum.md) | The checksum type for metadata. | [optional]
20
- **package_checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | The checksum type for packages. | [optional]
19
+ **metadata_checksum_type** | [**MetadataChecksumTypeEnum**](MetadataChecksumTypeEnum.md) | The checksum type for metadata. * &#x60;unknown&#x60; - unknown * &#x60;md5&#x60; - md5 * &#x60;sha1&#x60; - sha1 * &#x60;sha224&#x60; - sha224 * &#x60;sha256&#x60; - sha256 * &#x60;sha384&#x60; - sha384 * &#x60;sha512&#x60; - sha512 | [optional]
20
+ **package_checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | The checksum type for packages. * &#x60;unknown&#x60; - unknown * &#x60;md5&#x60; - md5 * &#x60;sha1&#x60; - sha1 * &#x60;sha224&#x60; - sha224 * &#x60;sha256&#x60; - sha256 * &#x60;sha384&#x60; - sha384 * &#x60;sha512&#x60; - sha512 | [optional]
21
21
  **gpgcheck** | **Integer** | An option specifying whether a client should perform a GPG signature check on packages. | [optional] [default to 0]
22
22
  **repo_gpgcheck** | **Integer** | An option specifying whether a client should perform a GPG signature check on the repodata. | [optional] [default to 0]
23
23
  **sqlite_metadata** | **Boolean** | DEPRECATED: An option specifying whether Pulp should generate SQLite metadata. | [optional] [default to false]
data/docs/RpmUlnRemote.md CHANGED
@@ -18,7 +18,7 @@ Name | Type | Description | Notes
18
18
  **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
19
19
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
20
20
  **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
21
- **policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. The possible values include: &#39;immediate&#39;, &#39;on_demand&#39;, and &#39;streamed&#39;. &#39;immediate&#39; is the default. | [optional]
21
+ **policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. The possible values include: &#39;immediate&#39;, &#39;on_demand&#39;, and &#39;streamed&#39;. &#39;immediate&#39; is the default. * &#x60;immediate&#x60; - When syncing, download all metadata and content now. * &#x60;on_demand&#x60; - 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. * &#x60;streamed&#x60; - 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]
22
22
  **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
23
23
  **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
24
24
  **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
@@ -16,7 +16,7 @@ Name | Type | Description | Notes
16
16
  **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
17
17
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
18
18
  **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
- **policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. The possible values include: &#39;immediate&#39;, &#39;on_demand&#39;, and &#39;streamed&#39;. &#39;immediate&#39; is the default. | [optional]
19
+ **policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. The possible values include: &#39;immediate&#39;, &#39;on_demand&#39;, and &#39;streamed&#39;. &#39;immediate&#39; is the default. * &#x60;immediate&#x60; - When syncing, download all metadata and content now. * &#x60;on_demand&#x60; - 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. * &#x60;streamed&#x60; - 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]
20
20
  **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
21
21
  **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
22
22
  **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
@@ -155,7 +155,9 @@ module PulpRpmClient
155
155
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
156
156
  # @option opts [String] :name__startswith Filter results where name starts with value
157
157
  # @option opts [Integer] :offset The initial index from which to return the results.
158
- # @option opts [Array<String>] :ordering Ordering
158
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;last_refreshed&#x60; - Last refreshed * &#x60;-last_refreshed&#x60; - Last refreshed (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
159
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
160
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
159
161
  # @option opts [Array<String>] :fields A list of fields to include in the response.
160
162
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
161
163
  # @return [PaginatedrpmRpmAlternateContentSourceResponseList]
@@ -174,7 +176,9 @@ module PulpRpmClient
174
176
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
175
177
  # @option opts [String] :name__startswith Filter results where name starts with value
176
178
  # @option opts [Integer] :offset The initial index from which to return the results.
177
- # @option opts [Array<String>] :ordering Ordering
179
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;last_refreshed&#x60; - Last refreshed * &#x60;-last_refreshed&#x60; - Last refreshed (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
180
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
181
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
178
182
  # @option opts [Array<String>] :fields A list of fields to include in the response.
179
183
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
180
184
  # @return [Array<(PaginatedrpmRpmAlternateContentSourceResponseList, Integer, Hash)>] PaginatedrpmRpmAlternateContentSourceResponseList data, response status code and response headers
@@ -199,6 +203,8 @@ module PulpRpmClient
199
203
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
200
204
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
201
205
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
206
+ query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
207
+ query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
202
208
  query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
203
209
  query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
204
210
 
@@ -90,7 +90,9 @@ module PulpRpmClient
90
90
  # @option opts [Array<String>] :id__in Filter results where id is in a comma-separated list of values
91
91
  # @option opts [Integer] :limit Number of results to return per page.
92
92
  # @option opts [Integer] :offset The initial index from which to return the results.
93
- # @option opts [Array<String>] :ordering Ordering
93
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;id&#x60; - Id * &#x60;-id&#x60; - Id (descending) * &#x60;updated_date&#x60; - Updated date * &#x60;-updated_date&#x60; - Updated date (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;issued_date&#x60; - Issued date * &#x60;-issued_date&#x60; - Issued date (descending) * &#x60;fromstr&#x60; - Fromstr * &#x60;-fromstr&#x60; - Fromstr (descending) * &#x60;status&#x60; - Status * &#x60;-status&#x60; - Status (descending) * &#x60;title&#x60; - Title * &#x60;-title&#x60; - Title (descending) * &#x60;summary&#x60; - Summary * &#x60;-summary&#x60; - Summary (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;type&#x60; - Type * &#x60;-type&#x60; - Type (descending) * &#x60;severity&#x60; - Severity * &#x60;-severity&#x60; - Severity (descending) * &#x60;solution&#x60; - Solution * &#x60;-solution&#x60; - Solution (descending) * &#x60;release&#x60; - Release * &#x60;-release&#x60; - Release (descending) * &#x60;rights&#x60; - Rights * &#x60;-rights&#x60; - Rights (descending) * &#x60;reboot_suggested&#x60; - Reboot suggested * &#x60;-reboot_suggested&#x60; - Reboot suggested (descending) * &#x60;pushcount&#x60; - Pushcount * &#x60;-pushcount&#x60; - Pushcount (descending) * &#x60;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
94
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
95
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
94
96
  # @option opts [String] :repository_version Repository Version referenced by HREF
95
97
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
96
98
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -118,7 +120,9 @@ module PulpRpmClient
118
120
  # @option opts [Array<String>] :id__in Filter results where id is in a comma-separated list of values
119
121
  # @option opts [Integer] :limit Number of results to return per page.
120
122
  # @option opts [Integer] :offset The initial index from which to return the results.
121
- # @option opts [Array<String>] :ordering Ordering
123
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;id&#x60; - Id * &#x60;-id&#x60; - Id (descending) * &#x60;updated_date&#x60; - Updated date * &#x60;-updated_date&#x60; - Updated date (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;issued_date&#x60; - Issued date * &#x60;-issued_date&#x60; - Issued date (descending) * &#x60;fromstr&#x60; - Fromstr * &#x60;-fromstr&#x60; - Fromstr (descending) * &#x60;status&#x60; - Status * &#x60;-status&#x60; - Status (descending) * &#x60;title&#x60; - Title * &#x60;-title&#x60; - Title (descending) * &#x60;summary&#x60; - Summary * &#x60;-summary&#x60; - Summary (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;type&#x60; - Type * &#x60;-type&#x60; - Type (descending) * &#x60;severity&#x60; - Severity * &#x60;-severity&#x60; - Severity (descending) * &#x60;solution&#x60; - Solution * &#x60;-solution&#x60; - Solution (descending) * &#x60;release&#x60; - Release * &#x60;-release&#x60; - Release (descending) * &#x60;rights&#x60; - Rights * &#x60;-rights&#x60; - Rights (descending) * &#x60;reboot_suggested&#x60; - Reboot suggested * &#x60;-reboot_suggested&#x60; - Reboot suggested (descending) * &#x60;pushcount&#x60; - Pushcount * &#x60;-pushcount&#x60; - Pushcount (descending) * &#x60;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
124
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
125
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
122
126
  # @option opts [String] :repository_version Repository Version referenced by HREF
123
127
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
124
128
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -152,6 +156,8 @@ module PulpRpmClient
152
156
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
153
157
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
154
158
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
159
+ query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
160
+ query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
155
161
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
156
162
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
157
163
  query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
@@ -24,7 +24,9 @@ module PulpRpmClient
24
24
  # @param [Hash] opts the optional parameters
25
25
  # @option opts [Integer] :limit Number of results to return per page.
26
26
  # @option opts [Integer] :offset The initial index from which to return the results.
27
- # @option opts [Array<String>] :ordering Ordering
27
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
28
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
29
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
28
30
  # @option opts [String] :repository_version Repository Version referenced by HREF
29
31
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
30
32
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -41,7 +43,9 @@ module PulpRpmClient
41
43
  # @param [Hash] opts the optional parameters
42
44
  # @option opts [Integer] :limit Number of results to return per page.
43
45
  # @option opts [Integer] :offset The initial index from which to return the results.
44
- # @option opts [Array<String>] :ordering Ordering
46
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
47
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
48
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
45
49
  # @option opts [String] :repository_version Repository Version referenced by HREF
46
50
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
47
51
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -64,6 +68,8 @@ module PulpRpmClient
64
68
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
65
69
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
66
70
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
71
+ query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
72
+ query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
67
73
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
68
74
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
69
75
  query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
@@ -90,7 +90,9 @@ module PulpRpmClient
90
90
  # @option opts [String] :_module Filter results where module matches value
91
91
  # @option opts [Array<String>] :module__in Filter results where module is in a comma-separated list of values
92
92
  # @option opts [Integer] :offset The initial index from which to return the results.
93
- # @option opts [Array<String>] :ordering Ordering
93
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;module&#x60; - Module * &#x60;-module&#x60; - Module (descending) * &#x60;stream&#x60; - Stream * &#x60;-stream&#x60; - Stream (descending) * &#x60;profiles&#x60; - Profiles * &#x60;-profiles&#x60; - Profiles (descending) * &#x60;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;snippet&#x60; - Snippet * &#x60;-snippet&#x60; - Snippet (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
94
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
95
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
94
96
  # @option opts [String] :repository_version Repository Version referenced by HREF
95
97
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
96
98
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -112,7 +114,9 @@ module PulpRpmClient
112
114
  # @option opts [String] :_module Filter results where module matches value
113
115
  # @option opts [Array<String>] :module__in Filter results where module is in a comma-separated list of values
114
116
  # @option opts [Integer] :offset The initial index from which to return the results.
115
- # @option opts [Array<String>] :ordering Ordering
117
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;module&#x60; - Module * &#x60;-module&#x60; - Module (descending) * &#x60;stream&#x60; - Stream * &#x60;-stream&#x60; - Stream (descending) * &#x60;profiles&#x60; - Profiles * &#x60;-profiles&#x60; - Profiles (descending) * &#x60;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;snippet&#x60; - Snippet * &#x60;-snippet&#x60; - Snippet (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
118
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
119
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
116
120
  # @option opts [String] :repository_version Repository Version referenced by HREF
117
121
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
118
122
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -140,6 +144,8 @@ module PulpRpmClient
140
144
  query_params[:'module__in'] = @api_client.build_collection_param(opts[:'module__in'], :csv) if !opts[:'module__in'].nil?
141
145
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
142
146
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
147
+ query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
148
+ query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
143
149
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
144
150
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
145
151
  query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
@@ -88,7 +88,9 @@ module PulpRpmClient
88
88
  # @param [Hash] opts the optional parameters
89
89
  # @option opts [Integer] :limit Number of results to return per page.
90
90
  # @option opts [Integer] :offset The initial index from which to return the results.
91
- # @option opts [Array<String>] :ordering Ordering
91
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
92
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
93
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
92
94
  # @option opts [String] :repository_version Repository Version referenced by HREF
93
95
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
94
96
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -105,7 +107,9 @@ module PulpRpmClient
105
107
  # @param [Hash] opts the optional parameters
106
108
  # @option opts [Integer] :limit Number of results to return per page.
107
109
  # @option opts [Integer] :offset The initial index from which to return the results.
108
- # @option opts [Array<String>] :ordering Ordering
110
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
111
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
112
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
109
113
  # @option opts [String] :repository_version Repository Version referenced by HREF
110
114
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
111
115
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -128,6 +132,8 @@ module PulpRpmClient
128
132
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
129
133
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
130
134
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
135
+ query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
136
+ query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
131
137
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
132
138
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
133
139
  query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
@@ -90,7 +90,9 @@ module PulpRpmClient
90
90
  # @option opts [String] :name Filter results where name matches value
91
91
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
92
92
  # @option opts [Integer] :offset The initial index from which to return the results.
93
- # @option opts [Array<String>] :ordering Ordering
93
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;stream&#x60; - Stream * &#x60;-stream&#x60; - Stream (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;context&#x60; - Context * &#x60;-context&#x60; - Context (descending) * &#x60;arch&#x60; - Arch * &#x60;-arch&#x60; - Arch (descending) * &#x60;static_context&#x60; - Static context * &#x60;-static_context&#x60; - Static context (descending) * &#x60;dependencies&#x60; - Dependencies * &#x60;-dependencies&#x60; - Dependencies (descending) * &#x60;artifacts&#x60; - Artifacts * &#x60;-artifacts&#x60; - Artifacts (descending) * &#x60;profiles&#x60; - Profiles * &#x60;-profiles&#x60; - Profiles (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;snippet&#x60; - Snippet * &#x60;-snippet&#x60; - Snippet (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
94
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
95
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
94
96
  # @option opts [String] :repository_version Repository Version referenced by HREF
95
97
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
96
98
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -112,7 +114,9 @@ module PulpRpmClient
112
114
  # @option opts [String] :name Filter results where name matches value
113
115
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
114
116
  # @option opts [Integer] :offset The initial index from which to return the results.
115
- # @option opts [Array<String>] :ordering Ordering
117
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;stream&#x60; - Stream * &#x60;-stream&#x60; - Stream (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;context&#x60; - Context * &#x60;-context&#x60; - Context (descending) * &#x60;arch&#x60; - Arch * &#x60;-arch&#x60; - Arch (descending) * &#x60;static_context&#x60; - Static context * &#x60;-static_context&#x60; - Static context (descending) * &#x60;dependencies&#x60; - Dependencies * &#x60;-dependencies&#x60; - Dependencies (descending) * &#x60;artifacts&#x60; - Artifacts * &#x60;-artifacts&#x60; - Artifacts (descending) * &#x60;profiles&#x60; - Profiles * &#x60;-profiles&#x60; - Profiles (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;snippet&#x60; - Snippet * &#x60;-snippet&#x60; - Snippet (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
118
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
119
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
116
120
  # @option opts [String] :repository_version Repository Version referenced by HREF
117
121
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
118
122
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -140,6 +144,8 @@ module PulpRpmClient
140
144
  query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
141
145
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
142
146
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
147
+ query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
148
+ query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
143
149
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
144
150
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
145
151
  query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
@@ -24,7 +24,9 @@ module PulpRpmClient
24
24
  # @param [Hash] opts the optional parameters
25
25
  # @option opts [Integer] :limit Number of results to return per page.
26
26
  # @option opts [Integer] :offset The initial index from which to return the results.
27
- # @option opts [Array<String>] :ordering Ordering
27
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
28
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
29
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
28
30
  # @option opts [String] :repository_version Repository Version referenced by HREF
29
31
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
30
32
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -41,7 +43,9 @@ module PulpRpmClient
41
43
  # @param [Hash] opts the optional parameters
42
44
  # @option opts [Integer] :limit Number of results to return per page.
43
45
  # @option opts [Integer] :offset The initial index from which to return the results.
44
- # @option opts [Array<String>] :ordering Ordering
46
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
47
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
48
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
45
49
  # @option opts [String] :repository_version Repository Version referenced by HREF
46
50
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
47
51
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -64,6 +68,8 @@ module PulpRpmClient
64
68
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
65
69
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
66
70
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
71
+ query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
72
+ query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
67
73
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
68
74
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
69
75
  query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
@@ -24,7 +24,9 @@ module PulpRpmClient
24
24
  # @param [Hash] opts the optional parameters
25
25
  # @option opts [Integer] :limit Number of results to return per page.
26
26
  # @option opts [Integer] :offset The initial index from which to return the results.
27
- # @option opts [Array<String>] :ordering Ordering
27
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
28
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
29
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
28
30
  # @option opts [String] :repository_version Repository Version referenced by HREF
29
31
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
30
32
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -41,7 +43,9 @@ module PulpRpmClient
41
43
  # @param [Hash] opts the optional parameters
42
44
  # @option opts [Integer] :limit Number of results to return per page.
43
45
  # @option opts [Integer] :offset The initial index from which to return the results.
44
- # @option opts [Array<String>] :ordering Ordering
46
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
47
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
48
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
45
49
  # @option opts [String] :repository_version Repository Version referenced by HREF
46
50
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
47
51
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -64,6 +68,8 @@ module PulpRpmClient
64
68
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
65
69
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
66
70
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
71
+ query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
72
+ query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
67
73
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
68
74
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
69
75
  query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
@@ -24,7 +24,9 @@ module PulpRpmClient
24
24
  # @param [Hash] opts the optional parameters
25
25
  # @option opts [Integer] :limit Number of results to return per page.
26
26
  # @option opts [Integer] :offset The initial index from which to return the results.
27
- # @option opts [Array<String>] :ordering Ordering
27
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
28
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
29
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
28
30
  # @option opts [String] :repository_version Repository Version referenced by HREF
29
31
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
30
32
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -41,7 +43,9 @@ module PulpRpmClient
41
43
  # @param [Hash] opts the optional parameters
42
44
  # @option opts [Integer] :limit Number of results to return per page.
43
45
  # @option opts [Integer] :offset The initial index from which to return the results.
44
- # @option opts [Array<String>] :ordering Ordering
46
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
47
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
48
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
45
49
  # @option opts [String] :repository_version Repository Version referenced by HREF
46
50
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
47
51
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -64,6 +68,8 @@ module PulpRpmClient
64
68
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
65
69
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
66
70
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
71
+ query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
72
+ query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
67
73
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
68
74
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
69
75
  query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
@@ -24,7 +24,9 @@ module PulpRpmClient
24
24
  # @param [Hash] opts the optional parameters
25
25
  # @option opts [Integer] :limit Number of results to return per page.
26
26
  # @option opts [Integer] :offset The initial index from which to return the results.
27
- # @option opts [Array<String>] :ordering Ordering
27
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
28
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
29
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
28
30
  # @option opts [String] :repository_version Repository Version referenced by HREF
29
31
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
30
32
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -41,7 +43,9 @@ module PulpRpmClient
41
43
  # @param [Hash] opts the optional parameters
42
44
  # @option opts [Integer] :limit Number of results to return per page.
43
45
  # @option opts [Integer] :offset The initial index from which to return the results.
44
- # @option opts [Array<String>] :ordering Ordering
46
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
47
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
48
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
45
49
  # @option opts [String] :repository_version Repository Version referenced by HREF
46
50
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
47
51
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -64,6 +68,8 @@ module PulpRpmClient
64
68
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
65
69
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
66
70
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
71
+ query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
72
+ query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
67
73
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
68
74
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
69
75
  query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
@@ -102,7 +102,7 @@ module PulpRpmClient
102
102
  # @option opts [String] :arch Filter results where arch matches value
103
103
  # @option opts [Array<String>] :arch__in Filter results where arch is in a comma-separated list of values
104
104
  # @option opts [String] :arch__ne Filter results where arch not equal to value
105
- # @option opts [String] :checksum_type Filter results where checksum_type matches value
105
+ # @option opts [String] :checksum_type Filter results where checksum_type matches value * &#x60;unknown&#x60; - unknown * &#x60;md5&#x60; - md5 * &#x60;sha1&#x60; - sha1 * &#x60;sha1&#x60; - sha1 * &#x60;sha224&#x60; - sha224 * &#x60;sha256&#x60; - sha256 * &#x60;sha384&#x60; - sha384 * &#x60;sha512&#x60; - sha512
106
106
  # @option opts [Array<String>] :checksum_type__in Filter results where checksum_type is in a comma-separated list of values
107
107
  # @option opts [String] :checksum_type__ne Filter results where checksum_type not equal to value
108
108
  # @option opts [String] :epoch Filter results where epoch matches value
@@ -113,9 +113,11 @@ module PulpRpmClient
113
113
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
114
114
  # @option opts [String] :name__ne Filter results where name not equal to value
115
115
  # @option opts [Integer] :offset The initial index from which to return the results.
116
- # @option opts [Array<String>] :ordering Ordering
116
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;epoch&#x60; - Epoch * &#x60;-epoch&#x60; - Epoch (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;release&#x60; - Release * &#x60;-release&#x60; - Release (descending) * &#x60;arch&#x60; - Arch * &#x60;-arch&#x60; - Arch (descending) * &#x60;evr&#x60; - Evr * &#x60;-evr&#x60; - Evr (descending) * &#x60;pkgId&#x60; - Pkgid * &#x60;-pkgId&#x60; - Pkgid (descending) * &#x60;checksum_type&#x60; - Checksum type * &#x60;-checksum_type&#x60; - Checksum type (descending) * &#x60;summary&#x60; - Summary * &#x60;-summary&#x60; - Summary (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;url&#x60; - Url * &#x60;-url&#x60; - Url (descending) * &#x60;changelogs&#x60; - Changelogs * &#x60;-changelogs&#x60; - Changelogs (descending) * &#x60;files&#x60; - Files * &#x60;-files&#x60; - Files (descending) * &#x60;requires&#x60; - Requires * &#x60;-requires&#x60; - Requires (descending) * &#x60;provides&#x60; - Provides * &#x60;-provides&#x60; - Provides (descending) * &#x60;conflicts&#x60; - Conflicts * &#x60;-conflicts&#x60; - Conflicts (descending) * &#x60;obsoletes&#x60; - Obsoletes * &#x60;-obsoletes&#x60; - Obsoletes (descending) * &#x60;suggests&#x60; - Suggests * &#x60;-suggests&#x60; - Suggests (descending) * &#x60;enhances&#x60; - Enhances * &#x60;-enhances&#x60; - Enhances (descending) * &#x60;recommends&#x60; - Recommends * &#x60;-recommends&#x60; - Recommends (descending) * &#x60;supplements&#x60; - Supplements * &#x60;-supplements&#x60; - Supplements (descending) * &#x60;location_base&#x60; - Location base * &#x60;-location_base&#x60; - Location base (descending) * &#x60;location_href&#x60; - Location href * &#x60;-location_href&#x60; - Location href (descending) * &#x60;rpm_buildhost&#x60; - Rpm buildhost * &#x60;-rpm_buildhost&#x60; - Rpm buildhost (descending) * &#x60;rpm_group&#x60; - Rpm group * &#x60;-rpm_group&#x60; - Rpm group (descending) * &#x60;rpm_license&#x60; - Rpm license * &#x60;-rpm_license&#x60; - Rpm license (descending) * &#x60;rpm_packager&#x60; - Rpm packager * &#x60;-rpm_packager&#x60; - Rpm packager (descending) * &#x60;rpm_sourcerpm&#x60; - Rpm sourcerpm * &#x60;-rpm_sourcerpm&#x60; - Rpm sourcerpm (descending) * &#x60;rpm_vendor&#x60; - Rpm vendor * &#x60;-rpm_vendor&#x60; - Rpm vendor (descending) * &#x60;rpm_header_start&#x60; - Rpm header start * &#x60;-rpm_header_start&#x60; - Rpm header start (descending) * &#x60;rpm_header_end&#x60; - Rpm header end * &#x60;-rpm_header_end&#x60; - Rpm header end (descending) * &#x60;size_archive&#x60; - Size archive * &#x60;-size_archive&#x60; - Size archive (descending) * &#x60;size_installed&#x60; - Size installed * &#x60;-size_installed&#x60; - Size installed (descending) * &#x60;size_package&#x60; - Size package * &#x60;-size_package&#x60; - Size package (descending) * &#x60;time_build&#x60; - Time build * &#x60;-time_build&#x60; - Time build (descending) * &#x60;time_file&#x60; - Time file * &#x60;-time_file&#x60; - Time file (descending) * &#x60;is_modular&#x60; - Is modular * &#x60;-is_modular&#x60; - Is modular (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
117
117
  # @option opts [String] :pkg_id Filter results where pkgId matches value
118
118
  # @option opts [Array<String>] :pkg_id__in Filter results where pkgId is in a comma-separated list of values
119
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
120
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
119
121
  # @option opts [String] :release Filter results where release matches value
120
122
  # @option opts [Array<String>] :release__in Filter results where release is in a comma-separated list of values
121
123
  # @option opts [String] :release__ne Filter results where release not equal to value
@@ -140,7 +142,7 @@ module PulpRpmClient
140
142
  # @option opts [String] :arch Filter results where arch matches value
141
143
  # @option opts [Array<String>] :arch__in Filter results where arch is in a comma-separated list of values
142
144
  # @option opts [String] :arch__ne Filter results where arch not equal to value
143
- # @option opts [String] :checksum_type Filter results where checksum_type matches value
145
+ # @option opts [String] :checksum_type Filter results where checksum_type matches value * &#x60;unknown&#x60; - unknown * &#x60;md5&#x60; - md5 * &#x60;sha1&#x60; - sha1 * &#x60;sha1&#x60; - sha1 * &#x60;sha224&#x60; - sha224 * &#x60;sha256&#x60; - sha256 * &#x60;sha384&#x60; - sha384 * &#x60;sha512&#x60; - sha512
144
146
  # @option opts [Array<String>] :checksum_type__in Filter results where checksum_type is in a comma-separated list of values
145
147
  # @option opts [String] :checksum_type__ne Filter results where checksum_type not equal to value
146
148
  # @option opts [String] :epoch Filter results where epoch matches value
@@ -151,9 +153,11 @@ module PulpRpmClient
151
153
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
152
154
  # @option opts [String] :name__ne Filter results where name not equal to value
153
155
  # @option opts [Integer] :offset The initial index from which to return the results.
154
- # @option opts [Array<String>] :ordering Ordering
156
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;epoch&#x60; - Epoch * &#x60;-epoch&#x60; - Epoch (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;release&#x60; - Release * &#x60;-release&#x60; - Release (descending) * &#x60;arch&#x60; - Arch * &#x60;-arch&#x60; - Arch (descending) * &#x60;evr&#x60; - Evr * &#x60;-evr&#x60; - Evr (descending) * &#x60;pkgId&#x60; - Pkgid * &#x60;-pkgId&#x60; - Pkgid (descending) * &#x60;checksum_type&#x60; - Checksum type * &#x60;-checksum_type&#x60; - Checksum type (descending) * &#x60;summary&#x60; - Summary * &#x60;-summary&#x60; - Summary (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;url&#x60; - Url * &#x60;-url&#x60; - Url (descending) * &#x60;changelogs&#x60; - Changelogs * &#x60;-changelogs&#x60; - Changelogs (descending) * &#x60;files&#x60; - Files * &#x60;-files&#x60; - Files (descending) * &#x60;requires&#x60; - Requires * &#x60;-requires&#x60; - Requires (descending) * &#x60;provides&#x60; - Provides * &#x60;-provides&#x60; - Provides (descending) * &#x60;conflicts&#x60; - Conflicts * &#x60;-conflicts&#x60; - Conflicts (descending) * &#x60;obsoletes&#x60; - Obsoletes * &#x60;-obsoletes&#x60; - Obsoletes (descending) * &#x60;suggests&#x60; - Suggests * &#x60;-suggests&#x60; - Suggests (descending) * &#x60;enhances&#x60; - Enhances * &#x60;-enhances&#x60; - Enhances (descending) * &#x60;recommends&#x60; - Recommends * &#x60;-recommends&#x60; - Recommends (descending) * &#x60;supplements&#x60; - Supplements * &#x60;-supplements&#x60; - Supplements (descending) * &#x60;location_base&#x60; - Location base * &#x60;-location_base&#x60; - Location base (descending) * &#x60;location_href&#x60; - Location href * &#x60;-location_href&#x60; - Location href (descending) * &#x60;rpm_buildhost&#x60; - Rpm buildhost * &#x60;-rpm_buildhost&#x60; - Rpm buildhost (descending) * &#x60;rpm_group&#x60; - Rpm group * &#x60;-rpm_group&#x60; - Rpm group (descending) * &#x60;rpm_license&#x60; - Rpm license * &#x60;-rpm_license&#x60; - Rpm license (descending) * &#x60;rpm_packager&#x60; - Rpm packager * &#x60;-rpm_packager&#x60; - Rpm packager (descending) * &#x60;rpm_sourcerpm&#x60; - Rpm sourcerpm * &#x60;-rpm_sourcerpm&#x60; - Rpm sourcerpm (descending) * &#x60;rpm_vendor&#x60; - Rpm vendor * &#x60;-rpm_vendor&#x60; - Rpm vendor (descending) * &#x60;rpm_header_start&#x60; - Rpm header start * &#x60;-rpm_header_start&#x60; - Rpm header start (descending) * &#x60;rpm_header_end&#x60; - Rpm header end * &#x60;-rpm_header_end&#x60; - Rpm header end (descending) * &#x60;size_archive&#x60; - Size archive * &#x60;-size_archive&#x60; - Size archive (descending) * &#x60;size_installed&#x60; - Size installed * &#x60;-size_installed&#x60; - Size installed (descending) * &#x60;size_package&#x60; - Size package * &#x60;-size_package&#x60; - Size package (descending) * &#x60;time_build&#x60; - Time build * &#x60;-time_build&#x60; - Time build (descending) * &#x60;time_file&#x60; - Time file * &#x60;-time_file&#x60; - Time file (descending) * &#x60;is_modular&#x60; - Is modular * &#x60;-is_modular&#x60; - Is modular (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
155
157
  # @option opts [String] :pkg_id Filter results where pkgId matches value
156
158
  # @option opts [Array<String>] :pkg_id__in Filter results where pkgId is in a comma-separated list of values
159
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
160
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
157
161
  # @option opts [String] :release Filter results where release matches value
158
162
  # @option opts [Array<String>] :release__in Filter results where release is in a comma-separated list of values
159
163
  # @option opts [String] :release__ne Filter results where release not equal to value
@@ -201,6 +205,8 @@ module PulpRpmClient
201
205
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
202
206
  query_params[:'pkgId'] = opts[:'pkg_id'] if !opts[:'pkg_id'].nil?
203
207
  query_params[:'pkgId__in'] = @api_client.build_collection_param(opts[:'pkg_id__in'], :csv) if !opts[:'pkg_id__in'].nil?
208
+ query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
209
+ query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
204
210
  query_params[:'release'] = opts[:'release'] if !opts[:'release'].nil?
205
211
  query_params[:'release__in'] = @api_client.build_collection_param(opts[:'release__in'], :csv) if !opts[:'release__in'].nil?
206
212
  query_params[:'release__ne'] = opts[:'release__ne'] if !opts[:'release__ne'].nil?