pulpcore_client 3.47.0 → 3.49.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (103) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/AccessPolicyResponse.md +2 -0
  4. data/docs/ArtifactDistributionResponse.md +11 -9
  5. data/docs/ArtifactResponse.md +2 -0
  6. data/docs/CompositeContentGuardResponse.md +2 -0
  7. data/docs/ContentGuardResponse.md +2 -0
  8. data/docs/ContentRedirectContentGuardResponse.md +2 -0
  9. data/docs/DistributionResponse.md +2 -0
  10. data/docs/DomainResponse.md +2 -0
  11. data/docs/FilesystemExportResponse.md +2 -0
  12. data/docs/FilesystemExporterResponse.md +2 -0
  13. data/docs/GroupRoleResponse.md +2 -0
  14. data/docs/HeaderContentGuardResponse.md +2 -0
  15. data/docs/ImportResponse.md +2 -0
  16. data/docs/MinimalTaskResponse.md +6 -2
  17. data/docs/MultipleArtifactContentResponse.md +2 -0
  18. data/docs/PublicationResponse.md +2 -0
  19. data/docs/PulpExportResponse.md +2 -0
  20. data/docs/PulpExporterResponse.md +2 -0
  21. data/docs/PulpImporterResponse.md +2 -0
  22. data/docs/RBACContentGuardResponse.md +2 -0
  23. data/docs/RemoteResponse.md +2 -2
  24. data/docs/RepositoryResponse.md +2 -0
  25. data/docs/RepositoryVersionResponse.md +2 -0
  26. data/docs/RoleResponse.md +2 -0
  27. data/docs/SigningServiceResponse.md +2 -0
  28. data/docs/TaskResponse.md +6 -2
  29. data/docs/TaskScheduleResponse.md +2 -0
  30. data/docs/TasksApi.md +2 -2
  31. data/docs/UploadDetailResponse.md +2 -0
  32. data/docs/UploadResponse.md +2 -0
  33. data/docs/UpstreamPulpResponse.md +2 -2
  34. data/docs/UserRoleResponse.md +2 -0
  35. data/docs/WorkerResponse.md +2 -0
  36. data/lib/pulpcore_client/api/tasks_api.rb +3 -3
  37. data/lib/pulpcore_client/models/access_policy_response.rb +11 -1
  38. data/lib/pulpcore_client/models/artifact_distribution_response.rb +49 -39
  39. data/lib/pulpcore_client/models/artifact_response.rb +11 -1
  40. data/lib/pulpcore_client/models/composite_content_guard_response.rb +11 -1
  41. data/lib/pulpcore_client/models/content_guard_response.rb +11 -1
  42. data/lib/pulpcore_client/models/content_redirect_content_guard_response.rb +11 -1
  43. data/lib/pulpcore_client/models/distribution_response.rb +11 -1
  44. data/lib/pulpcore_client/models/domain_response.rb +11 -1
  45. data/lib/pulpcore_client/models/filesystem_export_response.rb +11 -1
  46. data/lib/pulpcore_client/models/filesystem_exporter_response.rb +11 -1
  47. data/lib/pulpcore_client/models/group_role_response.rb +11 -1
  48. data/lib/pulpcore_client/models/header_content_guard_response.rb +11 -1
  49. data/lib/pulpcore_client/models/import_response.rb +11 -1
  50. data/lib/pulpcore_client/models/minimal_task_response.rb +23 -3
  51. data/lib/pulpcore_client/models/multiple_artifact_content_response.rb +11 -1
  52. data/lib/pulpcore_client/models/publication_response.rb +11 -1
  53. data/lib/pulpcore_client/models/pulp_export_response.rb +11 -1
  54. data/lib/pulpcore_client/models/pulp_exporter_response.rb +11 -1
  55. data/lib/pulpcore_client/models/pulp_importer_response.rb +11 -1
  56. data/lib/pulpcore_client/models/rbac_content_guard_response.rb +11 -1
  57. data/lib/pulpcore_client/models/remote_response.rb +11 -11
  58. data/lib/pulpcore_client/models/repository_response.rb +11 -1
  59. data/lib/pulpcore_client/models/repository_version_response.rb +11 -1
  60. data/lib/pulpcore_client/models/role_response.rb +11 -1
  61. data/lib/pulpcore_client/models/signing_service_response.rb +11 -1
  62. data/lib/pulpcore_client/models/task_response.rb +23 -3
  63. data/lib/pulpcore_client/models/task_schedule_response.rb +11 -1
  64. data/lib/pulpcore_client/models/upload_detail_response.rb +11 -1
  65. data/lib/pulpcore_client/models/upload_response.rb +11 -1
  66. data/lib/pulpcore_client/models/upstream_pulp_response.rb +11 -11
  67. data/lib/pulpcore_client/models/user_role_response.rb +11 -1
  68. data/lib/pulpcore_client/models/worker_response.rb +11 -1
  69. data/lib/pulpcore_client/version.rb +1 -1
  70. data/spec/api/tasks_api_spec.rb +1 -1
  71. data/spec/models/access_policy_response_spec.rb +6 -0
  72. data/spec/models/artifact_distribution_response_spec.rb +13 -7
  73. data/spec/models/artifact_response_spec.rb +6 -0
  74. data/spec/models/composite_content_guard_response_spec.rb +6 -0
  75. data/spec/models/content_guard_response_spec.rb +6 -0
  76. data/spec/models/content_redirect_content_guard_response_spec.rb +6 -0
  77. data/spec/models/distribution_response_spec.rb +6 -0
  78. data/spec/models/domain_response_spec.rb +6 -0
  79. data/spec/models/filesystem_export_response_spec.rb +6 -0
  80. data/spec/models/filesystem_exporter_response_spec.rb +6 -0
  81. data/spec/models/group_role_response_spec.rb +6 -0
  82. data/spec/models/header_content_guard_response_spec.rb +6 -0
  83. data/spec/models/import_response_spec.rb +6 -0
  84. data/spec/models/minimal_task_response_spec.rb +12 -0
  85. data/spec/models/multiple_artifact_content_response_spec.rb +6 -0
  86. data/spec/models/publication_response_spec.rb +6 -0
  87. data/spec/models/pulp_export_response_spec.rb +6 -0
  88. data/spec/models/pulp_exporter_response_spec.rb +6 -0
  89. data/spec/models/pulp_importer_response_spec.rb +6 -0
  90. data/spec/models/rbac_content_guard_response_spec.rb +6 -0
  91. data/spec/models/remote_response_spec.rb +6 -6
  92. data/spec/models/repository_response_spec.rb +6 -0
  93. data/spec/models/repository_version_response_spec.rb +6 -0
  94. data/spec/models/role_response_spec.rb +6 -0
  95. data/spec/models/signing_service_response_spec.rb +6 -0
  96. data/spec/models/task_response_spec.rb +12 -0
  97. data/spec/models/task_schedule_response_spec.rb +6 -0
  98. data/spec/models/upload_detail_response_spec.rb +6 -0
  99. data/spec/models/upload_response_spec.rb +6 -0
  100. data/spec/models/upstream_pulp_response_spec.rb +6 -6
  101. data/spec/models/user_role_response_spec.rb +6 -0
  102. data/spec/models/worker_response_spec.rb +6 -0
  103. metadata +151 -151
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **pulp_last_updated** | **DateTime** | 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. | [optional] [readonly]
9
10
  **size** | **Integer** | The size of the upload in bytes. |
10
11
  **completed** | **DateTime** | Timestamp when upload is committed. | [optional] [readonly]
11
12
 
@@ -16,6 +17,7 @@ require 'PulpcoreClient'
16
17
 
17
18
  instance = PulpcoreClient::UploadResponse.new(pulp_href: null,
18
19
  pulp_created: null,
20
+ pulp_last_updated: null,
19
21
  size: null,
20
22
  completed: null)
21
23
  ```
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
9
10
  **name** | **String** | A unique name for this Pulp server. |
10
11
  **base_url** | **String** | The transport, hostname, and an optional port of the Pulp server. e.g. https://example.com |
11
12
  **api_root** | **String** | The API root. Defaults to '/pulp/'. |
@@ -13,7 +14,6 @@ Name | Type | Description | Notes
13
14
  **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
14
15
  **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
15
16
  **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
16
- **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
17
17
  **hidden_fields** | [**Array<RemoteResponseHiddenFields>**](RemoteResponseHiddenFields.md) | List of hidden (write only) fields | [optional] [readonly]
18
18
  **pulp_label_select** | **String** | One or more comma separated labels that will be used to filter distributions on the upstream Pulp. E.g. \"foo=bar,key=val\" or \"foo,key\" | [optional]
19
19
 
@@ -24,6 +24,7 @@ require 'PulpcoreClient'
24
24
 
25
25
  instance = PulpcoreClient::UpstreamPulpResponse.new(pulp_href: null,
26
26
  pulp_created: null,
27
+ pulp_last_updated: null,
27
28
  name: null,
28
29
  base_url: null,
29
30
  api_root: null,
@@ -31,7 +32,6 @@ instance = PulpcoreClient::UpstreamPulpResponse.new(pulp_href: null,
31
32
  ca_cert: null,
32
33
  client_cert: null,
33
34
  tls_validation: null,
34
- pulp_last_updated: null,
35
35
  hidden_fields: null,
36
36
  pulp_label_select: null)
37
37
  ```
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **pulp_last_updated** | **DateTime** | 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. | [optional] [readonly]
9
10
  **role** | **String** | |
10
11
  **content_object** | **String** | pulp_href of the object for which role permissions should be asserted. If set to 'null', permissions will act on either domain or model-level. |
11
12
  **description** | **String** | | [optional] [readonly]
@@ -19,6 +20,7 @@ require 'PulpcoreClient'
19
20
 
20
21
  instance = PulpcoreClient::UserRoleResponse.new(pulp_href: null,
21
22
  pulp_created: null,
23
+ pulp_last_updated: null,
22
24
  role: null,
23
25
  content_object: null,
24
26
  description: null,
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **pulp_last_updated** | **DateTime** | 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. | [optional] [readonly]
9
10
  **name** | **String** | The name of the worker. | [optional] [readonly]
10
11
  **last_heartbeat** | **DateTime** | Timestamp of the last time the worker talked to the service. | [optional] [readonly]
11
12
  **versions** | **Hash<String, String>** | Versions of the components installed. | [optional] [readonly]
@@ -18,6 +19,7 @@ require 'PulpcoreClient'
18
19
 
19
20
  instance = PulpcoreClient::WorkerResponse.new(pulp_href: null,
20
21
  pulp_created: null,
22
+ pulp_last_updated: null,
21
23
  name: null,
22
24
  last_heartbeat: null,
23
25
  versions: null,
@@ -170,7 +170,7 @@ module PulpcoreClient
170
170
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
171
171
  # @option opts [String] :name__ne Filter results where name not equal to value
172
172
  # @option opts [Integer] :offset The initial index from which to return the results.
173
- # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;state&#x60; - State * &#x60;-state&#x60; - State (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;logging_cid&#x60; - Logging cid * &#x60;-logging_cid&#x60; - Logging cid (descending) * &#x60;started_at&#x60; - Started at * &#x60;-started_at&#x60; - Started at (descending) * &#x60;finished_at&#x60; - Finished at * &#x60;-finished_at&#x60; - Finished at (descending) * &#x60;error&#x60; - Error * &#x60;-error&#x60; - Error (descending) * &#x60;enc_args&#x60; - Enc args * &#x60;-enc_args&#x60; - Enc args (descending) * &#x60;enc_kwargs&#x60; - Enc kwargs * &#x60;-enc_kwargs&#x60; - Enc kwargs (descending) * &#x60;reserved_resources_record&#x60; - Reserved resources record * &#x60;-reserved_resources_record&#x60; - Reserved resources record (descending) * &#x60;versions&#x60; - Versions * &#x60;-versions&#x60; - Versions (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
173
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;state&#x60; - State * &#x60;-state&#x60; - State (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;logging_cid&#x60; - Logging cid * &#x60;-logging_cid&#x60; - Logging cid (descending) * &#x60;unblocked_at&#x60; - Unblocked at * &#x60;-unblocked_at&#x60; - Unblocked at (descending) * &#x60;started_at&#x60; - Started at * &#x60;-started_at&#x60; - Started at (descending) * &#x60;finished_at&#x60; - Finished at * &#x60;-finished_at&#x60; - Finished at (descending) * &#x60;error&#x60; - Error * &#x60;-error&#x60; - Error (descending) * &#x60;enc_args&#x60; - Enc args * &#x60;-enc_args&#x60; - Enc args (descending) * &#x60;enc_kwargs&#x60; - Enc kwargs * &#x60;-enc_kwargs&#x60; - Enc kwargs (descending) * &#x60;reserved_resources_record&#x60; - Reserved resources record * &#x60;-reserved_resources_record&#x60; - Reserved resources record (descending) * &#x60;versions&#x60; - Versions * &#x60;-versions&#x60; - Versions (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
174
174
  # @option opts [String] :parent_task Filter results where parent_task matches value
175
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.
@@ -222,7 +222,7 @@ module PulpcoreClient
222
222
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
223
223
  # @option opts [String] :name__ne Filter results where name not equal to value
224
224
  # @option opts [Integer] :offset The initial index from which to return the results.
225
- # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;state&#x60; - State * &#x60;-state&#x60; - State (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;logging_cid&#x60; - Logging cid * &#x60;-logging_cid&#x60; - Logging cid (descending) * &#x60;started_at&#x60; - Started at * &#x60;-started_at&#x60; - Started at (descending) * &#x60;finished_at&#x60; - Finished at * &#x60;-finished_at&#x60; - Finished at (descending) * &#x60;error&#x60; - Error * &#x60;-error&#x60; - Error (descending) * &#x60;enc_args&#x60; - Enc args * &#x60;-enc_args&#x60; - Enc args (descending) * &#x60;enc_kwargs&#x60; - Enc kwargs * &#x60;-enc_kwargs&#x60; - Enc kwargs (descending) * &#x60;reserved_resources_record&#x60; - Reserved resources record * &#x60;-reserved_resources_record&#x60; - Reserved resources record (descending) * &#x60;versions&#x60; - Versions * &#x60;-versions&#x60; - Versions (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
225
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;state&#x60; - State * &#x60;-state&#x60; - State (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;logging_cid&#x60; - Logging cid * &#x60;-logging_cid&#x60; - Logging cid (descending) * &#x60;unblocked_at&#x60; - Unblocked at * &#x60;-unblocked_at&#x60; - Unblocked at (descending) * &#x60;started_at&#x60; - Started at * &#x60;-started_at&#x60; - Started at (descending) * &#x60;finished_at&#x60; - Finished at * &#x60;-finished_at&#x60; - Finished at (descending) * &#x60;error&#x60; - Error * &#x60;-error&#x60; - Error (descending) * &#x60;enc_args&#x60; - Enc args * &#x60;-enc_args&#x60; - Enc args (descending) * &#x60;enc_kwargs&#x60; - Enc kwargs * &#x60;-enc_kwargs&#x60; - Enc kwargs (descending) * &#x60;reserved_resources_record&#x60; - Reserved resources record * &#x60;-reserved_resources_record&#x60; - Reserved resources record (descending) * &#x60;versions&#x60; - Versions * &#x60;-versions&#x60; - Versions (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
226
226
  # @option opts [String] :parent_task Filter results where parent_task matches value
227
227
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
228
228
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
@@ -252,7 +252,7 @@ module PulpcoreClient
252
252
  if @api_client.config.debugging
253
253
  @api_client.config.logger.debug 'Calling API: TasksApi.list ...'
254
254
  end
255
- allowable_values = ["-enc_args", "-enc_kwargs", "-error", "-finished_at", "-logging_cid", "-name", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-reserved_resources_record", "-started_at", "-state", "-versions", "enc_args", "enc_kwargs", "error", "finished_at", "logging_cid", "name", "pk", "pulp_created", "pulp_id", "pulp_last_updated", "reserved_resources_record", "started_at", "state", "versions"]
255
+ allowable_values = ["-enc_args", "-enc_kwargs", "-error", "-finished_at", "-logging_cid", "-name", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-reserved_resources_record", "-started_at", "-state", "-unblocked_at", "-versions", "enc_args", "enc_kwargs", "error", "finished_at", "logging_cid", "name", "pk", "pulp_created", "pulp_id", "pulp_last_updated", "reserved_resources_record", "started_at", "state", "unblocked_at", "versions"]
256
256
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
257
257
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
258
258
  end
@@ -20,6 +20,9 @@ module PulpcoreClient
20
20
  # Timestamp of creation.
21
21
  attr_accessor :pulp_created
22
22
 
23
+ # 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.
24
+ attr_accessor :pulp_last_updated
25
+
23
26
  # List of callables that define the new permissions to be created for new objects.This is deprecated. Use `creation_hooks` instead.
24
27
  attr_accessor :permissions_assignment
25
28
 
@@ -43,6 +46,7 @@ module PulpcoreClient
43
46
  {
44
47
  :'pulp_href' => :'pulp_href',
45
48
  :'pulp_created' => :'pulp_created',
49
+ :'pulp_last_updated' => :'pulp_last_updated',
46
50
  :'permissions_assignment' => :'permissions_assignment',
47
51
  :'creation_hooks' => :'creation_hooks',
48
52
  :'statements' => :'statements',
@@ -57,6 +61,7 @@ module PulpcoreClient
57
61
  {
58
62
  :'pulp_href' => :'String',
59
63
  :'pulp_created' => :'DateTime',
64
+ :'pulp_last_updated' => :'DateTime',
60
65
  :'permissions_assignment' => :'Array<Object>',
61
66
  :'creation_hooks' => :'Array<Object>',
62
67
  :'statements' => :'Array<Object>',
@@ -95,6 +100,10 @@ module PulpcoreClient
95
100
  self.pulp_created = attributes[:'pulp_created']
96
101
  end
97
102
 
103
+ if attributes.key?(:'pulp_last_updated')
104
+ self.pulp_last_updated = attributes[:'pulp_last_updated']
105
+ end
106
+
98
107
  if attributes.key?(:'permissions_assignment')
99
108
  if (value = attributes[:'permissions_assignment']).is_a?(Array)
100
109
  self.permissions_assignment = value
@@ -151,6 +160,7 @@ module PulpcoreClient
151
160
  self.class == o.class &&
152
161
  pulp_href == o.pulp_href &&
153
162
  pulp_created == o.pulp_created &&
163
+ pulp_last_updated == o.pulp_last_updated &&
154
164
  permissions_assignment == o.permissions_assignment &&
155
165
  creation_hooks == o.creation_hooks &&
156
166
  statements == o.statements &&
@@ -168,7 +178,7 @@ module PulpcoreClient
168
178
  # Calculates hash code according to all attributes.
169
179
  # @return [Integer] Hash code
170
180
  def hash
171
- [pulp_href, pulp_created, permissions_assignment, creation_hooks, statements, viewset_name, customized, queryset_scoping].hash
181
+ [pulp_href, pulp_created, pulp_last_updated, permissions_assignment, creation_hooks, statements, viewset_name, customized, queryset_scoping].hash
172
182
  end
173
183
 
174
184
  # Builds the object from hash
@@ -15,53 +15,58 @@ require 'date'
15
15
  module PulpcoreClient
16
16
  # A serializer for ArtifactDistribution.
17
17
  class ArtifactDistributionResponse
18
+ attr_accessor :pulp_labels
19
+
20
+ # An optional content-guard.
21
+ attr_accessor :content_guard
22
+
18
23
  # Whether this distribution should be shown in the content app.
19
24
  attr_accessor :hidden
20
25
 
26
+ # Timestamp of creation.
27
+ attr_accessor :pulp_created
28
+
29
+ # The URL for accessing the publication as defined by this distribution.
30
+ attr_accessor :base_url
31
+
21
32
  # A unique name. Ex, `rawhide` and `stable`.
22
33
  attr_accessor :name
23
34
 
24
- # An optional content-guard.
25
- attr_accessor :content_guard
26
-
27
35
  # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
28
36
  attr_accessor :base_path
29
37
 
30
- # The URL for accessing the publication as defined by this distribution.
31
- attr_accessor :base_url
32
-
33
38
  attr_accessor :pulp_href
34
39
 
35
- # Timestamp of creation.
36
- attr_accessor :pulp_created
37
-
38
- attr_accessor :pulp_labels
40
+ # 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.
41
+ attr_accessor :pulp_last_updated
39
42
 
40
43
  # Attribute mapping from ruby-style variable name to JSON key.
41
44
  def self.attribute_map
42
45
  {
46
+ :'pulp_labels' => :'pulp_labels',
47
+ :'content_guard' => :'content_guard',
43
48
  :'hidden' => :'hidden',
49
+ :'pulp_created' => :'pulp_created',
50
+ :'base_url' => :'base_url',
44
51
  :'name' => :'name',
45
- :'content_guard' => :'content_guard',
46
52
  :'base_path' => :'base_path',
47
- :'base_url' => :'base_url',
48
53
  :'pulp_href' => :'pulp_href',
49
- :'pulp_created' => :'pulp_created',
50
- :'pulp_labels' => :'pulp_labels'
54
+ :'pulp_last_updated' => :'pulp_last_updated'
51
55
  }
52
56
  end
53
57
 
54
58
  # Attribute type mapping.
55
59
  def self.openapi_types
56
60
  {
61
+ :'pulp_labels' => :'Hash<String, String>',
62
+ :'content_guard' => :'String',
57
63
  :'hidden' => :'Boolean',
64
+ :'pulp_created' => :'DateTime',
65
+ :'base_url' => :'String',
58
66
  :'name' => :'String',
59
- :'content_guard' => :'String',
60
67
  :'base_path' => :'String',
61
- :'base_url' => :'String',
62
68
  :'pulp_href' => :'String',
63
- :'pulp_created' => :'DateTime',
64
- :'pulp_labels' => :'Hash<String, String>'
69
+ :'pulp_last_updated' => :'DateTime'
65
70
  }
66
71
  end
67
72
 
@@ -87,40 +92,44 @@ module PulpcoreClient
87
92
  h[k.to_sym] = v
88
93
  }
89
94
 
95
+ if attributes.key?(:'pulp_labels')
96
+ if (value = attributes[:'pulp_labels']).is_a?(Hash)
97
+ self.pulp_labels = value
98
+ end
99
+ end
100
+
101
+ if attributes.key?(:'content_guard')
102
+ self.content_guard = attributes[:'content_guard']
103
+ end
104
+
90
105
  if attributes.key?(:'hidden')
91
106
  self.hidden = attributes[:'hidden']
92
107
  else
93
108
  self.hidden = false
94
109
  end
95
110
 
96
- if attributes.key?(:'name')
97
- self.name = attributes[:'name']
111
+ if attributes.key?(:'pulp_created')
112
+ self.pulp_created = attributes[:'pulp_created']
98
113
  end
99
114
 
100
- if attributes.key?(:'content_guard')
101
- self.content_guard = attributes[:'content_guard']
115
+ if attributes.key?(:'base_url')
116
+ self.base_url = attributes[:'base_url']
102
117
  end
103
118
 
104
- if attributes.key?(:'base_path')
105
- self.base_path = attributes[:'base_path']
119
+ if attributes.key?(:'name')
120
+ self.name = attributes[:'name']
106
121
  end
107
122
 
108
- if attributes.key?(:'base_url')
109
- self.base_url = attributes[:'base_url']
123
+ if attributes.key?(:'base_path')
124
+ self.base_path = attributes[:'base_path']
110
125
  end
111
126
 
112
127
  if attributes.key?(:'pulp_href')
113
128
  self.pulp_href = attributes[:'pulp_href']
114
129
  end
115
130
 
116
- if attributes.key?(:'pulp_created')
117
- self.pulp_created = attributes[:'pulp_created']
118
- end
119
-
120
- if attributes.key?(:'pulp_labels')
121
- if (value = attributes[:'pulp_labels']).is_a?(Hash)
122
- self.pulp_labels = value
123
- end
131
+ if attributes.key?(:'pulp_last_updated')
132
+ self.pulp_last_updated = attributes[:'pulp_last_updated']
124
133
  end
125
134
  end
126
135
 
@@ -152,14 +161,15 @@ module PulpcoreClient
152
161
  def ==(o)
153
162
  return true if self.equal?(o)
154
163
  self.class == o.class &&
164
+ pulp_labels == o.pulp_labels &&
165
+ content_guard == o.content_guard &&
155
166
  hidden == o.hidden &&
167
+ pulp_created == o.pulp_created &&
168
+ base_url == o.base_url &&
156
169
  name == o.name &&
157
- content_guard == o.content_guard &&
158
170
  base_path == o.base_path &&
159
- base_url == o.base_url &&
160
171
  pulp_href == o.pulp_href &&
161
- pulp_created == o.pulp_created &&
162
- pulp_labels == o.pulp_labels
172
+ pulp_last_updated == o.pulp_last_updated
163
173
  end
164
174
 
165
175
  # @see the `==` method
@@ -171,7 +181,7 @@ module PulpcoreClient
171
181
  # Calculates hash code according to all attributes.
172
182
  # @return [Integer] Hash code
173
183
  def hash
174
- [hidden, name, content_guard, base_path, base_url, pulp_href, pulp_created, pulp_labels].hash
184
+ [pulp_labels, content_guard, hidden, pulp_created, base_url, name, base_path, pulp_href, pulp_last_updated].hash
175
185
  end
176
186
 
177
187
  # Builds the object from hash
@@ -20,6 +20,9 @@ module PulpcoreClient
20
20
  # Timestamp of creation.
21
21
  attr_accessor :pulp_created
22
22
 
23
+ # 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.
24
+ attr_accessor :pulp_last_updated
25
+
23
26
  # The stored file.
24
27
  attr_accessor :file
25
28
 
@@ -49,6 +52,7 @@ module PulpcoreClient
49
52
  {
50
53
  :'pulp_href' => :'pulp_href',
51
54
  :'pulp_created' => :'pulp_created',
55
+ :'pulp_last_updated' => :'pulp_last_updated',
52
56
  :'file' => :'file',
53
57
  :'size' => :'size',
54
58
  :'md5' => :'md5',
@@ -65,6 +69,7 @@ module PulpcoreClient
65
69
  {
66
70
  :'pulp_href' => :'String',
67
71
  :'pulp_created' => :'DateTime',
72
+ :'pulp_last_updated' => :'DateTime',
68
73
  :'file' => :'String',
69
74
  :'size' => :'Integer',
70
75
  :'md5' => :'String',
@@ -111,6 +116,10 @@ module PulpcoreClient
111
116
  self.pulp_created = attributes[:'pulp_created']
112
117
  end
113
118
 
119
+ if attributes.key?(:'pulp_last_updated')
120
+ self.pulp_last_updated = attributes[:'pulp_last_updated']
121
+ end
122
+
114
123
  if attributes.key?(:'file')
115
124
  self.file = attributes[:'file']
116
125
  end
@@ -169,6 +178,7 @@ module PulpcoreClient
169
178
  self.class == o.class &&
170
179
  pulp_href == o.pulp_href &&
171
180
  pulp_created == o.pulp_created &&
181
+ pulp_last_updated == o.pulp_last_updated &&
172
182
  file == o.file &&
173
183
  size == o.size &&
174
184
  md5 == o.md5 &&
@@ -188,7 +198,7 @@ module PulpcoreClient
188
198
  # Calculates hash code according to all attributes.
189
199
  # @return [Integer] Hash code
190
200
  def hash
191
- [pulp_href, pulp_created, file, size, md5, sha1, sha224, sha256, sha384, sha512].hash
201
+ [pulp_href, pulp_created, pulp_last_updated, file, size, md5, sha1, sha224, sha256, sha384, sha512].hash
192
202
  end
193
203
 
194
204
  # Builds the object from hash
@@ -20,6 +20,9 @@ module PulpcoreClient
20
20
  # Timestamp of creation.
21
21
  attr_accessor :pulp_created
22
22
 
23
+ # 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.
24
+ attr_accessor :pulp_last_updated
25
+
23
26
  # The unique name.
24
27
  attr_accessor :name
25
28
 
@@ -34,6 +37,7 @@ module PulpcoreClient
34
37
  {
35
38
  :'pulp_href' => :'pulp_href',
36
39
  :'pulp_created' => :'pulp_created',
40
+ :'pulp_last_updated' => :'pulp_last_updated',
37
41
  :'name' => :'name',
38
42
  :'description' => :'description',
39
43
  :'guards' => :'guards'
@@ -45,6 +49,7 @@ module PulpcoreClient
45
49
  {
46
50
  :'pulp_href' => :'String',
47
51
  :'pulp_created' => :'DateTime',
52
+ :'pulp_last_updated' => :'DateTime',
48
53
  :'name' => :'String',
49
54
  :'description' => :'String',
50
55
  :'guards' => :'Array<String>'
@@ -81,6 +86,10 @@ module PulpcoreClient
81
86
  self.pulp_created = attributes[:'pulp_created']
82
87
  end
83
88
 
89
+ if attributes.key?(:'pulp_last_updated')
90
+ self.pulp_last_updated = attributes[:'pulp_last_updated']
91
+ end
92
+
84
93
  if attributes.key?(:'name')
85
94
  self.name = attributes[:'name']
86
95
  end
@@ -121,6 +130,7 @@ module PulpcoreClient
121
130
  self.class == o.class &&
122
131
  pulp_href == o.pulp_href &&
123
132
  pulp_created == o.pulp_created &&
133
+ pulp_last_updated == o.pulp_last_updated &&
124
134
  name == o.name &&
125
135
  description == o.description &&
126
136
  guards == o.guards
@@ -135,7 +145,7 @@ module PulpcoreClient
135
145
  # Calculates hash code according to all attributes.
136
146
  # @return [Integer] Hash code
137
147
  def hash
138
- [pulp_href, pulp_created, name, description, guards].hash
148
+ [pulp_href, pulp_created, pulp_last_updated, name, description, guards].hash
139
149
  end
140
150
 
141
151
  # Builds the object from hash
@@ -20,6 +20,9 @@ module PulpcoreClient
20
20
  # Timestamp of creation.
21
21
  attr_accessor :pulp_created
22
22
 
23
+ # 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.
24
+ attr_accessor :pulp_last_updated
25
+
23
26
  # The unique name.
24
27
  attr_accessor :name
25
28
 
@@ -31,6 +34,7 @@ module PulpcoreClient
31
34
  {
32
35
  :'pulp_href' => :'pulp_href',
33
36
  :'pulp_created' => :'pulp_created',
37
+ :'pulp_last_updated' => :'pulp_last_updated',
34
38
  :'name' => :'name',
35
39
  :'description' => :'description'
36
40
  }
@@ -41,6 +45,7 @@ module PulpcoreClient
41
45
  {
42
46
  :'pulp_href' => :'String',
43
47
  :'pulp_created' => :'DateTime',
48
+ :'pulp_last_updated' => :'DateTime',
44
49
  :'name' => :'String',
45
50
  :'description' => :'String'
46
51
  }
@@ -76,6 +81,10 @@ module PulpcoreClient
76
81
  self.pulp_created = attributes[:'pulp_created']
77
82
  end
78
83
 
84
+ if attributes.key?(:'pulp_last_updated')
85
+ self.pulp_last_updated = attributes[:'pulp_last_updated']
86
+ end
87
+
79
88
  if attributes.key?(:'name')
80
89
  self.name = attributes[:'name']
81
90
  end
@@ -110,6 +119,7 @@ module PulpcoreClient
110
119
  self.class == o.class &&
111
120
  pulp_href == o.pulp_href &&
112
121
  pulp_created == o.pulp_created &&
122
+ pulp_last_updated == o.pulp_last_updated &&
113
123
  name == o.name &&
114
124
  description == o.description
115
125
  end
@@ -123,7 +133,7 @@ module PulpcoreClient
123
133
  # Calculates hash code according to all attributes.
124
134
  # @return [Integer] Hash code
125
135
  def hash
126
- [pulp_href, pulp_created, name, description].hash
136
+ [pulp_href, pulp_created, pulp_last_updated, name, description].hash
127
137
  end
128
138
 
129
139
  # Builds the object from hash
@@ -20,6 +20,9 @@ module PulpcoreClient
20
20
  # Timestamp of creation.
21
21
  attr_accessor :pulp_created
22
22
 
23
+ # 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.
24
+ attr_accessor :pulp_last_updated
25
+
23
26
  # The unique name.
24
27
  attr_accessor :name
25
28
 
@@ -31,6 +34,7 @@ module PulpcoreClient
31
34
  {
32
35
  :'pulp_href' => :'pulp_href',
33
36
  :'pulp_created' => :'pulp_created',
37
+ :'pulp_last_updated' => :'pulp_last_updated',
34
38
  :'name' => :'name',
35
39
  :'description' => :'description'
36
40
  }
@@ -41,6 +45,7 @@ module PulpcoreClient
41
45
  {
42
46
  :'pulp_href' => :'String',
43
47
  :'pulp_created' => :'DateTime',
48
+ :'pulp_last_updated' => :'DateTime',
44
49
  :'name' => :'String',
45
50
  :'description' => :'String'
46
51
  }
@@ -76,6 +81,10 @@ module PulpcoreClient
76
81
  self.pulp_created = attributes[:'pulp_created']
77
82
  end
78
83
 
84
+ if attributes.key?(:'pulp_last_updated')
85
+ self.pulp_last_updated = attributes[:'pulp_last_updated']
86
+ end
87
+
79
88
  if attributes.key?(:'name')
80
89
  self.name = attributes[:'name']
81
90
  end
@@ -110,6 +119,7 @@ module PulpcoreClient
110
119
  self.class == o.class &&
111
120
  pulp_href == o.pulp_href &&
112
121
  pulp_created == o.pulp_created &&
122
+ pulp_last_updated == o.pulp_last_updated &&
113
123
  name == o.name &&
114
124
  description == o.description
115
125
  end
@@ -123,7 +133,7 @@ module PulpcoreClient
123
133
  # Calculates hash code according to all attributes.
124
134
  # @return [Integer] Hash code
125
135
  def hash
126
- [pulp_href, pulp_created, name, description].hash
136
+ [pulp_href, pulp_created, pulp_last_updated, name, description].hash
127
137
  end
128
138
 
129
139
  # Builds the object from hash
@@ -20,6 +20,9 @@ module PulpcoreClient
20
20
  # Timestamp of creation.
21
21
  attr_accessor :pulp_created
22
22
 
23
+ # 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.
24
+ attr_accessor :pulp_last_updated
25
+
23
26
  # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
24
27
  attr_accessor :base_path
25
28
 
@@ -45,6 +48,7 @@ module PulpcoreClient
45
48
  {
46
49
  :'pulp_href' => :'pulp_href',
47
50
  :'pulp_created' => :'pulp_created',
51
+ :'pulp_last_updated' => :'pulp_last_updated',
48
52
  :'base_path' => :'base_path',
49
53
  :'base_url' => :'base_url',
50
54
  :'content_guard' => :'content_guard',
@@ -60,6 +64,7 @@ module PulpcoreClient
60
64
  {
61
65
  :'pulp_href' => :'String',
62
66
  :'pulp_created' => :'DateTime',
67
+ :'pulp_last_updated' => :'DateTime',
63
68
  :'base_path' => :'String',
64
69
  :'base_url' => :'String',
65
70
  :'content_guard' => :'String',
@@ -101,6 +106,10 @@ module PulpcoreClient
101
106
  self.pulp_created = attributes[:'pulp_created']
102
107
  end
103
108
 
109
+ if attributes.key?(:'pulp_last_updated')
110
+ self.pulp_last_updated = attributes[:'pulp_last_updated']
111
+ end
112
+
104
113
  if attributes.key?(:'base_path')
105
114
  self.base_path = attributes[:'base_path']
106
115
  end
@@ -164,6 +173,7 @@ module PulpcoreClient
164
173
  self.class == o.class &&
165
174
  pulp_href == o.pulp_href &&
166
175
  pulp_created == o.pulp_created &&
176
+ pulp_last_updated == o.pulp_last_updated &&
167
177
  base_path == o.base_path &&
168
178
  base_url == o.base_url &&
169
179
  content_guard == o.content_guard &&
@@ -182,7 +192,7 @@ module PulpcoreClient
182
192
  # Calculates hash code according to all attributes.
183
193
  # @return [Integer] Hash code
184
194
  def hash
185
- [pulp_href, pulp_created, base_path, base_url, content_guard, hidden, pulp_labels, name, repository].hash
195
+ [pulp_href, pulp_created, pulp_last_updated, base_path, base_url, content_guard, hidden, pulp_labels, name, repository].hash
186
196
  end
187
197
 
188
198
  # Builds the object from hash
@@ -20,6 +20,9 @@ module PulpcoreClient
20
20
  # Timestamp of creation.
21
21
  attr_accessor :pulp_created
22
22
 
23
+ # 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.
24
+ attr_accessor :pulp_last_updated
25
+
23
26
  # A name for this domain.
24
27
  attr_accessor :name
25
28
 
@@ -43,6 +46,7 @@ module PulpcoreClient
43
46
  {
44
47
  :'pulp_href' => :'pulp_href',
45
48
  :'pulp_created' => :'pulp_created',
49
+ :'pulp_last_updated' => :'pulp_last_updated',
46
50
  :'name' => :'name',
47
51
  :'description' => :'description',
48
52
  :'storage_class' => :'storage_class',
@@ -57,6 +61,7 @@ module PulpcoreClient
57
61
  {
58
62
  :'pulp_href' => :'String',
59
63
  :'pulp_created' => :'DateTime',
64
+ :'pulp_last_updated' => :'DateTime',
60
65
  :'name' => :'String',
61
66
  :'description' => :'String',
62
67
  :'storage_class' => :'StorageClassEnum',
@@ -96,6 +101,10 @@ module PulpcoreClient
96
101
  self.pulp_created = attributes[:'pulp_created']
97
102
  end
98
103
 
104
+ if attributes.key?(:'pulp_last_updated')
105
+ self.pulp_last_updated = attributes[:'pulp_last_updated']
106
+ end
107
+
99
108
  if attributes.key?(:'name')
100
109
  self.name = attributes[:'name']
101
110
  end
@@ -190,6 +199,7 @@ module PulpcoreClient
190
199
  self.class == o.class &&
191
200
  pulp_href == o.pulp_href &&
192
201
  pulp_created == o.pulp_created &&
202
+ pulp_last_updated == o.pulp_last_updated &&
193
203
  name == o.name &&
194
204
  description == o.description &&
195
205
  storage_class == o.storage_class &&
@@ -207,7 +217,7 @@ module PulpcoreClient
207
217
  # Calculates hash code according to all attributes.
208
218
  # @return [Integer] Hash code
209
219
  def hash
210
- [pulp_href, pulp_created, name, description, storage_class, storage_settings, redirect_to_object_storage, hide_guarded_distributions].hash
220
+ [pulp_href, pulp_created, pulp_last_updated, name, description, storage_class, storage_settings, redirect_to_object_storage, hide_guarded_distributions].hash
211
221
  end
212
222
 
213
223
  # Builds the object from hash