pulp_rpm_client 3.18.20 → 3.19.0.dev1662960501

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of pulp_rpm_client might be problematic. Click here for more details.

Files changed (97) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -5
  3. data/docs/AcsRpmApi.md +12 -16
  4. data/docs/ContentAdvisoriesApi.md +10 -14
  5. data/docs/ContentDistributionTreesApi.md +10 -14
  6. data/docs/ContentModulemdDefaultsApi.md +10 -14
  7. data/docs/ContentModulemdObsoletesApi.md +10 -14
  8. data/docs/ContentModulemdsApi.md +10 -14
  9. data/docs/ContentPackagecategoriesApi.md +10 -14
  10. data/docs/ContentPackageenvironmentsApi.md +10 -14
  11. data/docs/ContentPackagegroupsApi.md +10 -14
  12. data/docs/ContentPackagelangpacksApi.md +10 -14
  13. data/docs/ContentPackagesApi.md +12 -16
  14. data/docs/ContentRepoMetadataFilesApi.md +10 -14
  15. data/docs/DistributionsRpmApi.md +14 -22
  16. data/docs/PatchedrpmRpmDistribution.md +1 -1
  17. data/docs/PatchedrpmRpmRemote.md +2 -2
  18. data/docs/PatchedrpmRpmRepository.md +4 -4
  19. data/docs/PatchedrpmUlnRemote.md +2 -2
  20. data/docs/PublicationsRpmApi.md +12 -16
  21. data/docs/RemotesRpmApi.md +14 -18
  22. data/docs/RemotesUlnApi.md +14 -18
  23. data/docs/RepositoriesRpmApi.md +13 -33
  24. data/docs/RepositoriesRpmVersionsApi.md +14 -16
  25. data/docs/RepositoryAddRemoveContent.md +2 -2
  26. data/docs/RpmRepositorySyncURL.md +1 -1
  27. data/docs/RpmRpmDistribution.md +1 -1
  28. data/docs/RpmRpmDistributionResponse.md +1 -1
  29. data/docs/RpmRpmPublication.md +2 -2
  30. data/docs/RpmRpmPublicationResponse.md +2 -2
  31. data/docs/RpmRpmRemote.md +2 -2
  32. data/docs/RpmRpmRemoteResponse.md +2 -4
  33. data/docs/RpmRpmRepository.md +4 -4
  34. data/docs/RpmRpmRepositoryResponse.md +4 -4
  35. data/docs/RpmUlnRemote.md +2 -2
  36. data/docs/RpmUlnRemoteResponse.md +2 -4
  37. data/lib/pulp_rpm_client/api/acs_rpm_api.rb +17 -23
  38. data/lib/pulp_rpm_client/api/content_advisories_api.rb +15 -21
  39. data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +14 -20
  40. data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +15 -21
  41. data/lib/pulp_rpm_client/api/content_modulemd_obsoletes_api.rb +14 -20
  42. data/lib/pulp_rpm_client/api/content_modulemds_api.rb +15 -21
  43. data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +14 -20
  44. data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +14 -20
  45. data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +14 -20
  46. data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +14 -20
  47. data/lib/pulp_rpm_client/api/content_packages_api.rb +17 -23
  48. data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +14 -20
  49. data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +19 -31
  50. data/lib/pulp_rpm_client/api/publications_rpm_api.rb +17 -23
  51. data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +19 -25
  52. data/lib/pulp_rpm_client/api/remotes_uln_api.rb +19 -25
  53. data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +17 -47
  54. data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +19 -22
  55. data/lib/pulp_rpm_client/models/patchedrpm_rpm_distribution.rb +2 -4
  56. data/lib/pulp_rpm_client/models/patchedrpm_rpm_remote.rb +3 -5
  57. data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +5 -7
  58. data/lib/pulp_rpm_client/models/patchedrpm_uln_remote.rb +3 -5
  59. data/lib/pulp_rpm_client/models/repository_add_remove_content.rb +2 -2
  60. data/lib/pulp_rpm_client/models/rpm_repository_sync_url.rb +1 -1
  61. data/lib/pulp_rpm_client/models/rpm_rpm_distribution.rb +2 -4
  62. data/lib/pulp_rpm_client/models/rpm_rpm_distribution_response.rb +2 -4
  63. data/lib/pulp_rpm_client/models/rpm_rpm_publication.rb +2 -2
  64. data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +2 -2
  65. data/lib/pulp_rpm_client/models/rpm_rpm_remote.rb +3 -5
  66. data/lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb +4 -18
  67. data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +5 -7
  68. data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +5 -7
  69. data/lib/pulp_rpm_client/models/rpm_uln_remote.rb +3 -5
  70. data/lib/pulp_rpm_client/models/rpm_uln_remote_response.rb +4 -18
  71. data/lib/pulp_rpm_client/models/skip_types_enum.rb +0 -1
  72. data/lib/pulp_rpm_client/version.rb +1 -1
  73. data/lib/pulp_rpm_client.rb +0 -1
  74. data/spec/api/acs_rpm_api_spec.rb +6 -8
  75. data/spec/api/content_advisories_api_spec.rb +5 -7
  76. data/spec/api/content_distribution_trees_api_spec.rb +5 -7
  77. data/spec/api/content_modulemd_defaults_api_spec.rb +5 -7
  78. data/spec/api/content_modulemd_obsoletes_api_spec.rb +5 -7
  79. data/spec/api/content_modulemds_api_spec.rb +5 -7
  80. data/spec/api/content_packagecategories_api_spec.rb +5 -7
  81. data/spec/api/content_packageenvironments_api_spec.rb +5 -7
  82. data/spec/api/content_packagegroups_api_spec.rb +5 -7
  83. data/spec/api/content_packagelangpacks_api_spec.rb +5 -7
  84. data/spec/api/content_packages_api_spec.rb +6 -8
  85. data/spec/api/content_repo_metadata_files_api_spec.rb +5 -7
  86. data/spec/api/distributions_rpm_api_spec.rb +7 -11
  87. data/spec/api/publications_rpm_api_spec.rb +6 -8
  88. data/spec/api/remotes_rpm_api_spec.rb +7 -9
  89. data/spec/api/remotes_uln_api_spec.rb +7 -9
  90. data/spec/api/repositories_rpm_api_spec.rb +6 -16
  91. data/spec/api/repositories_rpm_versions_api_spec.rb +7 -8
  92. data/spec/models/rpm_rpm_remote_response_spec.rb +0 -6
  93. data/spec/models/rpm_uln_remote_response_spec.rb +0 -6
  94. metadata +75 -79
  95. data/docs/RpmRpmRemoteResponseHiddenFields.md +0 -19
  96. data/lib/pulp_rpm_client/models/rpm_rpm_remote_response_hidden_fields.rb +0 -215
  97. data/spec/models/rpm_rpm_remote_response_hidden_fields_spec.rb +0 -47
@@ -142,24 +142,22 @@ end
142
142
  api_instance = PulpRpmClient::RemotesUlnApi.new
143
143
  opts = {
144
144
  limit: 56, # Integer | Number of results to return per page.
145
- name: 'name_example', # String | Filter results where name matches value
145
+ name: 'name_example', # String |
146
146
  name__contains: 'name__contains_example', # String | Filter results where name contains value
147
147
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
148
148
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
149
149
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
150
150
  offset: 56, # Integer | The initial index from which to return the results.
151
- 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) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `url` - Url * `-url` - Url (descending) * `ca_cert` - Ca cert * `-ca_cert` - Ca cert (descending) * `client_cert` - Client cert * `-client_cert` - Client cert (descending) * `client_key` - Client key * `-client_key` - Client key (descending) * `tls_validation` - Tls validation * `-tls_validation` - Tls validation (descending) * `username` - Username * `-username` - Username (descending) * `password` - Password * `-password` - Password (descending) * `proxy_url` - Proxy url * `-proxy_url` - Proxy url (descending) * `proxy_username` - Proxy username * `-proxy_username` - Proxy username (descending) * `proxy_password` - Proxy password * `-proxy_password` - Proxy password (descending) * `download_concurrency` - Download concurrency * `-download_concurrency` - Download concurrency (descending) * `max_retries` - Max retries * `-max_retries` - Max retries (descending) * `policy` - Policy * `-policy` - Policy (descending) * `total_timeout` - Total timeout * `-total_timeout` - Total timeout (descending) * `connect_timeout` - Connect timeout * `-connect_timeout` - Connect timeout (descending) * `sock_connect_timeout` - Sock connect timeout * `-sock_connect_timeout` - Sock connect timeout (descending) * `sock_read_timeout` - Sock read timeout * `-sock_read_timeout` - Sock read timeout (descending) * `headers` - Headers * `-headers` - Headers (descending) * `rate_limit` - Rate limit * `-rate_limit` - Rate limit (descending) * `pk` - Pk * `-pk` - Pk (descending)
152
- pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
153
- pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
151
+ ordering: ['ordering_example'], # Array<String> | Ordering
154
152
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
155
- pulp_last_updated: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated matches value
153
+ pulp_last_updated: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | ISO 8601 formatted dates are supported
156
154
  pulp_last_updated__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is greater than value
157
155
  pulp_last_updated__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is greater than or equal to value
158
156
  pulp_last_updated__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than value
159
157
  pulp_last_updated__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than or equal to value
160
158
  pulp_last_updated__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_last_updated is between two comma separated values
161
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
162
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
159
+ fields: 'fields_example', # String | A list of fields to include in the response.
160
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
163
161
  }
164
162
 
165
163
  begin
@@ -177,24 +175,22 @@ end
177
175
  Name | Type | Description | Notes
178
176
  ------------- | ------------- | ------------- | -------------
179
177
  **limit** | **Integer**| Number of results to return per page. | [optional]
180
- **name** | **String**| Filter results where name matches value | [optional]
178
+ **name** | **String**| | [optional]
181
179
  **name__contains** | **String**| Filter results where name contains value | [optional]
182
180
  **name__icontains** | **String**| Filter results where name contains value | [optional]
183
181
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
184
182
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
185
183
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
186
- **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;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;url&#x60; - Url * &#x60;-url&#x60; - Url (descending) * &#x60;ca_cert&#x60; - Ca cert * &#x60;-ca_cert&#x60; - Ca cert (descending) * &#x60;client_cert&#x60; - Client cert * &#x60;-client_cert&#x60; - Client cert (descending) * &#x60;client_key&#x60; - Client key * &#x60;-client_key&#x60; - Client key (descending) * &#x60;tls_validation&#x60; - Tls validation * &#x60;-tls_validation&#x60; - Tls validation (descending) * &#x60;username&#x60; - Username * &#x60;-username&#x60; - Username (descending) * &#x60;password&#x60; - Password * &#x60;-password&#x60; - Password (descending) * &#x60;proxy_url&#x60; - Proxy url * &#x60;-proxy_url&#x60; - Proxy url (descending) * &#x60;proxy_username&#x60; - Proxy username * &#x60;-proxy_username&#x60; - Proxy username (descending) * &#x60;proxy_password&#x60; - Proxy password * &#x60;-proxy_password&#x60; - Proxy password (descending) * &#x60;download_concurrency&#x60; - Download concurrency * &#x60;-download_concurrency&#x60; - Download concurrency (descending) * &#x60;max_retries&#x60; - Max retries * &#x60;-max_retries&#x60; - Max retries (descending) * &#x60;policy&#x60; - Policy * &#x60;-policy&#x60; - Policy (descending) * &#x60;total_timeout&#x60; - Total timeout * &#x60;-total_timeout&#x60; - Total timeout (descending) * &#x60;connect_timeout&#x60; - Connect timeout * &#x60;-connect_timeout&#x60; - Connect timeout (descending) * &#x60;sock_connect_timeout&#x60; - Sock connect timeout * &#x60;-sock_connect_timeout&#x60; - Sock connect timeout (descending) * &#x60;sock_read_timeout&#x60; - Sock read timeout * &#x60;-sock_read_timeout&#x60; - Sock read timeout (descending) * &#x60;headers&#x60; - Headers * &#x60;-headers&#x60; - Headers (descending) * &#x60;rate_limit&#x60; - Rate limit * &#x60;-rate_limit&#x60; - Rate limit (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
187
- **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
188
- **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
184
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
189
185
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
190
- **pulp_last_updated** | **DateTime**| Filter results where pulp_last_updated matches value | [optional]
186
+ **pulp_last_updated** | **DateTime**| ISO 8601 formatted dates are supported | [optional]
191
187
  **pulp_last_updated__gt** | **DateTime**| Filter results where pulp_last_updated is greater than value | [optional]
192
188
  **pulp_last_updated__gte** | **DateTime**| Filter results where pulp_last_updated is greater than or equal to value | [optional]
193
189
  **pulp_last_updated__lt** | **DateTime**| Filter results where pulp_last_updated is less than value | [optional]
194
190
  **pulp_last_updated__lte** | **DateTime**| Filter results where pulp_last_updated is less than or equal to value | [optional]
195
191
  **pulp_last_updated__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where pulp_last_updated is between two comma separated values | [optional]
196
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
197
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
192
+ **fields** | **String**| A list of fields to include in the response. | [optional]
193
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
198
194
 
199
195
  ### Return type
200
196
 
@@ -288,8 +284,8 @@ end
288
284
  api_instance = PulpRpmClient::RemotesUlnApi.new
289
285
  rpm_uln_remote_href = 'rpm_uln_remote_href_example' # String |
290
286
  opts = {
291
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
292
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
287
+ fields: 'fields_example', # String | A list of fields to include in the response.
288
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
293
289
  }
294
290
 
295
291
  begin
@@ -307,8 +303,8 @@ end
307
303
  Name | Type | Description | Notes
308
304
  ------------- | ------------- | ------------- | -------------
309
305
  **rpm_uln_remote_href** | **String**| |
310
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
311
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
306
+ **fields** | **String**| A list of fields to include in the response. | [optional]
307
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
312
308
 
313
309
  ### Return type
314
310
 
@@ -144,27 +144,17 @@ end
144
144
  api_instance = PulpRpmClient::RepositoriesRpmApi.new
145
145
  opts = {
146
146
  limit: 56, # Integer | Number of results to return per page.
147
- name: 'name_example', # String | Filter results where name matches value
147
+ name: 'name_example', # String |
148
148
  name__contains: 'name__contains_example', # String | Filter results where name contains value
149
149
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
150
150
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
151
151
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
152
152
  offset: 56, # Integer | The initial index from which to return the results.
153
- 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) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `description` - Description * `-description` - Description (descending) * `next_version` - Next version * `-next_version` - Next version (descending) * `retain_repo_versions` - Retain repo versions * `-retain_repo_versions` - Retain repo versions (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
154
- pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
155
- pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
153
+ ordering: ['ordering_example'], # Array<String> | Ordering
156
154
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
157
155
  remote: 'remote_example', # String | Foreign Key referenced by HREF
158
- retain_repo_versions: 56, # Integer | Filter results where retain_repo_versions matches value
159
- retain_repo_versions__gt: 56, # Integer | Filter results where retain_repo_versions is greater than value
160
- retain_repo_versions__gte: 56, # Integer | Filter results where retain_repo_versions is greater than or equal to value
161
- retain_repo_versions__isnull: true, # Boolean | Filter results where retain_repo_versions has a null value
162
- retain_repo_versions__lt: 56, # Integer | Filter results where retain_repo_versions is less than value
163
- retain_repo_versions__lte: 56, # Integer | Filter results where retain_repo_versions is less than or equal to value
164
- retain_repo_versions__ne: 56, # Integer | Filter results where retain_repo_versions not equal to value
165
- retain_repo_versions__range: [56], # Array<Integer> | Filter results where retain_repo_versions is between two comma separated values
166
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
167
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
156
+ fields: 'fields_example', # String | A list of fields to include in the response.
157
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
168
158
  }
169
159
 
170
160
  begin
@@ -182,27 +172,17 @@ end
182
172
  Name | Type | Description | Notes
183
173
  ------------- | ------------- | ------------- | -------------
184
174
  **limit** | **Integer**| Number of results to return per page. | [optional]
185
- **name** | **String**| Filter results where name matches value | [optional]
175
+ **name** | **String**| | [optional]
186
176
  **name__contains** | **String**| Filter results where name contains value | [optional]
187
177
  **name__icontains** | **String**| Filter results where name contains value | [optional]
188
178
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
189
179
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
190
180
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
191
- **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;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;next_version&#x60; - Next version * &#x60;-next_version&#x60; - Next version (descending) * &#x60;retain_repo_versions&#x60; - Retain repo versions * &#x60;-retain_repo_versions&#x60; - Retain repo versions (descending) * &#x60;user_hidden&#x60; - User hidden * &#x60;-user_hidden&#x60; - User hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
192
- **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
193
- **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
181
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
194
182
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
195
- **remote** | **String**| Foreign Key referenced by HREF | [optional]
196
- **retain_repo_versions** | **Integer**| Filter results where retain_repo_versions matches value | [optional]
197
- **retain_repo_versions__gt** | **Integer**| Filter results where retain_repo_versions is greater than value | [optional]
198
- **retain_repo_versions__gte** | **Integer**| Filter results where retain_repo_versions is greater than or equal to value | [optional]
199
- **retain_repo_versions__isnull** | **Boolean**| Filter results where retain_repo_versions has a null value | [optional]
200
- **retain_repo_versions__lt** | **Integer**| Filter results where retain_repo_versions is less than value | [optional]
201
- **retain_repo_versions__lte** | **Integer**| Filter results where retain_repo_versions is less than or equal to value | [optional]
202
- **retain_repo_versions__ne** | **Integer**| Filter results where retain_repo_versions not equal to value | [optional]
203
- **retain_repo_versions__range** | [**Array&lt;Integer&gt;**](Integer.md)| Filter results where retain_repo_versions is between two comma separated values | [optional]
204
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
205
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
183
+ **remote** | [**String**](.md)| Foreign Key referenced by HREF | [optional]
184
+ **fields** | **String**| A list of fields to include in the response. | [optional]
185
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
206
186
 
207
187
  ### Return type
208
188
 
@@ -351,8 +331,8 @@ end
351
331
  api_instance = PulpRpmClient::RepositoriesRpmApi.new
352
332
  rpm_rpm_repository_href = 'rpm_rpm_repository_href_example' # String |
353
333
  opts = {
354
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
355
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
334
+ fields: 'fields_example', # String | A list of fields to include in the response.
335
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
356
336
  }
357
337
 
358
338
  begin
@@ -370,8 +350,8 @@ end
370
350
  Name | Type | Description | Notes
371
351
  ------------- | ------------- | ------------- | -------------
372
352
  **rpm_rpm_repository_href** | **String**| |
373
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
374
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
353
+ **fields** | **String**| A list of fields to include in the response. | [optional]
354
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
375
355
 
376
356
  ### Return type
377
357
 
@@ -90,23 +90,22 @@ opts = {
90
90
  content: 'content_example', # String | Content Unit referenced by HREF
91
91
  content__in: 'content__in_example', # String | Content Unit referenced by HREF
92
92
  limit: 56, # Integer | Number of results to return per page.
93
- number: 56, # Integer | Filter results where number matches value
93
+ number: 56, # Integer |
94
94
  number__gt: 56, # Integer | Filter results where number is greater than value
95
95
  number__gte: 56, # Integer | Filter results where number is greater than or equal to value
96
96
  number__lt: 56, # Integer | Filter results where number is less than value
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 * `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
- pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created matches value
100
+ ordering: ['ordering_example'], # Array<String> | Ordering
101
+ pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | ISO 8601 formatted dates are supported
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.
108
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
109
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
107
+ fields: 'fields_example', # String | A list of fields to include in the response.
108
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
110
109
  }
111
110
 
112
111
  begin
@@ -127,23 +126,22 @@ Name | Type | Description | Notes
127
126
  **content** | **String**| Content Unit referenced by HREF | [optional]
128
127
  **content__in** | **String**| Content Unit referenced by HREF | [optional]
129
128
  **limit** | **Integer**| Number of results to return per page. | [optional]
130
- **number** | **Integer**| Filter results where number matches value | [optional]
129
+ **number** | **Integer**| | [optional]
131
130
  **number__gt** | **Integer**| Filter results where number is greater than value | [optional]
132
131
  **number__gte** | **Integer**| Filter results where number is greater than or equal to value | [optional]
133
132
  **number__lt** | **Integer**| Filter results where number is less than value | [optional]
134
133
  **number__lte** | **Integer**| Filter results where number is less than or equal to value | [optional]
135
134
  **number__range** | [**Array&lt;Integer&gt;**](Integer.md)| Filter results where number is between two comma separated values | [optional]
136
135
  **offset** | **Integer**| The initial index from which to return the results. | [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]
138
- **pulp_created** | **DateTime**| Filter results where pulp_created matches value | [optional]
136
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
137
+ **pulp_created** | **DateTime**| ISO 8601 formatted dates are supported | [optional]
139
138
  **pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
140
139
  **pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
141
140
  **pulp_created__lt** | **DateTime**| Filter results where pulp_created is less than value | [optional]
142
141
  **pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
143
142
  **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]
145
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
146
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
143
+ **fields** | **String**| A list of fields to include in the response. | [optional]
144
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
147
145
 
148
146
  ### Return type
149
147
 
@@ -182,8 +180,8 @@ end
182
180
  api_instance = PulpRpmClient::RepositoriesRpmVersionsApi.new
183
181
  rpm_rpm_repository_version_href = 'rpm_rpm_repository_version_href_example' # String |
184
182
  opts = {
185
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
186
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
183
+ fields: 'fields_example', # String | A list of fields to include in the response.
184
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
187
185
  }
188
186
 
189
187
  begin
@@ -201,8 +199,8 @@ end
201
199
  Name | Type | Description | Notes
202
200
  ------------- | ------------- | ------------- | -------------
203
201
  **rpm_rpm_repository_version_href** | **String**| |
204
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
205
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
202
+ **fields** | **String**| A list of fields to include in the response. | [optional]
203
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
206
204
 
207
205
  ### Return type
208
206
 
@@ -4,8 +4,8 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **add_content_units** | **Array&lt;String&gt;** | A list of content units to add to a new repository version. This content is added after remove_content_units are removed. | [optional]
8
- **remove_content_units** | **Array&lt;String&gt;** | A list of content units to remove from the latest repository version. You may also specify &#39;*&#39; as an entry to remove all content. This content is removed before add_content_units are added. | [optional]
7
+ **add_content_units** | [**Array&lt;AnyType&gt;**](AnyType.md) | A list of content units to add to a new repository version. This content is added after remove_content_units are removed. | [optional]
8
+ **remove_content_units** | [**Array&lt;AnyType&gt;**](AnyType.md) | A list of content units to remove from the latest repository version. You may also specify &#39;*&#39; as an entry to remove all content. This content is removed before add_content_units are added. | [optional]
9
9
  **base_version** | **String** | A repository version whose content will be used as the initial set of content for the new repository version | [optional]
10
10
 
11
11
  ## Code Sample
@@ -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. * &#x60;additive&#x60; - additive * &#x60;mirror_complete&#x60; - mirror_complete * &#x60;mirror_content_only&#x60; - mirror_content_only | [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]
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,7 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \&quot;foo\&quot; and \&quot;foo/bar\&quot;) |
8
8
  **content_guard** | **String** | An optional content-guard. | [optional]
9
- **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
9
+ **pulp_labels** | [**Object**](.md) | | [optional]
10
10
  **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. |
11
11
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
12
12
  **publication** | **String** | Publication to be served | [optional]
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
9
9
  **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \&quot;foo\&quot; and \&quot;foo/bar\&quot;) |
10
10
  **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
11
11
  **content_guard** | **String** | An optional content-guard. | [optional]
12
- **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
12
+ **pulp_labels** | [**Object**](.md) | | [optional]
13
13
  **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. |
14
14
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
15
15
  **publication** | **String** | Publication to be served | [optional]
@@ -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. * &#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]
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]
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. * &#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]
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]
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
@@ -15,10 +15,10 @@ Name | Type | Description | Notes
15
15
  **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
16
16
  **username** | **String** | The username to be used for authentication when syncing. | [optional]
17
17
  **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
18
- **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
18
+ **pulp_labels** | [**Object**](.md) | | [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. * &#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]
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]
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]
@@ -12,18 +12,17 @@ Name | Type | Description | Notes
12
12
  **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
13
13
  **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
14
14
  **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
15
- **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
15
+ **pulp_labels** | [**Object**](.md) | | [optional]
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. * &#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]
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]
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]
23
23
  **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
24
24
  **headers** | **Array&lt;Object&gt;** | Headers for aiohttp.Clientsession | [optional]
25
25
  **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
26
- **hidden_fields** | [**Array&lt;RpmRpmRemoteResponseHiddenFields&gt;**](RpmRpmRemoteResponseHiddenFields.md) | List of hidden (write only) fields | [optional] [readonly]
27
26
  **sles_auth_token** | **String** | Authentication token for SLES repositories. | [optional]
28
27
 
29
28
  ## Code Sample
@@ -50,7 +49,6 @@ instance = PulpRpmClient::RpmRpmRemoteResponse.new(pulp_href: null,
50
49
  sock_read_timeout: null,
51
50
  headers: null,
52
51
  rate_limit: null,
53
- hidden_fields: null,
54
52
  sles_auth_token: null)
55
53
  ```
56
54
 
@@ -4,16 +4,16 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
7
+ **pulp_labels** | [**Object**](.md) | | [optional]
8
8
  **name** | **String** | A unique name for this repository. |
9
9
  **description** | **String** | An optional description. | [optional]
10
- **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
10
+ **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
11
11
  **remote** | **String** | An optional remote to use by default when syncing. | [optional]
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. * &#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]
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]
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]
@@ -7,17 +7,17 @@ Name | Type | Description | Notes
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
9
  **versions_href** | **String** | | [optional] [readonly]
10
- **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
10
+ **pulp_labels** | [**Object**](.md) | | [optional]
11
11
  **latest_version_href** | **String** | | [optional] [readonly]
12
12
  **name** | **String** | A unique name for this repository. |
13
13
  **description** | **String** | An optional description. | [optional]
14
- **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
14
+ **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
15
15
  **remote** | **String** | An optional remote to use by default when syncing. | [optional]
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. * &#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]
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]
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
@@ -15,10 +15,10 @@ Name | Type | Description | Notes
15
15
  **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
16
16
  **username** | **String** | Your ULN account username. |
17
17
  **password** | **String** | Your ULN account password. |
18
- **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
18
+ **pulp_labels** | [**Object**](.md) | | [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. * &#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]
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]
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]
@@ -12,18 +12,17 @@ Name | Type | Description | Notes
12
12
  **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
13
13
  **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
14
14
  **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
15
- **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
15
+ **pulp_labels** | [**Object**](.md) | | [optional]
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. * &#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]
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]
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]
23
23
  **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
24
24
  **headers** | **Array&lt;Object&gt;** | Headers for aiohttp.Clientsession | [optional]
25
25
  **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
26
- **hidden_fields** | [**Array&lt;RpmRpmRemoteResponseHiddenFields&gt;**](RpmRpmRemoteResponseHiddenFields.md) | List of hidden (write only) fields | [optional] [readonly]
27
26
  **uln_server_base_url** | **String** | Base URL of the ULN server. If the uln_server_base_url is not provided pulp_rpm willuse the contents of the DEFAULT_ULN_SERVER_BASE_URL setting instead. | [optional]
28
27
 
29
28
  ## Code Sample
@@ -50,7 +49,6 @@ instance = PulpRpmClient::RpmUlnRemoteResponse.new(pulp_href: null,
50
49
  sock_read_timeout: null,
51
50
  headers: null,
52
51
  rate_limit: null,
53
- hidden_fields: null,
54
52
  uln_server_base_url: null)
55
53
  ```
56
54
 
@@ -149,17 +149,15 @@ module PulpRpmClient
149
149
  # ViewSet for ACS.
150
150
  # @param [Hash] opts the optional parameters
151
151
  # @option opts [Integer] :limit Number of results to return per page.
152
- # @option opts [String] :name Filter results where name matches value
152
+ # @option opts [String] :name
153
153
  # @option opts [String] :name__contains Filter results where name contains value
154
154
  # @option opts [String] :name__icontains Filter results where name contains value
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 * &#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.
161
- # @option opts [Array<String>] :fields A list of fields to include in the response.
162
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
158
+ # @option opts [Array<String>] :ordering Ordering
159
+ # @option opts [String] :fields A list of fields to include in the response.
160
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
163
161
  # @return [PaginatedrpmRpmAlternateContentSourceResponseList]
164
162
  def list(opts = {})
165
163
  data, _status_code, _headers = list_with_http_info(opts)
@@ -170,23 +168,21 @@ module PulpRpmClient
170
168
  # ViewSet for ACS.
171
169
  # @param [Hash] opts the optional parameters
172
170
  # @option opts [Integer] :limit Number of results to return per page.
173
- # @option opts [String] :name Filter results where name matches value
171
+ # @option opts [String] :name
174
172
  # @option opts [String] :name__contains Filter results where name contains value
175
173
  # @option opts [String] :name__icontains Filter results where name contains value
176
174
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
177
175
  # @option opts [String] :name__startswith Filter results where name starts with value
178
176
  # @option opts [Integer] :offset The initial index from which to return the results.
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.
182
- # @option opts [Array<String>] :fields A list of fields to include in the response.
183
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
177
+ # @option opts [Array<String>] :ordering Ordering
178
+ # @option opts [String] :fields A list of fields to include in the response.
179
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
184
180
  # @return [Array<(PaginatedrpmRpmAlternateContentSourceResponseList, Integer, Hash)>] PaginatedrpmRpmAlternateContentSourceResponseList data, response status code and response headers
185
181
  def list_with_http_info(opts = {})
186
182
  if @api_client.config.debugging
187
183
  @api_client.config.logger.debug 'Calling API: AcsRpmApi.list ...'
188
184
  end
189
- allowable_values = ["-last_refreshed", "-name", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-pulp_type", "last_refreshed", "name", "pk", "pulp_created", "pulp_id", "pulp_last_updated", "pulp_type"]
185
+ allowable_values = ["-group_roles", "-last_refreshed", "-name", "-paths", "-pk", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "-remote", "-rpm_rpmalternatecontentsource", "-user_roles", "group_roles", "last_refreshed", "name", "paths", "pk", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type", "remote", "rpm_rpmalternatecontentsource", "user_roles"]
190
186
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
191
187
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
192
188
  end
@@ -203,10 +199,8 @@ module PulpRpmClient
203
199
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
204
200
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
205
201
  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?
208
- query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
209
- query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
202
+ query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
203
+ query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
210
204
 
211
205
  # header parameters
212
206
  header_params = opts[:header_params] || {}
@@ -315,8 +309,8 @@ module PulpRpmClient
315
309
  # ViewSet for ACS.
316
310
  # @param rpm_rpm_alternate_content_source_href [String]
317
311
  # @param [Hash] opts the optional parameters
318
- # @option opts [Array<String>] :fields A list of fields to include in the response.
319
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
312
+ # @option opts [String] :fields A list of fields to include in the response.
313
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
320
314
  # @return [RpmRpmAlternateContentSourceResponse]
321
315
  def read(rpm_rpm_alternate_content_source_href, opts = {})
322
316
  data, _status_code, _headers = read_with_http_info(rpm_rpm_alternate_content_source_href, opts)
@@ -327,8 +321,8 @@ module PulpRpmClient
327
321
  # ViewSet for ACS.
328
322
  # @param rpm_rpm_alternate_content_source_href [String]
329
323
  # @param [Hash] opts the optional parameters
330
- # @option opts [Array<String>] :fields A list of fields to include in the response.
331
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
324
+ # @option opts [String] :fields A list of fields to include in the response.
325
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
332
326
  # @return [Array<(RpmRpmAlternateContentSourceResponse, Integer, Hash)>] RpmRpmAlternateContentSourceResponse data, response status code and response headers
333
327
  def read_with_http_info(rpm_rpm_alternate_content_source_href, opts = {})
334
328
  if @api_client.config.debugging
@@ -343,8 +337,8 @@ module PulpRpmClient
343
337
 
344
338
  # query parameters
345
339
  query_params = opts[:query_params] || {}
346
- query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
347
- query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
340
+ query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
341
+ query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
348
342
 
349
343
  # header parameters
350
344
  header_params = opts[:header_params] || {}