pulpcore_client 3.58.0 → 3.59.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.
- checksums.yaml +4 -4
- data/README.md +6 -5
- data/docs/AccessPoliciesApi.md +2 -2
- data/docs/ArtifactDistributionResponse.md +11 -11
- data/docs/ArtifactsApi.md +2 -2
- data/docs/ContentApi.md +2 -2
- data/docs/ContentguardsApi.md +2 -2
- data/docs/ContentguardsCompositeApi.md +2 -2
- data/docs/ContentguardsContentRedirectApi.md +2 -2
- data/docs/ContentguardsHeaderApi.md +2 -2
- data/docs/ContentguardsRbacApi.md +2 -2
- data/docs/DistributionsApi.md +2 -2
- data/docs/DistributionsArtifactsApi.md +2 -2
- data/docs/DomainsApi.md +2 -2
- data/docs/ExportersFilesystemApi.md +2 -2
- data/docs/ExportersPulpApi.md +2 -2
- data/docs/GroupsApi.md +2 -2
- data/docs/GroupsRolesApi.md +2 -2
- data/docs/ImportersPulpApi.md +2 -2
- data/docs/PublicationsApi.md +2 -2
- data/docs/RemotesApi.md +2 -2
- data/docs/RepositoriesApi.md +2 -2
- data/docs/RepositoryVersionsApi.md +2 -2
- data/docs/RolesApi.md +2 -2
- data/docs/SigningServicesApi.md +2 -2
- data/docs/TaskGroupsApi.md +56 -4
- data/docs/TaskSchedulesApi.md +2 -2
- data/docs/TasksApi.md +2 -2
- data/docs/UploadsApi.md +2 -2
- data/docs/UsersApi.md +2 -2
- data/docs/UsersRolesApi.md +2 -2
- data/docs/WorkersApi.md +2 -2
- data/lib/pulpcore_client/api/access_policies_api.rb +2 -2
- data/lib/pulpcore_client/api/artifacts_api.rb +2 -2
- data/lib/pulpcore_client/api/content_api.rb +2 -2
- data/lib/pulpcore_client/api/contentguards_api.rb +2 -2
- data/lib/pulpcore_client/api/contentguards_composite_api.rb +2 -2
- data/lib/pulpcore_client/api/contentguards_content_redirect_api.rb +2 -2
- data/lib/pulpcore_client/api/contentguards_header_api.rb +2 -2
- data/lib/pulpcore_client/api/contentguards_rbac_api.rb +2 -2
- data/lib/pulpcore_client/api/distributions_api.rb +2 -2
- data/lib/pulpcore_client/api/distributions_artifacts_api.rb +2 -2
- data/lib/pulpcore_client/api/domains_api.rb +2 -2
- data/lib/pulpcore_client/api/exporters_filesystem_api.rb +2 -2
- data/lib/pulpcore_client/api/exporters_pulp_api.rb +2 -2
- data/lib/pulpcore_client/api/groups_api.rb +2 -2
- data/lib/pulpcore_client/api/groups_roles_api.rb +2 -2
- data/lib/pulpcore_client/api/importers_pulp_api.rb +2 -2
- data/lib/pulpcore_client/api/publications_api.rb +2 -2
- data/lib/pulpcore_client/api/remotes_api.rb +2 -2
- data/lib/pulpcore_client/api/repositories_api.rb +2 -2
- data/lib/pulpcore_client/api/repository_versions_api.rb +2 -2
- data/lib/pulpcore_client/api/roles_api.rb +2 -2
- data/lib/pulpcore_client/api/signing_services_api.rb +2 -2
- data/lib/pulpcore_client/api/task_groups_api.rb +70 -4
- data/lib/pulpcore_client/api/task_schedules_api.rb +2 -2
- data/lib/pulpcore_client/api/tasks_api.rb +2 -2
- data/lib/pulpcore_client/api/uploads_api.rb +2 -2
- data/lib/pulpcore_client/api/users_api.rb +2 -2
- data/lib/pulpcore_client/api/users_roles_api.rb +2 -2
- data/lib/pulpcore_client/api/workers_api.rb +2 -2
- data/lib/pulpcore_client/models/api_app_status_response.rb +1 -1
- data/lib/pulpcore_client/models/artifact.rb +1 -1
- data/lib/pulpcore_client/models/artifact_distribution_response.rb +48 -48
- data/lib/pulpcore_client/models/artifact_response.rb +1 -1
- data/lib/pulpcore_client/models/composite_content_guard.rb +1 -1
- data/lib/pulpcore_client/models/composite_content_guard_response.rb +1 -1
- data/lib/pulpcore_client/models/content_app_status_response.rb +1 -1
- data/lib/pulpcore_client/models/content_guard_response.rb +1 -1
- data/lib/pulpcore_client/models/group_progress_report_response.rb +1 -1
- data/lib/pulpcore_client/models/minimal_task_response.rb +1 -1
- data/lib/pulpcore_client/models/multiple_artifact_content_response.rb +1 -1
- data/lib/pulpcore_client/models/patched_composite_content_guard.rb +1 -1
- data/lib/pulpcore_client/models/patched_rbac_content_guard.rb +1 -1
- data/lib/pulpcore_client/models/patched_task_cancel.rb +0 -1
- data/lib/pulpcore_client/models/progress_report_response.rb +1 -1
- data/lib/pulpcore_client/models/publication_response.rb +1 -1
- data/lib/pulpcore_client/models/rbac_content_guard.rb +1 -1
- data/lib/pulpcore_client/models/rbac_content_guard_response.rb +1 -1
- data/lib/pulpcore_client/models/repository_response.rb +1 -1
- data/lib/pulpcore_client/models/repository_version_response.rb +1 -1
- data/lib/pulpcore_client/models/task_group_response.rb +1 -1
- data/lib/pulpcore_client/models/task_response.rb +1 -1
- data/lib/pulpcore_client/models/task_schedule_response.rb +1 -1
- data/lib/pulpcore_client/models/worker_response.rb +1 -1
- data/lib/pulpcore_client/version.rb +1 -1
- data/spec/api/access_policies_api_spec.rb +1 -1
- data/spec/api/artifacts_api_spec.rb +1 -1
- data/spec/api/content_api_spec.rb +1 -1
- data/spec/api/contentguards_api_spec.rb +1 -1
- data/spec/api/contentguards_composite_api_spec.rb +1 -1
- data/spec/api/contentguards_content_redirect_api_spec.rb +1 -1
- data/spec/api/contentguards_header_api_spec.rb +1 -1
- data/spec/api/contentguards_rbac_api_spec.rb +1 -1
- data/spec/api/distributions_api_spec.rb +1 -1
- data/spec/api/distributions_artifacts_api_spec.rb +1 -1
- data/spec/api/domains_api_spec.rb +1 -1
- data/spec/api/exporters_filesystem_api_spec.rb +1 -1
- data/spec/api/exporters_pulp_api_spec.rb +1 -1
- data/spec/api/groups_api_spec.rb +1 -1
- data/spec/api/groups_roles_api_spec.rb +1 -1
- data/spec/api/importers_pulp_api_spec.rb +1 -1
- data/spec/api/publications_api_spec.rb +1 -1
- data/spec/api/remotes_api_spec.rb +1 -1
- data/spec/api/repositories_api_spec.rb +1 -1
- data/spec/api/repository_versions_api_spec.rb +1 -1
- data/spec/api/roles_api_spec.rb +1 -1
- data/spec/api/signing_services_api_spec.rb +1 -1
- data/spec/api/task_groups_api_spec.rb +13 -2
- data/spec/api/task_schedules_api_spec.rb +1 -1
- data/spec/api/tasks_api_spec.rb +1 -1
- data/spec/api/uploads_api_spec.rb +1 -1
- data/spec/api/users_api_spec.rb +1 -1
- data/spec/api/users_roles_api_spec.rb +1 -1
- data/spec/api/workers_api_spec.rb +1 -1
- data/spec/models/artifact_distribution_response_spec.rb +9 -9
- metadata +2 -2
|
@@ -40,7 +40,7 @@ module PulpcoreClient
|
|
|
40
40
|
# @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
|
|
41
41
|
# @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
|
|
42
42
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
43
|
-
# @option opts [String] :q
|
|
43
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
44
44
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
45
45
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
46
46
|
# @return [PaginatedRepositoryVersionResponseList]
|
|
@@ -70,7 +70,7 @@ module PulpcoreClient
|
|
|
70
70
|
# @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
|
|
71
71
|
# @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
|
|
72
72
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
73
|
-
# @option opts [String] :q
|
|
73
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
74
74
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
75
75
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
76
76
|
# @return [Array<(PaginatedRepositoryVersionResponseList, Integer, Hash)>] PaginatedRepositoryVersionResponseList data, response status code and response headers
|
|
@@ -167,7 +167,7 @@ module PulpcoreClient
|
|
|
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
168
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
169
169
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
170
|
-
# @option opts [String] :q
|
|
170
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
171
171
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
172
172
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
173
173
|
# @return [PaginatedRoleResponseList]
|
|
@@ -200,7 +200,7 @@ module PulpcoreClient
|
|
|
200
200
|
# @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)
|
|
201
201
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
202
202
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
203
|
-
# @option opts [String] :q
|
|
203
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
204
204
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
205
205
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
206
206
|
# @return [Array<(PaginatedRoleResponseList, Integer, Hash)>] PaginatedRoleResponseList data, response status code and response headers
|
|
@@ -28,7 +28,7 @@ module PulpcoreClient
|
|
|
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
29
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
30
30
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
31
|
-
# @option opts [String] :q
|
|
31
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
32
32
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
33
33
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
34
34
|
# @return [PaginatedSigningServiceResponseList]
|
|
@@ -46,7 +46,7 @@ module PulpcoreClient
|
|
|
46
46
|
# @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)
|
|
47
47
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
48
48
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
49
|
-
# @option opts [String] :q
|
|
49
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
50
50
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
51
51
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
52
52
|
# @return [Array<(PaginatedSigningServiceResponseList, Integer, Hash)>] PaginatedSigningServiceResponseList data, response status code and response headers
|
|
@@ -20,7 +20,6 @@ module PulpcoreClient
|
|
|
20
20
|
@api_client = api_client
|
|
21
21
|
end
|
|
22
22
|
# List task groups
|
|
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.
|
|
24
23
|
# @param [Hash] opts the optional parameters
|
|
25
24
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
26
25
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
@@ -33,7 +32,6 @@ module PulpcoreClient
|
|
|
33
32
|
end
|
|
34
33
|
|
|
35
34
|
# List task groups
|
|
36
|
-
# 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.
|
|
37
35
|
# @param [Hash] opts the optional parameters
|
|
38
36
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
39
37
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
@@ -88,7 +86,6 @@ module PulpcoreClient
|
|
|
88
86
|
end
|
|
89
87
|
|
|
90
88
|
# Inspect a task group
|
|
91
|
-
# 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.
|
|
92
89
|
# @param task_group_href [String]
|
|
93
90
|
# @param [Hash] opts the optional parameters
|
|
94
91
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
@@ -100,7 +97,6 @@ module PulpcoreClient
|
|
|
100
97
|
end
|
|
101
98
|
|
|
102
99
|
# Inspect a task group
|
|
103
|
-
# 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.
|
|
104
100
|
# @param task_group_href [String]
|
|
105
101
|
# @param [Hash] opts the optional parameters
|
|
106
102
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
@@ -154,5 +150,75 @@ module PulpcoreClient
|
|
|
154
150
|
end
|
|
155
151
|
return data, status_code, headers
|
|
156
152
|
end
|
|
153
|
+
|
|
154
|
+
# Cancel a task group
|
|
155
|
+
# This operation cancels a task group.
|
|
156
|
+
# @param task_group_href [String]
|
|
157
|
+
# @param patched_task_cancel [PatchedTaskCancel]
|
|
158
|
+
# @param [Hash] opts the optional parameters
|
|
159
|
+
# @return [TaskGroupResponse]
|
|
160
|
+
def task_groups_cancel(task_group_href, patched_task_cancel, opts = {})
|
|
161
|
+
data, _status_code, _headers = task_groups_cancel_with_http_info(task_group_href, patched_task_cancel, opts)
|
|
162
|
+
data
|
|
163
|
+
end
|
|
164
|
+
|
|
165
|
+
# Cancel a task group
|
|
166
|
+
# This operation cancels a task group.
|
|
167
|
+
# @param task_group_href [String]
|
|
168
|
+
# @param patched_task_cancel [PatchedTaskCancel]
|
|
169
|
+
# @param [Hash] opts the optional parameters
|
|
170
|
+
# @return [Array<(TaskGroupResponse, Integer, Hash)>] TaskGroupResponse data, response status code and response headers
|
|
171
|
+
def task_groups_cancel_with_http_info(task_group_href, patched_task_cancel, opts = {})
|
|
172
|
+
if @api_client.config.debugging
|
|
173
|
+
@api_client.config.logger.debug 'Calling API: TaskGroupsApi.task_groups_cancel ...'
|
|
174
|
+
end
|
|
175
|
+
# verify the required parameter 'task_group_href' is set
|
|
176
|
+
if @api_client.config.client_side_validation && task_group_href.nil?
|
|
177
|
+
fail ArgumentError, "Missing the required parameter 'task_group_href' when calling TaskGroupsApi.task_groups_cancel"
|
|
178
|
+
end
|
|
179
|
+
# verify the required parameter 'patched_task_cancel' is set
|
|
180
|
+
if @api_client.config.client_side_validation && patched_task_cancel.nil?
|
|
181
|
+
fail ArgumentError, "Missing the required parameter 'patched_task_cancel' when calling TaskGroupsApi.task_groups_cancel"
|
|
182
|
+
end
|
|
183
|
+
# resource path
|
|
184
|
+
local_var_path = '{task_group_href}'.sub('{' + 'task_group_href' + '}', CGI.escape(task_group_href.to_s).gsub('%2F', '/'))
|
|
185
|
+
|
|
186
|
+
# query parameters
|
|
187
|
+
query_params = opts[:query_params] || {}
|
|
188
|
+
|
|
189
|
+
# header parameters
|
|
190
|
+
header_params = opts[:header_params] || {}
|
|
191
|
+
# HTTP header 'Accept' (if needed)
|
|
192
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
193
|
+
# HTTP header 'Content-Type'
|
|
194
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
195
|
+
|
|
196
|
+
# form parameters
|
|
197
|
+
form_params = opts[:form_params] || {}
|
|
198
|
+
|
|
199
|
+
# http body (model)
|
|
200
|
+
post_body = opts[:body] || @api_client.object_to_http_body(patched_task_cancel)
|
|
201
|
+
|
|
202
|
+
# return_type
|
|
203
|
+
return_type = opts[:return_type] || 'TaskGroupResponse'
|
|
204
|
+
|
|
205
|
+
# auth_names
|
|
206
|
+
auth_names = opts[:auth_names] || ['basicAuth']
|
|
207
|
+
|
|
208
|
+
new_options = opts.merge(
|
|
209
|
+
:header_params => header_params,
|
|
210
|
+
:query_params => query_params,
|
|
211
|
+
:form_params => form_params,
|
|
212
|
+
:body => post_body,
|
|
213
|
+
:auth_names => auth_names,
|
|
214
|
+
:return_type => return_type
|
|
215
|
+
)
|
|
216
|
+
|
|
217
|
+
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
|
|
218
|
+
if @api_client.config.debugging
|
|
219
|
+
@api_client.config.logger.debug "API called: TaskGroupsApi#task_groups_cancel\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
220
|
+
end
|
|
221
|
+
return data, status_code, headers
|
|
222
|
+
end
|
|
157
223
|
end
|
|
158
224
|
end
|
|
@@ -99,7 +99,7 @@ module PulpcoreClient
|
|
|
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
100
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
101
101
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
102
|
-
# @option opts [String] :q
|
|
102
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
103
103
|
# @option opts [String] :task_name Filter results where task_name matches value
|
|
104
104
|
# @option opts [String] :task_name__contains Filter results where task_name contains value
|
|
105
105
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
@@ -120,7 +120,7 @@ module PulpcoreClient
|
|
|
120
120
|
# @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)
|
|
121
121
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
122
122
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
123
|
-
# @option opts [String] :q
|
|
123
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
124
124
|
# @option opts [String] :task_name Filter results where task_name matches value
|
|
125
125
|
# @option opts [String] :task_name__contains Filter results where task_name contains value
|
|
126
126
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
@@ -174,7 +174,7 @@ module PulpcoreClient
|
|
|
174
174
|
# @option opts [String] :parent_task Filter results where parent_task matches value
|
|
175
175
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
176
176
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
177
|
-
# @option opts [String] :q
|
|
177
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
178
178
|
# @option opts [String] :reserved_resources
|
|
179
179
|
# @option opts [Array<String>] :reserved_resources__in Multiple values may be separated by commas.
|
|
180
180
|
# @option opts [String] :shared_resources
|
|
@@ -225,7 +225,7 @@ module PulpcoreClient
|
|
|
225
225
|
# @option opts [String] :parent_task Filter results where parent_task matches value
|
|
226
226
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
227
227
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
228
|
-
# @option opts [String] :q
|
|
228
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
229
229
|
# @option opts [String] :reserved_resources
|
|
230
230
|
# @option opts [Array<String>] :reserved_resources__in Multiple values may be separated by commas.
|
|
231
231
|
# @option opts [String] :shared_resources
|
|
@@ -291,7 +291,7 @@ module PulpcoreClient
|
|
|
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
292
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
293
293
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
294
|
-
# @option opts [String] :q
|
|
294
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
295
295
|
# @option opts [Integer] :size Filter results where size matches value
|
|
296
296
|
# @option opts [Integer] :size__gt Filter results where size is greater than value
|
|
297
297
|
# @option opts [Integer] :size__lt Filter results where size is less than value
|
|
@@ -312,7 +312,7 @@ module PulpcoreClient
|
|
|
312
312
|
# @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)
|
|
313
313
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
314
314
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
315
|
-
# @option opts [String] :q
|
|
315
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
316
316
|
# @option opts [Integer] :size Filter results where size matches value
|
|
317
317
|
# @option opts [Integer] :size__gt Filter results where size is greater than value
|
|
318
318
|
# @option opts [Integer] :size__lt Filter results where size is less than value
|
|
@@ -168,7 +168,7 @@ module PulpcoreClient
|
|
|
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
169
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
170
170
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
171
|
-
# @option opts [String] :q
|
|
171
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
172
172
|
# @option opts [String] :username Filter results where username matches value
|
|
173
173
|
# @option opts [String] :username__contains Filter results where username contains value
|
|
174
174
|
# @option opts [String] :username__icontains Filter results where username contains value
|
|
@@ -207,7 +207,7 @@ module PulpcoreClient
|
|
|
207
207
|
# @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)
|
|
208
208
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
209
209
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
210
|
-
# @option opts [String] :q
|
|
210
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
211
211
|
# @option opts [String] :username Filter results where username matches value
|
|
212
212
|
# @option opts [String] :username__contains Filter results where username contains value
|
|
213
213
|
# @option opts [String] :username__icontains Filter results where username contains value
|
|
@@ -160,7 +160,7 @@ module PulpcoreClient
|
|
|
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
161
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
162
162
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
163
|
-
# @option opts [String] :q
|
|
163
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
164
164
|
# @option opts [String] :role
|
|
165
165
|
# @option opts [String] :role__contains
|
|
166
166
|
# @option opts [String] :role__icontains
|
|
@@ -185,7 +185,7 @@ module PulpcoreClient
|
|
|
185
185
|
# @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)
|
|
186
186
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
187
187
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
188
|
-
# @option opts [String] :q
|
|
188
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
189
189
|
# @option opts [String] :role
|
|
190
190
|
# @option opts [String] :role__contains
|
|
191
191
|
# @option opts [String] :role__icontains
|
|
@@ -44,7 +44,7 @@ module PulpcoreClient
|
|
|
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
45
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
46
46
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
47
|
-
# @option opts [String] :q
|
|
47
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
48
48
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
49
49
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
50
50
|
# @return [PaginatedWorkerResponseList]
|
|
@@ -78,7 +78,7 @@ module PulpcoreClient
|
|
|
78
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) * `name` - Name * `-name` - Name (descending) * `last_heartbeat` - Last heartbeat * `-last_heartbeat` - Last heartbeat (descending) * `versions` - Versions * `-versions` - Versions (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
79
79
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
80
80
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
81
|
-
# @option opts [String] :q
|
|
81
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
82
82
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
83
83
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
84
84
|
# @return [Array<(PaginatedWorkerResponseList, Integer, Hash)>] PaginatedWorkerResponseList data, response status code and response headers
|
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.3.1
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module PulpcoreClient
|
|
16
|
-
# Base serializer for use with
|
|
16
|
+
# Base serializer for use with [pulpcore.app.models.Model][] This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
|
|
17
17
|
class ApiAppStatusResponse
|
|
18
18
|
# The name of the worker.
|
|
19
19
|
attr_accessor :name
|
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.3.1
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module PulpcoreClient
|
|
16
|
-
# Base serializer for use with
|
|
16
|
+
# Base serializer for use with [pulpcore.app.models.Model][] This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
|
|
17
17
|
class Artifact
|
|
18
18
|
# The stored file.
|
|
19
19
|
attr_accessor :file
|
|
@@ -15,8 +15,9 @@ require 'date'
|
|
|
15
15
|
module PulpcoreClient
|
|
16
16
|
# A serializer for ArtifactDistribution.
|
|
17
17
|
class ArtifactDistributionResponse
|
|
18
|
-
|
|
19
|
-
|
|
18
|
+
attr_accessor :pulp_labels
|
|
19
|
+
|
|
20
|
+
attr_accessor :pulp_href
|
|
20
21
|
|
|
21
22
|
# The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
|
|
22
23
|
attr_accessor :base_path
|
|
@@ -24,54 +25,53 @@ module PulpcoreClient
|
|
|
24
25
|
# The URL for accessing the publication as defined by this distribution.
|
|
25
26
|
attr_accessor :base_url
|
|
26
27
|
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
# Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes.
|
|
30
|
-
attr_accessor :no_content_change_since
|
|
28
|
+
# Timestamp of creation.
|
|
29
|
+
attr_accessor :pulp_created
|
|
31
30
|
|
|
32
31
|
# Whether this distribution should be shown in the content app.
|
|
33
32
|
attr_accessor :hidden
|
|
34
33
|
|
|
34
|
+
# An optional content-guard.
|
|
35
|
+
attr_accessor :content_guard
|
|
36
|
+
|
|
35
37
|
# Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.
|
|
36
38
|
attr_accessor :pulp_last_updated
|
|
37
39
|
|
|
38
|
-
attr_accessor :pulp_labels
|
|
39
|
-
|
|
40
|
-
# Timestamp of creation.
|
|
41
|
-
attr_accessor :pulp_created
|
|
42
|
-
|
|
43
40
|
# A unique name. Ex, `rawhide` and `stable`.
|
|
44
41
|
attr_accessor :name
|
|
45
42
|
|
|
43
|
+
# Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes.
|
|
44
|
+
attr_accessor :no_content_change_since
|
|
45
|
+
|
|
46
46
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
47
47
|
def self.attribute_map
|
|
48
48
|
{
|
|
49
|
-
:'
|
|
49
|
+
:'pulp_labels' => :'pulp_labels',
|
|
50
|
+
:'pulp_href' => :'pulp_href',
|
|
50
51
|
:'base_path' => :'base_path',
|
|
51
52
|
:'base_url' => :'base_url',
|
|
52
|
-
:'
|
|
53
|
-
:'no_content_change_since' => :'no_content_change_since',
|
|
53
|
+
:'pulp_created' => :'pulp_created',
|
|
54
54
|
:'hidden' => :'hidden',
|
|
55
|
+
:'content_guard' => :'content_guard',
|
|
55
56
|
:'pulp_last_updated' => :'pulp_last_updated',
|
|
56
|
-
:'
|
|
57
|
-
:'
|
|
58
|
-
:'name' => :'name'
|
|
57
|
+
:'name' => :'name',
|
|
58
|
+
:'no_content_change_since' => :'no_content_change_since'
|
|
59
59
|
}
|
|
60
60
|
end
|
|
61
61
|
|
|
62
62
|
# Attribute type mapping.
|
|
63
63
|
def self.openapi_types
|
|
64
64
|
{
|
|
65
|
-
:'
|
|
65
|
+
:'pulp_labels' => :'Hash<String, String>',
|
|
66
|
+
:'pulp_href' => :'String',
|
|
66
67
|
:'base_path' => :'String',
|
|
67
68
|
:'base_url' => :'String',
|
|
68
|
-
:'
|
|
69
|
-
:'no_content_change_since' => :'String',
|
|
69
|
+
:'pulp_created' => :'DateTime',
|
|
70
70
|
:'hidden' => :'Boolean',
|
|
71
|
+
:'content_guard' => :'String',
|
|
71
72
|
:'pulp_last_updated' => :'DateTime',
|
|
72
|
-
:'
|
|
73
|
-
:'
|
|
74
|
-
:'name' => :'String'
|
|
73
|
+
:'name' => :'String',
|
|
74
|
+
:'no_content_change_since' => :'String'
|
|
75
75
|
}
|
|
76
76
|
end
|
|
77
77
|
|
|
@@ -97,8 +97,14 @@ module PulpcoreClient
|
|
|
97
97
|
h[k.to_sym] = v
|
|
98
98
|
}
|
|
99
99
|
|
|
100
|
-
if attributes.key?(:'
|
|
101
|
-
|
|
100
|
+
if attributes.key?(:'pulp_labels')
|
|
101
|
+
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
|
102
|
+
self.pulp_labels = value
|
|
103
|
+
end
|
|
104
|
+
end
|
|
105
|
+
|
|
106
|
+
if attributes.key?(:'pulp_href')
|
|
107
|
+
self.pulp_href = attributes[:'pulp_href']
|
|
102
108
|
end
|
|
103
109
|
|
|
104
110
|
if attributes.key?(:'base_path')
|
|
@@ -109,12 +115,8 @@ module PulpcoreClient
|
|
|
109
115
|
self.base_url = attributes[:'base_url']
|
|
110
116
|
end
|
|
111
117
|
|
|
112
|
-
if attributes.key?(:'
|
|
113
|
-
self.
|
|
114
|
-
end
|
|
115
|
-
|
|
116
|
-
if attributes.key?(:'no_content_change_since')
|
|
117
|
-
self.no_content_change_since = attributes[:'no_content_change_since']
|
|
118
|
+
if attributes.key?(:'pulp_created')
|
|
119
|
+
self.pulp_created = attributes[:'pulp_created']
|
|
118
120
|
end
|
|
119
121
|
|
|
120
122
|
if attributes.key?(:'hidden')
|
|
@@ -123,23 +125,21 @@ module PulpcoreClient
|
|
|
123
125
|
self.hidden = false
|
|
124
126
|
end
|
|
125
127
|
|
|
126
|
-
if attributes.key?(:'
|
|
127
|
-
self.
|
|
128
|
-
end
|
|
129
|
-
|
|
130
|
-
if attributes.key?(:'pulp_labels')
|
|
131
|
-
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
|
132
|
-
self.pulp_labels = value
|
|
133
|
-
end
|
|
128
|
+
if attributes.key?(:'content_guard')
|
|
129
|
+
self.content_guard = attributes[:'content_guard']
|
|
134
130
|
end
|
|
135
131
|
|
|
136
|
-
if attributes.key?(:'
|
|
137
|
-
self.
|
|
132
|
+
if attributes.key?(:'pulp_last_updated')
|
|
133
|
+
self.pulp_last_updated = attributes[:'pulp_last_updated']
|
|
138
134
|
end
|
|
139
135
|
|
|
140
136
|
if attributes.key?(:'name')
|
|
141
137
|
self.name = attributes[:'name']
|
|
142
138
|
end
|
|
139
|
+
|
|
140
|
+
if attributes.key?(:'no_content_change_since')
|
|
141
|
+
self.no_content_change_since = attributes[:'no_content_change_since']
|
|
142
|
+
end
|
|
143
143
|
end
|
|
144
144
|
|
|
145
145
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
@@ -170,16 +170,16 @@ module PulpcoreClient
|
|
|
170
170
|
def ==(o)
|
|
171
171
|
return true if self.equal?(o)
|
|
172
172
|
self.class == o.class &&
|
|
173
|
-
|
|
173
|
+
pulp_labels == o.pulp_labels &&
|
|
174
|
+
pulp_href == o.pulp_href &&
|
|
174
175
|
base_path == o.base_path &&
|
|
175
176
|
base_url == o.base_url &&
|
|
176
|
-
|
|
177
|
-
no_content_change_since == o.no_content_change_since &&
|
|
177
|
+
pulp_created == o.pulp_created &&
|
|
178
178
|
hidden == o.hidden &&
|
|
179
|
+
content_guard == o.content_guard &&
|
|
179
180
|
pulp_last_updated == o.pulp_last_updated &&
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
name == o.name
|
|
181
|
+
name == o.name &&
|
|
182
|
+
no_content_change_since == o.no_content_change_since
|
|
183
183
|
end
|
|
184
184
|
|
|
185
185
|
# @see the `==` method
|
|
@@ -191,7 +191,7 @@ module PulpcoreClient
|
|
|
191
191
|
# Calculates hash code according to all attributes.
|
|
192
192
|
# @return [Integer] Hash code
|
|
193
193
|
def hash
|
|
194
|
-
[
|
|
194
|
+
[pulp_labels, pulp_href, base_path, base_url, pulp_created, hidden, content_guard, pulp_last_updated, name, no_content_change_since].hash
|
|
195
195
|
end
|
|
196
196
|
|
|
197
197
|
# Builds the object from hash
|
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.3.1
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module PulpcoreClient
|
|
16
|
-
# Base serializer for use with
|
|
16
|
+
# Base serializer for use with [pulpcore.app.models.Model][] This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
|
|
17
17
|
class ArtifactResponse
|
|
18
18
|
attr_accessor :pulp_href
|
|
19
19
|
|
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.3.1
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module PulpcoreClient
|
|
16
|
-
# Base serializer for use with
|
|
16
|
+
# Base serializer for use with [pulpcore.app.models.Model][] This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
|
|
17
17
|
class CompositeContentGuard
|
|
18
18
|
# The unique name.
|
|
19
19
|
attr_accessor :name
|
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.3.1
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module PulpcoreClient
|
|
16
|
-
# Base serializer for use with
|
|
16
|
+
# Base serializer for use with [pulpcore.app.models.Model][] This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
|
|
17
17
|
class CompositeContentGuardResponse
|
|
18
18
|
attr_accessor :pulp_href
|
|
19
19
|
|
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.3.1
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module PulpcoreClient
|
|
16
|
-
# Base serializer for use with
|
|
16
|
+
# Base serializer for use with [pulpcore.app.models.Model][] This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
|
|
17
17
|
class ContentAppStatusResponse
|
|
18
18
|
# The name of the worker.
|
|
19
19
|
attr_accessor :name
|
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.3.1
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module PulpcoreClient
|
|
16
|
-
# Base serializer for use with
|
|
16
|
+
# Base serializer for use with [pulpcore.app.models.Model][] This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
|
|
17
17
|
class ContentGuardResponse
|
|
18
18
|
attr_accessor :pulp_href
|
|
19
19
|
|
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.3.1
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module PulpcoreClient
|
|
16
|
-
# Base serializer for use with
|
|
16
|
+
# Base serializer for use with [pulpcore.app.models.Model][] This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
|
|
17
17
|
class GroupProgressReportResponse
|
|
18
18
|
# The message shown to the user for the group progress report.
|
|
19
19
|
attr_accessor :message
|
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.3.1
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module PulpcoreClient
|
|
16
|
-
# Base serializer for use with
|
|
16
|
+
# Base serializer for use with [pulpcore.app.models.Model][] This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
|
|
17
17
|
class MinimalTaskResponse
|
|
18
18
|
attr_accessor :pulp_href
|
|
19
19
|
|
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.3.1
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module PulpcoreClient
|
|
16
|
-
# Base serializer for use with
|
|
16
|
+
# Base serializer for use with [pulpcore.app.models.Model][] This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
|
|
17
17
|
class MultipleArtifactContentResponse
|
|
18
18
|
attr_accessor :pulp_href
|
|
19
19
|
|
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.3.1
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module PulpcoreClient
|
|
16
|
-
# Base serializer for use with
|
|
16
|
+
# Base serializer for use with [pulpcore.app.models.Model][] This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
|
|
17
17
|
class PatchedCompositeContentGuard
|
|
18
18
|
# The unique name.
|
|
19
19
|
attr_accessor :name
|
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.3.1
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module PulpcoreClient
|
|
16
|
-
# Base serializer for use with
|
|
16
|
+
# Base serializer for use with [pulpcore.app.models.Model][] This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
|
|
17
17
|
class PatchedRBACContentGuard
|
|
18
18
|
# The unique name.
|
|
19
19
|
attr_accessor :name
|
|
@@ -13,7 +13,6 @@ OpenAPI Generator version: 4.3.1
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module PulpcoreClient
|
|
16
|
-
# Base serializer for use with :class:`pulpcore.app.models.Model` This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
|
|
17
16
|
class PatchedTaskCancel
|
|
18
17
|
# The desired state of the task. Only 'canceled' is accepted.
|
|
19
18
|
attr_accessor :state
|