pulpcore_client 3.62.0 → 3.63.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (202) 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 +12 -10
  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/PublicationResponse.md +2 -0
  37. data/docs/PublicationsApi.md +8 -6
  38. data/docs/PulpExportResponse.md +2 -0
  39. data/docs/PulpExporterResponse.md +2 -0
  40. data/docs/PulpImporterResponse.md +2 -0
  41. data/docs/RBACContentGuardResponse.md +2 -0
  42. data/docs/RemoteResponse.md +2 -0
  43. data/docs/RemotesApi.md +2 -0
  44. data/docs/RepositoriesApi.md +6 -4
  45. data/docs/RepositoryResponse.md +2 -0
  46. data/docs/RepositoryVersionResponse.md +2 -0
  47. data/docs/RepositoryVersionsApi.md +4 -2
  48. data/docs/RoleResponse.md +2 -0
  49. data/docs/RolesApi.md +2 -0
  50. data/docs/SigningServiceResponse.md +2 -0
  51. data/docs/SigningServicesApi.md +2 -0
  52. data/docs/TaskGroupResponse.md +2 -0
  53. data/docs/TaskResponse.md +2 -0
  54. data/docs/TaskScheduleResponse.md +2 -0
  55. data/docs/TaskSchedulesApi.md +2 -0
  56. data/docs/TasksApi.md +2 -0
  57. data/docs/UploadDetailResponse.md +2 -0
  58. data/docs/UploadResponse.md +2 -0
  59. data/docs/UploadsApi.md +2 -0
  60. data/docs/UpstreamPulpResponse.md +2 -0
  61. data/docs/UpstreamPulpsApi.md +2 -0
  62. data/docs/UserGroupResponse.md +3 -1
  63. data/docs/UserResponse.md +2 -0
  64. data/docs/UserRoleResponse.md +2 -0
  65. data/docs/UsersApi.md +2 -0
  66. data/docs/UsersRolesApi.md +2 -0
  67. data/docs/WorkerResponse.md +2 -0
  68. data/docs/WorkersApi.md +2 -0
  69. data/lib/pulpcore_client/api/access_policies_api.rb +3 -0
  70. data/lib/pulpcore_client/api/artifacts_api.rb +5 -2
  71. data/lib/pulpcore_client/api/content_api.rb +9 -6
  72. data/lib/pulpcore_client/api/contentguards_api.rb +3 -0
  73. data/lib/pulpcore_client/api/contentguards_composite_api.rb +3 -0
  74. data/lib/pulpcore_client/api/contentguards_content_redirect_api.rb +3 -0
  75. data/lib/pulpcore_client/api/contentguards_header_api.rb +3 -0
  76. data/lib/pulpcore_client/api/contentguards_rbac_api.rb +3 -0
  77. data/lib/pulpcore_client/api/distributions_api.rb +3 -0
  78. data/lib/pulpcore_client/api/distributions_artifacts_api.rb +3 -0
  79. data/lib/pulpcore_client/api/domains_api.rb +3 -0
  80. data/lib/pulpcore_client/api/exporters_filesystem_api.rb +3 -0
  81. data/lib/pulpcore_client/api/exporters_pulp_api.rb +3 -0
  82. data/lib/pulpcore_client/api/groups_api.rb +3 -0
  83. data/lib/pulpcore_client/api/groups_roles_api.rb +3 -0
  84. data/lib/pulpcore_client/api/importers_pulp_api.rb +3 -0
  85. data/lib/pulpcore_client/api/publications_api.rb +9 -6
  86. data/lib/pulpcore_client/api/remotes_api.rb +3 -0
  87. data/lib/pulpcore_client/api/repositories_api.rb +7 -4
  88. data/lib/pulpcore_client/api/repository_versions_api.rb +5 -2
  89. data/lib/pulpcore_client/api/roles_api.rb +3 -0
  90. data/lib/pulpcore_client/api/signing_services_api.rb +3 -0
  91. data/lib/pulpcore_client/api/task_schedules_api.rb +3 -0
  92. data/lib/pulpcore_client/api/tasks_api.rb +3 -0
  93. data/lib/pulpcore_client/api/uploads_api.rb +3 -0
  94. data/lib/pulpcore_client/api/upstream_pulps_api.rb +3 -0
  95. data/lib/pulpcore_client/api/users_api.rb +3 -0
  96. data/lib/pulpcore_client/api/users_roles_api.rb +3 -0
  97. data/lib/pulpcore_client/api/workers_api.rb +3 -0
  98. data/lib/pulpcore_client/models/access_policy_response.rb +11 -1
  99. data/lib/pulpcore_client/models/artifact_distribution_response.rb +53 -43
  100. data/lib/pulpcore_client/models/artifact_response.rb +11 -1
  101. data/lib/pulpcore_client/models/composite_content_guard_response.rb +11 -1
  102. data/lib/pulpcore_client/models/content_guard_response.rb +11 -1
  103. data/lib/pulpcore_client/models/content_redirect_content_guard_response.rb +11 -1
  104. data/lib/pulpcore_client/models/distribution_response.rb +11 -1
  105. data/lib/pulpcore_client/models/domain_response.rb +11 -1
  106. data/lib/pulpcore_client/models/filesystem_export_response.rb +11 -1
  107. data/lib/pulpcore_client/models/filesystem_exporter_response.rb +11 -1
  108. data/lib/pulpcore_client/models/group_response.rb +10 -1
  109. data/lib/pulpcore_client/models/group_role_response.rb +11 -1
  110. data/lib/pulpcore_client/models/group_user_response.rb +13 -4
  111. data/lib/pulpcore_client/models/header_content_guard_response.rb +11 -1
  112. data/lib/pulpcore_client/models/import_response.rb +11 -1
  113. data/lib/pulpcore_client/models/minimal_task_response.rb +11 -1
  114. data/lib/pulpcore_client/models/multiple_artifact_content_response.rb +11 -1
  115. data/lib/pulpcore_client/models/publication_response.rb +11 -1
  116. data/lib/pulpcore_client/models/pulp_export_response.rb +11 -1
  117. data/lib/pulpcore_client/models/pulp_exporter_response.rb +11 -1
  118. data/lib/pulpcore_client/models/pulp_importer_response.rb +11 -1
  119. data/lib/pulpcore_client/models/rbac_content_guard_response.rb +11 -1
  120. data/lib/pulpcore_client/models/remote_response.rb +11 -1
  121. data/lib/pulpcore_client/models/repository_response.rb +11 -1
  122. data/lib/pulpcore_client/models/repository_version_response.rb +11 -1
  123. data/lib/pulpcore_client/models/role_response.rb +11 -1
  124. data/lib/pulpcore_client/models/signing_service_response.rb +11 -1
  125. data/lib/pulpcore_client/models/task_group_response.rb +11 -1
  126. data/lib/pulpcore_client/models/task_response.rb +11 -1
  127. data/lib/pulpcore_client/models/task_schedule_response.rb +11 -1
  128. data/lib/pulpcore_client/models/upload_detail_response.rb +11 -1
  129. data/lib/pulpcore_client/models/upload_response.rb +11 -1
  130. data/lib/pulpcore_client/models/upstream_pulp_response.rb +11 -1
  131. data/lib/pulpcore_client/models/user_group_response.rb +13 -4
  132. data/lib/pulpcore_client/models/user_response.rb +10 -1
  133. data/lib/pulpcore_client/models/user_role_response.rb +11 -1
  134. data/lib/pulpcore_client/models/worker_response.rb +11 -1
  135. data/lib/pulpcore_client/version.rb +1 -1
  136. data/spec/api/access_policies_api_spec.rb +1 -0
  137. data/spec/api/artifacts_api_spec.rb +2 -1
  138. data/spec/api/content_api_spec.rb +4 -3
  139. data/spec/api/contentguards_api_spec.rb +1 -0
  140. data/spec/api/contentguards_composite_api_spec.rb +1 -0
  141. data/spec/api/contentguards_content_redirect_api_spec.rb +1 -0
  142. data/spec/api/contentguards_header_api_spec.rb +1 -0
  143. data/spec/api/contentguards_rbac_api_spec.rb +1 -0
  144. data/spec/api/distributions_api_spec.rb +1 -0
  145. data/spec/api/distributions_artifacts_api_spec.rb +1 -0
  146. data/spec/api/domains_api_spec.rb +1 -0
  147. data/spec/api/exporters_filesystem_api_spec.rb +1 -0
  148. data/spec/api/exporters_pulp_api_spec.rb +1 -0
  149. data/spec/api/groups_api_spec.rb +1 -0
  150. data/spec/api/groups_roles_api_spec.rb +1 -0
  151. data/spec/api/importers_pulp_api_spec.rb +1 -0
  152. data/spec/api/publications_api_spec.rb +4 -3
  153. data/spec/api/remotes_api_spec.rb +1 -0
  154. data/spec/api/repositories_api_spec.rb +3 -2
  155. data/spec/api/repository_versions_api_spec.rb +2 -1
  156. data/spec/api/roles_api_spec.rb +1 -0
  157. data/spec/api/signing_services_api_spec.rb +1 -0
  158. data/spec/api/task_schedules_api_spec.rb +1 -0
  159. data/spec/api/tasks_api_spec.rb +1 -0
  160. data/spec/api/uploads_api_spec.rb +1 -0
  161. data/spec/api/upstream_pulps_api_spec.rb +1 -0
  162. data/spec/api/users_api_spec.rb +1 -0
  163. data/spec/api/users_roles_api_spec.rb +1 -0
  164. data/spec/api/workers_api_spec.rb +1 -0
  165. data/spec/models/access_policy_response_spec.rb +6 -0
  166. data/spec/models/artifact_distribution_response_spec.rb +11 -5
  167. data/spec/models/artifact_response_spec.rb +6 -0
  168. data/spec/models/composite_content_guard_response_spec.rb +6 -0
  169. data/spec/models/content_guard_response_spec.rb +6 -0
  170. data/spec/models/content_redirect_content_guard_response_spec.rb +6 -0
  171. data/spec/models/distribution_response_spec.rb +6 -0
  172. data/spec/models/domain_response_spec.rb +6 -0
  173. data/spec/models/filesystem_export_response_spec.rb +6 -0
  174. data/spec/models/filesystem_exporter_response_spec.rb +6 -0
  175. data/spec/models/group_response_spec.rb +6 -0
  176. data/spec/models/group_role_response_spec.rb +6 -0
  177. data/spec/models/group_user_response_spec.rb +6 -0
  178. data/spec/models/header_content_guard_response_spec.rb +6 -0
  179. data/spec/models/import_response_spec.rb +6 -0
  180. data/spec/models/minimal_task_response_spec.rb +6 -0
  181. data/spec/models/multiple_artifact_content_response_spec.rb +6 -0
  182. data/spec/models/publication_response_spec.rb +6 -0
  183. data/spec/models/pulp_export_response_spec.rb +6 -0
  184. data/spec/models/pulp_exporter_response_spec.rb +6 -0
  185. data/spec/models/pulp_importer_response_spec.rb +6 -0
  186. data/spec/models/rbac_content_guard_response_spec.rb +6 -0
  187. data/spec/models/remote_response_spec.rb +6 -0
  188. data/spec/models/repository_response_spec.rb +6 -0
  189. data/spec/models/repository_version_response_spec.rb +6 -0
  190. data/spec/models/role_response_spec.rb +6 -0
  191. data/spec/models/signing_service_response_spec.rb +6 -0
  192. data/spec/models/task_group_response_spec.rb +6 -0
  193. data/spec/models/task_response_spec.rb +6 -0
  194. data/spec/models/task_schedule_response_spec.rb +6 -0
  195. data/spec/models/upload_detail_response_spec.rb +6 -0
  196. data/spec/models/upload_response_spec.rb +6 -0
  197. data/spec/models/upstream_pulp_response_spec.rb +6 -0
  198. data/spec/models/user_group_response_spec.rb +6 -0
  199. data/spec/models/user_response_spec.rb +6 -0
  200. data/spec/models/user_role_response_spec.rb +6 -0
  201. data/spec/models/worker_response_spec.rb +6 -0
  202. metadata +2 -2
@@ -226,6 +226,7 @@ module PulpcoreClient
226
226
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
227
227
  # @option opts [Integer] :offset The initial index from which to return the results.
228
228
  # @option opts [Array<String>] :ordering Ordering * &#x60;id&#x60; - Id * &#x60;-id&#x60; - Id (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
229
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
229
230
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
230
231
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
231
232
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
@@ -250,6 +251,7 @@ module PulpcoreClient
250
251
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
251
252
  # @option opts [Integer] :offset The initial index from which to return the results.
252
253
  # @option opts [Array<String>] :ordering Ordering * &#x60;id&#x60; - Id * &#x60;-id&#x60; - Id (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
254
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
253
255
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
254
256
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
255
257
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
@@ -279,6 +281,7 @@ module PulpcoreClient
279
281
  query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
280
282
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
281
283
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
284
+ query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
282
285
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
283
286
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
284
287
  query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
@@ -158,6 +158,7 @@ module PulpcoreClient
158
158
  # @option opts [Integer] :limit Number of results to return per page.
159
159
  # @option opts [Integer] :offset The initial index from which to return the results.
160
160
  # @option opts [Array<String>] :ordering 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)
161
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
161
162
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
162
163
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
163
164
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
@@ -183,6 +184,7 @@ module PulpcoreClient
183
184
  # @option opts [Integer] :limit Number of results to return per page.
184
185
  # @option opts [Integer] :offset The initial index from which to return the results.
185
186
  # @option opts [Array<String>] :ordering 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)
187
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
186
188
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
187
189
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
188
190
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
@@ -216,6 +218,7 @@ module PulpcoreClient
216
218
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
217
219
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
218
220
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
221
+ query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
219
222
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
220
223
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
221
224
  query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
@@ -158,6 +158,7 @@ module PulpcoreClient
158
158
  # @option opts [String] :name__startswith Filter results where name starts with value
159
159
  # @option opts [Integer] :offset The initial index from which to return the results.
160
160
  # @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;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
161
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
161
162
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
162
163
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
163
164
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
@@ -184,6 +185,7 @@ module PulpcoreClient
184
185
  # @option opts [String] :name__startswith Filter results where name starts with value
185
186
  # @option opts [Integer] :offset The initial index from which to return the results.
186
187
  # @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;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
188
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
187
189
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
188
190
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
189
191
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
@@ -215,6 +217,7 @@ module PulpcoreClient
215
217
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
216
218
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
217
219
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
220
+ query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
218
221
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
219
222
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
220
223
  query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
@@ -22,11 +22,12 @@ module PulpcoreClient
22
22
  # List publications
23
23
  # A base class for any publication viewset.
24
24
  # @param [Hash] opts the optional parameters
25
- # @option opts [String] :content Content Unit referenced by HREF
25
+ # @option opts [String] :content Content Unit referenced by HREF/PRN
26
26
  # @option opts [Array<String>] :content__in Multiple values may be separated by commas.
27
27
  # @option opts [Integer] :limit Number of results to return per page.
28
28
  # @option opts [Integer] :offset The initial index from which to return the results.
29
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;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;pass_through&#x60; - Pass through * &#x60;-pass_through&#x60; - Pass through (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
30
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
30
31
  # @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
31
32
  # @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
32
33
  # @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
@@ -38,8 +39,8 @@ module PulpcoreClient
38
39
  # @option opts [String] :pulp_type Pulp type * &#x60;file.file&#x60; - file.file
39
40
  # @option opts [Array<String>] :pulp_type__in Multiple values may be separated by commas. * &#x60;file.file&#x60; - file.file
40
41
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
41
- # @option opts [String] :repository Repository referenced by HREF
42
- # @option opts [String] :repository_version Repository Version referenced by HREF
42
+ # @option opts [String] :repository Repository referenced by HREF/PRN
43
+ # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
43
44
  # @option opts [Array<String>] :fields A list of fields to include in the response.
44
45
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
45
46
  # @return [PaginatedPublicationResponseList]
@@ -51,11 +52,12 @@ module PulpcoreClient
51
52
  # List publications
52
53
  # A base class for any publication viewset.
53
54
  # @param [Hash] opts the optional parameters
54
- # @option opts [String] :content Content Unit referenced by HREF
55
+ # @option opts [String] :content Content Unit referenced by HREF/PRN
55
56
  # @option opts [Array<String>] :content__in Multiple values may be separated by commas.
56
57
  # @option opts [Integer] :limit Number of results to return per page.
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;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;pass_through&#x60; - Pass through * &#x60;-pass_through&#x60; - Pass through (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
60
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
59
61
  # @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
60
62
  # @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
61
63
  # @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
@@ -67,8 +69,8 @@ module PulpcoreClient
67
69
  # @option opts [String] :pulp_type Pulp type * &#x60;file.file&#x60; - file.file
68
70
  # @option opts [Array<String>] :pulp_type__in Multiple values may be separated by commas. * &#x60;file.file&#x60; - file.file
69
71
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
70
- # @option opts [String] :repository Repository referenced by HREF
71
- # @option opts [String] :repository_version Repository Version referenced by HREF
72
+ # @option opts [String] :repository Repository referenced by HREF/PRN
73
+ # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
72
74
  # @option opts [Array<String>] :fields A list of fields to include in the response.
73
75
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
74
76
  # @return [Array<(PaginatedPublicationResponseList, Integer, Hash)>] PaginatedPublicationResponseList data, response status code and response headers
@@ -98,6 +100,7 @@ module PulpcoreClient
98
100
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
99
101
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
100
102
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
103
+ query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
101
104
  query_params[:'pulp_created'] = opts[:'pulp_created'] if !opts[:'pulp_created'].nil?
102
105
  query_params[:'pulp_created__gt'] = opts[:'pulp_created__gt'] if !opts[:'pulp_created__gt'].nil?
103
106
  query_params[:'pulp_created__gte'] = opts[:'pulp_created__gte'] if !opts[:'pulp_created__gte'].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;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)
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_label_select Filter labels by search string
@@ -69,6 +70,7 @@ module PulpcoreClient
69
70
  # @option opts [String] :name__startswith Filter results where name starts with value
70
71
  # @option opts [Integer] :offset The initial index from which to return the results.
71
72
  # @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)
73
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
72
74
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
73
75
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
74
76
  # @option opts [String] :pulp_label_select Filter labels by search string
@@ -117,6 +119,7 @@ module PulpcoreClient
117
119
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
118
120
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
119
121
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
122
+ query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
120
123
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
121
124
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
122
125
  query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
@@ -22,7 +22,7 @@ module PulpcoreClient
22
22
  # List repositories
23
23
  # Endpoint to list all repositories.
24
24
  # @param [Hash] opts the optional parameters
25
- # @option opts [String] :latest_with_content Content Unit referenced by HREF
25
+ # @option opts [String] :latest_with_content Content Unit referenced by HREF/PRN
26
26
  # @option opts [Integer] :limit Number of results to return per page.
27
27
  # @option opts [String] :name Filter results where name matches value
28
28
  # @option opts [String] :name__contains Filter results where name contains value
@@ -35,6 +35,7 @@ module PulpcoreClient
35
35
  # @option opts [String] :name__startswith Filter results where name starts with value
36
36
  # @option opts [Integer] :offset The initial index from which to return the results.
37
37
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;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)
38
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
38
39
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
39
40
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
40
41
  # @option opts [String] :pulp_label_select Filter labels by search string
@@ -50,7 +51,7 @@ module PulpcoreClient
50
51
  # @option opts [Integer] :retain_repo_versions__lte Filter results where retain_repo_versions is less than or equal to value
51
52
  # @option opts [Integer] :retain_repo_versions__ne Filter results where retain_repo_versions not equal to value
52
53
  # @option opts [Array<Integer>] :retain_repo_versions__range Filter results where retain_repo_versions is between two comma separated values
53
- # @option opts [String] :with_content Content Unit referenced by HREF
54
+ # @option opts [String] :with_content Content Unit referenced by HREF/PRN
54
55
  # @option opts [Array<String>] :fields A list of fields to include in the response.
55
56
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
56
57
  # @return [PaginatedRepositoryResponseList]
@@ -62,7 +63,7 @@ module PulpcoreClient
62
63
  # List repositories
63
64
  # Endpoint to list all repositories.
64
65
  # @param [Hash] opts the optional parameters
65
- # @option opts [String] :latest_with_content Content Unit referenced by HREF
66
+ # @option opts [String] :latest_with_content Content Unit referenced by HREF/PRN
66
67
  # @option opts [Integer] :limit Number of results to return per page.
67
68
  # @option opts [String] :name Filter results where name matches value
68
69
  # @option opts [String] :name__contains Filter results where name contains value
@@ -75,6 +76,7 @@ module PulpcoreClient
75
76
  # @option opts [String] :name__startswith Filter results where name starts with value
76
77
  # @option opts [Integer] :offset The initial index from which to return the results.
77
78
  # @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;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)
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
82
  # @option opts [String] :pulp_label_select Filter labels by search string
@@ -90,7 +92,7 @@ module PulpcoreClient
90
92
  # @option opts [Integer] :retain_repo_versions__lte Filter results where retain_repo_versions is less than or equal to value
91
93
  # @option opts [Integer] :retain_repo_versions__ne Filter results where retain_repo_versions not equal to value
92
94
  # @option opts [Array<Integer>] :retain_repo_versions__range Filter results where retain_repo_versions is between two comma separated values
93
- # @option opts [String] :with_content Content Unit referenced by HREF
95
+ # @option opts [String] :with_content Content Unit referenced by HREF/PRN
94
96
  # @option opts [Array<String>] :fields A list of fields to include in the response.
95
97
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
96
98
  # @return [Array<(PaginatedRepositoryResponseList, Integer, Hash)>] PaginatedRepositoryResponseList data, response status code and response headers
@@ -128,6 +130,7 @@ module PulpcoreClient
128
130
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
129
131
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
130
132
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
133
+ query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
131
134
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
132
135
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
133
136
  query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
@@ -22,7 +22,7 @@ module PulpcoreClient
22
22
  # List repository versions
23
23
  # A mixin to hold the shared get_queryset logic used by RepositoryVersionViewSets.
24
24
  # @param [Hash] opts the optional parameters
25
- # @option opts [String] :content Content Unit referenced by HREF
25
+ # @option opts [String] :content Content Unit referenced by HREF/PRN
26
26
  # @option opts [Array<String>] :content__in Multiple values may be separated by commas.
27
27
  # @option opts [Integer] :limit Number of results to return per page.
28
28
  # @option opts [Integer] :number Filter results where number matches value
@@ -33,6 +33,7 @@ module PulpcoreClient
33
33
  # @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
34
34
  # @option opts [Integer] :offset The initial index from which to return the results.
35
35
  # @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;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)
36
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
36
37
  # @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
37
38
  # @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
38
39
  # @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
@@ -52,7 +53,7 @@ module PulpcoreClient
52
53
  # List repository versions
53
54
  # A mixin to hold the shared get_queryset logic used by RepositoryVersionViewSets.
54
55
  # @param [Hash] opts the optional parameters
55
- # @option opts [String] :content Content Unit referenced by HREF
56
+ # @option opts [String] :content Content Unit referenced by HREF/PRN
56
57
  # @option opts [Array<String>] :content__in Multiple values may be separated by commas.
57
58
  # @option opts [Integer] :limit Number of results to return per page.
58
59
  # @option opts [Integer] :number Filter results where number matches value
@@ -63,6 +64,7 @@ module PulpcoreClient
63
64
  # @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
64
65
  # @option opts [Integer] :offset The initial index from which to return the results.
65
66
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;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)
67
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
66
68
  # @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
67
69
  # @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
68
70
  # @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
@@ -98,6 +100,7 @@ module PulpcoreClient
98
100
  query_params[:'number__range'] = @api_client.build_collection_param(opts[:'number__range'], :csv) if !opts[:'number__range'].nil?
99
101
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
100
102
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
103
+ query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
101
104
  query_params[:'pulp_created'] = opts[:'pulp_created'] if !opts[:'pulp_created'].nil?
102
105
  query_params[:'pulp_created__gt'] = opts[:'pulp_created__gt'] if !opts[:'pulp_created__gt'].nil?
103
106
  query_params[:'pulp_created__gte'] = opts[:'pulp_created__gte'] if !opts[:'pulp_created__gte'].nil?
@@ -165,6 +165,7 @@ module PulpcoreClient
165
165
  # @option opts [String] :name__startswith Filter results where name starts with value
166
166
  # @option opts [Integer] :offset The initial index from which to return the results.
167
167
  # @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;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;locked&#x60; - Locked * &#x60;-locked&#x60; - Locked (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
168
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
168
169
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
169
170
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
170
171
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
@@ -198,6 +199,7 @@ module PulpcoreClient
198
199
  # @option opts [String] :name__startswith Filter results where name starts with value
199
200
  # @option opts [Integer] :offset The initial index from which to return the results.
200
201
  # @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;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;locked&#x60; - Locked * &#x60;-locked&#x60; - Locked (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
202
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
201
203
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
202
204
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
203
205
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
@@ -236,6 +238,7 @@ module PulpcoreClient
236
238
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
237
239
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
238
240
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
241
+ query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
239
242
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
240
243
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
241
244
  query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
@@ -26,6 +26,7 @@ module PulpcoreClient
26
26
  # @option opts [String] :name Filter results where name matches value
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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;public_key&#x60; - Public key * &#x60;-public_key&#x60; - Public key (descending) * &#x60;pubkey_fingerprint&#x60; - Pubkey fingerprint * &#x60;-pubkey_fingerprint&#x60; - Pubkey fingerprint (descending) * &#x60;script&#x60; - Script * &#x60;-script&#x60; - Script (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
@@ -44,6 +45,7 @@ module PulpcoreClient
44
45
  # @option opts [String] :name Filter results where name matches value
45
46
  # @option opts [Integer] :offset The initial index from which to return the results.
46
47
  # @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;public_key&#x60; - Public key * &#x60;-public_key&#x60; - Public key (descending) * &#x60;pubkey_fingerprint&#x60; - Pubkey fingerprint * &#x60;-pubkey_fingerprint&#x60; - Pubkey fingerprint (descending) * &#x60;script&#x60; - Script * &#x60;-script&#x60; - Script (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
48
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
47
49
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
48
50
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
49
51
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
@@ -67,6 +69,7 @@ module PulpcoreClient
67
69
  query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
68
70
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
69
71
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
72
+ query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
70
73
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
71
74
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
72
75
  query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
@@ -97,6 +97,7 @@ module PulpcoreClient
97
97
  # @option opts [String] :name__contains Filter results where name contains value
98
98
  # @option opts [Integer] :offset The initial index from which to return the results.
99
99
  # @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;next_dispatch&#x60; - Next dispatch * &#x60;-next_dispatch&#x60; - Next dispatch (descending) * &#x60;dispatch_interval&#x60; - Dispatch interval * &#x60;-dispatch_interval&#x60; - Dispatch interval (descending) * &#x60;task_name&#x60; - Task name * &#x60;-task_name&#x60; - Task name (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
100
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
100
101
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
101
102
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
102
103
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
@@ -118,6 +119,7 @@ module PulpcoreClient
118
119
  # @option opts [String] :name__contains Filter results where name contains value
119
120
  # @option opts [Integer] :offset The initial index from which to return the results.
120
121
  # @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;next_dispatch&#x60; - Next dispatch * &#x60;-next_dispatch&#x60; - Next dispatch (descending) * &#x60;dispatch_interval&#x60; - Dispatch interval * &#x60;-dispatch_interval&#x60; - Dispatch interval (descending) * &#x60;task_name&#x60; - Task name * &#x60;-task_name&#x60; - Task name (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
122
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
121
123
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
122
124
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
123
125
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
@@ -144,6 +146,7 @@ module PulpcoreClient
144
146
  query_params[:'name__contains'] = opts[:'name__contains'] if !opts[:'name__contains'].nil?
145
147
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
146
148
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
149
+ query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
147
150
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
148
151
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
149
152
  query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
@@ -172,6 +172,7 @@ module PulpcoreClient
172
172
  # @option opts [Integer] :offset The initial index from which to return the results.
173
173
  # @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;state&#x60; - State * &#x60;-state&#x60; - State (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;logging_cid&#x60; - Logging cid * &#x60;-logging_cid&#x60; - Logging cid (descending) * &#x60;unblocked_at&#x60; - Unblocked at * &#x60;-unblocked_at&#x60; - Unblocked at (descending) * &#x60;started_at&#x60; - Started at * &#x60;-started_at&#x60; - Started at (descending) * &#x60;finished_at&#x60; - Finished at * &#x60;-finished_at&#x60; - Finished at (descending) * &#x60;error&#x60; - Error * &#x60;-error&#x60; - Error (descending) * &#x60;enc_args&#x60; - Enc args * &#x60;-enc_args&#x60; - Enc args (descending) * &#x60;enc_kwargs&#x60; - Enc kwargs * &#x60;-enc_kwargs&#x60; - Enc kwargs (descending) * &#x60;reserved_resources_record&#x60; - Reserved resources record * &#x60;-reserved_resources_record&#x60; - Reserved resources record (descending) * &#x60;versions&#x60; - Versions * &#x60;-versions&#x60; - Versions (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
174
174
  # @option opts [String] :parent_task Filter results where parent_task matches value
175
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
175
176
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
176
177
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
177
178
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
@@ -223,6 +224,7 @@ module PulpcoreClient
223
224
  # @option opts [Integer] :offset The initial index from which to return the results.
224
225
  # @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;state&#x60; - State * &#x60;-state&#x60; - State (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;logging_cid&#x60; - Logging cid * &#x60;-logging_cid&#x60; - Logging cid (descending) * &#x60;unblocked_at&#x60; - Unblocked at * &#x60;-unblocked_at&#x60; - Unblocked at (descending) * &#x60;started_at&#x60; - Started at * &#x60;-started_at&#x60; - Started at (descending) * &#x60;finished_at&#x60; - Finished at * &#x60;-finished_at&#x60; - Finished at (descending) * &#x60;error&#x60; - Error * &#x60;-error&#x60; - Error (descending) * &#x60;enc_args&#x60; - Enc args * &#x60;-enc_args&#x60; - Enc args (descending) * &#x60;enc_kwargs&#x60; - Enc kwargs * &#x60;-enc_kwargs&#x60; - Enc kwargs (descending) * &#x60;reserved_resources_record&#x60; - Reserved resources record * &#x60;-reserved_resources_record&#x60; - Reserved resources record (descending) * &#x60;versions&#x60; - Versions * &#x60;-versions&#x60; - Versions (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
225
226
  # @option opts [String] :parent_task Filter results where parent_task matches value
227
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
226
228
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
227
229
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
228
230
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
@@ -283,6 +285,7 @@ module PulpcoreClient
283
285
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
284
286
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
285
287
  query_params[:'parent_task'] = opts[:'parent_task'] if !opts[:'parent_task'].nil?
288
+ query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
286
289
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
287
290
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
288
291
  query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
@@ -289,6 +289,7 @@ module PulpcoreClient
289
289
  # @option opts [Integer] :limit Number of results to return per page.
290
290
  # @option opts [Integer] :offset The initial index from which to return the results.
291
291
  # @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;size&#x60; - Size * &#x60;-size&#x60; - Size (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
292
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
292
293
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
293
294
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
294
295
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
@@ -310,6 +311,7 @@ module PulpcoreClient
310
311
  # @option opts [Integer] :limit Number of results to return per page.
311
312
  # @option opts [Integer] :offset The initial index from which to return the results.
312
313
  # @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;size&#x60; - Size * &#x60;-size&#x60; - Size (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
314
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
313
315
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
314
316
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
315
317
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
@@ -336,6 +338,7 @@ module PulpcoreClient
336
338
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
337
339
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
338
340
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
341
+ query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
339
342
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
340
343
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
341
344
  query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
@@ -243,6 +243,7 @@ module PulpcoreClient
243
243
  # @option opts [String] :name__startswith Filter results where name starts with value
244
244
  # @option opts [Integer] :offset The initial index from which to return the results.
245
245
  # @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;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)
246
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
246
247
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
247
248
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
248
249
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
@@ -284,6 +285,7 @@ module PulpcoreClient
284
285
  # @option opts [String] :name__startswith Filter results where name starts with value
285
286
  # @option opts [Integer] :offset The initial index from which to return the results.
286
287
  # @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;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)
288
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
287
289
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
288
290
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
289
291
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
@@ -330,6 +332,7 @@ module PulpcoreClient
330
332
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
331
333
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
332
334
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
335
+ query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
333
336
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
334
337
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
335
338
  query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
@@ -166,6 +166,7 @@ module PulpcoreClient
166
166
  # @option opts [Integer] :limit Number of results to return per page.
167
167
  # @option opts [Integer] :offset The initial index from which to return the results.
168
168
  # @option opts [Array<String>] :ordering 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)
169
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
169
170
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
170
171
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
171
172
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
@@ -205,6 +206,7 @@ module PulpcoreClient
205
206
  # @option opts [Integer] :limit Number of results to return per page.
206
207
  # @option opts [Integer] :offset The initial index from which to return the results.
207
208
  # @option opts [Array<String>] :ordering 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)
209
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
208
210
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
209
211
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
210
212
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
@@ -249,6 +251,7 @@ module PulpcoreClient
249
251
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
250
252
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
251
253
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
254
+ query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
252
255
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
253
256
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
254
257
  query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
@@ -158,6 +158,7 @@ module PulpcoreClient
158
158
  # @option opts [Integer] :limit Number of results to return per page.
159
159
  # @option opts [Integer] :offset The initial index from which to return the results.
160
160
  # @option opts [Array<String>] :ordering 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)
161
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
161
162
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
162
163
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
163
164
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
@@ -183,6 +184,7 @@ module PulpcoreClient
183
184
  # @option opts [Integer] :limit Number of results to return per page.
184
185
  # @option opts [Integer] :offset The initial index from which to return the results.
185
186
  # @option opts [Array<String>] :ordering 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)
187
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
186
188
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
187
189
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
188
190
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
@@ -216,6 +218,7 @@ module PulpcoreClient
216
218
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
217
219
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
218
220
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
221
+ query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
219
222
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
220
223
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
221
224
  query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
@@ -42,6 +42,7 @@ module PulpcoreClient
42
42
  # @option opts [Integer] :offset The initial index from which to return the results.
43
43
  # @option opts [Boolean] :online
44
44
  # @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;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)
45
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
45
46
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
46
47
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
47
48
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
@@ -76,6 +77,7 @@ module PulpcoreClient
76
77
  # @option opts [Integer] :offset The initial index from which to return the results.
77
78
  # @option opts [Boolean] :online
78
79
  # @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;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)
80
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
79
81
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
80
82
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
81
83
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
@@ -115,6 +117,7 @@ module PulpcoreClient
115
117
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
116
118
  query_params[:'online'] = opts[:'online'] if !opts[:'online'].nil?
117
119
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].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?
@@ -17,6 +17,9 @@ module PulpcoreClient
17
17
  class AccessPolicyResponse
18
18
  attr_accessor :pulp_href
19
19
 
20
+ # The Pulp Resource Name (PRN).
21
+ attr_accessor :prn
22
+
20
23
  # Timestamp of creation.
21
24
  attr_accessor :pulp_created
22
25
 
@@ -45,6 +48,7 @@ module PulpcoreClient
45
48
  def self.attribute_map
46
49
  {
47
50
  :'pulp_href' => :'pulp_href',
51
+ :'prn' => :'prn',
48
52
  :'pulp_created' => :'pulp_created',
49
53
  :'pulp_last_updated' => :'pulp_last_updated',
50
54
  :'permissions_assignment' => :'permissions_assignment',
@@ -60,6 +64,7 @@ module PulpcoreClient
60
64
  def self.openapi_types
61
65
  {
62
66
  :'pulp_href' => :'String',
67
+ :'prn' => :'String',
63
68
  :'pulp_created' => :'DateTime',
64
69
  :'pulp_last_updated' => :'DateTime',
65
70
  :'permissions_assignment' => :'Array<Object>',
@@ -96,6 +101,10 @@ module PulpcoreClient
96
101
  self.pulp_href = attributes[:'pulp_href']
97
102
  end
98
103
 
104
+ if attributes.key?(:'prn')
105
+ self.prn = attributes[:'prn']
106
+ end
107
+
99
108
  if attributes.key?(:'pulp_created')
100
109
  self.pulp_created = attributes[:'pulp_created']
101
110
  end
@@ -159,6 +168,7 @@ module PulpcoreClient
159
168
  return true if self.equal?(o)
160
169
  self.class == o.class &&
161
170
  pulp_href == o.pulp_href &&
171
+ prn == o.prn &&
162
172
  pulp_created == o.pulp_created &&
163
173
  pulp_last_updated == o.pulp_last_updated &&
164
174
  permissions_assignment == o.permissions_assignment &&
@@ -178,7 +188,7 @@ module PulpcoreClient
178
188
  # Calculates hash code according to all attributes.
179
189
  # @return [Integer] Hash code
180
190
  def hash
181
- [pulp_href, pulp_created, pulp_last_updated, permissions_assignment, creation_hooks, statements, viewset_name, customized, queryset_scoping].hash
191
+ [pulp_href, prn, pulp_created, pulp_last_updated, permissions_assignment, creation_hooks, statements, viewset_name, customized, queryset_scoping].hash
182
192
  end
183
193
 
184
194
  # Builds the object from hash