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
@@ -33,8 +33,11 @@ module PulpcoreClient
33
33
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
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
- # @option opts [Array<String>] :ordering Ordering
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;base_path&#x60; - Base path * &#x60;-base_path&#x60; - Base path (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
37
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
38
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
37
39
  # @option opts [String] :pulp_label_select Filter labels by search string
40
+ # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;core.artifact&#x60; - core.artifact * &#x60;file.file&#x60; - file.file
38
41
  # @option opts [String] :repository Filter results where repository matches value
39
42
  # @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
40
43
  # @option opts [String] :with_content Filter distributions based on the content served by them
@@ -60,8 +63,11 @@ module PulpcoreClient
60
63
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
61
64
  # @option opts [String] :name__startswith Filter results where name starts with value
62
65
  # @option opts [Integer] :offset The initial index from which to return the results.
63
- # @option opts [Array<String>] :ordering Ordering
66
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;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)
67
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
68
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
64
69
  # @option opts [String] :pulp_label_select Filter labels by search string
70
+ # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;core.artifact&#x60; - core.artifact * &#x60;file.file&#x60; - file.file
65
71
  # @option opts [String] :repository Filter results where repository matches value
66
72
  # @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
67
73
  # @option opts [String] :with_content Filter distributions based on the content served by them
@@ -76,6 +82,10 @@ module PulpcoreClient
76
82
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
77
83
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
78
84
  end
85
+ allowable_values = ["core.artifact", "file.file"]
86
+ if @api_client.config.client_side_validation && opts[:'pulp_type__in'] && !opts[:'pulp_type__in'].all? { |item| allowable_values.include?(item) }
87
+ fail ArgumentError, "invalid value for \"pulp_type__in\", must include one of #{allowable_values}"
88
+ end
79
89
  # resource path
80
90
  local_var_path = '/pulp/api/v3/distributions/'
81
91
 
@@ -93,7 +103,10 @@ module PulpcoreClient
93
103
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
94
104
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
95
105
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
106
+ query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
107
+ query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
96
108
  query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
109
+ query_params[:'pulp_type__in'] = @api_client.build_collection_param(opts[:'pulp_type__in'], :csv) if !opts[:'pulp_type__in'].nil?
97
110
  query_params[:'repository'] = opts[:'repository'] if !opts[:'repository'].nil?
98
111
  query_params[:'repository__in'] = @api_client.build_collection_param(opts[:'repository__in'], :csv) if !opts[:'repository__in'].nil?
99
112
  query_params[:'with_content'] = opts[:'with_content'] if !opts[:'with_content'].nil?
@@ -33,7 +33,9 @@ module PulpcoreClient
33
33
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
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
- # @option opts [Array<String>] :ordering Ordering
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;base_path&#x60; - Base path * &#x60;-base_path&#x60; - Base path (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
37
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
38
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
37
39
  # @option opts [String] :pulp_label_select Filter labels by search string
38
40
  # @option opts [String] :repository Filter results where repository matches value
39
41
  # @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
@@ -60,7 +62,9 @@ module PulpcoreClient
60
62
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
61
63
  # @option opts [String] :name__startswith Filter results where name starts with value
62
64
  # @option opts [Integer] :offset The initial index from which to return the results.
63
- # @option opts [Array<String>] :ordering Ordering
65
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;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)
66
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
67
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
64
68
  # @option opts [String] :pulp_label_select Filter labels by search string
65
69
  # @option opts [String] :repository Filter results where repository matches value
66
70
  # @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
@@ -93,6 +97,8 @@ module PulpcoreClient
93
97
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
94
98
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
95
99
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
100
+ query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
101
+ query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
96
102
  query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
97
103
  query_params[:'repository'] = opts[:'repository'] if !opts[:'repository'].nil?
98
104
  query_params[:'repository__in'] = @api_client.build_collection_param(opts[:'repository__in'], :csv) if !opts[:'repository__in'].nil?
@@ -155,7 +155,9 @@ module PulpcoreClient
155
155
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
156
156
  # @option opts [String] :name__startswith Filter results where name starts with value
157
157
  # @option opts [Integer] :offset The initial index from which to return the results.
158
- # @option opts [Array<String>] :ordering Ordering
158
+ # @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;storage_class&#x60; - Storage class * &#x60;-storage_class&#x60; - Storage class (descending) * &#x60;storage_settings&#x60; - Storage settings * &#x60;-storage_settings&#x60; - Storage settings (descending) * &#x60;redirect_to_object_storage&#x60; - Redirect to object storage * &#x60;-redirect_to_object_storage&#x60; - Redirect to object storage (descending) * &#x60;hide_guarded_distributions&#x60; - Hide guarded distributions * &#x60;-hide_guarded_distributions&#x60; - Hide guarded distributions (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
159
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
160
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
159
161
  # @option opts [Array<String>] :fields A list of fields to include in the response.
160
162
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
161
163
  # @return [PaginatedDomainResponseList]
@@ -174,7 +176,9 @@ module PulpcoreClient
174
176
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
175
177
  # @option opts [String] :name__startswith Filter results where name starts with value
176
178
  # @option opts [Integer] :offset The initial index from which to return the results.
177
- # @option opts [Array<String>] :ordering Ordering
179
+ # @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;storage_class&#x60; - Storage class * &#x60;-storage_class&#x60; - Storage class (descending) * &#x60;storage_settings&#x60; - Storage settings * &#x60;-storage_settings&#x60; - Storage settings (descending) * &#x60;redirect_to_object_storage&#x60; - Redirect to object storage * &#x60;-redirect_to_object_storage&#x60; - Redirect to object storage (descending) * &#x60;hide_guarded_distributions&#x60; - Hide guarded distributions * &#x60;-hide_guarded_distributions&#x60; - Hide guarded distributions (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
180
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
181
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
178
182
  # @option opts [Array<String>] :fields A list of fields to include in the response.
179
183
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
180
184
  # @return [Array<(PaginatedDomainResponseList, Integer, Hash)>] PaginatedDomainResponseList data, response status code and response headers
@@ -199,6 +203,8 @@ module PulpcoreClient
199
203
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
200
204
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
201
205
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
206
+ query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
207
+ query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
202
208
  query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
203
209
  query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
204
210
 
@@ -155,7 +155,9 @@ module PulpcoreClient
155
155
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
156
156
  # @option opts [String] :name__startswith Filter results where name starts with value
157
157
  # @option opts [Integer] :offset The initial index from which to return the results.
158
- # @option opts [Array<String>] :ordering Ordering
158
+ # @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;path&#x60; - Path * &#x60;-path&#x60; - Path (descending) * &#x60;method&#x60; - Method * &#x60;-method&#x60; - Method (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
159
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
160
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
159
161
  # @option opts [Array<String>] :fields A list of fields to include in the response.
160
162
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
161
163
  # @return [PaginatedFilesystemExporterResponseList]
@@ -174,7 +176,9 @@ module PulpcoreClient
174
176
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
175
177
  # @option opts [String] :name__startswith Filter results where name starts with value
176
178
  # @option opts [Integer] :offset The initial index from which to return the results.
177
- # @option opts [Array<String>] :ordering Ordering
179
+ # @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;path&#x60; - Path * &#x60;-path&#x60; - Path (descending) * &#x60;method&#x60; - Method * &#x60;-method&#x60; - Method (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
180
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
181
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
178
182
  # @option opts [Array<String>] :fields A list of fields to include in the response.
179
183
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
180
184
  # @return [Array<(PaginatedFilesystemExporterResponseList, Integer, Hash)>] PaginatedFilesystemExporterResponseList data, response status code and response headers
@@ -199,6 +203,8 @@ module PulpcoreClient
199
203
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
200
204
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
201
205
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
206
+ query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
207
+ query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
202
208
  query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
203
209
  query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
204
210
 
@@ -155,7 +155,9 @@ module PulpcoreClient
155
155
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
156
156
  # @option opts [String] :name__startswith Filter results where name starts with value
157
157
  # @option opts [Integer] :offset The initial index from which to return the results.
158
- # @option opts [Array<String>] :ordering Ordering
158
+ # @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;path&#x60; - Path * &#x60;-path&#x60; - Path (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
159
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
160
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
159
161
  # @option opts [Array<String>] :fields A list of fields to include in the response.
160
162
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
161
163
  # @return [PaginatedPulpExporterResponseList]
@@ -174,7 +176,9 @@ module PulpcoreClient
174
176
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
175
177
  # @option opts [String] :name__startswith Filter results where name starts with value
176
178
  # @option opts [Integer] :offset The initial index from which to return the results.
177
- # @option opts [Array<String>] :ordering Ordering
179
+ # @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;path&#x60; - Path * &#x60;-path&#x60; - Path (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
180
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
181
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
178
182
  # @option opts [Array<String>] :fields A list of fields to include in the response.
179
183
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
180
184
  # @return [Array<(PaginatedPulpExporterResponseList, Integer, Hash)>] PaginatedPulpExporterResponseList data, response status code and response headers
@@ -199,6 +203,8 @@ module PulpcoreClient
199
203
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
200
204
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
201
205
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
206
+ query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
207
+ query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
202
208
  query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
203
209
  query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
204
210
 
@@ -223,7 +223,9 @@ module PulpcoreClient
223
223
  # @option opts [String] :name__iexact Filter results where name matches value
224
224
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
225
225
  # @option opts [Integer] :offset The initial index from which to return the results.
226
- # @option opts [Array<String>] :ordering Ordering
226
+ # @option opts [Array<String>] :ordering Ordering * &#x60;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)
227
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
228
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
227
229
  # @option opts [Array<String>] :fields A list of fields to include in the response.
228
230
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
229
231
  # @return [PaginatedGroupResponseList]
@@ -244,7 +246,9 @@ module PulpcoreClient
244
246
  # @option opts [String] :name__iexact Filter results where name matches value
245
247
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
246
248
  # @option opts [Integer] :offset The initial index from which to return the results.
247
- # @option opts [Array<String>] :ordering Ordering
249
+ # @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)
250
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
251
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
248
252
  # @option opts [Array<String>] :fields A list of fields to include in the response.
249
253
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
250
254
  # @return [Array<(PaginatedGroupResponseList, Integer, Hash)>] PaginatedGroupResponseList data, response status code and response headers
@@ -271,6 +275,8 @@ module PulpcoreClient
271
275
  query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
272
276
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
273
277
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
278
+ query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
279
+ query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
274
280
  query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
275
281
  query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
276
282
 
@@ -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?
@@ -153,7 +153,9 @@ module PulpcoreClient
153
153
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
154
154
  # @option opts [String] :name__startswith Filter results where name starts with value
155
155
  # @option opts [Integer] :offset The initial index from which to return the results.
156
- # @option opts [Array<String>] :ordering Ordering
156
+ # @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)
157
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
158
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
157
159
  # @option opts [Array<String>] :fields A list of fields to include in the response.
158
160
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
159
161
  # @return [PaginatedPulpImporterResponseList]
@@ -172,7 +174,9 @@ module PulpcoreClient
172
174
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
173
175
  # @option opts [String] :name__startswith Filter results where name starts with value
174
176
  # @option opts [Integer] :offset The initial index from which to return the results.
175
- # @option opts [Array<String>] :ordering Ordering
177
+ # @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)
178
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
179
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
176
180
  # @option opts [Array<String>] :fields A list of fields to include in the response.
177
181
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
178
182
  # @return [Array<(PaginatedPulpImporterResponseList, Integer, Hash)>] PaginatedPulpImporterResponseList data, response status code and response headers
@@ -197,6 +201,8 @@ module PulpcoreClient
197
201
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
198
202
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
199
203
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
204
+ query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
205
+ query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
200
206
  query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
201
207
  query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
202
208
 
@@ -20,19 +20,22 @@ module PulpcoreClient
20
20
  @api_client = api_client
21
21
  end
22
22
  # List publications
23
- # A customized named ModelViewSet that knows how to register itself with the Pulp API router. This viewset is discoverable by its name. \"Normal\" Django Models and Master/Detail models are supported by the ``register_with`` method. Attributes: lookup_field (str): The name of the field by which an object should be looked up, in addition to any parent lookups if this ViewSet is nested. Defaults to 'pk' endpoint_name (str): The name of the final path segment that should identify the ViewSet's collection endpoint. nest_prefix (str): Optional prefix under which this ViewSet should be nested. This must correspond to the \"parent_prefix\" of a router with rest_framework_nested.NestedMixin. None indicates this ViewSet should not be nested. parent_lookup_kwargs (dict): Optional mapping of key names that would appear in self.kwargs to django model filter expressions that can be used with the corresponding value from self.kwargs, used only by a nested ViewSet to filter based on the parent object's identity. schema (DefaultSchema): The schema class to use by default in a viewset.
23
+ # A base class for any publication viewset.
24
24
  # @param [Hash] opts the optional parameters
25
25
  # @option opts [String] :content Content Unit referenced by HREF
26
26
  # @option opts [String] :content__in Content Unit referenced by HREF
27
27
  # @option opts [Integer] :limit Number of results to return per page.
28
28
  # @option opts [Integer] :offset The initial index from which to return the results.
29
- # @option opts [Array<String>] :ordering Ordering
29
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;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
30
  # @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
31
31
  # @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
32
32
  # @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
33
33
  # @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
34
34
  # @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
35
35
  # @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
36
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
37
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
38
+ # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;file.file&#x60; - file.file
36
39
  # @option opts [String] :repository Repository referenced by HREF
37
40
  # @option opts [String] :repository_version Repository Version referenced by HREF
38
41
  # @option opts [Array<String>] :fields A list of fields to include in the response.
@@ -44,19 +47,22 @@ module PulpcoreClient
44
47
  end
45
48
 
46
49
  # List publications
47
- # A customized named ModelViewSet that knows how to register itself with the Pulp API router. This viewset is discoverable by its name. \&quot;Normal\&quot; Django Models and Master/Detail models are supported by the &#x60;&#x60;register_with&#x60;&#x60; method. Attributes: lookup_field (str): The name of the field by which an object should be looked up, in addition to any parent lookups if this ViewSet is nested. Defaults to &#39;pk&#39; endpoint_name (str): The name of the final path segment that should identify the ViewSet&#39;s collection endpoint. nest_prefix (str): Optional prefix under which this ViewSet should be nested. This must correspond to the \&quot;parent_prefix\&quot; of a router with rest_framework_nested.NestedMixin. None indicates this ViewSet should not be nested. parent_lookup_kwargs (dict): Optional mapping of key names that would appear in self.kwargs to django model filter expressions that can be used with the corresponding value from self.kwargs, used only by a nested ViewSet to filter based on the parent object&#39;s identity. schema (DefaultSchema): The schema class to use by default in a viewset.
50
+ # A base class for any publication viewset.
48
51
  # @param [Hash] opts the optional parameters
49
52
  # @option opts [String] :content Content Unit referenced by HREF
50
53
  # @option opts [String] :content__in Content Unit referenced by HREF
51
54
  # @option opts [Integer] :limit Number of results to return per page.
52
55
  # @option opts [Integer] :offset The initial index from which to return the results.
53
- # @option opts [Array<String>] :ordering Ordering
56
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;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)
54
57
  # @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
55
58
  # @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
56
59
  # @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
57
60
  # @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
58
61
  # @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
59
62
  # @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
63
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
64
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
65
+ # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;file.file&#x60; - file.file
60
66
  # @option opts [String] :repository Repository referenced by HREF
61
67
  # @option opts [String] :repository_version Repository Version referenced by HREF
62
68
  # @option opts [Array<String>] :fields A list of fields to include in the response.
@@ -70,6 +76,10 @@ module PulpcoreClient
70
76
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
71
77
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
72
78
  end
79
+ allowable_values = ["file.file"]
80
+ if @api_client.config.client_side_validation && opts[:'pulp_type__in'] && !opts[:'pulp_type__in'].all? { |item| allowable_values.include?(item) }
81
+ fail ArgumentError, "invalid value for \"pulp_type__in\", must include one of #{allowable_values}"
82
+ end
73
83
  # resource path
74
84
  local_var_path = '/pulp/api/v3/publications/'
75
85
 
@@ -86,6 +96,9 @@ module PulpcoreClient
86
96
  query_params[:'pulp_created__lt'] = opts[:'pulp_created__lt'] if !opts[:'pulp_created__lt'].nil?
87
97
  query_params[:'pulp_created__lte'] = opts[:'pulp_created__lte'] if !opts[:'pulp_created__lte'].nil?
88
98
  query_params[:'pulp_created__range'] = @api_client.build_collection_param(opts[:'pulp_created__range'], :csv) if !opts[:'pulp_created__range'].nil?
99
+ query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
100
+ query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
101
+ query_params[:'pulp_type__in'] = @api_client.build_collection_param(opts[:'pulp_type__in'], :csv) if !opts[:'pulp_type__in'].nil?
89
102
  query_params[:'repository'] = opts[:'repository'] if !opts[:'repository'].nil?
90
103
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
91
104
  query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
@@ -29,7 +29,9 @@ module PulpcoreClient
29
29
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
30
30
  # @option opts [String] :name__startswith Filter results where name starts with value
31
31
  # @option opts [Integer] :offset The initial index from which to return the results.
32
- # @option opts [Array<String>] :ordering Ordering
32
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;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)
33
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
34
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
33
35
  # @option opts [String] :pulp_label_select Filter labels by search string
34
36
  # @option opts [DateTime] :pulp_last_updated Filter results where pulp_last_updated matches value
35
37
  # @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
@@ -37,6 +39,7 @@ module PulpcoreClient
37
39
  # @option opts [DateTime] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
38
40
  # @option opts [DateTime] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
39
41
  # @option opts [Array<DateTime>] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
42
+ # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;file.file&#x60; - file.file
40
43
  # @option opts [Array<String>] :fields A list of fields to include in the response.
41
44
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
42
45
  # @return [PaginatedRemoteResponseList]
@@ -55,7 +58,9 @@ module PulpcoreClient
55
58
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
56
59
  # @option opts [String] :name__startswith Filter results where name starts with value
57
60
  # @option opts [Integer] :offset The initial index from which to return the results.
58
- # @option opts [Array<String>] :ordering Ordering
61
+ # @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)
62
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
63
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
59
64
  # @option opts [String] :pulp_label_select Filter labels by search string
60
65
  # @option opts [DateTime] :pulp_last_updated Filter results where pulp_last_updated matches value
61
66
  # @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
@@ -63,6 +68,7 @@ module PulpcoreClient
63
68
  # @option opts [DateTime] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
64
69
  # @option opts [DateTime] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
65
70
  # @option opts [Array<DateTime>] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
71
+ # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;file.file&#x60; - file.file
66
72
  # @option opts [Array<String>] :fields A list of fields to include in the response.
67
73
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
68
74
  # @return [Array<(PaginatedRemoteResponseList, Integer, Hash)>] PaginatedRemoteResponseList data, response status code and response headers
@@ -74,6 +80,10 @@ module PulpcoreClient
74
80
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
75
81
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
76
82
  end
83
+ allowable_values = ["file.file"]
84
+ if @api_client.config.client_side_validation && opts[:'pulp_type__in'] && !opts[:'pulp_type__in'].all? { |item| allowable_values.include?(item) }
85
+ fail ArgumentError, "invalid value for \"pulp_type__in\", must include one of #{allowable_values}"
86
+ end
77
87
  # resource path
78
88
  local_var_path = '/pulp/api/v3/remotes/'
79
89
 
@@ -87,6 +97,8 @@ module PulpcoreClient
87
97
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
88
98
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
89
99
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
100
+ query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
101
+ query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
90
102
  query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
91
103
  query_params[:'pulp_last_updated'] = opts[:'pulp_last_updated'] if !opts[:'pulp_last_updated'].nil?
92
104
  query_params[:'pulp_last_updated__gt'] = opts[:'pulp_last_updated__gt'] if !opts[:'pulp_last_updated__gt'].nil?
@@ -94,6 +106,7 @@ module PulpcoreClient
94
106
  query_params[:'pulp_last_updated__lt'] = opts[:'pulp_last_updated__lt'] if !opts[:'pulp_last_updated__lt'].nil?
95
107
  query_params[:'pulp_last_updated__lte'] = opts[:'pulp_last_updated__lte'] if !opts[:'pulp_last_updated__lte'].nil?
96
108
  query_params[:'pulp_last_updated__range'] = @api_client.build_collection_param(opts[:'pulp_last_updated__range'], :csv) if !opts[:'pulp_last_updated__range'].nil?
109
+ query_params[:'pulp_type__in'] = @api_client.build_collection_param(opts[:'pulp_type__in'], :csv) if !opts[:'pulp_type__in'].nil?
97
110
  query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
98
111
  query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
99
112
 
@@ -29,8 +29,11 @@ module PulpcoreClient
29
29
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
30
30
  # @option opts [String] :name__startswith Filter results where name starts with value
31
31
  # @option opts [Integer] :offset The initial index from which to return the results.
32
- # @option opts [Array<String>] :ordering Ordering
32
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;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)
33
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
34
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
33
35
  # @option opts [String] :pulp_label_select Filter labels by search string
36
+ # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;file.file&#x60; - file.file
34
37
  # @option opts [String] :remote Foreign Key referenced by HREF
35
38
  # @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
36
39
  # @option opts [Integer] :retain_repo_versions__gt Filter results where retain_repo_versions is greater than value
@@ -58,8 +61,11 @@ module PulpcoreClient
58
61
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
59
62
  # @option opts [String] :name__startswith Filter results where name starts with value
60
63
  # @option opts [Integer] :offset The initial index from which to return the results.
61
- # @option opts [Array<String>] :ordering Ordering
64
+ # @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)
65
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
66
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
62
67
  # @option opts [String] :pulp_label_select Filter labels by search string
68
+ # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;file.file&#x60; - file.file
63
69
  # @option opts [String] :remote Foreign Key referenced by HREF
64
70
  # @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
65
71
  # @option opts [Integer] :retain_repo_versions__gt Filter results where retain_repo_versions is greater than value
@@ -80,6 +86,10 @@ module PulpcoreClient
80
86
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
81
87
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
82
88
  end
89
+ allowable_values = ["file.file"]
90
+ if @api_client.config.client_side_validation && opts[:'pulp_type__in'] && !opts[:'pulp_type__in'].all? { |item| allowable_values.include?(item) }
91
+ fail ArgumentError, "invalid value for \"pulp_type__in\", must include one of #{allowable_values}"
92
+ end
83
93
  # resource path
84
94
  local_var_path = '/pulp/api/v3/repositories/'
85
95
 
@@ -93,7 +103,10 @@ module PulpcoreClient
93
103
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
94
104
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
95
105
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
106
+ query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
107
+ query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
96
108
  query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
109
+ query_params[:'pulp_type__in'] = @api_client.build_collection_param(opts[:'pulp_type__in'], :csv) if !opts[:'pulp_type__in'].nil?
97
110
  query_params[:'remote'] = opts[:'remote'] if !opts[:'remote'].nil?
98
111
  query_params[:'retain_repo_versions'] = opts[:'retain_repo_versions'] if !opts[:'retain_repo_versions'].nil?
99
112
  query_params[:'retain_repo_versions__gt'] = opts[:'retain_repo_versions__gt'] if !opts[:'retain_repo_versions__gt'].nil?
@@ -20,6 +20,7 @@ module PulpcoreClient
20
20
  @api_client = api_client
21
21
  end
22
22
  # List repository versions
23
+ # A mixin to hold the shared get_queryset logic used by RepositoryVersionViewSets.
23
24
  # @param [Hash] opts the optional parameters
24
25
  # @option opts [String] :content Content Unit referenced by HREF
25
26
  # @option opts [String] :content__in Content Unit referenced by HREF
@@ -31,13 +32,14 @@ module PulpcoreClient
31
32
  # @option opts [Integer] :number__lte Filter results where number is less than or equal to value
32
33
  # @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
33
34
  # @option opts [Integer] :offset The initial index from which to return the results.
34
- # @option opts [Array<String>] :ordering Ordering
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)
35
36
  # @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
36
37
  # @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
37
38
  # @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
38
39
  # @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
39
40
  # @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
40
41
  # @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
42
+ # @option opts [Array<String>] :pulp_href__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 [PaginatedRepositoryVersionResponseList]
@@ -47,6 +49,7 @@ module PulpcoreClient
47
49
  end
48
50
 
49
51
  # List repository versions
52
+ # A mixin to hold the shared get_queryset logic used by RepositoryVersionViewSets.
50
53
  # @param [Hash] opts the optional parameters
51
54
  # @option opts [String] :content Content Unit referenced by HREF
52
55
  # @option opts [String] :content__in Content Unit referenced by HREF
@@ -58,13 +61,14 @@ module PulpcoreClient
58
61
  # @option opts [Integer] :number__lte Filter results where number is less than or equal to value
59
62
  # @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
60
63
  # @option opts [Integer] :offset The initial index from which to return the results.
61
- # @option opts [Array<String>] :ordering Ordering
64
+ # @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)
62
65
  # @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
63
66
  # @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
64
67
  # @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
65
68
  # @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
66
69
  # @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
67
70
  # @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
71
+ # @option opts [Array<String>] :pulp_href__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<(PaginatedRepositoryVersionResponseList, Integer, Hash)>] PaginatedRepositoryVersionResponseList data, response status code and response headers
@@ -98,6 +102,7 @@ module PulpcoreClient
98
102
  query_params[:'pulp_created__lt'] = opts[:'pulp_created__lt'] if !opts[:'pulp_created__lt'].nil?
99
103
  query_params[:'pulp_created__lte'] = opts[:'pulp_created__lte'] if !opts[:'pulp_created__lte'].nil?
100
104
  query_params[:'pulp_created__range'] = @api_client.build_collection_param(opts[:'pulp_created__range'], :csv) if !opts[:'pulp_created__range'].nil?
105
+ query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
101
106
  query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
102
107
  query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
103
108
 
@@ -160,7 +160,9 @@ module PulpcoreClient
160
160
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
161
161
  # @option opts [String] :name__startswith Filter results where name starts with value
162
162
  # @option opts [Integer] :offset The initial index from which to return the results.
163
- # @option opts [Array<String>] :ordering Ordering
163
+ # @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)
164
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
165
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
164
166
  # @option opts [Array<String>] :fields A list of fields to include in the response.
165
167
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
166
168
  # @return [PaginatedRoleResponseList]
@@ -186,7 +188,9 @@ module PulpcoreClient
186
188
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
187
189
  # @option opts [String] :name__startswith Filter results where name starts with value
188
190
  # @option opts [Integer] :offset The initial index from which to return the results.
189
- # @option opts [Array<String>] :ordering Ordering
191
+ # @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)
192
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
193
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
190
194
  # @option opts [Array<String>] :fields A list of fields to include in the response.
191
195
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
192
196
  # @return [Array<(PaginatedRoleResponseList, Integer, Hash)>] PaginatedRoleResponseList data, response status code and response headers
@@ -218,6 +222,8 @@ module PulpcoreClient
218
222
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
219
223
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
220
224
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
225
+ query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
226
+ query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
221
227
  query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
222
228
  query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
223
229