pulp_container_client 2.20.4 → 2.21.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (116) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +11 -10
  3. data/docs/ContainerBlobResponse.md +2 -0
  4. data/docs/ContainerContainerDistribution.md +7 -7
  5. data/docs/ContainerContainerDistributionResponse.md +16 -12
  6. data/docs/ContainerContainerNamespaceResponse.md +2 -0
  7. data/docs/ContainerContainerPullThroughDistribution.md +7 -7
  8. data/docs/ContainerContainerPullThroughDistributionResponse.md +16 -12
  9. data/docs/ContainerContainerPullThroughRemote.md +6 -2
  10. data/docs/ContainerContainerPullThroughRemoteResponse.md +8 -2
  11. data/docs/ContainerContainerPushRepository.md +7 -7
  12. data/docs/ContainerContainerPushRepositoryResponse.md +15 -13
  13. data/docs/ContainerContainerRemote.md +1 -1
  14. data/docs/ContainerContainerRemoteResponse.md +3 -1
  15. data/docs/ContainerContainerRepositoryResponse.md +2 -0
  16. data/docs/ContainerManifestResponse.md +2 -0
  17. data/docs/ContainerManifestSignatureResponse.md +2 -0
  18. data/docs/ContainerTagResponse.md +2 -0
  19. data/docs/ContentBlobsApi.md +10 -8
  20. data/docs/ContentManifestsApi.md +10 -8
  21. data/docs/ContentSignaturesApi.md +10 -8
  22. data/docs/ContentTagsApi.md +10 -8
  23. data/docs/DistributionsContainerApi.md +4 -2
  24. data/docs/DistributionsPullThroughApi.md +4 -2
  25. data/docs/OCIBuildImage.md +1 -1
  26. data/docs/PatchedcontainerContainerDistribution.md +7 -7
  27. data/docs/PatchedcontainerContainerPullThroughDistribution.md +7 -7
  28. data/docs/PatchedcontainerContainerPullThroughRemote.md +6 -2
  29. data/docs/PatchedcontainerContainerPushRepository.md +7 -7
  30. data/docs/PatchedcontainerContainerRemote.md +1 -1
  31. data/docs/{Policy762Enum.md → Policy692Enum.md} +2 -2
  32. data/docs/{Policy8e2Enum.md → Policy7e0Enum.md} +2 -2
  33. data/docs/PulpContainerNamespacesApi.md +4 -2
  34. data/docs/RemotesContainerApi.md +4 -2
  35. data/docs/RemotesPullThroughApi.md +4 -2
  36. data/docs/RepositoriesContainerApi.md +10 -8
  37. data/docs/RepositoriesContainerPushApi.md +8 -6
  38. data/docs/RepositoriesContainerPushVersionsApi.md +8 -6
  39. data/docs/RepositoriesContainerVersionsApi.md +8 -6
  40. data/docs/RepositoryVersionResponse.md +2 -0
  41. data/lib/pulp_container_client/api/content_blobs_api.rb +11 -8
  42. data/lib/pulp_container_client/api/content_manifests_api.rb +11 -8
  43. data/lib/pulp_container_client/api/content_signatures_api.rb +11 -8
  44. data/lib/pulp_container_client/api/content_tags_api.rb +11 -8
  45. data/lib/pulp_container_client/api/distributions_container_api.rb +5 -2
  46. data/lib/pulp_container_client/api/distributions_pull_through_api.rb +5 -2
  47. data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +5 -2
  48. data/lib/pulp_container_client/api/remotes_container_api.rb +5 -2
  49. data/lib/pulp_container_client/api/remotes_pull_through_api.rb +5 -2
  50. data/lib/pulp_container_client/api/repositories_container_api.rb +11 -8
  51. data/lib/pulp_container_client/api/repositories_container_push_api.rb +9 -6
  52. data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +10 -7
  53. data/lib/pulp_container_client/api/repositories_container_versions_api.rb +10 -7
  54. data/lib/pulp_container_client/models/container_blob_response.rb +11 -1
  55. data/lib/pulp_container_client/models/container_container_distribution.rb +53 -53
  56. data/lib/pulp_container_client/models/container_container_distribution_response.rb +74 -54
  57. data/lib/pulp_container_client/models/container_container_namespace_response.rb +11 -1
  58. data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +53 -53
  59. data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +74 -54
  60. data/lib/pulp_container_client/models/container_container_pull_through_remote.rb +32 -6
  61. data/lib/pulp_container_client/models/container_container_pull_through_remote_response.rb +41 -5
  62. data/lib/pulp_container_client/models/container_container_push_repository.rb +46 -46
  63. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +60 -50
  64. data/lib/pulp_container_client/models/container_container_remote.rb +1 -1
  65. data/lib/pulp_container_client/models/container_container_remote_response.rb +12 -2
  66. data/lib/pulp_container_client/models/container_container_repository_response.rb +11 -1
  67. data/lib/pulp_container_client/models/container_manifest_response.rb +11 -1
  68. data/lib/pulp_container_client/models/container_manifest_signature_response.rb +11 -1
  69. data/lib/pulp_container_client/models/container_tag_response.rb +11 -1
  70. data/lib/pulp_container_client/models/oci_build_image.rb +1 -1
  71. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +44 -44
  72. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +44 -44
  73. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_remote.rb +32 -6
  74. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +46 -46
  75. data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +1 -1
  76. data/lib/pulp_container_client/models/{policy762_enum.rb → policy692_enum.rb} +3 -3
  77. data/lib/pulp_container_client/models/{policy8e2_enum.rb → policy7e0_enum.rb} +3 -3
  78. data/lib/pulp_container_client/models/repository_version_response.rb +12 -2
  79. data/lib/pulp_container_client/version.rb +1 -1
  80. data/lib/pulp_container_client.rb +2 -2
  81. data/spec/api/content_blobs_api_spec.rb +5 -4
  82. data/spec/api/content_manifests_api_spec.rb +5 -4
  83. data/spec/api/content_signatures_api_spec.rb +5 -4
  84. data/spec/api/content_tags_api_spec.rb +5 -4
  85. data/spec/api/distributions_container_api_spec.rb +2 -1
  86. data/spec/api/distributions_pull_through_api_spec.rb +2 -1
  87. data/spec/api/pulp_container_namespaces_api_spec.rb +2 -1
  88. data/spec/api/remotes_container_api_spec.rb +2 -1
  89. data/spec/api/remotes_pull_through_api_spec.rb +2 -1
  90. data/spec/api/repositories_container_api_spec.rb +5 -4
  91. data/spec/api/repositories_container_push_api_spec.rb +4 -3
  92. data/spec/api/repositories_container_push_versions_api_spec.rb +4 -3
  93. data/spec/api/repositories_container_versions_api_spec.rb +4 -3
  94. data/spec/models/container_blob_response_spec.rb +6 -0
  95. data/spec/models/container_container_distribution_response_spec.rb +20 -8
  96. data/spec/models/container_container_distribution_spec.rb +5 -5
  97. data/spec/models/container_container_namespace_response_spec.rb +6 -0
  98. data/spec/models/container_container_pull_through_distribution_response_spec.rb +20 -8
  99. data/spec/models/container_container_pull_through_distribution_spec.rb +5 -5
  100. data/spec/models/container_container_pull_through_remote_response_spec.rb +18 -0
  101. data/spec/models/container_container_pull_through_remote_spec.rb +12 -0
  102. data/spec/models/container_container_push_repository_response_spec.rb +14 -8
  103. data/spec/models/container_container_push_repository_spec.rb +4 -4
  104. data/spec/models/container_container_remote_response_spec.rb +6 -0
  105. data/spec/models/container_container_repository_response_spec.rb +6 -0
  106. data/spec/models/container_manifest_response_spec.rb +6 -0
  107. data/spec/models/container_manifest_signature_response_spec.rb +6 -0
  108. data/spec/models/container_tag_response_spec.rb +6 -0
  109. data/spec/models/patchedcontainer_container_distribution_spec.rb +5 -5
  110. data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +5 -5
  111. data/spec/models/patchedcontainer_container_pull_through_remote_spec.rb +12 -0
  112. data/spec/models/patchedcontainer_container_push_repository_spec.rb +4 -4
  113. data/spec/models/{policy762_enum_spec.rb → policy692_enum_spec.rb} +6 -6
  114. data/spec/models/{policy8e2_enum_spec.rb → policy7e0_enum_spec.rb} +6 -6
  115. data/spec/models/repository_version_response_spec.rb +6 -0
  116. metadata +9 -9
@@ -97,7 +97,7 @@ end
97
97
 
98
98
  api_instance = PulpContainerClient::RepositoriesContainerPushApi.new
99
99
  opts = {
100
- latest_with_content: 'latest_with_content_example', # String | Content Unit referenced by HREF
100
+ latest_with_content: 'latest_with_content_example', # String | Content Unit referenced by HREF/PRN
101
101
  limit: 56, # Integer | Number of results to return per page.
102
102
  name: 'name_example', # String | Filter results where name matches value
103
103
  name__contains: 'name__contains_example', # String | Filter results where name contains value
@@ -110,10 +110,11 @@ opts = {
110
110
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
111
111
  offset: 56, # Integer | The initial index from which to return the results.
112
112
  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)
113
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
113
114
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
114
115
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
115
116
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
116
- q: 'q_example', # String |
117
+ q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
117
118
  remote: 'remote_example', # String | Foreign Key referenced by HREF
118
119
  retain_repo_versions: 56, # Integer | Filter results where retain_repo_versions matches value
119
120
  retain_repo_versions__gt: 56, # Integer | Filter results where retain_repo_versions is greater than value
@@ -123,7 +124,7 @@ opts = {
123
124
  retain_repo_versions__lte: 56, # Integer | Filter results where retain_repo_versions is less than or equal to value
124
125
  retain_repo_versions__ne: 56, # Integer | Filter results where retain_repo_versions not equal to value
125
126
  retain_repo_versions__range: [56], # Array<Integer> | Filter results where retain_repo_versions is between two comma separated values
126
- with_content: 'with_content_example', # String | Content Unit referenced by HREF
127
+ with_content: 'with_content_example', # String | Content Unit referenced by HREF/PRN
127
128
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
128
129
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
129
130
  }
@@ -142,7 +143,7 @@ end
142
143
 
143
144
  Name | Type | Description | Notes
144
145
  ------------- | ------------- | ------------- | -------------
145
- **latest_with_content** | **String**| Content Unit referenced by HREF | [optional]
146
+ **latest_with_content** | **String**| Content Unit referenced by HREF/PRN | [optional]
146
147
  **limit** | **Integer**| Number of results to return per page. | [optional]
147
148
  **name** | **String**| Filter results where name matches value | [optional]
148
149
  **name__contains** | **String**| Filter results where name contains value | [optional]
@@ -155,10 +156,11 @@ Name | Type | Description | Notes
155
156
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
156
157
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
157
158
  **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]
159
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
158
160
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
159
161
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
160
162
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
161
- **q** | **String**| | [optional]
163
+ **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
162
164
  **remote** | [**String**](.md)| Foreign Key referenced by HREF | [optional]
163
165
  **retain_repo_versions** | **Integer**| Filter results where retain_repo_versions matches value | [optional]
164
166
  **retain_repo_versions__gt** | **Integer**| Filter results where retain_repo_versions is greater than value | [optional]
@@ -168,7 +170,7 @@ Name | Type | Description | Notes
168
170
  **retain_repo_versions__lte** | **Integer**| Filter results where retain_repo_versions is less than or equal to value | [optional]
169
171
  **retain_repo_versions__ne** | **Integer**| Filter results where retain_repo_versions not equal to value | [optional]
170
172
  **retain_repo_versions__range** | [**Array&lt;Integer&gt;**](Integer.md)| Filter results where retain_repo_versions is between two comma separated values | [optional]
171
- **with_content** | **String**| Content Unit referenced by HREF | [optional]
173
+ **with_content** | **String**| Content Unit referenced by HREF/PRN | [optional]
172
174
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
173
175
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
174
176
 
@@ -87,8 +87,8 @@ end
87
87
  api_instance = PulpContainerClient::RepositoriesContainerPushVersionsApi.new
88
88
  container_container_push_repository_href = 'container_container_push_repository_href_example' # String |
89
89
  opts = {
90
- content: 'content_example', # String | Content Unit referenced by HREF
91
- content__in: 'content__in_example', # String | Content Unit referenced by HREF
90
+ content: 'content_example', # String | Content Unit referenced by HREF/PRN
91
+ content__in: ['content__in_example'], # Array<String> | Multiple values may be separated by commas.
92
92
  limit: 56, # Integer | Number of results to return per page.
93
93
  number: 56, # Integer | Filter results where number matches value
94
94
  number__gt: 56, # Integer | Filter results where number is greater than value
@@ -98,6 +98,7 @@ opts = {
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
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
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
101
102
  pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created matches value
102
103
  pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
103
104
  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
@@ -105,7 +106,7 @@ opts = {
105
106
  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
107
  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
108
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
108
- q: 'q_example', # String |
109
+ q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
109
110
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
110
111
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
111
112
  }
@@ -125,8 +126,8 @@ end
125
126
  Name | Type | Description | Notes
126
127
  ------------- | ------------- | ------------- | -------------
127
128
  **container_container_push_repository_href** | **String**| |
128
- **content** | **String**| Content Unit referenced by HREF | [optional]
129
- **content__in** | **String**| Content Unit referenced by HREF | [optional]
129
+ **content** | **String**| Content Unit referenced by HREF/PRN | [optional]
130
+ **content__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
130
131
  **limit** | **Integer**| Number of results to return per page. | [optional]
131
132
  **number** | **Integer**| Filter results where number matches value | [optional]
132
133
  **number__gt** | **Integer**| Filter results where number is greater than value | [optional]
@@ -136,6 +137,7 @@ Name | Type | Description | Notes
136
137
  **number__range** | [**Array&lt;Integer&gt;**](Integer.md)| Filter results where number is between two comma separated values | [optional]
137
138
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
138
139
  **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]
140
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
139
141
  **pulp_created** | **DateTime**| Filter results where pulp_created matches value | [optional]
140
142
  **pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
141
143
  **pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
@@ -143,7 +145,7 @@ Name | Type | Description | Notes
143
145
  **pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
144
146
  **pulp_created__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
145
147
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
146
- **q** | **String**| | [optional]
148
+ **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
147
149
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
148
150
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
149
151
 
@@ -87,8 +87,8 @@ end
87
87
  api_instance = PulpContainerClient::RepositoriesContainerVersionsApi.new
88
88
  container_container_repository_href = 'container_container_repository_href_example' # String |
89
89
  opts = {
90
- content: 'content_example', # String | Content Unit referenced by HREF
91
- content__in: 'content__in_example', # String | Content Unit referenced by HREF
90
+ content: 'content_example', # String | Content Unit referenced by HREF/PRN
91
+ content__in: ['content__in_example'], # Array<String> | Multiple values may be separated by commas.
92
92
  limit: 56, # Integer | Number of results to return per page.
93
93
  number: 56, # Integer | Filter results where number matches value
94
94
  number__gt: 56, # Integer | Filter results where number is greater than value
@@ -98,6 +98,7 @@ opts = {
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
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
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
101
102
  pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created matches value
102
103
  pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
103
104
  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
@@ -105,7 +106,7 @@ opts = {
105
106
  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
107
  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
108
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
108
- q: 'q_example', # String |
109
+ q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
109
110
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
110
111
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
111
112
  }
@@ -125,8 +126,8 @@ end
125
126
  Name | Type | Description | Notes
126
127
  ------------- | ------------- | ------------- | -------------
127
128
  **container_container_repository_href** | **String**| |
128
- **content** | **String**| Content Unit referenced by HREF | [optional]
129
- **content__in** | **String**| Content Unit referenced by HREF | [optional]
129
+ **content** | **String**| Content Unit referenced by HREF/PRN | [optional]
130
+ **content__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
130
131
  **limit** | **Integer**| Number of results to return per page. | [optional]
131
132
  **number** | **Integer**| Filter results where number matches value | [optional]
132
133
  **number__gt** | **Integer**| Filter results where number is greater than value | [optional]
@@ -136,6 +137,7 @@ Name | Type | Description | Notes
136
137
  **number__range** | [**Array&lt;Integer&gt;**](Integer.md)| Filter results where number is between two comma separated values | [optional]
137
138
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
138
139
  **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]
140
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
139
141
  **pulp_created** | **DateTime**| Filter results where pulp_created matches value | [optional]
140
142
  **pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
141
143
  **pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
@@ -143,7 +145,7 @@ Name | Type | Description | Notes
143
145
  **pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
144
146
  **pulp_created__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
145
147
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
146
- **q** | **String**| | [optional]
148
+ **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
147
149
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
148
150
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
149
151
 
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
10
11
  **number** | **Integer** | | [optional] [readonly]
@@ -18,6 +19,7 @@ Name | Type | Description | Notes
18
19
  require 'PulpContainerClient'
19
20
 
20
21
  instance = PulpContainerClient::RepositoryVersionResponse.new(pulp_href: null,
22
+ prn: null,
21
23
  pulp_created: null,
22
24
  pulp_last_updated: null,
23
25
  number: null,
@@ -28,12 +28,13 @@ module PulpContainerClient
28
28
  # @option opts [Integer] :offset The initial index from which to return the results.
29
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
30
  # @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
31
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
31
32
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
32
33
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
33
- # @option opts [String] :q
34
- # @option opts [String] :repository_version Repository Version referenced by HREF
35
- # @option opts [String] :repository_version_added Repository Version referenced by HREF
36
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF
34
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
35
+ # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
36
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
37
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
37
38
  # @option opts [Array<String>] :fields A list of fields to include in the response.
38
39
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
39
40
  # @return [PaginatedcontainerBlobResponseList]
@@ -51,12 +52,13 @@ module PulpContainerClient
51
52
  # @option opts [Integer] :offset The initial index from which to return the results.
52
53
  # @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)
53
54
  # @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
55
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
54
56
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
55
57
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
56
- # @option opts [String] :q
57
- # @option opts [String] :repository_version Repository Version referenced by HREF
58
- # @option opts [String] :repository_version_added Repository Version referenced by HREF
59
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF
58
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
59
+ # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
60
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
61
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
60
62
  # @option opts [Array<String>] :fields A list of fields to include in the response.
61
63
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
62
64
  # @return [Array<(PaginatedcontainerBlobResponseList, Integer, Hash)>] PaginatedcontainerBlobResponseList data, response status code and response headers
@@ -79,6 +81,7 @@ module PulpContainerClient
79
81
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
80
82
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
81
83
  query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
84
+ query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
82
85
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
83
86
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
84
87
  query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
@@ -31,12 +31,13 @@ module PulpContainerClient
31
31
  # @option opts [Integer] :offset The initial index from which to return the results.
32
32
  # @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;data&#x60; - Data * &#x60;-data&#x60; - Data (descending) * &#x60;annotations&#x60; - Annotations * &#x60;-annotations&#x60; - Annotations (descending) * &#x60;labels&#x60; - Labels * &#x60;-labels&#x60; - Labels (descending) * &#x60;is_bootable&#x60; - Is bootable * &#x60;-is_bootable&#x60; - Is bootable (descending) * &#x60;is_flatpak&#x60; - Is flatpak * &#x60;-is_flatpak&#x60; - Is flatpak (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
33
33
  # @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
34
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
34
35
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
35
36
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
36
- # @option opts [String] :q
37
- # @option opts [String] :repository_version Repository Version referenced by HREF
38
- # @option opts [String] :repository_version_added Repository Version referenced by HREF
39
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF
37
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
38
+ # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
39
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
40
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
40
41
  # @option opts [Array<String>] :fields A list of fields to include in the response.
41
42
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
42
43
  # @return [PaginatedcontainerManifestResponseList]
@@ -57,12 +58,13 @@ module PulpContainerClient
57
58
  # @option opts [Integer] :offset The initial index from which to return the results.
58
59
  # @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;data&#x60; - Data * &#x60;-data&#x60; - Data (descending) * &#x60;annotations&#x60; - Annotations * &#x60;-annotations&#x60; - Annotations (descending) * &#x60;labels&#x60; - Labels * &#x60;-labels&#x60; - Labels (descending) * &#x60;is_bootable&#x60; - Is bootable * &#x60;-is_bootable&#x60; - Is bootable (descending) * &#x60;is_flatpak&#x60; - Is flatpak * &#x60;-is_flatpak&#x60; - Is flatpak (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
59
60
  # @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
61
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
60
62
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
61
63
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
62
- # @option opts [String] :q
63
- # @option opts [String] :repository_version Repository Version referenced by HREF
64
- # @option opts [String] :repository_version_added Repository Version referenced by HREF
65
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF
64
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
65
+ # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
66
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
67
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
66
68
  # @option opts [Array<String>] :fields A list of fields to include in the response.
67
69
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
68
70
  # @return [Array<(PaginatedcontainerManifestResponseList, Integer, Hash)>] PaginatedcontainerManifestResponseList data, response status code and response headers
@@ -92,6 +94,7 @@ module PulpContainerClient
92
94
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
93
95
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
94
96
  query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
97
+ query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
95
98
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
96
99
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
97
100
  query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
@@ -40,12 +40,13 @@ module PulpContainerClient
40
40
  # @option opts [Integer] :offset The initial index from which to return the results.
41
41
  # @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)
42
42
  # @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
43
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
43
44
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
44
45
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
45
- # @option opts [String] :q
46
- # @option opts [String] :repository_version Repository Version referenced by HREF
47
- # @option opts [String] :repository_version_added Repository Version referenced by HREF
48
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF
46
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
47
+ # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
48
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
49
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
49
50
  # @option opts [Array<String>] :fields A list of fields to include in the response.
50
51
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
51
52
  # @return [PaginatedcontainerManifestSignatureResponseList]
@@ -75,12 +76,13 @@ module PulpContainerClient
75
76
  # @option opts [Integer] :offset The initial index from which to return the results.
76
77
  # @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)
77
78
  # @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
79
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
78
80
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
79
81
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
80
- # @option opts [String] :q
81
- # @option opts [String] :repository_version Repository Version referenced by HREF
82
- # @option opts [String] :repository_version_added Repository Version referenced by HREF
83
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF
82
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
83
+ # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
84
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
85
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
84
86
  # @option opts [Array<String>] :fields A list of fields to include in the response.
85
87
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
86
88
  # @return [Array<(PaginatedcontainerManifestSignatureResponseList, Integer, Hash)>] PaginatedcontainerManifestSignatureResponseList data, response status code and response headers
@@ -115,6 +117,7 @@ module PulpContainerClient
115
117
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
116
118
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
117
119
  query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
120
+ query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
118
121
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
119
122
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
120
123
  query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
@@ -30,12 +30,13 @@ module PulpContainerClient
30
30
  # @option opts [Integer] :offset The initial index from which to return the results.
31
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
32
  # @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
33
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
33
34
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
34
35
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
35
- # @option opts [String] :q
36
- # @option opts [String] :repository_version Repository Version referenced by HREF
37
- # @option opts [String] :repository_version_added Repository Version referenced by HREF
38
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF
36
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
37
+ # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
38
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
39
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
39
40
  # @option opts [Array<String>] :fields A list of fields to include in the response.
40
41
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
41
42
  # @return [PaginatedcontainerTagResponseList]
@@ -55,12 +56,13 @@ module PulpContainerClient
55
56
  # @option opts [Integer] :offset The initial index from which to return the results.
56
57
  # @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)
57
58
  # @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
59
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
58
60
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
59
61
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
60
- # @option opts [String] :q
61
- # @option opts [String] :repository_version Repository Version referenced by HREF
62
- # @option opts [String] :repository_version_added Repository Version referenced by HREF
63
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF
62
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
63
+ # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
64
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
65
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
64
66
  # @option opts [Array<String>] :fields A list of fields to include in the response.
65
67
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
66
68
  # @return [Array<(PaginatedcontainerTagResponseList, Integer, Hash)>] PaginatedcontainerTagResponseList data, response status code and response headers
@@ -89,6 +91,7 @@ module PulpContainerClient
89
91
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
90
92
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
91
93
  query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
94
+ query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
92
95
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
93
96
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
94
97
  query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
@@ -235,10 +235,11 @@ module PulpContainerClient
235
235
  # @option opts [String] :namespace__name
236
236
  # @option opts [Integer] :offset The initial index from which to return the results.
237
237
  # @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;hidden&#x60; - Hidden * &#x60;-hidden&#x60; - Hidden (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)
238
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
238
239
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
239
240
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
240
241
  # @option opts [String] :pulp_label_select Filter labels by search string
241
- # @option opts [String] :q
242
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
242
243
  # @option opts [String] :repository Filter results where repository matches value
243
244
  # @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
244
245
  # @option opts [String] :with_content Filter distributions based on the content served by them
@@ -270,10 +271,11 @@ module PulpContainerClient
270
271
  # @option opts [String] :namespace__name
271
272
  # @option opts [Integer] :offset The initial index from which to return the results.
272
273
  # @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;hidden&#x60; - Hidden * &#x60;-hidden&#x60; - Hidden (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)
274
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
273
275
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
274
276
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
275
277
  # @option opts [String] :pulp_label_select Filter labels by search string
276
- # @option opts [String] :q
278
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
277
279
  # @option opts [String] :repository Filter results where repository matches value
278
280
  # @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
279
281
  # @option opts [String] :with_content Filter distributions based on the content served by them
@@ -310,6 +312,7 @@ module PulpContainerClient
310
312
  query_params[:'namespace__name'] = opts[:'namespace__name'] if !opts[:'namespace__name'].nil?
311
313
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
312
314
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
315
+ query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
313
316
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
314
317
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
315
318
  query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
@@ -234,10 +234,11 @@ module PulpContainerClient
234
234
  # @option opts [String] :name__startswith Filter results where name starts with value
235
235
  # @option opts [Integer] :offset The initial index from which to return the results.
236
236
  # @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;hidden&#x60; - Hidden * &#x60;-hidden&#x60; - Hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
237
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
237
238
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
238
239
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
239
240
  # @option opts [String] :pulp_label_select Filter labels by search string
240
- # @option opts [String] :q
241
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
241
242
  # @option opts [String] :repository Filter results where repository matches value
242
243
  # @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
243
244
  # @option opts [String] :with_content Filter distributions based on the content served by them
@@ -268,10 +269,11 @@ module PulpContainerClient
268
269
  # @option opts [String] :name__startswith Filter results where name starts with value
269
270
  # @option opts [Integer] :offset The initial index from which to return the results.
270
271
  # @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;hidden&#x60; - Hidden * &#x60;-hidden&#x60; - Hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
272
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
271
273
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
272
274
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
273
275
  # @option opts [String] :pulp_label_select Filter labels by search string
274
- # @option opts [String] :q
276
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
275
277
  # @option opts [String] :repository Filter results where repository matches value
276
278
  # @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
277
279
  # @option opts [String] :with_content Filter distributions based on the content served by them
@@ -307,6 +309,7 @@ module PulpContainerClient
307
309
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
308
310
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
309
311
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
312
+ query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
310
313
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
311
314
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
312
315
  query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
@@ -230,9 +230,10 @@ module PulpContainerClient
230
230
  # @option opts [String] :name__startswith Filter results where name starts with value
231
231
  # @option opts [Integer] :offset The initial index from which to return the results.
232
232
  # @option opts [Array<String>] :ordering Ordering * &#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)
233
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
233
234
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
234
235
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
235
- # @option opts [String] :q
236
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
236
237
  # @option opts [Array<String>] :fields A list of fields to include in the response.
237
238
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
238
239
  # @return [PaginatedcontainerContainerNamespaceResponseList]
@@ -256,9 +257,10 @@ module PulpContainerClient
256
257
  # @option opts [String] :name__startswith Filter results where name starts with value
257
258
  # @option opts [Integer] :offset The initial index from which to return the results.
258
259
  # @option opts [Array<String>] :ordering Ordering * &#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)
260
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
259
261
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
260
262
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
261
- # @option opts [String] :q
263
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
262
264
  # @option opts [Array<String>] :fields A list of fields to include in the response.
263
265
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
264
266
  # @return [Array<(PaginatedcontainerContainerNamespaceResponseList, Integer, Hash)>] PaginatedcontainerContainerNamespaceResponseList data, response status code and response headers
@@ -287,6 +289,7 @@ module PulpContainerClient
287
289
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
288
290
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
289
291
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
292
+ query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
290
293
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
291
294
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
292
295
  query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
@@ -230,6 +230,7 @@ module PulpContainerClient
230
230
  # @option opts [String] :name__startswith Filter results where name starts with value
231
231
  # @option opts [Integer] :offset The initial index from which to return the results.
232
232
  # @option opts [Array<String>] :ordering Ordering * &#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)
233
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
233
234
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
234
235
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
235
236
  # @option opts [String] :pulp_label_select Filter labels by search string
@@ -239,7 +240,7 @@ module PulpContainerClient
239
240
  # @option opts [DateTime] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
240
241
  # @option opts [DateTime] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
241
242
  # @option opts [Array<DateTime>] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
242
- # @option opts [String] :q
243
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
243
244
  # @option opts [Array<String>] :fields A list of fields to include in the response.
244
245
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
245
246
  # @return [PaginatedcontainerContainerRemoteResponseList]
@@ -263,6 +264,7 @@ module PulpContainerClient
263
264
  # @option opts [String] :name__startswith Filter results where name starts with value
264
265
  # @option opts [Integer] :offset The initial index from which to return the results.
265
266
  # @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)
267
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
266
268
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
267
269
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
268
270
  # @option opts [String] :pulp_label_select Filter labels by search string
@@ -272,7 +274,7 @@ module PulpContainerClient
272
274
  # @option opts [DateTime] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
273
275
  # @option opts [DateTime] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
274
276
  # @option opts [Array<DateTime>] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
275
- # @option opts [String] :q
277
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
276
278
  # @option opts [Array<String>] :fields A list of fields to include in the response.
277
279
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
278
280
  # @return [Array<(PaginatedcontainerContainerRemoteResponseList, Integer, Hash)>] PaginatedcontainerContainerRemoteResponseList data, response status code and response headers
@@ -301,6 +303,7 @@ module PulpContainerClient
301
303
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
302
304
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
303
305
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
306
+ query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
304
307
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
305
308
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
306
309
  query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?