pulp_container_client 2.14.18 → 2.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (73) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +8 -6
  3. data/docs/ContainerContainerDistribution.md +5 -5
  4. data/docs/ContainerContainerDistributionResponse.md +6 -6
  5. data/docs/ContainerContainerPushRepository.md +4 -4
  6. data/docs/ContainerContainerPushRepositoryResponse.md +12 -12
  7. data/docs/ContainerContainerRemote.md +1 -1
  8. data/docs/ContainerContainerRemoteResponse.md +1 -1
  9. data/docs/ContainerContainerRemoteResponseHiddenFields.md +2 -2
  10. data/docs/ContainerContainerRepository.md +1 -1
  11. data/docs/ContainerContainerRepositoryResponse.md +1 -1
  12. data/docs/ContentBlobsApi.md +7 -3
  13. data/docs/ContentManifestsApi.md +9 -5
  14. data/docs/ContentSignaturesApi.md +7 -3
  15. data/docs/ContentTagsApi.md +9 -5
  16. data/docs/DistributionsContainerApi.md +11 -3
  17. data/docs/PatchedcontainerContainerDistribution.md +5 -5
  18. data/docs/PatchedcontainerContainerPushRepository.md +4 -4
  19. data/docs/PatchedcontainerContainerRemote.md +1 -1
  20. data/docs/PatchedcontainerContainerRepository.md +1 -1
  21. data/docs/PulpContainerNamespacesApi.md +7 -3
  22. data/docs/RemotesContainerApi.md +7 -3
  23. data/docs/RepositoriesContainerApi.md +27 -3
  24. data/docs/RepositoriesContainerPushApi.md +27 -3
  25. data/docs/RepositoriesContainerPushVersionsApi.md +5 -3
  26. data/docs/RepositoriesContainerVersionsApi.md +5 -3
  27. data/docs/TokenApi.md +1 -1
  28. data/lib/pulp_container_client/api/content_blobs_api.rb +8 -2
  29. data/lib/pulp_container_client/api/content_manifests_api.rb +10 -4
  30. data/lib/pulp_container_client/api/content_signatures_api.rb +8 -2
  31. data/lib/pulp_container_client/api/content_tags_api.rb +10 -4
  32. data/lib/pulp_container_client/api/distributions_container_api.rb +14 -2
  33. data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +8 -2
  34. data/lib/pulp_container_client/api/remotes_container_api.rb +8 -2
  35. data/lib/pulp_container_client/api/repositories_container_api.rb +38 -2
  36. data/lib/pulp_container_client/api/repositories_container_push_api.rb +38 -2
  37. data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +5 -2
  38. data/lib/pulp_container_client/api/repositories_container_versions_api.rb +5 -2
  39. data/lib/pulp_container_client/configuration.rb +3 -3
  40. data/lib/pulp_container_client/models/container_container_distribution.rb +42 -42
  41. data/lib/pulp_container_client/models/container_container_distribution_response.rb +30 -30
  42. data/lib/pulp_container_client/models/container_container_push_repository.rb +17 -17
  43. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +42 -42
  44. data/lib/pulp_container_client/models/container_container_remote.rb +1 -1
  45. data/lib/pulp_container_client/models/container_container_remote_response.rb +1 -1
  46. data/lib/pulp_container_client/models/container_container_remote_response_hidden_fields.rb +0 -10
  47. data/lib/pulp_container_client/models/container_container_repository.rb +1 -1
  48. data/lib/pulp_container_client/models/container_container_repository_response.rb +1 -1
  49. data/lib/pulp_container_client/models/nested_role.rb +19 -0
  50. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +33 -33
  51. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +17 -17
  52. data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +1 -1
  53. data/lib/pulp_container_client/models/patchedcontainer_container_repository.rb +1 -1
  54. data/lib/pulp_container_client/version.rb +1 -1
  55. data/spec/api/content_blobs_api_spec.rb +3 -1
  56. data/spec/api/content_manifests_api_spec.rb +4 -2
  57. data/spec/api/content_signatures_api_spec.rb +3 -1
  58. data/spec/api/content_tags_api_spec.rb +4 -2
  59. data/spec/api/distributions_container_api_spec.rb +5 -1
  60. data/spec/api/pulp_container_namespaces_api_spec.rb +3 -1
  61. data/spec/api/remotes_container_api_spec.rb +3 -1
  62. data/spec/api/repositories_container_api_spec.rb +13 -1
  63. data/spec/api/repositories_container_push_api_spec.rb +13 -1
  64. data/spec/api/repositories_container_push_versions_api_spec.rb +2 -1
  65. data/spec/api/repositories_container_versions_api_spec.rb +2 -1
  66. data/spec/configuration_spec.rb +3 -3
  67. data/spec/models/container_container_distribution_response_spec.rb +4 -4
  68. data/spec/models/container_container_distribution_spec.rb +3 -3
  69. data/spec/models/container_container_push_repository_response_spec.rb +8 -8
  70. data/spec/models/container_container_push_repository_spec.rb +3 -3
  71. data/spec/models/patchedcontainer_container_distribution_spec.rb +3 -3
  72. data/spec/models/patchedcontainer_container_push_repository_spec.rb +3 -3
  73. metadata +64 -64
@@ -1,6 +1,6 @@
1
1
  # PulpContainerClient::RemotesContainerApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -206,7 +206,9 @@ opts = {
206
206
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
207
207
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
208
208
  offset: 56, # Integer | The initial index from which to return the results.
209
- ordering: ['ordering_example'], # Array<String> | Ordering
209
+ 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)
210
+ pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
211
+ pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
210
212
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
211
213
  pulp_last_updated: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated matches value
212
214
  pulp_last_updated__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is greater than value
@@ -239,7 +241,9 @@ Name | Type | Description | Notes
239
241
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
240
242
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
241
243
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
242
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
244
+ **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]
245
+ **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
246
+ **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
243
247
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
244
248
  **pulp_last_updated** | **DateTime**| Filter results where pulp_last_updated matches value | [optional]
245
249
  **pulp_last_updated__gt** | **DateTime**| Filter results where pulp_last_updated is greater than value | [optional]
@@ -1,6 +1,6 @@
1
1
  # PulpContainerClient::RepositoriesContainerApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -436,6 +436,7 @@ end
436
436
 
437
437
  api_instance = PulpContainerClient::RepositoriesContainerApi.new
438
438
  opts = {
439
+ latest_with_content: 'latest_with_content_example', # String | Content Unit referenced by HREF
439
440
  limit: 56, # Integer | Number of results to return per page.
440
441
  name: 'name_example', # String | Filter results where name matches value
441
442
  name__contains: 'name__contains_example', # String | Filter results where name contains value
@@ -443,9 +444,20 @@ opts = {
443
444
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
444
445
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
445
446
  offset: 56, # Integer | The initial index from which to return the results.
446
- ordering: ['ordering_example'], # Array<String> | Ordering
447
+ 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)
448
+ pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
449
+ pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
447
450
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
448
451
  remote: 'remote_example', # String | Foreign Key referenced by HREF
452
+ retain_repo_versions: 56, # Integer | Filter results where retain_repo_versions matches value
453
+ retain_repo_versions__gt: 56, # Integer | Filter results where retain_repo_versions is greater than value
454
+ retain_repo_versions__gte: 56, # Integer | Filter results where retain_repo_versions is greater than or equal to value
455
+ retain_repo_versions__isnull: true, # Boolean | Filter results where retain_repo_versions has a null value
456
+ retain_repo_versions__lt: 56, # Integer | Filter results where retain_repo_versions is less than value
457
+ retain_repo_versions__lte: 56, # Integer | Filter results where retain_repo_versions is less than or equal to value
458
+ retain_repo_versions__ne: 56, # Integer | Filter results where retain_repo_versions not equal to value
459
+ retain_repo_versions__range: [56], # Array<Integer> | Filter results where retain_repo_versions is between two comma separated values
460
+ with_content: 'with_content_example', # String | Content Unit referenced by HREF
449
461
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
450
462
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
451
463
  }
@@ -464,6 +476,7 @@ end
464
476
 
465
477
  Name | Type | Description | Notes
466
478
  ------------- | ------------- | ------------- | -------------
479
+ **latest_with_content** | **String**| Content Unit referenced by HREF | [optional]
467
480
  **limit** | **Integer**| Number of results to return per page. | [optional]
468
481
  **name** | **String**| Filter results where name matches value | [optional]
469
482
  **name__contains** | **String**| Filter results where name contains value | [optional]
@@ -471,9 +484,20 @@ Name | Type | Description | Notes
471
484
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
472
485
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
473
486
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
474
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
487
+ **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]
488
+ **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
489
+ **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
475
490
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
476
491
  **remote** | **String**| Foreign Key referenced by HREF | [optional]
492
+ **retain_repo_versions** | **Integer**| Filter results where retain_repo_versions matches value | [optional]
493
+ **retain_repo_versions__gt** | **Integer**| Filter results where retain_repo_versions is greater than value | [optional]
494
+ **retain_repo_versions__gte** | **Integer**| Filter results where retain_repo_versions is greater than or equal to value | [optional]
495
+ **retain_repo_versions__isnull** | **Boolean**| Filter results where retain_repo_versions has a null value | [optional]
496
+ **retain_repo_versions__lt** | **Integer**| Filter results where retain_repo_versions is less than value | [optional]
497
+ **retain_repo_versions__lte** | **Integer**| Filter results where retain_repo_versions is less than or equal to value | [optional]
498
+ **retain_repo_versions__ne** | **Integer**| Filter results where retain_repo_versions not equal to value | [optional]
499
+ **retain_repo_versions__range** | [**Array&lt;Integer&gt;**](Integer.md)| Filter results where retain_repo_versions is between two comma separated values | [optional]
500
+ **with_content** | **String**| Content Unit referenced by HREF | [optional]
477
501
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
478
502
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
479
503
 
@@ -1,6 +1,6 @@
1
1
  # PulpContainerClient::RepositoriesContainerPushApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -96,6 +96,7 @@ end
96
96
 
97
97
  api_instance = PulpContainerClient::RepositoriesContainerPushApi.new
98
98
  opts = {
99
+ latest_with_content: 'latest_with_content_example', # String | Content Unit referenced by HREF
99
100
  limit: 56, # Integer | Number of results to return per page.
100
101
  name: 'name_example', # String | Filter results where name matches value
101
102
  name__contains: 'name__contains_example', # String | Filter results where name contains value
@@ -103,9 +104,20 @@ opts = {
103
104
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
104
105
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
105
106
  offset: 56, # Integer | The initial index from which to return the results.
106
- ordering: ['ordering_example'], # Array<String> | Ordering
107
+ 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)
108
+ pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
109
+ pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
107
110
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
108
111
  remote: 'remote_example', # String | Foreign Key referenced by HREF
112
+ retain_repo_versions: 56, # Integer | Filter results where retain_repo_versions matches value
113
+ retain_repo_versions__gt: 56, # Integer | Filter results where retain_repo_versions is greater than value
114
+ retain_repo_versions__gte: 56, # Integer | Filter results where retain_repo_versions is greater than or equal to value
115
+ retain_repo_versions__isnull: true, # Boolean | Filter results where retain_repo_versions has a null value
116
+ retain_repo_versions__lt: 56, # Integer | Filter results where retain_repo_versions is less than value
117
+ retain_repo_versions__lte: 56, # Integer | Filter results where retain_repo_versions is less than or equal to value
118
+ retain_repo_versions__ne: 56, # Integer | Filter results where retain_repo_versions not equal to value
119
+ retain_repo_versions__range: [56], # Array<Integer> | Filter results where retain_repo_versions is between two comma separated values
120
+ with_content: 'with_content_example', # String | Content Unit referenced by HREF
109
121
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
110
122
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
111
123
  }
@@ -124,6 +136,7 @@ end
124
136
 
125
137
  Name | Type | Description | Notes
126
138
  ------------- | ------------- | ------------- | -------------
139
+ **latest_with_content** | **String**| Content Unit referenced by HREF | [optional]
127
140
  **limit** | **Integer**| Number of results to return per page. | [optional]
128
141
  **name** | **String**| Filter results where name matches value | [optional]
129
142
  **name__contains** | **String**| Filter results where name contains value | [optional]
@@ -131,9 +144,20 @@ Name | Type | Description | Notes
131
144
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
132
145
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
133
146
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
134
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
147
+ **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]
148
+ **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
149
+ **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
135
150
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
136
151
  **remote** | **String**| Foreign Key referenced by HREF | [optional]
152
+ **retain_repo_versions** | **Integer**| Filter results where retain_repo_versions matches value | [optional]
153
+ **retain_repo_versions__gt** | **Integer**| Filter results where retain_repo_versions is greater than value | [optional]
154
+ **retain_repo_versions__gte** | **Integer**| Filter results where retain_repo_versions is greater than or equal to value | [optional]
155
+ **retain_repo_versions__isnull** | **Boolean**| Filter results where retain_repo_versions has a null value | [optional]
156
+ **retain_repo_versions__lt** | **Integer**| Filter results where retain_repo_versions is less than value | [optional]
157
+ **retain_repo_versions__lte** | **Integer**| Filter results where retain_repo_versions is less than or equal to value | [optional]
158
+ **retain_repo_versions__ne** | **Integer**| Filter results where retain_repo_versions not equal to value | [optional]
159
+ **retain_repo_versions__range** | [**Array&lt;Integer&gt;**](Integer.md)| Filter results where retain_repo_versions is between two comma separated values | [optional]
160
+ **with_content** | **String**| Content Unit referenced by HREF | [optional]
137
161
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
138
162
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
139
163
 
@@ -1,6 +1,6 @@
1
1
  # PulpContainerClient::RepositoriesContainerPushVersionsApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -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
 
@@ -1,6 +1,6 @@
1
1
  # PulpContainerClient::RepositoriesContainerVersionsApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -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
 
data/docs/TokenApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # PulpContainerClient::TokenApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -26,7 +26,9 @@ module PulpContainerClient
26
26
  # @option opts [Array<String>] :digest__in Filter results where digest is in a comma-separated list of values
27
27
  # @option opts [Integer] :limit Number of results to return per page.
28
28
  # @option opts [Integer] :offset The initial index from which to return the results.
29
- # @option opts [Array<String>] :ordering Ordering
29
+ # @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;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
30
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
31
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
30
32
  # @option opts [String] :repository_version Repository Version referenced by HREF
31
33
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
32
34
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -45,7 +47,9 @@ module PulpContainerClient
45
47
  # @option opts [Array<String>] :digest__in Filter results where digest is in a comma-separated list of values
46
48
  # @option opts [Integer] :limit Number of results to return per page.
47
49
  # @option opts [Integer] :offset The initial index from which to return the results.
48
- # @option opts [Array<String>] :ordering Ordering
50
+ # @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;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
51
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
52
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
49
53
  # @option opts [String] :repository_version Repository Version referenced by HREF
50
54
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
51
55
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -70,6 +74,8 @@ module PulpContainerClient
70
74
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
71
75
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
72
76
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
77
+ query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
78
+ query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
73
79
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
74
80
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
75
81
  query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
@@ -25,9 +25,11 @@ module PulpContainerClient
25
25
  # @option opts [String] :digest Filter results where digest matches value
26
26
  # @option opts [Array<String>] :digest__in Filter results where digest is in a comma-separated list of values
27
27
  # @option opts [Integer] :limit Number of results to return per page.
28
- # @option opts [Array<String>] :media_type
28
+ # @option opts [Array<String>] :media_type * &#x60;application/vnd.docker.distribution.manifest.v1+json&#x60; - application/vnd.docker.distribution.manifest.v1+json * &#x60;application/vnd.docker.distribution.manifest.v2+json&#x60; - application/vnd.docker.distribution.manifest.v2+json * &#x60;application/vnd.docker.distribution.manifest.list.v2+json&#x60; - application/vnd.docker.distribution.manifest.list.v2+json * &#x60;application/vnd.oci.image.manifest.v1+json&#x60; - application/vnd.oci.image.manifest.v1+json * &#x60;application/vnd.oci.image.index.v1+json&#x60; - application/vnd.oci.image.index.v1+json * &#x60;application/vnd.docker.distribution.manifest.v1+json&#x60; - application/vnd.docker.distribution.manifest.v1+json * &#x60;application/vnd.docker.distribution.manifest.v2+json&#x60; - application/vnd.docker.distribution.manifest.v2+json * &#x60;application/vnd.docker.distribution.manifest.list.v2+json&#x60; - application/vnd.docker.distribution.manifest.list.v2+json * &#x60;application/vnd.oci.image.manifest.v1+json&#x60; - application/vnd.oci.image.manifest.v1+json * &#x60;application/vnd.oci.image.index.v1+json&#x60; - application/vnd.oci.image.index.v1+json
29
29
  # @option opts [Integer] :offset The initial index from which to return the results.
30
- # @option opts [Array<String>] :ordering Ordering
30
+ # @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;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;schema_version&#x60; - Schema version * &#x60;-schema_version&#x60; - Schema version (descending) * &#x60;media_type&#x60; - Media type * &#x60;-media_type&#x60; - Media type (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
31
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
32
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
31
33
  # @option opts [String] :repository_version Repository Version referenced by HREF
32
34
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
33
35
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -45,9 +47,11 @@ module PulpContainerClient
45
47
  # @option opts [String] :digest Filter results where digest matches value
46
48
  # @option opts [Array<String>] :digest__in Filter results where digest is in a comma-separated list of values
47
49
  # @option opts [Integer] :limit Number of results to return per page.
48
- # @option opts [Array<String>] :media_type
50
+ # @option opts [Array<String>] :media_type * &#x60;application/vnd.docker.distribution.manifest.v1+json&#x60; - application/vnd.docker.distribution.manifest.v1+json * &#x60;application/vnd.docker.distribution.manifest.v2+json&#x60; - application/vnd.docker.distribution.manifest.v2+json * &#x60;application/vnd.docker.distribution.manifest.list.v2+json&#x60; - application/vnd.docker.distribution.manifest.list.v2+json * &#x60;application/vnd.oci.image.manifest.v1+json&#x60; - application/vnd.oci.image.manifest.v1+json * &#x60;application/vnd.oci.image.index.v1+json&#x60; - application/vnd.oci.image.index.v1+json * &#x60;application/vnd.docker.distribution.manifest.v1+json&#x60; - application/vnd.docker.distribution.manifest.v1+json * &#x60;application/vnd.docker.distribution.manifest.v2+json&#x60; - application/vnd.docker.distribution.manifest.v2+json * &#x60;application/vnd.docker.distribution.manifest.list.v2+json&#x60; - application/vnd.docker.distribution.manifest.list.v2+json * &#x60;application/vnd.oci.image.manifest.v1+json&#x60; - application/vnd.oci.image.manifest.v1+json * &#x60;application/vnd.oci.image.index.v1+json&#x60; - application/vnd.oci.image.index.v1+json
49
51
  # @option opts [Integer] :offset The initial index from which to return the results.
50
- # @option opts [Array<String>] :ordering Ordering
52
+ # @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;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;schema_version&#x60; - Schema version * &#x60;-schema_version&#x60; - Schema version (descending) * &#x60;media_type&#x60; - Media type * &#x60;-media_type&#x60; - Media type (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
53
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
54
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
51
55
  # @option opts [String] :repository_version Repository Version referenced by HREF
52
56
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
53
57
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -77,6 +81,8 @@ module PulpContainerClient
77
81
  query_params[:'media_type'] = @api_client.build_collection_param(opts[:'media_type'], :multi) if !opts[:'media_type'].nil?
78
82
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
79
83
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
84
+ query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
85
+ query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
80
86
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
81
87
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
82
88
  query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
@@ -34,7 +34,9 @@ module PulpContainerClient
34
34
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
35
35
  # @option opts [String] :name__startswith Filter results where name starts with value
36
36
  # @option opts [Integer] :offset The initial index from which to return the results.
37
- # @option opts [Array<String>] :ordering Ordering
37
+ # @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;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;type&#x60; - Type * &#x60;-type&#x60; - Type (descending) * &#x60;key_id&#x60; - Key id * &#x60;-key_id&#x60; - Key id (descending) * &#x60;timestamp&#x60; - Timestamp * &#x60;-timestamp&#x60; - Timestamp (descending) * &#x60;creator&#x60; - Creator * &#x60;-creator&#x60; - Creator (descending) * &#x60;data&#x60; - Data * &#x60;-data&#x60; - Data (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
38
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
39
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
38
40
  # @option opts [String] :repository_version Repository Version referenced by HREF
39
41
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
40
42
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -61,7 +63,9 @@ module PulpContainerClient
61
63
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
62
64
  # @option opts [String] :name__startswith Filter results where name starts with value
63
65
  # @option opts [Integer] :offset The initial index from which to return the results.
64
- # @option opts [Array<String>] :ordering Ordering
66
+ # @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;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;type&#x60; - Type * &#x60;-type&#x60; - Type (descending) * &#x60;key_id&#x60; - Key id * &#x60;-key_id&#x60; - Key id (descending) * &#x60;timestamp&#x60; - Timestamp * &#x60;-timestamp&#x60; - Timestamp (descending) * &#x60;creator&#x60; - Creator * &#x60;-creator&#x60; - Creator (descending) * &#x60;data&#x60; - Data * &#x60;-data&#x60; - Data (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
67
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
68
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
65
69
  # @option opts [String] :repository_version Repository Version referenced by HREF
66
70
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
67
71
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -94,6 +98,8 @@ module PulpContainerClient
94
98
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
95
99
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
96
100
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
101
+ query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
102
+ query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
97
103
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
98
104
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
99
105
  query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
@@ -24,11 +24,13 @@ module PulpContainerClient
24
24
  # @param [Hash] opts the optional parameters
25
25
  # @option opts [Array<String>] :digest Multiple values may be separated by commas.
26
26
  # @option opts [Integer] :limit Number of results to return per page.
27
- # @option opts [Array<String>] :media_type
27
+ # @option opts [Array<String>] :media_type * &#x60;application/vnd.docker.distribution.manifest.v1+json&#x60; - application/vnd.docker.distribution.manifest.v1+json * &#x60;application/vnd.docker.distribution.manifest.v2+json&#x60; - application/vnd.docker.distribution.manifest.v2+json * &#x60;application/vnd.docker.distribution.manifest.list.v2+json&#x60; - application/vnd.docker.distribution.manifest.list.v2+json * &#x60;application/vnd.oci.image.manifest.v1+json&#x60; - application/vnd.oci.image.manifest.v1+json * &#x60;application/vnd.oci.image.index.v1+json&#x60; - application/vnd.oci.image.index.v1+json * &#x60;application/vnd.docker.distribution.manifest.v1+json&#x60; - application/vnd.docker.distribution.manifest.v1+json * &#x60;application/vnd.docker.distribution.manifest.v2+json&#x60; - application/vnd.docker.distribution.manifest.v2+json * &#x60;application/vnd.docker.distribution.manifest.list.v2+json&#x60; - application/vnd.docker.distribution.manifest.list.v2+json * &#x60;application/vnd.oci.image.manifest.v1+json&#x60; - application/vnd.oci.image.manifest.v1+json * &#x60;application/vnd.oci.image.index.v1+json&#x60; - application/vnd.oci.image.index.v1+json
28
28
  # @option opts [String] :name Filter results where name matches value
29
29
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
30
30
  # @option opts [Integer] :offset The initial index from which to return the results.
31
- # @option opts [Array<String>] :ordering Ordering
31
+ # @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;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
32
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
33
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
32
34
  # @option opts [String] :repository_version Repository Version referenced by HREF
33
35
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
34
36
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -45,11 +47,13 @@ module PulpContainerClient
45
47
  # @param [Hash] opts the optional parameters
46
48
  # @option opts [Array<String>] :digest Multiple values may be separated by commas.
47
49
  # @option opts [Integer] :limit Number of results to return per page.
48
- # @option opts [Array<String>] :media_type
50
+ # @option opts [Array<String>] :media_type * &#x60;application/vnd.docker.distribution.manifest.v1+json&#x60; - application/vnd.docker.distribution.manifest.v1+json * &#x60;application/vnd.docker.distribution.manifest.v2+json&#x60; - application/vnd.docker.distribution.manifest.v2+json * &#x60;application/vnd.docker.distribution.manifest.list.v2+json&#x60; - application/vnd.docker.distribution.manifest.list.v2+json * &#x60;application/vnd.oci.image.manifest.v1+json&#x60; - application/vnd.oci.image.manifest.v1+json * &#x60;application/vnd.oci.image.index.v1+json&#x60; - application/vnd.oci.image.index.v1+json * &#x60;application/vnd.docker.distribution.manifest.v1+json&#x60; - application/vnd.docker.distribution.manifest.v1+json * &#x60;application/vnd.docker.distribution.manifest.v2+json&#x60; - application/vnd.docker.distribution.manifest.v2+json * &#x60;application/vnd.docker.distribution.manifest.list.v2+json&#x60; - application/vnd.docker.distribution.manifest.list.v2+json * &#x60;application/vnd.oci.image.manifest.v1+json&#x60; - application/vnd.oci.image.manifest.v1+json * &#x60;application/vnd.oci.image.index.v1+json&#x60; - application/vnd.oci.image.index.v1+json
49
51
  # @option opts [String] :name Filter results where name matches value
50
52
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
51
53
  # @option opts [Integer] :offset The initial index from which to return the results.
52
- # @option opts [Array<String>] :ordering Ordering
54
+ # @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;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
55
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
56
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
53
57
  # @option opts [String] :repository_version Repository Version referenced by HREF
54
58
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
55
59
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -80,6 +84,8 @@ module PulpContainerClient
80
84
  query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
81
85
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
82
86
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
87
+ query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
88
+ query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
83
89
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
84
90
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
85
91
  query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
@@ -228,8 +228,12 @@ module PulpContainerClient
228
228
  # @option opts [String] :name__startswith Filter results where name starts with value
229
229
  # @option opts [String] :namespace__name
230
230
  # @option opts [Integer] :offset The initial index from which to return the results.
231
- # @option opts [Array<String>] :ordering Ordering
231
+ # @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;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;base_path&#x60; - Base path * &#x60;-base_path&#x60; - Base path (descending) * &#x60;private&#x60; - Private * &#x60;-private&#x60; - Private (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
232
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
233
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
232
234
  # @option opts [String] :pulp_label_select Filter labels by search string
235
+ # @option opts [String] :repository Filter results where repository matches value
236
+ # @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
233
237
  # @option opts [String] :with_content Filter distributions based on the content served by them
234
238
  # @option opts [Array<String>] :fields A list of fields to include in the response.
235
239
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
@@ -254,8 +258,12 @@ module PulpContainerClient
254
258
  # @option opts [String] :name__startswith Filter results where name starts with value
255
259
  # @option opts [String] :namespace__name
256
260
  # @option opts [Integer] :offset The initial index from which to return the results.
257
- # @option opts [Array<String>] :ordering Ordering
261
+ # @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;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;base_path&#x60; - Base path * &#x60;-base_path&#x60; - Base path (descending) * &#x60;private&#x60; - Private * &#x60;-private&#x60; - Private (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
262
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
263
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
258
264
  # @option opts [String] :pulp_label_select Filter labels by search string
265
+ # @option opts [String] :repository Filter results where repository matches value
266
+ # @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
259
267
  # @option opts [String] :with_content Filter distributions based on the content served by them
260
268
  # @option opts [Array<String>] :fields A list of fields to include in the response.
261
269
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
@@ -286,7 +294,11 @@ module PulpContainerClient
286
294
  query_params[:'namespace__name'] = opts[:'namespace__name'] if !opts[:'namespace__name'].nil?
287
295
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
288
296
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
297
+ query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
298
+ query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
289
299
  query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
300
+ query_params[:'repository'] = opts[:'repository'] if !opts[:'repository'].nil?
301
+ query_params[:'repository__in'] = @api_client.build_collection_param(opts[:'repository__in'], :csv) if !opts[:'repository__in'].nil?
290
302
  query_params[:'with_content'] = opts[:'with_content'] if !opts[:'with_content'].nil?
291
303
  query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
292
304
  query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
@@ -223,7 +223,9 @@ module PulpContainerClient
223
223
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
224
224
  # @option opts [String] :name__startswith Filter results where name starts with value
225
225
  # @option opts [Integer] :offset The initial index from which to return the results.
226
- # @option opts [Array<String>] :ordering Ordering
226
+ # @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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
227
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
228
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
227
229
  # @option opts [Array<String>] :fields A list of fields to include in the response.
228
230
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
229
231
  # @return [PaginatedcontainerContainerNamespaceResponseList]
@@ -242,7 +244,9 @@ module PulpContainerClient
242
244
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
243
245
  # @option opts [String] :name__startswith Filter results where name starts with value
244
246
  # @option opts [Integer] :offset The initial index from which to return the results.
245
- # @option opts [Array<String>] :ordering Ordering
247
+ # @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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
248
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
249
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
246
250
  # @option opts [Array<String>] :fields A list of fields to include in the response.
247
251
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
248
252
  # @return [Array<(PaginatedcontainerContainerNamespaceResponseList, Integer, Hash)>] PaginatedcontainerContainerNamespaceResponseList data, response status code and response headers
@@ -267,6 +271,8 @@ module PulpContainerClient
267
271
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
268
272
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
269
273
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
274
+ query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
275
+ query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
270
276
  query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
271
277
  query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
272
278
 
@@ -223,7 +223,9 @@ module PulpContainerClient
223
223
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
224
224
  # @option opts [String] :name__startswith Filter results where name starts with value
225
225
  # @option opts [Integer] :offset The initial index from which to return the results.
226
- # @option opts [Array<String>] :ordering Ordering
226
+ # @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;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)
227
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
228
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
227
229
  # @option opts [String] :pulp_label_select Filter labels by search string
228
230
  # @option opts [DateTime] :pulp_last_updated Filter results where pulp_last_updated matches value
229
231
  # @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
@@ -249,7 +251,9 @@ module PulpContainerClient
249
251
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
250
252
  # @option opts [String] :name__startswith Filter results where name starts with value
251
253
  # @option opts [Integer] :offset The initial index from which to return the results.
252
- # @option opts [Array<String>] :ordering Ordering
254
+ # @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;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)
255
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
256
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
253
257
  # @option opts [String] :pulp_label_select Filter labels by search string
254
258
  # @option opts [DateTime] :pulp_last_updated Filter results where pulp_last_updated matches value
255
259
  # @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
@@ -281,6 +285,8 @@ module PulpContainerClient
281
285
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
282
286
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
283
287
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
288
+ query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
289
+ query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
284
290
  query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
285
291
  query_params[:'pulp_last_updated'] = opts[:'pulp_last_updated'] if !opts[:'pulp_last_updated'].nil?
286
292
  query_params[:'pulp_last_updated__gt'] = opts[:'pulp_last_updated__gt'] if !opts[:'pulp_last_updated__gt'].nil?