pulpcore_client 3.23.2 → 3.24.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 (99) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +7 -5
  3. data/docs/AccessPoliciesApi.md +6 -2
  4. data/docs/ArtifactDistributionResponse.md +10 -10
  5. data/docs/ArtifactsApi.md +6 -2
  6. data/docs/ContentApi.md +8 -2
  7. data/docs/ContentguardsApi.md +8 -2
  8. data/docs/ContentguardsContentRedirectApi.md +6 -2
  9. data/docs/ContentguardsRbacApi.md +6 -2
  10. data/docs/DistributionsApi.md +8 -2
  11. data/docs/DistributionsArtifactsApi.md +6 -2
  12. data/docs/Domain.md +1 -1
  13. data/docs/DomainResponse.md +1 -1
  14. data/docs/DomainsApi.md +6 -2
  15. data/docs/ExportersFilesystemApi.md +6 -2
  16. data/docs/ExportersPulpApi.md +6 -2
  17. data/docs/FilesystemExporter.md +1 -1
  18. data/docs/FilesystemExporterResponse.md +1 -1
  19. data/docs/GroupsApi.md +6 -2
  20. data/docs/GroupsRolesApi.md +6 -2
  21. data/docs/ImportersPulpApi.md +6 -2
  22. data/docs/PatchedDomain.md +1 -1
  23. data/docs/PatchedFilesystemExporter.md +1 -1
  24. data/docs/PublicationsApi.md +9 -3
  25. data/docs/RemoteResponse.md +1 -1
  26. data/docs/RemotesApi.md +8 -2
  27. data/docs/RepositoriesApi.md +8 -2
  28. data/docs/RepositoryVersionsApi.md +6 -2
  29. data/docs/RolesApi.md +6 -2
  30. data/docs/SigningServicesApi.md +6 -2
  31. data/docs/TaskSchedulesApi.md +6 -2
  32. data/docs/TasksApi.md +8 -4
  33. data/docs/UploadsApi.md +6 -2
  34. data/docs/UsersApi.md +6 -2
  35. data/docs/UsersRolesApi.md +6 -2
  36. data/docs/WorkersApi.md +6 -2
  37. data/lib/pulpcore_client/api/access_policies_api.rb +8 -2
  38. data/lib/pulpcore_client/api/artifacts_api.rb +8 -2
  39. data/lib/pulpcore_client/api/content_api.rb +15 -2
  40. data/lib/pulpcore_client/api/contentguards_api.rb +15 -2
  41. data/lib/pulpcore_client/api/contentguards_content_redirect_api.rb +8 -2
  42. data/lib/pulpcore_client/api/contentguards_rbac_api.rb +8 -2
  43. data/lib/pulpcore_client/api/distributions_api.rb +15 -2
  44. data/lib/pulpcore_client/api/distributions_artifacts_api.rb +8 -2
  45. data/lib/pulpcore_client/api/domains_api.rb +8 -2
  46. data/lib/pulpcore_client/api/exporters_filesystem_api.rb +8 -2
  47. data/lib/pulpcore_client/api/exporters_pulp_api.rb +8 -2
  48. data/lib/pulpcore_client/api/groups_api.rb +8 -2
  49. data/lib/pulpcore_client/api/groups_roles_api.rb +8 -2
  50. data/lib/pulpcore_client/api/importers_pulp_api.rb +8 -2
  51. data/lib/pulpcore_client/api/publications_api.rb +17 -4
  52. data/lib/pulpcore_client/api/remotes_api.rb +15 -2
  53. data/lib/pulpcore_client/api/repositories_api.rb +15 -2
  54. data/lib/pulpcore_client/api/repository_versions_api.rb +7 -2
  55. data/lib/pulpcore_client/api/roles_api.rb +8 -2
  56. data/lib/pulpcore_client/api/signing_services_api.rb +8 -2
  57. data/lib/pulpcore_client/api/task_schedules_api.rb +8 -2
  58. data/lib/pulpcore_client/api/tasks_api.rb +10 -4
  59. data/lib/pulpcore_client/api/uploads_api.rb +8 -2
  60. data/lib/pulpcore_client/api/users_api.rb +8 -2
  61. data/lib/pulpcore_client/api/users_roles_api.rb +8 -2
  62. data/lib/pulpcore_client/api/workers_api.rb +8 -2
  63. data/lib/pulpcore_client/models/artifact_distribution_response.rb +40 -40
  64. data/lib/pulpcore_client/models/domain.rb +1 -1
  65. data/lib/pulpcore_client/models/domain_response.rb +1 -1
  66. data/lib/pulpcore_client/models/filesystem_exporter.rb +1 -1
  67. data/lib/pulpcore_client/models/filesystem_exporter_response.rb +1 -1
  68. data/lib/pulpcore_client/models/patched_domain.rb +1 -1
  69. data/lib/pulpcore_client/models/patched_filesystem_exporter.rb +1 -1
  70. data/lib/pulpcore_client/models/remote_response.rb +1 -1
  71. data/lib/pulpcore_client/version.rb +1 -1
  72. data/spec/api/access_policies_api_spec.rb +3 -1
  73. data/spec/api/artifacts_api_spec.rb +3 -1
  74. data/spec/api/content_api_spec.rb +4 -1
  75. data/spec/api/contentguards_api_spec.rb +4 -1
  76. data/spec/api/contentguards_content_redirect_api_spec.rb +3 -1
  77. data/spec/api/contentguards_rbac_api_spec.rb +3 -1
  78. data/spec/api/distributions_api_spec.rb +4 -1
  79. data/spec/api/distributions_artifacts_api_spec.rb +3 -1
  80. data/spec/api/domains_api_spec.rb +3 -1
  81. data/spec/api/exporters_filesystem_api_spec.rb +3 -1
  82. data/spec/api/exporters_pulp_api_spec.rb +3 -1
  83. data/spec/api/groups_api_spec.rb +3 -1
  84. data/spec/api/groups_roles_api_spec.rb +3 -1
  85. data/spec/api/importers_pulp_api_spec.rb +3 -1
  86. data/spec/api/publications_api_spec.rb +5 -2
  87. data/spec/api/remotes_api_spec.rb +4 -1
  88. data/spec/api/repositories_api_spec.rb +4 -1
  89. data/spec/api/repository_versions_api_spec.rb +3 -1
  90. data/spec/api/roles_api_spec.rb +3 -1
  91. data/spec/api/signing_services_api_spec.rb +3 -1
  92. data/spec/api/task_schedules_api_spec.rb +3 -1
  93. data/spec/api/tasks_api_spec.rb +4 -2
  94. data/spec/api/uploads_api_spec.rb +3 -1
  95. data/spec/api/users_api_spec.rb +3 -1
  96. data/spec/api/users_roles_api_spec.rb +3 -1
  97. data/spec/api/workers_api_spec.rb +3 -1
  98. data/spec/models/artifact_distribution_response_spec.rb +7 -7
  99. metadata +140 -140
@@ -25,7 +25,9 @@ module PulpcoreClient
25
25
  # @option opts [Integer] :limit Number of results to return per page.
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
- # @option opts [Array<String>] :ordering Ordering
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>] :pulp_href__in Multiple values may be separated by commas.
30
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
29
31
  # @option opts [Array<String>] :fields A list of fields to include in the response.
30
32
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
31
33
  # @return [PaginatedSigningServiceResponseList]
@@ -40,7 +42,9 @@ module PulpcoreClient
40
42
  # @option opts [Integer] :limit Number of results to return per page.
41
43
  # @option opts [String] :name Filter results where name matches value
42
44
  # @option opts [Integer] :offset The initial index from which to return the results.
43
- # @option opts [Array<String>] :ordering Ordering
45
+ # @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)
46
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
47
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
44
48
  # @option opts [Array<String>] :fields A list of fields to include in the response.
45
49
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
46
50
  # @return [Array<(PaginatedSigningServiceResponseList, Integer, Hash)>] PaginatedSigningServiceResponseList data, response status code and response headers
@@ -61,6 +65,8 @@ module PulpcoreClient
61
65
  query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
62
66
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
63
67
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
68
+ query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
69
+ query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
64
70
  query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
65
71
  query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
66
72
 
@@ -94,7 +94,9 @@ module PulpcoreClient
94
94
  # @option opts [String] :name Filter results where name matches value
95
95
  # @option opts [String] :name__contains Filter results where name contains value
96
96
  # @option opts [Integer] :offset The initial index from which to return the results.
97
- # @option opts [Array<String>] :ordering Ordering
97
+ # @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)
98
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
99
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
98
100
  # @option opts [String] :task_name Filter results where task_name matches value
99
101
  # @option opts [String] :task_name__contains Filter results where task_name contains value
100
102
  # @option opts [Array<String>] :fields A list of fields to include in the response.
@@ -112,7 +114,9 @@ module PulpcoreClient
112
114
  # @option opts [String] :name Filter results where name matches value
113
115
  # @option opts [String] :name__contains Filter results where name contains value
114
116
  # @option opts [Integer] :offset The initial index from which to return the results.
115
- # @option opts [Array<String>] :ordering Ordering
117
+ # @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)
118
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
119
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
116
120
  # @option opts [String] :task_name Filter results where task_name matches value
117
121
  # @option opts [String] :task_name__contains Filter results where task_name contains value
118
122
  # @option opts [Array<String>] :fields A list of fields to include in the response.
@@ -136,6 +140,8 @@ module PulpcoreClient
136
140
  query_params[:'name__contains'] = opts[:'name__contains'] if !opts[:'name__contains'].nil?
137
141
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
138
142
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
143
+ query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
144
+ query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
139
145
  query_params[:'task_name'] = opts[:'task_name'] if !opts[:'task_name'].nil?
140
146
  query_params[:'task_name__contains'] = opts[:'task_name__contains'] if !opts[:'task_name__contains'].nil?
141
147
  query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
@@ -167,8 +167,10 @@ module PulpcoreClient
167
167
  # @option opts [String] :name__contains Filter results where name contains value
168
168
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
169
169
  # @option opts [Integer] :offset The initial index from which to return the results.
170
- # @option opts [Array<String>] :ordering Ordering
170
+ # @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;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;args&#x60; - Args * &#x60;-args&#x60; - Args (descending) * &#x60;kwargs&#x60; - Kwargs * &#x60;-kwargs&#x60; - Kwargs (descending) * &#x60;reserved_resources_record&#x60; - Reserved resources record * &#x60;-reserved_resources_record&#x60; - Reserved resources record (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
171
171
  # @option opts [String] :parent_task Filter results where parent_task matches value
172
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
173
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
172
174
  # @option opts [String] :reserved_resources
173
175
  # @option opts [Array<String>] :reserved_resources__in Multiple values may be separated by commas.
174
176
  # @option opts [Array<String>] :reserved_resources_record
@@ -180,7 +182,7 @@ module PulpcoreClient
180
182
  # @option opts [DateTime] :started_at__lt Filter results where started_at is less than value
181
183
  # @option opts [DateTime] :started_at__lte Filter results where started_at is less than or equal to value
182
184
  # @option opts [Array<DateTime>] :started_at__range Filter results where started_at is between two comma separated values
183
- # @option opts [String] :state Filter results where state matches value
185
+ # @option opts [String] :state Filter results where state matches value * &#x60;waiting&#x60; - Waiting * &#x60;skipped&#x60; - Skipped * &#x60;running&#x60; - Running * &#x60;completed&#x60; - Completed * &#x60;failed&#x60; - Failed * &#x60;canceled&#x60; - Canceled * &#x60;canceling&#x60; - Canceling
184
186
  # @option opts [Array<String>] :state__in Filter results where state is in a comma-separated list of values
185
187
  # @option opts [String] :task_group Filter results where task_group matches value
186
188
  # @option opts [String] :worker Filter results where worker matches value
@@ -213,8 +215,10 @@ module PulpcoreClient
213
215
  # @option opts [String] :name__contains Filter results where name contains value
214
216
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
215
217
  # @option opts [Integer] :offset The initial index from which to return the results.
216
- # @option opts [Array<String>] :ordering Ordering
218
+ # @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;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;args&#x60; - Args * &#x60;-args&#x60; - Args (descending) * &#x60;kwargs&#x60; - Kwargs * &#x60;-kwargs&#x60; - Kwargs (descending) * &#x60;reserved_resources_record&#x60; - Reserved resources record * &#x60;-reserved_resources_record&#x60; - Reserved resources record (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
217
219
  # @option opts [String] :parent_task Filter results where parent_task matches value
220
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
221
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
218
222
  # @option opts [String] :reserved_resources
219
223
  # @option opts [Array<String>] :reserved_resources__in Multiple values may be separated by commas.
220
224
  # @option opts [Array<String>] :reserved_resources_record
@@ -226,7 +230,7 @@ module PulpcoreClient
226
230
  # @option opts [DateTime] :started_at__lt Filter results where started_at is less than value
227
231
  # @option opts [DateTime] :started_at__lte Filter results where started_at is less than or equal to value
228
232
  # @option opts [Array<DateTime>] :started_at__range Filter results where started_at is between two comma separated values
229
- # @option opts [String] :state Filter results where state matches value
233
+ # @option opts [String] :state Filter results where state matches value * &#x60;waiting&#x60; - Waiting * &#x60;skipped&#x60; - Skipped * &#x60;running&#x60; - Running * &#x60;completed&#x60; - Completed * &#x60;failed&#x60; - Failed * &#x60;canceled&#x60; - Canceled * &#x60;canceling&#x60; - Canceling
230
234
  # @option opts [Array<String>] :state__in Filter results where state is in a comma-separated list of values
231
235
  # @option opts [String] :task_group Filter results where task_group matches value
232
236
  # @option opts [String] :worker Filter results where worker matches value
@@ -270,6 +274,8 @@ module PulpcoreClient
270
274
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
271
275
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
272
276
  query_params[:'parent_task'] = opts[:'parent_task'] if !opts[:'parent_task'].nil?
277
+ query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
278
+ query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
273
279
  query_params[:'reserved_resources'] = opts[:'reserved_resources'] if !opts[:'reserved_resources'].nil?
274
280
  query_params[:'reserved_resources__in'] = @api_client.build_collection_param(opts[:'reserved_resources__in'], :csv) if !opts[:'reserved_resources__in'].nil?
275
281
  query_params[:'reserved_resources_record'] = @api_client.build_collection_param(opts[:'reserved_resources_record'], :multi) if !opts[:'reserved_resources_record'].nil?
@@ -286,7 +286,9 @@ module PulpcoreClient
286
286
  # @param [Hash] opts the optional parameters
287
287
  # @option opts [Integer] :limit Number of results to return per page.
288
288
  # @option opts [Integer] :offset The initial index from which to return the results.
289
- # @option opts [Array<String>] :ordering Ordering
289
+ # @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)
290
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
291
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
290
292
  # @option opts [Integer] :size Filter results where size matches value
291
293
  # @option opts [Integer] :size__gt Filter results where size is greater than value
292
294
  # @option opts [Integer] :size__lt Filter results where size is less than value
@@ -304,7 +306,9 @@ module PulpcoreClient
304
306
  # @param [Hash] opts the optional parameters
305
307
  # @option opts [Integer] :limit Number of results to return per page.
306
308
  # @option opts [Integer] :offset The initial index from which to return the results.
307
- # @option opts [Array<String>] :ordering Ordering
309
+ # @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)
310
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
311
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
308
312
  # @option opts [Integer] :size Filter results where size matches value
309
313
  # @option opts [Integer] :size__gt Filter results where size is greater than value
310
314
  # @option opts [Integer] :size__lt Filter results where size is less than value
@@ -328,6 +332,8 @@ module PulpcoreClient
328
332
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
329
333
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
330
334
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
335
+ query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
336
+ query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
331
337
  query_params[:'size'] = opts[:'size'] if !opts[:'size'].nil?
332
338
  query_params[:'size__gt'] = opts[:'size__gt'] if !opts[:'size__gt'].nil?
333
339
  query_params[:'size__lt'] = opts[:'size__lt'] if !opts[:'size__lt'].nil?
@@ -165,7 +165,9 @@ module PulpcoreClient
165
165
  # @option opts [Array<String>] :last_name__in Filter results where last_name is in a comma-separated list of values
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
- # @option opts [Array<String>] :ordering Ordering
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>] :pulp_href__in Multiple values may be separated by commas.
170
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
169
171
  # @option opts [String] :username Filter results where username matches value
170
172
  # @option opts [String] :username__contains Filter results where username contains value
171
173
  # @option opts [String] :username__icontains Filter results where username contains value
@@ -201,7 +203,9 @@ module PulpcoreClient
201
203
  # @option opts [Array<String>] :last_name__in Filter results where last_name is in a comma-separated list of values
202
204
  # @option opts [Integer] :limit Number of results to return per page.
203
205
  # @option opts [Integer] :offset The initial index from which to return the results.
204
- # @option opts [Array<String>] :ordering Ordering
206
+ # @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)
207
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
208
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
205
209
  # @option opts [String] :username Filter results where username matches value
206
210
  # @option opts [String] :username__contains Filter results where username contains value
207
211
  # @option opts [String] :username__icontains Filter results where username contains value
@@ -243,6 +247,8 @@ module PulpcoreClient
243
247
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
244
248
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
245
249
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
250
+ query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
251
+ query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
246
252
  query_params[:'username'] = opts[:'username'] if !opts[:'username'].nil?
247
253
  query_params[:'username__contains'] = opts[:'username__contains'] if !opts[:'username__contains'].nil?
248
254
  query_params[:'username__icontains'] = opts[:'username__icontains'] if !opts[:'username__icontains'].nil?
@@ -157,7 +157,9 @@ module PulpcoreClient
157
157
  # @option opts [String] :domain Foreign Key referenced by HREF
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
- # @option opts [Array<String>] :ordering Ordering
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>] :pulp_href__in Multiple values may be separated by commas.
162
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
161
163
  # @option opts [String] :role
162
164
  # @option opts [String] :role__contains
163
165
  # @option opts [String] :role__icontains
@@ -179,7 +181,9 @@ module PulpcoreClient
179
181
  # @option opts [String] :domain Foreign Key referenced by HREF
180
182
  # @option opts [Integer] :limit Number of results to return per page.
181
183
  # @option opts [Integer] :offset The initial index from which to return the results.
182
- # @option opts [Array<String>] :ordering Ordering
184
+ # @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)
185
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
186
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
183
187
  # @option opts [String] :role
184
188
  # @option opts [String] :role__contains
185
189
  # @option opts [String] :role__icontains
@@ -210,6 +214,8 @@ module PulpcoreClient
210
214
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
211
215
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
212
216
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
217
+ query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
218
+ query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
213
219
  query_params[:'role'] = opts[:'role'] if !opts[:'role'].nil?
214
220
  query_params[:'role__contains'] = opts[:'role__contains'] if !opts[:'role__contains'].nil?
215
221
  query_params[:'role__icontains'] = opts[:'role__icontains'] if !opts[:'role__icontains'].nil?
@@ -37,7 +37,9 @@ module PulpcoreClient
37
37
  # @option opts [String] :name__startswith Filter results where name starts with value
38
38
  # @option opts [Integer] :offset The initial index from which to return the results.
39
39
  # @option opts [Boolean] :online
40
- # @option opts [Array<String>] :ordering Ordering
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;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)
41
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
42
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
41
43
  # @option opts [Array<String>] :fields A list of fields to include in the response.
42
44
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
43
45
  # @return [PaginatedWorkerResponseList]
@@ -64,7 +66,9 @@ module PulpcoreClient
64
66
  # @option opts [String] :name__startswith Filter results where name starts with value
65
67
  # @option opts [Integer] :offset The initial index from which to return the results.
66
68
  # @option opts [Boolean] :online
67
- # @option opts [Array<String>] :ordering Ordering
69
+ # @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)
70
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
71
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
68
72
  # @option opts [Array<String>] :fields A list of fields to include in the response.
69
73
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
70
74
  # @return [Array<(PaginatedWorkerResponseList, Integer, Hash)>] PaginatedWorkerResponseList data, response status code and response headers
@@ -97,6 +101,8 @@ module PulpcoreClient
97
101
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
98
102
  query_params[:'online'] = opts[:'online'] if !opts[:'online'].nil?
99
103
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
104
+ query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
105
+ query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
100
106
  query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
101
107
  query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
102
108
 
@@ -15,48 +15,48 @@ require 'date'
15
15
  module PulpcoreClient
16
16
  # A serializer for ArtifactDistribution.
17
17
  class ArtifactDistributionResponse
18
+ # Timestamp of creation.
19
+ attr_accessor :pulp_created
20
+
21
+ # The URL for accessing the publication as defined by this distribution.
22
+ attr_accessor :base_url
23
+
18
24
  # An optional content-guard.
19
25
  attr_accessor :content_guard
20
26
 
27
+ attr_accessor :pulp_href
28
+
29
+ attr_accessor :pulp_labels
30
+
21
31
  # A unique name. Ex, `rawhide` and `stable`.
22
32
  attr_accessor :name
23
33
 
24
34
  # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
25
35
  attr_accessor :base_path
26
36
 
27
- # Timestamp of creation.
28
- attr_accessor :pulp_created
29
-
30
- attr_accessor :pulp_href
31
-
32
- # The URL for accessing the publication as defined by this distribution.
33
- attr_accessor :base_url
34
-
35
- attr_accessor :pulp_labels
36
-
37
37
  # Attribute mapping from ruby-style variable name to JSON key.
38
38
  def self.attribute_map
39
39
  {
40
- :'content_guard' => :'content_guard',
41
- :'name' => :'name',
42
- :'base_path' => :'base_path',
43
40
  :'pulp_created' => :'pulp_created',
44
- :'pulp_href' => :'pulp_href',
45
41
  :'base_url' => :'base_url',
46
- :'pulp_labels' => :'pulp_labels'
42
+ :'content_guard' => :'content_guard',
43
+ :'pulp_href' => :'pulp_href',
44
+ :'pulp_labels' => :'pulp_labels',
45
+ :'name' => :'name',
46
+ :'base_path' => :'base_path'
47
47
  }
48
48
  end
49
49
 
50
50
  # Attribute type mapping.
51
51
  def self.openapi_types
52
52
  {
53
- :'content_guard' => :'String',
54
- :'name' => :'String',
55
- :'base_path' => :'String',
56
53
  :'pulp_created' => :'DateTime',
57
- :'pulp_href' => :'String',
58
54
  :'base_url' => :'String',
59
- :'pulp_labels' => :'Hash<String, String>'
55
+ :'content_guard' => :'String',
56
+ :'pulp_href' => :'String',
57
+ :'pulp_labels' => :'Hash<String, String>',
58
+ :'name' => :'String',
59
+ :'base_path' => :'String'
60
60
  }
61
61
  end
62
62
 
@@ -82,35 +82,35 @@ module PulpcoreClient
82
82
  h[k.to_sym] = v
83
83
  }
84
84
 
85
- if attributes.key?(:'content_guard')
86
- self.content_guard = attributes[:'content_guard']
87
- end
88
-
89
- if attributes.key?(:'name')
90
- self.name = attributes[:'name']
85
+ if attributes.key?(:'pulp_created')
86
+ self.pulp_created = attributes[:'pulp_created']
91
87
  end
92
88
 
93
- if attributes.key?(:'base_path')
94
- self.base_path = attributes[:'base_path']
89
+ if attributes.key?(:'base_url')
90
+ self.base_url = attributes[:'base_url']
95
91
  end
96
92
 
97
- if attributes.key?(:'pulp_created')
98
- self.pulp_created = attributes[:'pulp_created']
93
+ if attributes.key?(:'content_guard')
94
+ self.content_guard = attributes[:'content_guard']
99
95
  end
100
96
 
101
97
  if attributes.key?(:'pulp_href')
102
98
  self.pulp_href = attributes[:'pulp_href']
103
99
  end
104
100
 
105
- if attributes.key?(:'base_url')
106
- self.base_url = attributes[:'base_url']
107
- end
108
-
109
101
  if attributes.key?(:'pulp_labels')
110
102
  if (value = attributes[:'pulp_labels']).is_a?(Hash)
111
103
  self.pulp_labels = value
112
104
  end
113
105
  end
106
+
107
+ if attributes.key?(:'name')
108
+ self.name = attributes[:'name']
109
+ end
110
+
111
+ if attributes.key?(:'base_path')
112
+ self.base_path = attributes[:'base_path']
113
+ end
114
114
  end
115
115
 
116
116
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -141,13 +141,13 @@ module PulpcoreClient
141
141
  def ==(o)
142
142
  return true if self.equal?(o)
143
143
  self.class == o.class &&
144
- content_guard == o.content_guard &&
145
- name == o.name &&
146
- base_path == o.base_path &&
147
144
  pulp_created == o.pulp_created &&
148
- pulp_href == o.pulp_href &&
149
145
  base_url == o.base_url &&
150
- pulp_labels == o.pulp_labels
146
+ content_guard == o.content_guard &&
147
+ pulp_href == o.pulp_href &&
148
+ pulp_labels == o.pulp_labels &&
149
+ name == o.name &&
150
+ base_path == o.base_path
151
151
  end
152
152
 
153
153
  # @see the `==` method
@@ -159,7 +159,7 @@ module PulpcoreClient
159
159
  # Calculates hash code according to all attributes.
160
160
  # @return [Integer] Hash code
161
161
  def hash
162
- [content_guard, name, base_path, pulp_created, pulp_href, base_url, pulp_labels].hash
162
+ [pulp_created, base_url, content_guard, pulp_href, pulp_labels, name, base_path].hash
163
163
  end
164
164
 
165
165
  # Builds the object from hash
@@ -21,7 +21,7 @@ module PulpcoreClient
21
21
  # An optional description.
22
22
  attr_accessor :description
23
23
 
24
- # Backend storage class for domain.
24
+ # Backend storage class for domain. * `pulpcore.app.models.storage.FileSystem` - Use local filesystem as storage * `storages.backends.s3boto3.S3Boto3Storage` - Use Amazon S3 as storage * `storages.backends.azure_storage.AzureStorage` - Use Azure Blob as storage
25
25
  attr_accessor :storage_class
26
26
 
27
27
  # Settings for storage class.
@@ -26,7 +26,7 @@ module PulpcoreClient
26
26
  # An optional description.
27
27
  attr_accessor :description
28
28
 
29
- # Backend storage class for domain.
29
+ # Backend storage class for domain. * `pulpcore.app.models.storage.FileSystem` - Use local filesystem as storage * `storages.backends.s3boto3.S3Boto3Storage` - Use Amazon S3 as storage * `storages.backends.azure_storage.AzureStorage` - Use Azure Blob as storage
30
30
  attr_accessor :storage_class
31
31
 
32
32
  # Settings for storage class.
@@ -21,7 +21,7 @@ module PulpcoreClient
21
21
  # File system location to export to.
22
22
  attr_accessor :path
23
23
 
24
- # Method of exporting
24
+ # Method of exporting * `write` - Export by writing * `hardlink` - Export by hardlinking * `symlink` - Export by symlinking
25
25
  attr_accessor :method
26
26
 
27
27
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -26,7 +26,7 @@ module PulpcoreClient
26
26
  # File system location to export to.
27
27
  attr_accessor :path
28
28
 
29
- # Method of exporting
29
+ # Method of exporting * `write` - Export by writing * `hardlink` - Export by hardlinking * `symlink` - Export by symlinking
30
30
  attr_accessor :method
31
31
 
32
32
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -21,7 +21,7 @@ module PulpcoreClient
21
21
  # An optional description.
22
22
  attr_accessor :description
23
23
 
24
- # Backend storage class for domain.
24
+ # Backend storage class for domain. * `pulpcore.app.models.storage.FileSystem` - Use local filesystem as storage * `storages.backends.s3boto3.S3Boto3Storage` - Use Amazon S3 as storage * `storages.backends.azure_storage.AzureStorage` - Use Azure Blob as storage
25
25
  attr_accessor :storage_class
26
26
 
27
27
  # Settings for storage class.
@@ -21,7 +21,7 @@ module PulpcoreClient
21
21
  # File system location to export to.
22
22
  attr_accessor :path
23
23
 
24
- # Method of exporting
24
+ # Method of exporting * `write` - Export by writing * `hardlink` - Export by hardlinking * `symlink` - Export by symlinking
25
25
  attr_accessor :method
26
26
 
27
27
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -49,7 +49,7 @@ module PulpcoreClient
49
49
  # Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used.
50
50
  attr_accessor :max_retries
51
51
 
52
- # The policy to use when downloading content.
52
+ # The policy to use when downloading content. * `immediate` - immediate * `When syncing, download all metadata and content now.` - When syncing, download all metadata and content now.
53
53
  attr_accessor :policy
54
54
 
55
55
  # aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpcoreClient
14
- VERSION = '3.23.2'
14
+ VERSION = '3.24.0'
15
15
  end
@@ -39,7 +39,9 @@ describe 'AccessPoliciesApi' do
39
39
  # @option opts [Boolean] :customized Filter results where customized matches value
40
40
  # @option opts [Integer] :limit Number of results to return per page.
41
41
  # @option opts [Integer] :offset The initial index from which to return the results.
42
- # @option opts [Array<String>] :ordering Ordering
42
+ # @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)
43
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
44
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
43
45
  # @option opts [String] :viewset_name Filter results where viewset_name matches value
44
46
  # @option opts [String] :viewset_name__contains Filter results where viewset_name contains value
45
47
  # @option opts [String] :viewset_name__icontains Filter results where viewset_name contains value
@@ -70,7 +70,9 @@ describe 'ArtifactsApi' do
70
70
  # @option opts [Integer] :limit Number of results to return per page.
71
71
  # @option opts [String] :md5 Filter results where md5 matches value
72
72
  # @option opts [Integer] :offset The initial index from which to return the results.
73
- # @option opts [Array<String>] :ordering Ordering
73
+ # @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)
74
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
75
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
74
76
  # @option opts [String] :repository_version Repository Version referenced by HREF
75
77
  # @option opts [String] :sha1 Filter results where sha1 matches value
76
78
  # @option opts [String] :sha224 Filter results where sha224 matches value
@@ -38,7 +38,10 @@ describe 'ContentApi' do
38
38
  # @param [Hash] opts the optional parameters
39
39
  # @option opts [Integer] :limit Number of results to return per page.
40
40
  # @option opts [Integer] :offset The initial index from which to return the results.
41
- # @option opts [Array<String>] :ordering Ordering
41
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
42
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
43
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
44
+ # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;core.publishedmetadata&#x60; - core.publishedmetadata * &#x60;file.file&#x60; - file.file
42
45
  # @option opts [String] :repository_version Repository Version referenced by HREF
43
46
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
44
47
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -43,7 +43,10 @@ describe 'ContentguardsApi' do
43
43
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
44
44
  # @option opts [String] :name__startswith Filter results where name starts with value
45
45
  # @option opts [Integer] :offset The initial index from which to return the results.
46
- # @option opts [Array<String>] :ordering Ordering
46
+ # @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)
47
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
48
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
49
+ # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;core.rbac&#x60; - core.rbac * &#x60;core.content_redirect&#x60; - core.content_redirect * &#x60;certguard.rhsm&#x60; - certguard.rhsm * &#x60;certguard.x509&#x60; - certguard.x509
47
50
  # @option opts [Array<String>] :fields A list of fields to include in the response.
48
51
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
49
52
  # @return [PaginatedContentGuardResponseList]
@@ -79,7 +79,9 @@ describe 'ContentguardsContentRedirectApi' do
79
79
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
80
80
  # @option opts [String] :name__startswith Filter results where name starts with value
81
81
  # @option opts [Integer] :offset The initial index from which to return the results.
82
- # @option opts [Array<String>] :ordering Ordering
82
+ # @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)
83
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
84
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
83
85
  # @option opts [Array<String>] :fields A list of fields to include in the response.
84
86
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
85
87
  # @return [PaginatedContentRedirectContentGuardResponseList]
@@ -79,7 +79,9 @@ describe 'ContentguardsRbacApi' do
79
79
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
80
80
  # @option opts [String] :name__startswith Filter results where name starts with value
81
81
  # @option opts [Integer] :offset The initial index from which to return the results.
82
- # @option opts [Array<String>] :ordering Ordering
82
+ # @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)
83
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
84
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
83
85
  # @option opts [Array<String>] :fields A list of fields to include in the response.
84
86
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
85
87
  # @return [PaginatedRBACContentGuardResponseList]
@@ -47,8 +47,11 @@ describe 'DistributionsApi' do
47
47
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
48
48
  # @option opts [String] :name__startswith Filter results where name starts with value
49
49
  # @option opts [Integer] :offset The initial index from which to return the results.
50
- # @option opts [Array<String>] :ordering Ordering
50
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;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;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
51
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
52
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
51
53
  # @option opts [String] :pulp_label_select Filter labels by search string
54
+ # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;core.artifact&#x60; - core.artifact * &#x60;file.file&#x60; - file.file
52
55
  # @option opts [String] :repository Filter results where repository matches value
53
56
  # @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
54
57
  # @option opts [String] :with_content Filter distributions based on the content served by them
@@ -47,7 +47,9 @@ describe 'DistributionsArtifactsApi' do
47
47
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
48
48
  # @option opts [String] :name__startswith Filter results where name starts with value
49
49
  # @option opts [Integer] :offset The initial index from which to return the results.
50
- # @option opts [Array<String>] :ordering Ordering
50
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;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;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
51
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
52
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
51
53
  # @option opts [String] :pulp_label_select Filter labels by search string
52
54
  # @option opts [String] :repository Filter results where repository matches value
53
55
  # @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values