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