pulpcore_client 3.61.0 → 3.63.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 (208) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -4
  3. data/docs/AccessPoliciesApi.md +2 -0
  4. data/docs/AccessPolicyResponse.md +2 -0
  5. data/docs/ArtifactDistributionResponse.md +13 -11
  6. data/docs/ArtifactResponse.md +2 -0
  7. data/docs/ArtifactsApi.md +4 -2
  8. data/docs/CompositeContentGuardResponse.md +2 -0
  9. data/docs/ContentApi.md +8 -6
  10. data/docs/ContentGuardResponse.md +2 -0
  11. data/docs/ContentRedirectContentGuardResponse.md +2 -0
  12. data/docs/ContentguardsApi.md +2 -0
  13. data/docs/ContentguardsCompositeApi.md +2 -0
  14. data/docs/ContentguardsContentRedirectApi.md +2 -0
  15. data/docs/ContentguardsHeaderApi.md +2 -0
  16. data/docs/ContentguardsRbacApi.md +2 -0
  17. data/docs/DistributionResponse.md +2 -0
  18. data/docs/DistributionsApi.md +2 -0
  19. data/docs/DistributionsArtifactsApi.md +2 -0
  20. data/docs/DomainResponse.md +2 -0
  21. data/docs/DomainsApi.md +2 -0
  22. data/docs/ExportersFilesystemApi.md +2 -0
  23. data/docs/ExportersPulpApi.md +2 -0
  24. data/docs/FilesystemExportResponse.md +2 -0
  25. data/docs/FilesystemExporterResponse.md +2 -0
  26. data/docs/GroupResponse.md +2 -0
  27. data/docs/GroupRoleResponse.md +2 -0
  28. data/docs/GroupUserResponse.md +3 -1
  29. data/docs/GroupsApi.md +2 -0
  30. data/docs/GroupsRolesApi.md +2 -0
  31. data/docs/HeaderContentGuardResponse.md +2 -0
  32. data/docs/ImportResponse.md +2 -0
  33. data/docs/ImportersPulpApi.md +2 -0
  34. data/docs/MinimalTaskResponse.md +2 -0
  35. data/docs/MultipleArtifactContentResponse.md +2 -0
  36. data/docs/PatchedUpstreamPulp.md +2 -2
  37. data/docs/PublicationResponse.md +2 -0
  38. data/docs/PublicationsApi.md +10 -8
  39. data/docs/PulpExportResponse.md +2 -0
  40. data/docs/PulpExporterResponse.md +2 -0
  41. data/docs/PulpImporterResponse.md +2 -0
  42. data/docs/RBACContentGuardResponse.md +2 -0
  43. data/docs/RemoteResponse.md +2 -0
  44. data/docs/RemotesApi.md +2 -0
  45. data/docs/RepositoriesApi.md +6 -4
  46. data/docs/RepositoryResponse.md +2 -0
  47. data/docs/RepositoryVersionResponse.md +2 -0
  48. data/docs/RepositoryVersionsApi.md +6 -4
  49. data/docs/RoleResponse.md +2 -0
  50. data/docs/RolesApi.md +2 -0
  51. data/docs/SigningServiceResponse.md +2 -0
  52. data/docs/SigningServicesApi.md +2 -0
  53. data/docs/TaskGroupResponse.md +2 -0
  54. data/docs/TaskResponse.md +2 -0
  55. data/docs/TaskScheduleResponse.md +2 -0
  56. data/docs/TaskSchedulesApi.md +2 -0
  57. data/docs/TasksApi.md +2 -0
  58. data/docs/UploadDetailResponse.md +2 -0
  59. data/docs/UploadResponse.md +2 -0
  60. data/docs/UploadsApi.md +2 -0
  61. data/docs/UpstreamPulp.md +2 -2
  62. data/docs/UpstreamPulpResponse.md +4 -2
  63. data/docs/UpstreamPulpsApi.md +58 -0
  64. data/docs/UserGroupResponse.md +3 -1
  65. data/docs/UserResponse.md +2 -0
  66. data/docs/UserRoleResponse.md +2 -0
  67. data/docs/UsersApi.md +2 -0
  68. data/docs/UsersRolesApi.md +2 -0
  69. data/docs/WorkerResponse.md +2 -0
  70. data/docs/WorkersApi.md +2 -0
  71. data/lib/pulpcore_client/api/access_policies_api.rb +3 -0
  72. data/lib/pulpcore_client/api/artifacts_api.rb +5 -2
  73. data/lib/pulpcore_client/api/content_api.rb +9 -6
  74. data/lib/pulpcore_client/api/contentguards_api.rb +3 -0
  75. data/lib/pulpcore_client/api/contentguards_composite_api.rb +3 -0
  76. data/lib/pulpcore_client/api/contentguards_content_redirect_api.rb +3 -0
  77. data/lib/pulpcore_client/api/contentguards_header_api.rb +3 -0
  78. data/lib/pulpcore_client/api/contentguards_rbac_api.rb +3 -0
  79. data/lib/pulpcore_client/api/distributions_api.rb +3 -0
  80. data/lib/pulpcore_client/api/distributions_artifacts_api.rb +3 -0
  81. data/lib/pulpcore_client/api/domains_api.rb +3 -0
  82. data/lib/pulpcore_client/api/exporters_filesystem_api.rb +3 -0
  83. data/lib/pulpcore_client/api/exporters_pulp_api.rb +3 -0
  84. data/lib/pulpcore_client/api/groups_api.rb +3 -0
  85. data/lib/pulpcore_client/api/groups_roles_api.rb +3 -0
  86. data/lib/pulpcore_client/api/importers_pulp_api.rb +3 -0
  87. data/lib/pulpcore_client/api/publications_api.rb +12 -9
  88. data/lib/pulpcore_client/api/remotes_api.rb +3 -0
  89. data/lib/pulpcore_client/api/repositories_api.rb +7 -4
  90. data/lib/pulpcore_client/api/repository_versions_api.rb +8 -5
  91. data/lib/pulpcore_client/api/roles_api.rb +3 -0
  92. data/lib/pulpcore_client/api/signing_services_api.rb +3 -0
  93. data/lib/pulpcore_client/api/task_schedules_api.rb +3 -0
  94. data/lib/pulpcore_client/api/tasks_api.rb +3 -0
  95. data/lib/pulpcore_client/api/uploads_api.rb +3 -0
  96. data/lib/pulpcore_client/api/upstream_pulps_api.rb +91 -0
  97. data/lib/pulpcore_client/api/users_api.rb +3 -0
  98. data/lib/pulpcore_client/api/users_roles_api.rb +3 -0
  99. data/lib/pulpcore_client/api/workers_api.rb +3 -0
  100. data/lib/pulpcore_client/models/access_policy_response.rb +11 -1
  101. data/lib/pulpcore_client/models/artifact_distribution_response.rb +62 -52
  102. data/lib/pulpcore_client/models/artifact_response.rb +11 -1
  103. data/lib/pulpcore_client/models/composite_content_guard_response.rb +11 -1
  104. data/lib/pulpcore_client/models/content_guard_response.rb +11 -1
  105. data/lib/pulpcore_client/models/content_redirect_content_guard_response.rb +11 -1
  106. data/lib/pulpcore_client/models/distribution_response.rb +11 -1
  107. data/lib/pulpcore_client/models/domain_response.rb +11 -1
  108. data/lib/pulpcore_client/models/filesystem_export_response.rb +11 -1
  109. data/lib/pulpcore_client/models/filesystem_exporter_response.rb +11 -1
  110. data/lib/pulpcore_client/models/group_response.rb +10 -1
  111. data/lib/pulpcore_client/models/group_role_response.rb +11 -1
  112. data/lib/pulpcore_client/models/group_user_response.rb +13 -4
  113. data/lib/pulpcore_client/models/header_content_guard_response.rb +11 -1
  114. data/lib/pulpcore_client/models/import_response.rb +11 -1
  115. data/lib/pulpcore_client/models/minimal_task_response.rb +11 -1
  116. data/lib/pulpcore_client/models/multiple_artifact_content_response.rb +11 -1
  117. data/lib/pulpcore_client/models/patched_upstream_pulp.rb +9 -9
  118. data/lib/pulpcore_client/models/publication_response.rb +11 -1
  119. data/lib/pulpcore_client/models/pulp_export_response.rb +11 -1
  120. data/lib/pulpcore_client/models/pulp_exporter_response.rb +11 -1
  121. data/lib/pulpcore_client/models/pulp_importer_response.rb +11 -1
  122. data/lib/pulpcore_client/models/rbac_content_guard_response.rb +11 -1
  123. data/lib/pulpcore_client/models/remote_response.rb +11 -1
  124. data/lib/pulpcore_client/models/repository_response.rb +11 -1
  125. data/lib/pulpcore_client/models/repository_version_response.rb +11 -1
  126. data/lib/pulpcore_client/models/role_response.rb +11 -1
  127. data/lib/pulpcore_client/models/signing_service_response.rb +11 -1
  128. data/lib/pulpcore_client/models/task_group_response.rb +11 -1
  129. data/lib/pulpcore_client/models/task_response.rb +11 -1
  130. data/lib/pulpcore_client/models/task_schedule_response.rb +11 -1
  131. data/lib/pulpcore_client/models/upload_detail_response.rb +11 -1
  132. data/lib/pulpcore_client/models/upload_response.rb +11 -1
  133. data/lib/pulpcore_client/models/upstream_pulp.rb +9 -9
  134. data/lib/pulpcore_client/models/upstream_pulp_response.rb +19 -9
  135. data/lib/pulpcore_client/models/user_group_response.rb +13 -4
  136. data/lib/pulpcore_client/models/user_response.rb +10 -1
  137. data/lib/pulpcore_client/models/user_role_response.rb +11 -1
  138. data/lib/pulpcore_client/models/worker_response.rb +11 -1
  139. data/lib/pulpcore_client/version.rb +1 -1
  140. data/spec/api/access_policies_api_spec.rb +1 -0
  141. data/spec/api/artifacts_api_spec.rb +2 -1
  142. data/spec/api/content_api_spec.rb +4 -3
  143. data/spec/api/contentguards_api_spec.rb +1 -0
  144. data/spec/api/contentguards_composite_api_spec.rb +1 -0
  145. data/spec/api/contentguards_content_redirect_api_spec.rb +1 -0
  146. data/spec/api/contentguards_header_api_spec.rb +1 -0
  147. data/spec/api/contentguards_rbac_api_spec.rb +1 -0
  148. data/spec/api/distributions_api_spec.rb +1 -0
  149. data/spec/api/distributions_artifacts_api_spec.rb +1 -0
  150. data/spec/api/domains_api_spec.rb +1 -0
  151. data/spec/api/exporters_filesystem_api_spec.rb +1 -0
  152. data/spec/api/exporters_pulp_api_spec.rb +1 -0
  153. data/spec/api/groups_api_spec.rb +1 -0
  154. data/spec/api/groups_roles_api_spec.rb +1 -0
  155. data/spec/api/importers_pulp_api_spec.rb +1 -0
  156. data/spec/api/publications_api_spec.rb +5 -4
  157. data/spec/api/remotes_api_spec.rb +1 -0
  158. data/spec/api/repositories_api_spec.rb +3 -2
  159. data/spec/api/repository_versions_api_spec.rb +3 -2
  160. data/spec/api/roles_api_spec.rb +1 -0
  161. data/spec/api/signing_services_api_spec.rb +1 -0
  162. data/spec/api/task_schedules_api_spec.rb +1 -0
  163. data/spec/api/tasks_api_spec.rb +1 -0
  164. data/spec/api/uploads_api_spec.rb +1 -0
  165. data/spec/api/upstream_pulps_api_spec.rb +29 -0
  166. data/spec/api/users_api_spec.rb +1 -0
  167. data/spec/api/users_roles_api_spec.rb +1 -0
  168. data/spec/api/workers_api_spec.rb +1 -0
  169. data/spec/models/access_policy_response_spec.rb +6 -0
  170. data/spec/models/artifact_distribution_response_spec.rb +14 -8
  171. data/spec/models/artifact_response_spec.rb +6 -0
  172. data/spec/models/composite_content_guard_response_spec.rb +6 -0
  173. data/spec/models/content_guard_response_spec.rb +6 -0
  174. data/spec/models/content_redirect_content_guard_response_spec.rb +6 -0
  175. data/spec/models/distribution_response_spec.rb +6 -0
  176. data/spec/models/domain_response_spec.rb +6 -0
  177. data/spec/models/filesystem_export_response_spec.rb +6 -0
  178. data/spec/models/filesystem_exporter_response_spec.rb +6 -0
  179. data/spec/models/group_response_spec.rb +6 -0
  180. data/spec/models/group_role_response_spec.rb +6 -0
  181. data/spec/models/group_user_response_spec.rb +6 -0
  182. data/spec/models/header_content_guard_response_spec.rb +6 -0
  183. data/spec/models/import_response_spec.rb +6 -0
  184. data/spec/models/minimal_task_response_spec.rb +6 -0
  185. data/spec/models/multiple_artifact_content_response_spec.rb +6 -0
  186. data/spec/models/patched_upstream_pulp_spec.rb +1 -1
  187. data/spec/models/publication_response_spec.rb +6 -0
  188. data/spec/models/pulp_export_response_spec.rb +6 -0
  189. data/spec/models/pulp_exporter_response_spec.rb +6 -0
  190. data/spec/models/pulp_importer_response_spec.rb +6 -0
  191. data/spec/models/rbac_content_guard_response_spec.rb +6 -0
  192. data/spec/models/remote_response_spec.rb +6 -0
  193. data/spec/models/repository_response_spec.rb +6 -0
  194. data/spec/models/repository_version_response_spec.rb +6 -0
  195. data/spec/models/role_response_spec.rb +6 -0
  196. data/spec/models/signing_service_response_spec.rb +6 -0
  197. data/spec/models/task_group_response_spec.rb +6 -0
  198. data/spec/models/task_response_spec.rb +6 -0
  199. data/spec/models/task_schedule_response_spec.rb +6 -0
  200. data/spec/models/upload_detail_response_spec.rb +6 -0
  201. data/spec/models/upload_response_spec.rb +6 -0
  202. data/spec/models/upstream_pulp_response_spec.rb +7 -1
  203. data/spec/models/upstream_pulp_spec.rb +1 -1
  204. data/spec/models/user_group_response_spec.rb +6 -0
  205. data/spec/models/user_response_spec.rb +6 -0
  206. data/spec/models/user_role_response_spec.rb +6 -0
  207. data/spec/models/worker_response_spec.rb +6 -0
  208. metadata +2 -2
@@ -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
  **size** | **Integer** | The size of the upload in bytes. |
@@ -17,6 +18,7 @@ Name | Type | Description | Notes
17
18
  require 'PulpcoreClient'
18
19
 
19
20
  instance = PulpcoreClient::UploadDetailResponse.new(pulp_href: null,
21
+ prn: null,
20
22
  pulp_created: null,
21
23
  pulp_last_updated: null,
22
24
  size: null,
@@ -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
  **size** | **Integer** | The size of the upload in bytes. |
@@ -16,6 +17,7 @@ Name | Type | Description | Notes
16
17
  require 'PulpcoreClient'
17
18
 
18
19
  instance = PulpcoreClient::UploadResponse.new(pulp_href: null,
20
+ prn: null,
19
21
  pulp_created: null,
20
22
  pulp_last_updated: null,
21
23
  size: null,
data/docs/UploadsApi.md CHANGED
@@ -257,6 +257,7 @@ opts = {
257
257
  limit: 56, # Integer | Number of results to return per page.
258
258
  offset: 56, # Integer | The initial index from which to return the results.
259
259
  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) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending)
260
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
260
261
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
261
262
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
262
263
  q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
@@ -285,6 +286,7 @@ Name | Type | Description | Notes
285
286
  **limit** | **Integer**| Number of results to return per page. | [optional]
286
287
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
287
288
  **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;size&#x60; - Size * &#x60;-size&#x60; - Size (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
289
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
288
290
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
289
291
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
290
292
  **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
data/docs/UpstreamPulp.md CHANGED
@@ -14,7 +14,7 @@ Name | Type | Description | Notes
14
14
  **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
15
15
  **username** | **String** | The username to be used for authentication when syncing. | [optional]
16
16
  **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
17
- **pulp_label_select** | **String** | One or more comma separated labels that will be used to filter distributions on the upstream Pulp. E.g. \&quot;foo&#x3D;bar,key&#x3D;val\&quot; or \&quot;foo,key\&quot; | [optional]
17
+ **q_select** | **String** | Filter distributions on the upstream Pulp using complex filtering. E.g. pulp_label_select&#x3D;\&quot;foo\&quot; OR pulp_label_select&#x3D;\&quot;key&#x3D;val\&quot; | [optional]
18
18
 
19
19
  ## Code Sample
20
20
 
@@ -31,7 +31,7 @@ instance = PulpcoreClient::UpstreamPulp.new(name: null,
31
31
  tls_validation: null,
32
32
  username: null,
33
33
  password: null,
34
- pulp_label_select: null)
34
+ q_select: null)
35
35
  ```
36
36
 
37
37
 
@@ -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 most recent update of the remote. | [optional] [readonly]
10
11
  **name** | **String** | A unique name for this Pulp server. |
@@ -15,7 +16,7 @@ Name | Type | Description | Notes
15
16
  **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
16
17
  **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
17
18
  **hidden_fields** | [**Array&lt;RemoteResponseHiddenFields&gt;**](RemoteResponseHiddenFields.md) | List of hidden (write only) fields | [optional] [readonly]
18
- **pulp_label_select** | **String** | One or more comma separated labels that will be used to filter distributions on the upstream Pulp. E.g. \&quot;foo&#x3D;bar,key&#x3D;val\&quot; or \&quot;foo,key\&quot; | [optional]
19
+ **q_select** | **String** | Filter distributions on the upstream Pulp using complex filtering. E.g. pulp_label_select&#x3D;\&quot;foo\&quot; OR pulp_label_select&#x3D;\&quot;key&#x3D;val\&quot; | [optional]
19
20
  **last_replication** | **DateTime** | Timestamp of the last replication that occurred. Equals to &#39;null&#39; if no replication task has been executed. | [optional] [readonly]
20
21
 
21
22
  ## Code Sample
@@ -24,6 +25,7 @@ Name | Type | Description | Notes
24
25
  require 'PulpcoreClient'
25
26
 
26
27
  instance = PulpcoreClient::UpstreamPulpResponse.new(pulp_href: null,
28
+ prn: null,
27
29
  pulp_created: null,
28
30
  pulp_last_updated: null,
29
31
  name: null,
@@ -34,7 +36,7 @@ instance = PulpcoreClient::UpstreamPulpResponse.new(pulp_href: null,
34
36
  client_cert: null,
35
37
  tls_validation: null,
36
38
  hidden_fields: null,
37
- pulp_label_select: null,
39
+ q_select: null,
38
40
  last_replication: null)
39
41
  ```
40
42
 
@@ -200,8 +200,37 @@ end
200
200
 
201
201
  api_instance = PulpcoreClient::UpstreamPulpsApi.new
202
202
  opts = {
203
+ base_url: 'base_url_example', # String | Filter results where base_url matches value
204
+ base_url__contains: 'base_url__contains_example', # String | Filter results where base_url contains value
205
+ base_url__icontains: 'base_url__icontains_example', # String | Filter results where base_url contains value
206
+ base_url__iexact: 'base_url__iexact_example', # String | Filter results where base_url matches value
207
+ base_url__in: ['base_url__in_example'], # Array<String> | Filter results where base_url is in a comma-separated list of values
208
+ base_url__iregex: 'base_url__iregex_example', # String | Filter results where base_url matches regex value
209
+ base_url__istartswith: 'base_url__istartswith_example', # String | Filter results where base_url starts with value
210
+ base_url__regex: 'base_url__regex_example', # String | Filter results where base_url matches regex value
211
+ base_url__startswith: 'base_url__startswith_example', # String | Filter results where base_url starts with value
212
+ last_replication: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where last_replication matches value
213
+ last_replication__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where last_replication is greater than value
214
+ last_replication__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where last_replication is greater than or equal to value
215
+ last_replication__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where last_replication is less than value
216
+ last_replication__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where last_replication is less than or equal to value
217
+ last_replication__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where last_replication is between two comma separated values
203
218
  limit: 56, # Integer | Number of results to return per page.
219
+ name: 'name_example', # String | Filter results where name matches value
220
+ name__contains: 'name__contains_example', # String | Filter results where name contains value
221
+ name__icontains: 'name__icontains_example', # String | Filter results where name contains value
222
+ name__iexact: 'name__iexact_example', # String | Filter results where name matches value
223
+ name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
224
+ name__iregex: 'name__iregex_example', # String | Filter results where name matches regex value
225
+ name__istartswith: 'name__istartswith_example', # String | Filter results where name starts with value
226
+ name__regex: 'name__regex_example', # String | Filter results where name matches regex value
227
+ name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
204
228
  offset: 56, # Integer | The initial index from which to return the results.
229
+ 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) * `name` - Name * `-name` - Name (descending) * `base_url` - Base url * `-base_url` - Base url (descending) * `api_root` - Api root * `-api_root` - Api root (descending) * `domain` - Domain * `-domain` - Domain (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) * `pulp_label_select` - Pulp label select * `-pulp_label_select` - Pulp label select (descending) * `q_select` - Q select * `-q_select` - Q select (descending) * `last_replication` - Last replication * `-last_replication` - Last replication (descending) * `pk` - Pk * `-pk` - Pk (descending)
230
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
231
+ pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
232
+ pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
233
+ q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
205
234
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
206
235
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
207
236
  }
@@ -220,8 +249,37 @@ end
220
249
 
221
250
  Name | Type | Description | Notes
222
251
  ------------- | ------------- | ------------- | -------------
252
+ **base_url** | **String**| Filter results where base_url matches value | [optional]
253
+ **base_url__contains** | **String**| Filter results where base_url contains value | [optional]
254
+ **base_url__icontains** | **String**| Filter results where base_url contains value | [optional]
255
+ **base_url__iexact** | **String**| Filter results where base_url matches value | [optional]
256
+ **base_url__in** | [**Array&lt;String&gt;**](String.md)| Filter results where base_url is in a comma-separated list of values | [optional]
257
+ **base_url__iregex** | **String**| Filter results where base_url matches regex value | [optional]
258
+ **base_url__istartswith** | **String**| Filter results where base_url starts with value | [optional]
259
+ **base_url__regex** | **String**| Filter results where base_url matches regex value | [optional]
260
+ **base_url__startswith** | **String**| Filter results where base_url starts with value | [optional]
261
+ **last_replication** | **DateTime**| Filter results where last_replication matches value | [optional]
262
+ **last_replication__gt** | **DateTime**| Filter results where last_replication is greater than value | [optional]
263
+ **last_replication__gte** | **DateTime**| Filter results where last_replication is greater than or equal to value | [optional]
264
+ **last_replication__lt** | **DateTime**| Filter results where last_replication is less than value | [optional]
265
+ **last_replication__lte** | **DateTime**| Filter results where last_replication is less than or equal to value | [optional]
266
+ **last_replication__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where last_replication is between two comma separated values | [optional]
223
267
  **limit** | **Integer**| Number of results to return per page. | [optional]
268
+ **name** | **String**| Filter results where name matches value | [optional]
269
+ **name__contains** | **String**| Filter results where name contains value | [optional]
270
+ **name__icontains** | **String**| Filter results where name contains value | [optional]
271
+ **name__iexact** | **String**| Filter results where name matches value | [optional]
272
+ **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
273
+ **name__iregex** | **String**| Filter results where name matches regex value | [optional]
274
+ **name__istartswith** | **String**| Filter results where name starts with value | [optional]
275
+ **name__regex** | **String**| Filter results where name matches regex value | [optional]
276
+ **name__startswith** | **String**| Filter results where name starts with value | [optional]
224
277
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
278
+ **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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;base_url&#x60; - Base url * &#x60;-base_url&#x60; - Base url (descending) * &#x60;api_root&#x60; - Api root * &#x60;-api_root&#x60; - Api root (descending) * &#x60;domain&#x60; - Domain * &#x60;-domain&#x60; - Domain (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;pulp_label_select&#x60; - Pulp label select * &#x60;-pulp_label_select&#x60; - Pulp label select (descending) * &#x60;q_select&#x60; - Q select * &#x60;-q_select&#x60; - Q select (descending) * &#x60;last_replication&#x60; - Last replication * &#x60;-last_replication&#x60; - Last replication (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
279
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
280
+ **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
281
+ **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
282
+ **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
225
283
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
226
284
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
227
285
 
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **name** | **String** | Name. |
8
8
  **pulp_href** | **String** | | [optional] [readonly]
9
+ **prn** | **String** | | [optional] [readonly]
9
10
 
10
11
  ## Code Sample
11
12
 
@@ -13,7 +14,8 @@ Name | Type | Description | Notes
13
14
  require 'PulpcoreClient'
14
15
 
15
16
  instance = PulpcoreClient::UserGroupResponse.new(name: null,
16
- pulp_href: null)
17
+ pulp_href: null,
18
+ prn: null)
17
19
  ```
18
20
 
19
21
 
data/docs/UserResponse.md CHANGED
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | | [optional] [readonly]
8
9
  **id** | **Integer** | | [optional] [readonly]
9
10
  **username** | **String** | Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only. |
10
11
  **first_name** | **String** | First name | [optional]
@@ -22,6 +23,7 @@ Name | Type | Description | Notes
22
23
  require 'PulpcoreClient'
23
24
 
24
25
  instance = PulpcoreClient::UserResponse.new(pulp_href: null,
26
+ prn: null,
25
27
  id: null,
26
28
  username: null,
27
29
  first_name: null,
@@ -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
  **role** | **String** | |
@@ -19,6 +20,7 @@ Name | Type | Description | Notes
19
20
  require 'PulpcoreClient'
20
21
 
21
22
  instance = PulpcoreClient::UserRoleResponse.new(pulp_href: null,
23
+ prn: null,
22
24
  pulp_created: null,
23
25
  pulp_last_updated: null,
24
26
  role: null,
data/docs/UsersApi.md CHANGED
@@ -160,6 +160,7 @@ opts = {
160
160
  limit: 56, # Integer | Number of results to return per page.
161
161
  offset: 56, # Integer | The initial index from which to return the results.
162
162
  ordering: ['ordering_example'], # Array<String> | Ordering * `id` - Id * `-id` - Id (descending) * `password` - Password * `-password` - Password (descending) * `last_login` - Last login * `-last_login` - Last login (descending) * `is_superuser` - Is superuser * `-is_superuser` - Is superuser (descending) * `username` - Username * `-username` - Username (descending) * `first_name` - First name * `-first_name` - First name (descending) * `last_name` - Last name * `-last_name` - Last name (descending) * `email` - Email * `-email` - Email (descending) * `is_staff` - Is staff * `-is_staff` - Is staff (descending) * `is_active` - Is active * `-is_active` - Is active (descending) * `date_joined` - Date joined * `-date_joined` - Date joined (descending) * `pk` - Pk * `-pk` - Pk (descending)
163
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
163
164
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
164
165
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
165
166
  q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
@@ -206,6 +207,7 @@ Name | Type | Description | Notes
206
207
  **limit** | **Integer**| Number of results to return per page. | [optional]
207
208
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
208
209
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;id&#x60; - Id * &#x60;-id&#x60; - Id (descending) * &#x60;password&#x60; - Password * &#x60;-password&#x60; - Password (descending) * &#x60;last_login&#x60; - Last login * &#x60;-last_login&#x60; - Last login (descending) * &#x60;is_superuser&#x60; - Is superuser * &#x60;-is_superuser&#x60; - Is superuser (descending) * &#x60;username&#x60; - Username * &#x60;-username&#x60; - Username (descending) * &#x60;first_name&#x60; - First name * &#x60;-first_name&#x60; - First name (descending) * &#x60;last_name&#x60; - Last name * &#x60;-last_name&#x60; - Last name (descending) * &#x60;email&#x60; - Email * &#x60;-email&#x60; - Email (descending) * &#x60;is_staff&#x60; - Is staff * &#x60;-is_staff&#x60; - Is staff (descending) * &#x60;is_active&#x60; - Is active * &#x60;-is_active&#x60; - Is active (descending) * &#x60;date_joined&#x60; - Date joined * &#x60;-date_joined&#x60; - Date joined (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
210
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
209
211
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
210
212
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
211
213
  **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
@@ -146,6 +146,7 @@ opts = {
146
146
  limit: 56, # Integer | Number of results to return per page.
147
147
  offset: 56, # Integer | The initial index from which to return the results.
148
148
  ordering: ['ordering_example'], # Array<String> | Ordering * `role` - Role * `-role` - Role (descending) * `description` - Description * `-description` - Description (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pk` - Pk * `-pk` - Pk (descending)
149
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
149
150
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
150
151
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
151
152
  q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
@@ -178,6 +179,7 @@ Name | Type | Description | Notes
178
179
  **limit** | **Integer**| Number of results to return per page. | [optional]
179
180
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
180
181
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;role&#x60; - Role * &#x60;-role&#x60; - Role (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
182
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
181
183
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
182
184
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
183
185
  **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
@@ -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
  **name** | **String** | The name of the worker. | [optional] [readonly]
@@ -18,6 +19,7 @@ Name | Type | Description | Notes
18
19
  require 'PulpcoreClient'
19
20
 
20
21
  instance = PulpcoreClient::WorkerResponse.new(pulp_href: null,
22
+ prn: null,
21
23
  pulp_created: null,
22
24
  pulp_last_updated: null,
23
25
  name: null,
data/docs/WorkersApi.md CHANGED
@@ -51,6 +51,7 @@ opts = {
51
51
  offset: 56, # Integer | The initial index from which to return the results.
52
52
  online: true, # Boolean |
53
53
  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) * `name` - Name * `-name` - Name (descending) * `last_heartbeat` - Last heartbeat * `-last_heartbeat` - Last heartbeat (descending) * `versions` - Versions * `-versions` - Versions (descending) * `pk` - Pk * `-pk` - Pk (descending)
54
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
54
55
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
55
56
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
56
57
  q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
@@ -92,6 +93,7 @@ Name | Type | Description | Notes
92
93
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
93
94
  **online** | **Boolean**| | [optional]
94
95
  **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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;last_heartbeat&#x60; - Last heartbeat * &#x60;-last_heartbeat&#x60; - Last heartbeat (descending) * &#x60;versions&#x60; - Versions * &#x60;-versions&#x60; - Versions (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
96
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
95
97
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
96
98
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
97
99
  **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
@@ -26,6 +26,7 @@ module PulpcoreClient
26
26
  # @option opts [Integer] :limit Number of results to return per page.
27
27
  # @option opts [Integer] :offset The initial index from which to return the results.
28
28
  # @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;creation_hooks&#x60; - Creation hooks * &#x60;-creation_hooks&#x60; - Creation hooks (descending) * &#x60;statements&#x60; - Statements * &#x60;-statements&#x60; - Statements (descending) * &#x60;viewset_name&#x60; - Viewset name * &#x60;-viewset_name&#x60; - Viewset name (descending) * &#x60;customized&#x60; - Customized * &#x60;-customized&#x60; - Customized (descending) * &#x60;queryset_scoping&#x60; - Queryset scoping * &#x60;-queryset_scoping&#x60; - Queryset scoping (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
29
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
29
30
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
30
31
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
31
32
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
@@ -53,6 +54,7 @@ module PulpcoreClient
53
54
  # @option opts [Integer] :limit Number of results to return per page.
54
55
  # @option opts [Integer] :offset The initial index from which to return the results.
55
56
  # @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;creation_hooks&#x60; - Creation hooks * &#x60;-creation_hooks&#x60; - Creation hooks (descending) * &#x60;statements&#x60; - Statements * &#x60;-statements&#x60; - Statements (descending) * &#x60;viewset_name&#x60; - Viewset name * &#x60;-viewset_name&#x60; - Viewset name (descending) * &#x60;customized&#x60; - Customized * &#x60;-customized&#x60; - Customized (descending) * &#x60;queryset_scoping&#x60; - Queryset scoping * &#x60;-queryset_scoping&#x60; - Queryset scoping (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
57
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
56
58
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
57
59
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
58
60
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
@@ -85,6 +87,7 @@ module PulpcoreClient
85
87
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
86
88
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
87
89
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
90
+ query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
88
91
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
89
92
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
90
93
  query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
@@ -197,10 +197,11 @@ module PulpcoreClient
197
197
  # @option opts [Integer] :offset The initial index from which to return the results.
198
198
  # @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;file&#x60; - File * &#x60;-file&#x60; - File (descending) * &#x60;size&#x60; - Size * &#x60;-size&#x60; - Size (descending) * &#x60;md5&#x60; - Md5 * &#x60;-md5&#x60; - Md5 (descending) * &#x60;sha1&#x60; - Sha1 * &#x60;-sha1&#x60; - Sha1 (descending) * &#x60;sha224&#x60; - Sha224 * &#x60;-sha224&#x60; - Sha224 (descending) * &#x60;sha256&#x60; - Sha256 * &#x60;-sha256&#x60; - Sha256 (descending) * &#x60;sha384&#x60; - Sha384 * &#x60;-sha384&#x60; - Sha384 (descending) * &#x60;sha512&#x60; - Sha512 * &#x60;-sha512&#x60; - Sha512 (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
199
199
  # @option opts [Float] :orphaned_for Minutes Artifacts have been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
200
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
200
201
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
201
202
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
202
203
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
203
- # @option opts [String] :repository_version Repository Version referenced by HREF
204
+ # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
204
205
  # @option opts [String] :sha1 Filter results where sha1 matches value
205
206
  # @option opts [String] :sha224 Filter results where sha224 matches value
206
207
  # @option opts [String] :sha256 Filter results where sha256 matches value
@@ -222,10 +223,11 @@ module PulpcoreClient
222
223
  # @option opts [Integer] :offset The initial index from which to return the results.
223
224
  # @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;file&#x60; - File * &#x60;-file&#x60; - File (descending) * &#x60;size&#x60; - Size * &#x60;-size&#x60; - Size (descending) * &#x60;md5&#x60; - Md5 * &#x60;-md5&#x60; - Md5 (descending) * &#x60;sha1&#x60; - Sha1 * &#x60;-sha1&#x60; - Sha1 (descending) * &#x60;sha224&#x60; - Sha224 * &#x60;-sha224&#x60; - Sha224 (descending) * &#x60;sha256&#x60; - Sha256 * &#x60;-sha256&#x60; - Sha256 (descending) * &#x60;sha384&#x60; - Sha384 * &#x60;-sha384&#x60; - Sha384 (descending) * &#x60;sha512&#x60; - Sha512 * &#x60;-sha512&#x60; - Sha512 (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
224
225
  # @option opts [Float] :orphaned_for Minutes Artifacts have been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
226
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
225
227
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
226
228
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
227
229
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
228
- # @option opts [String] :repository_version Repository Version referenced by HREF
230
+ # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
229
231
  # @option opts [String] :sha1 Filter results where sha1 matches value
230
232
  # @option opts [String] :sha224 Filter results where sha224 matches value
231
233
  # @option opts [String] :sha256 Filter results where sha256 matches value
@@ -252,6 +254,7 @@ module PulpcoreClient
252
254
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
253
255
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
254
256
  query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
257
+ query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
255
258
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
256
259
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
257
260
  query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
@@ -26,14 +26,15 @@ module PulpcoreClient
26
26
  # @option opts [Integer] :offset The initial index from which to return the results.
27
27
  # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
28
28
  # @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
29
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
29
30
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
30
31
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
31
32
  # @option opts [String] :pulp_type Pulp type * &#x60;core.publishedmetadata&#x60; - core.publishedmetadata * &#x60;file.file&#x60; - file.file
32
33
  # @option opts [Array<String>] :pulp_type__in Multiple values may be separated by commas. * &#x60;core.publishedmetadata&#x60; - core.publishedmetadata * &#x60;file.file&#x60; - file.file
33
34
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
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
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 [PaginatedMultipleArtifactContentResponseList]
@@ -49,14 +50,15 @@ module PulpcoreClient
49
50
  # @option opts [Integer] :offset The initial index from which to return the results.
50
51
  # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
51
52
  # @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
53
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
52
54
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
53
55
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
54
56
  # @option opts [String] :pulp_type Pulp type * &#x60;core.publishedmetadata&#x60; - core.publishedmetadata * &#x60;file.file&#x60; - file.file
55
57
  # @option opts [Array<String>] :pulp_type__in Multiple values may be separated by commas. * &#x60;core.publishedmetadata&#x60; - core.publishedmetadata * &#x60;file.file&#x60; - file.file
56
58
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
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
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<(PaginatedMultipleArtifactContentResponseList, Integer, Hash)>] PaginatedMultipleArtifactContentResponseList data, response status code and response headers
@@ -85,6 +87,7 @@ module PulpcoreClient
85
87
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
86
88
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
87
89
  query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
90
+ query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
88
91
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
89
92
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
90
93
  query_params[:'pulp_type'] = opts[:'pulp_type'] if !opts[:'pulp_type'].nil?
@@ -34,6 +34,7 @@ module PulpcoreClient
34
34
  # @option opts [String] :name__startswith Filter results where name starts with value
35
35
  # @option opts [Integer] :offset The initial index from which to return the results.
36
36
  # @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;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
37
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
37
38
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
38
39
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
39
40
  # @option opts [String] :pulp_type Pulp type * &#x60;core.rbac&#x60; - core.rbac * &#x60;core.content_redirect&#x60; - core.content_redirect * &#x60;core.header&#x60; - core.header * &#x60;core.composite&#x60; - core.composite * &#x60;certguard.rhsm&#x60; - certguard.rhsm * &#x60;certguard.x509&#x60; - certguard.x509
@@ -62,6 +63,7 @@ module PulpcoreClient
62
63
  # @option opts [String] :name__startswith Filter results where name starts with value
63
64
  # @option opts [Integer] :offset The initial index from which to return the results.
64
65
  # @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;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
66
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
65
67
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
66
68
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
67
69
  # @option opts [String] :pulp_type Pulp type * &#x60;core.rbac&#x60; - core.rbac * &#x60;core.content_redirect&#x60; - core.content_redirect * &#x60;core.header&#x60; - core.header * &#x60;core.composite&#x60; - core.composite * &#x60;certguard.rhsm&#x60; - certguard.rhsm * &#x60;certguard.x509&#x60; - certguard.x509
@@ -103,6 +105,7 @@ module PulpcoreClient
103
105
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
104
106
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
105
107
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
108
+ query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
106
109
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
107
110
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
108
111
  query_params[:'pulp_type'] = opts[:'pulp_type'] if !opts[:'pulp_type'].nil?
@@ -228,6 +228,7 @@ module PulpcoreClient
228
228
  # @option opts [String] :name__startswith Filter results where name starts with value
229
229
  # @option opts [Integer] :offset The initial index from which to return the results.
230
230
  # @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;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
231
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
231
232
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
232
233
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
233
234
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
@@ -254,6 +255,7 @@ module PulpcoreClient
254
255
  # @option opts [String] :name__startswith Filter results where name starts with value
255
256
  # @option opts [Integer] :offset The initial index from which to return the results.
256
257
  # @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;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
258
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
257
259
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
258
260
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
259
261
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
@@ -285,6 +287,7 @@ module PulpcoreClient
285
287
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
286
288
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
287
289
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
290
+ query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
288
291
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
289
292
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
290
293
  query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
@@ -228,6 +228,7 @@ module PulpcoreClient
228
228
  # @option opts [String] :name__startswith Filter results where name starts with value
229
229
  # @option opts [Integer] :offset The initial index from which to return the results.
230
230
  # @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;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
231
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
231
232
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
232
233
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
233
234
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
@@ -254,6 +255,7 @@ module PulpcoreClient
254
255
  # @option opts [String] :name__startswith Filter results where name starts with value
255
256
  # @option opts [Integer] :offset The initial index from which to return the results.
256
257
  # @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;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
258
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
257
259
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
258
260
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
259
261
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
@@ -285,6 +287,7 @@ module PulpcoreClient
285
287
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
286
288
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
287
289
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
290
+ query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
288
291
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
289
292
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
290
293
  query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
@@ -228,6 +228,7 @@ module PulpcoreClient
228
228
  # @option opts [String] :name__startswith Filter results where name starts with value
229
229
  # @option opts [Integer] :offset The initial index from which to return the results.
230
230
  # @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;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
231
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
231
232
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
232
233
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
233
234
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
@@ -254,6 +255,7 @@ module PulpcoreClient
254
255
  # @option opts [String] :name__startswith Filter results where name starts with value
255
256
  # @option opts [Integer] :offset The initial index from which to return the results.
256
257
  # @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;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
258
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
257
259
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
258
260
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
259
261
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
@@ -285,6 +287,7 @@ module PulpcoreClient
285
287
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
286
288
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
287
289
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
290
+ query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
288
291
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
289
292
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
290
293
  query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
@@ -228,6 +228,7 @@ module PulpcoreClient
228
228
  # @option opts [String] :name__startswith Filter results where name starts with value
229
229
  # @option opts [Integer] :offset The initial index from which to return the results.
230
230
  # @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;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
231
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
231
232
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
232
233
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
233
234
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
@@ -254,6 +255,7 @@ module PulpcoreClient
254
255
  # @option opts [String] :name__startswith Filter results where name starts with value
255
256
  # @option opts [Integer] :offset The initial index from which to return the results.
256
257
  # @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;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
258
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
257
259
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
258
260
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
259
261
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
@@ -285,6 +287,7 @@ module PulpcoreClient
285
287
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
286
288
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
287
289
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
290
+ query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
288
291
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
289
292
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
290
293
  query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
@@ -38,6 +38,7 @@ module PulpcoreClient
38
38
  # @option opts [String] :name__startswith Filter results where name starts with value
39
39
  # @option opts [Integer] :offset The initial index from which to return the results.
40
40
  # @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)
41
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
41
42
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
42
43
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
43
44
  # @option opts [String] :pulp_label_select Filter labels by search string
@@ -74,6 +75,7 @@ module PulpcoreClient
74
75
  # @option opts [String] :name__startswith Filter results where name starts with value
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;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)
78
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
77
79
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
78
80
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
79
81
  # @option opts [String] :pulp_label_select Filter labels by search string
@@ -123,6 +125,7 @@ module PulpcoreClient
123
125
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
124
126
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
125
127
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
128
+ query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
126
129
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
127
130
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
128
131
  query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?