pulp_container_client 2.19.7 → 2.19.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (96) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +7 -6
  3. data/docs/ContainerContainerDistribution.md +7 -7
  4. data/docs/ContainerContainerDistributionResponse.md +10 -10
  5. data/docs/ContainerContainerPullThroughDistribution.md +7 -7
  6. data/docs/ContainerContainerPullThroughDistributionResponse.md +10 -10
  7. data/docs/ContainerContainerPullThroughRemote.md +1 -1
  8. data/docs/ContainerContainerPullThroughRemoteResponse.md +1 -1
  9. data/docs/ContainerContainerPushRepository.md +6 -6
  10. data/docs/ContainerContainerPushRepositoryResponse.md +13 -13
  11. data/docs/ContainerContainerRemote.md +1 -1
  12. data/docs/ContainerContainerRemoteResponse.md +1 -1
  13. data/docs/ContainerManifestResponse.md +2 -2
  14. data/docs/ContentBlobsApi.md +4 -0
  15. data/docs/ContentManifestsApi.md +4 -0
  16. data/docs/ContentSignaturesApi.md +4 -0
  17. data/docs/ContentTagsApi.md +4 -0
  18. data/docs/DistributionsContainerApi.md +56 -16
  19. data/docs/DistributionsPullThroughApi.md +56 -16
  20. data/docs/OCIBuildImage.md +1 -1
  21. data/docs/PatchedcontainerContainerDistribution.md +7 -7
  22. data/docs/PatchedcontainerContainerPullThroughDistribution.md +7 -7
  23. data/docs/PatchedcontainerContainerPullThroughRemote.md +1 -1
  24. data/docs/PatchedcontainerContainerPushRepository.md +6 -6
  25. data/docs/PatchedcontainerContainerRemote.md +1 -1
  26. data/docs/{Policy762Enum.md → Policy692Enum.md} +2 -2
  27. data/docs/{Policy8e2Enum.md → Policy7e0Enum.md} +2 -2
  28. data/docs/PulpContainerNamespacesApi.md +32 -8
  29. data/docs/RemotesContainerApi.md +56 -16
  30. data/docs/RemotesPullThroughApi.md +56 -16
  31. data/docs/RepositoriesContainerApi.md +108 -34
  32. data/docs/RepositoriesContainerPushApi.md +62 -18
  33. data/docs/RepositoriesContainerPushVersionsApi.md +16 -4
  34. data/docs/RepositoriesContainerVersionsApi.md +16 -4
  35. data/docs/TokenApi.md +13 -3
  36. data/lib/pulp_container_client/api/content_blobs_api.rb +6 -0
  37. data/lib/pulp_container_client/api/content_manifests_api.rb +6 -0
  38. data/lib/pulp_container_client/api/content_signatures_api.rb +6 -0
  39. data/lib/pulp_container_client/api/content_tags_api.rb +6 -0
  40. data/lib/pulp_container_client/api/distributions_container_api.rb +36 -0
  41. data/lib/pulp_container_client/api/distributions_pull_through_api.rb +36 -0
  42. data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +24 -0
  43. data/lib/pulp_container_client/api/remotes_container_api.rb +36 -0
  44. data/lib/pulp_container_client/api/remotes_pull_through_api.rb +36 -0
  45. data/lib/pulp_container_client/api/repositories_container_api.rb +65 -2
  46. data/lib/pulp_container_client/api/repositories_container_push_api.rb +39 -0
  47. data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +12 -0
  48. data/lib/pulp_container_client/api/repositories_container_versions_api.rb +12 -0
  49. data/lib/pulp_container_client/api/token_api.rb +9 -0
  50. data/lib/pulp_container_client/models/container_container_distribution.rb +49 -49
  51. data/lib/pulp_container_client/models/container_container_distribution_response.rb +47 -47
  52. data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +49 -49
  53. data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +47 -47
  54. data/lib/pulp_container_client/models/container_container_pull_through_remote.rb +1 -1
  55. data/lib/pulp_container_client/models/container_container_pull_through_remote_response.rb +1 -1
  56. data/lib/pulp_container_client/models/container_container_push_repository.rb +24 -24
  57. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +55 -55
  58. data/lib/pulp_container_client/models/container_container_remote.rb +1 -1
  59. data/lib/pulp_container_client/models/container_container_remote_response.rb +1 -1
  60. data/lib/pulp_container_client/models/container_manifest_response.rb +2 -2
  61. data/lib/pulp_container_client/models/oci_build_image.rb +1 -1
  62. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +40 -40
  63. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +40 -40
  64. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_remote.rb +1 -1
  65. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +24 -24
  66. data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +1 -1
  67. data/lib/pulp_container_client/models/{policy762_enum.rb → policy692_enum.rb} +3 -3
  68. data/lib/pulp_container_client/models/{policy8e2_enum.rb → policy7e0_enum.rb} +3 -3
  69. data/lib/pulp_container_client/version.rb +1 -1
  70. data/lib/pulp_container_client.rb +2 -2
  71. data/spec/api/content_blobs_api_spec.rb +2 -0
  72. data/spec/api/content_manifests_api_spec.rb +2 -0
  73. data/spec/api/content_signatures_api_spec.rb +2 -0
  74. data/spec/api/content_tags_api_spec.rb +2 -0
  75. data/spec/api/distributions_container_api_spec.rb +12 -0
  76. data/spec/api/distributions_pull_through_api_spec.rb +12 -0
  77. data/spec/api/pulp_container_namespaces_api_spec.rb +8 -0
  78. data/spec/api/remotes_container_api_spec.rb +12 -0
  79. data/spec/api/remotes_pull_through_api_spec.rb +12 -0
  80. data/spec/api/repositories_container_api_spec.rb +22 -1
  81. data/spec/api/repositories_container_push_api_spec.rb +13 -0
  82. data/spec/api/repositories_container_push_versions_api_spec.rb +4 -0
  83. data/spec/api/repositories_container_versions_api_spec.rb +4 -0
  84. data/spec/api/token_api_spec.rb +3 -0
  85. data/spec/models/container_container_distribution_response_spec.rb +8 -8
  86. data/spec/models/container_container_distribution_spec.rb +6 -6
  87. data/spec/models/container_container_pull_through_distribution_response_spec.rb +8 -8
  88. data/spec/models/container_container_pull_through_distribution_spec.rb +6 -6
  89. data/spec/models/container_container_push_repository_response_spec.rb +9 -9
  90. data/spec/models/container_container_push_repository_spec.rb +5 -5
  91. data/spec/models/patchedcontainer_container_distribution_spec.rb +6 -6
  92. data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +6 -6
  93. data/spec/models/patchedcontainer_container_push_repository_spec.rb +5 -5
  94. data/spec/models/{policy762_enum_spec.rb → policy692_enum_spec.rb} +6 -6
  95. data/spec/models/{policy8e2_enum_spec.rb → policy7e0_enum_spec.rb} +6 -6
  96. metadata +66 -66
@@ -15,30 +15,30 @@ require 'date'
15
15
  module PulpContainerClient
16
16
  # A serializer for a specialized pull-through distribution referencing sub-distributions.
17
17
  class ContainerContainerPullThroughDistributionResponse
18
- # 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.
19
- attr_accessor :pulp_last_updated
18
+ # A unique name. Ex, `rawhide` and `stable`.
19
+ attr_accessor :name
20
20
 
21
21
  attr_accessor :pulp_labels
22
22
 
23
- # An optional content-guard. If none is specified, a default one will be used.
24
- attr_accessor :content_guard
25
-
26
- attr_accessor :pulp_href
23
+ # 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
+ attr_accessor :base_path
27
25
 
28
- # Timestamp of creation.
29
- attr_accessor :pulp_created
26
+ # 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.
27
+ attr_accessor :pulp_last_updated
30
28
 
31
29
  # The latest RepositoryVersion for this Repository will be served.
32
30
  attr_accessor :repository
33
31
 
34
- # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
35
- attr_accessor :base_path
32
+ # An optional content-guard. If none is specified, a default one will be used.
33
+ attr_accessor :content_guard
36
34
 
37
35
  # Whether this distribution should be shown in the content app.
38
36
  attr_accessor :hidden
39
37
 
40
- # A unique name. Ex, `rawhide` and `stable`.
41
- attr_accessor :name
38
+ attr_accessor :pulp_href
39
+
40
+ # Timestamp of creation.
41
+ attr_accessor :pulp_created
42
42
 
43
43
  # Remote that can be used to fetch content when using pull-through caching.
44
44
  attr_accessor :remote
@@ -58,15 +58,15 @@ module PulpContainerClient
58
58
  # Attribute mapping from ruby-style variable name to JSON key.
59
59
  def self.attribute_map
60
60
  {
61
- :'pulp_last_updated' => :'pulp_last_updated',
61
+ :'name' => :'name',
62
62
  :'pulp_labels' => :'pulp_labels',
63
+ :'base_path' => :'base_path',
64
+ :'pulp_last_updated' => :'pulp_last_updated',
65
+ :'repository' => :'repository',
63
66
  :'content_guard' => :'content_guard',
67
+ :'hidden' => :'hidden',
64
68
  :'pulp_href' => :'pulp_href',
65
69
  :'pulp_created' => :'pulp_created',
66
- :'repository' => :'repository',
67
- :'base_path' => :'base_path',
68
- :'hidden' => :'hidden',
69
- :'name' => :'name',
70
70
  :'remote' => :'remote',
71
71
  :'distributions' => :'distributions',
72
72
  :'namespace' => :'namespace',
@@ -78,15 +78,15 @@ module PulpContainerClient
78
78
  # Attribute type mapping.
79
79
  def self.openapi_types
80
80
  {
81
- :'pulp_last_updated' => :'DateTime',
81
+ :'name' => :'String',
82
82
  :'pulp_labels' => :'Hash<String, String>',
83
+ :'base_path' => :'String',
84
+ :'pulp_last_updated' => :'DateTime',
85
+ :'repository' => :'String',
83
86
  :'content_guard' => :'String',
87
+ :'hidden' => :'Boolean',
84
88
  :'pulp_href' => :'String',
85
89
  :'pulp_created' => :'DateTime',
86
- :'repository' => :'String',
87
- :'base_path' => :'String',
88
- :'hidden' => :'Boolean',
89
- :'name' => :'String',
90
90
  :'remote' => :'String',
91
91
  :'distributions' => :'Array<String>',
92
92
  :'namespace' => :'String',
@@ -118,8 +118,8 @@ module PulpContainerClient
118
118
  h[k.to_sym] = v
119
119
  }
120
120
 
121
- if attributes.key?(:'pulp_last_updated')
122
- self.pulp_last_updated = attributes[:'pulp_last_updated']
121
+ if attributes.key?(:'name')
122
+ self.name = attributes[:'name']
123
123
  end
124
124
 
125
125
  if attributes.key?(:'pulp_labels')
@@ -128,24 +128,20 @@ module PulpContainerClient
128
128
  end
129
129
  end
130
130
 
131
- if attributes.key?(:'content_guard')
132
- self.content_guard = attributes[:'content_guard']
133
- end
134
-
135
- if attributes.key?(:'pulp_href')
136
- self.pulp_href = attributes[:'pulp_href']
131
+ if attributes.key?(:'base_path')
132
+ self.base_path = attributes[:'base_path']
137
133
  end
138
134
 
139
- if attributes.key?(:'pulp_created')
140
- self.pulp_created = attributes[:'pulp_created']
135
+ if attributes.key?(:'pulp_last_updated')
136
+ self.pulp_last_updated = attributes[:'pulp_last_updated']
141
137
  end
142
138
 
143
139
  if attributes.key?(:'repository')
144
140
  self.repository = attributes[:'repository']
145
141
  end
146
142
 
147
- if attributes.key?(:'base_path')
148
- self.base_path = attributes[:'base_path']
143
+ if attributes.key?(:'content_guard')
144
+ self.content_guard = attributes[:'content_guard']
149
145
  end
150
146
 
151
147
  if attributes.key?(:'hidden')
@@ -154,8 +150,12 @@ module PulpContainerClient
154
150
  self.hidden = false
155
151
  end
156
152
 
157
- if attributes.key?(:'name')
158
- self.name = attributes[:'name']
153
+ if attributes.key?(:'pulp_href')
154
+ self.pulp_href = attributes[:'pulp_href']
155
+ end
156
+
157
+ if attributes.key?(:'pulp_created')
158
+ self.pulp_created = attributes[:'pulp_created']
159
159
  end
160
160
 
161
161
  if attributes.key?(:'remote')
@@ -185,14 +185,14 @@ module PulpContainerClient
185
185
  # @return Array for valid properties with the reasons
186
186
  def list_invalid_properties
187
187
  invalid_properties = Array.new
188
- if @base_path.nil?
189
- invalid_properties.push('invalid value for "base_path", base_path cannot be nil.')
190
- end
191
-
192
188
  if @name.nil?
193
189
  invalid_properties.push('invalid value for "name", name cannot be nil.')
194
190
  end
195
191
 
192
+ if @base_path.nil?
193
+ invalid_properties.push('invalid value for "base_path", base_path cannot be nil.')
194
+ end
195
+
196
196
  if @remote.nil?
197
197
  invalid_properties.push('invalid value for "remote", remote cannot be nil.')
198
198
  end
@@ -203,8 +203,8 @@ module PulpContainerClient
203
203
  # Check to see if the all the properties in the model are valid
204
204
  # @return true if the model is valid
205
205
  def valid?
206
- return false if @base_path.nil?
207
206
  return false if @name.nil?
207
+ return false if @base_path.nil?
208
208
  return false if @remote.nil?
209
209
  true
210
210
  end
@@ -214,15 +214,15 @@ module PulpContainerClient
214
214
  def ==(o)
215
215
  return true if self.equal?(o)
216
216
  self.class == o.class &&
217
- pulp_last_updated == o.pulp_last_updated &&
217
+ name == o.name &&
218
218
  pulp_labels == o.pulp_labels &&
219
+ base_path == o.base_path &&
220
+ pulp_last_updated == o.pulp_last_updated &&
221
+ repository == o.repository &&
219
222
  content_guard == o.content_guard &&
223
+ hidden == o.hidden &&
220
224
  pulp_href == o.pulp_href &&
221
225
  pulp_created == o.pulp_created &&
222
- repository == o.repository &&
223
- base_path == o.base_path &&
224
- hidden == o.hidden &&
225
- name == o.name &&
226
226
  remote == o.remote &&
227
227
  distributions == o.distributions &&
228
228
  namespace == o.namespace &&
@@ -239,7 +239,7 @@ module PulpContainerClient
239
239
  # Calculates hash code according to all attributes.
240
240
  # @return [Integer] Hash code
241
241
  def hash
242
- [pulp_last_updated, pulp_labels, content_guard, pulp_href, pulp_created, repository, base_path, hidden, name, remote, distributions, namespace, private, description].hash
242
+ [name, pulp_labels, base_path, pulp_last_updated, repository, content_guard, hidden, pulp_href, pulp_created, remote, distributions, namespace, private, description].hash
243
243
  end
244
244
 
245
245
  # Builds the object from hash
@@ -120,7 +120,7 @@ module PulpContainerClient
120
120
  :'pulp_labels' => :'Hash<String, String>',
121
121
  :'download_concurrency' => :'Integer',
122
122
  :'max_retries' => :'Integer',
123
- :'policy' => :'Policy8e2Enum',
123
+ :'policy' => :'Policy7e0Enum',
124
124
  :'total_timeout' => :'Float',
125
125
  :'connect_timeout' => :'Float',
126
126
  :'sock_connect_timeout' => :'Float',
@@ -113,7 +113,7 @@ module PulpContainerClient
113
113
  :'pulp_labels' => :'Hash<String, String>',
114
114
  :'download_concurrency' => :'Integer',
115
115
  :'max_retries' => :'Integer',
116
- :'policy' => :'Policy8e2Enum',
116
+ :'policy' => :'Policy7e0Enum',
117
117
  :'total_timeout' => :'Float',
118
118
  :'connect_timeout' => :'Float',
119
119
  :'sock_connect_timeout' => :'Float',
@@ -15,39 +15,39 @@ require 'date'
15
15
  module PulpContainerClient
16
16
  # Serializer for Container Push Repositories.
17
17
  class ContainerContainerPushRepository
18
- attr_accessor :pulp_labels
19
-
20
18
  # An optional description.
21
19
  attr_accessor :description
22
20
 
23
21
  # A unique name for this repository.
24
22
  attr_accessor :name
25
23
 
26
- # A reference to an associated signing service.
27
- attr_accessor :manifest_signing_service
24
+ attr_accessor :pulp_labels
28
25
 
29
26
  # Retain X versions of the repository. Default is null which retains all versions.
30
27
  attr_accessor :retain_repo_versions
31
28
 
29
+ # A reference to an associated signing service.
30
+ attr_accessor :manifest_signing_service
31
+
32
32
  # Attribute mapping from ruby-style variable name to JSON key.
33
33
  def self.attribute_map
34
34
  {
35
- :'pulp_labels' => :'pulp_labels',
36
35
  :'description' => :'description',
37
36
  :'name' => :'name',
38
- :'manifest_signing_service' => :'manifest_signing_service',
39
- :'retain_repo_versions' => :'retain_repo_versions'
37
+ :'pulp_labels' => :'pulp_labels',
38
+ :'retain_repo_versions' => :'retain_repo_versions',
39
+ :'manifest_signing_service' => :'manifest_signing_service'
40
40
  }
41
41
  end
42
42
 
43
43
  # Attribute type mapping.
44
44
  def self.openapi_types
45
45
  {
46
- :'pulp_labels' => :'Hash<String, String>',
47
46
  :'description' => :'String',
48
47
  :'name' => :'String',
49
- :'manifest_signing_service' => :'String',
50
- :'retain_repo_versions' => :'Integer'
48
+ :'pulp_labels' => :'Hash<String, String>',
49
+ :'retain_repo_versions' => :'Integer',
50
+ :'manifest_signing_service' => :'String'
51
51
  }
52
52
  end
53
53
 
@@ -55,8 +55,8 @@ module PulpContainerClient
55
55
  def self.openapi_nullable
56
56
  Set.new([
57
57
  :'description',
58
- :'manifest_signing_service',
59
- :'retain_repo_versions'
58
+ :'retain_repo_versions',
59
+ :'manifest_signing_service'
60
60
  ])
61
61
  end
62
62
 
@@ -75,12 +75,6 @@ module PulpContainerClient
75
75
  h[k.to_sym] = v
76
76
  }
77
77
 
78
- if attributes.key?(:'pulp_labels')
79
- if (value = attributes[:'pulp_labels']).is_a?(Hash)
80
- self.pulp_labels = value
81
- end
82
- end
83
-
84
78
  if attributes.key?(:'description')
85
79
  self.description = attributes[:'description']
86
80
  end
@@ -89,13 +83,19 @@ module PulpContainerClient
89
83
  self.name = attributes[:'name']
90
84
  end
91
85
 
92
- if attributes.key?(:'manifest_signing_service')
93
- self.manifest_signing_service = attributes[:'manifest_signing_service']
86
+ if attributes.key?(:'pulp_labels')
87
+ if (value = attributes[:'pulp_labels']).is_a?(Hash)
88
+ self.pulp_labels = value
89
+ end
94
90
  end
95
91
 
96
92
  if attributes.key?(:'retain_repo_versions')
97
93
  self.retain_repo_versions = attributes[:'retain_repo_versions']
98
94
  end
95
+
96
+ if attributes.key?(:'manifest_signing_service')
97
+ self.manifest_signing_service = attributes[:'manifest_signing_service']
98
+ end
99
99
  end
100
100
 
101
101
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -170,11 +170,11 @@ module PulpContainerClient
170
170
  def ==(o)
171
171
  return true if self.equal?(o)
172
172
  self.class == o.class &&
173
- pulp_labels == o.pulp_labels &&
174
173
  description == o.description &&
175
174
  name == o.name &&
176
- manifest_signing_service == o.manifest_signing_service &&
177
- retain_repo_versions == o.retain_repo_versions
175
+ pulp_labels == o.pulp_labels &&
176
+ retain_repo_versions == o.retain_repo_versions &&
177
+ manifest_signing_service == o.manifest_signing_service
178
178
  end
179
179
 
180
180
  # @see the `==` method
@@ -186,7 +186,7 @@ module PulpContainerClient
186
186
  # Calculates hash code according to all attributes.
187
187
  # @return [Integer] Hash code
188
188
  def hash
189
- [pulp_labels, description, name, manifest_signing_service, retain_repo_versions].hash
189
+ [description, name, pulp_labels, retain_repo_versions, manifest_signing_service].hash
190
190
  end
191
191
 
192
192
  # Builds the object from hash
@@ -15,61 +15,61 @@ require 'date'
15
15
  module PulpContainerClient
16
16
  # Serializer for Container Push Repositories.
17
17
  class ContainerContainerPushRepositoryResponse
18
- # 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.
19
- attr_accessor :pulp_last_updated
20
-
21
- attr_accessor :pulp_labels
22
-
23
- attr_accessor :pulp_href
24
-
25
- # Timestamp of creation.
26
- attr_accessor :pulp_created
27
-
28
- attr_accessor :versions_href
29
-
30
18
  # An optional description.
31
19
  attr_accessor :description
32
20
 
33
21
  # A unique name for this repository.
34
22
  attr_accessor :name
35
23
 
36
- # A reference to an associated signing service.
37
- attr_accessor :manifest_signing_service
24
+ attr_accessor :pulp_labels
38
25
 
39
26
  # Retain X versions of the repository. Default is null which retains all versions.
40
27
  attr_accessor :retain_repo_versions
41
28
 
29
+ attr_accessor :versions_href
30
+
31
+ # 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.
32
+ attr_accessor :pulp_last_updated
33
+
42
34
  attr_accessor :latest_version_href
43
35
 
36
+ attr_accessor :pulp_href
37
+
38
+ # Timestamp of creation.
39
+ attr_accessor :pulp_created
40
+
41
+ # A reference to an associated signing service.
42
+ attr_accessor :manifest_signing_service
43
+
44
44
  # Attribute mapping from ruby-style variable name to JSON key.
45
45
  def self.attribute_map
46
46
  {
47
- :'pulp_last_updated' => :'pulp_last_updated',
48
- :'pulp_labels' => :'pulp_labels',
49
- :'pulp_href' => :'pulp_href',
50
- :'pulp_created' => :'pulp_created',
51
- :'versions_href' => :'versions_href',
52
47
  :'description' => :'description',
53
48
  :'name' => :'name',
54
- :'manifest_signing_service' => :'manifest_signing_service',
49
+ :'pulp_labels' => :'pulp_labels',
55
50
  :'retain_repo_versions' => :'retain_repo_versions',
56
- :'latest_version_href' => :'latest_version_href'
51
+ :'versions_href' => :'versions_href',
52
+ :'pulp_last_updated' => :'pulp_last_updated',
53
+ :'latest_version_href' => :'latest_version_href',
54
+ :'pulp_href' => :'pulp_href',
55
+ :'pulp_created' => :'pulp_created',
56
+ :'manifest_signing_service' => :'manifest_signing_service'
57
57
  }
58
58
  end
59
59
 
60
60
  # Attribute type mapping.
61
61
  def self.openapi_types
62
62
  {
63
- :'pulp_last_updated' => :'DateTime',
64
- :'pulp_labels' => :'Hash<String, String>',
65
- :'pulp_href' => :'String',
66
- :'pulp_created' => :'DateTime',
67
- :'versions_href' => :'String',
68
63
  :'description' => :'String',
69
64
  :'name' => :'String',
70
- :'manifest_signing_service' => :'String',
65
+ :'pulp_labels' => :'Hash<String, String>',
71
66
  :'retain_repo_versions' => :'Integer',
72
- :'latest_version_href' => :'String'
67
+ :'versions_href' => :'String',
68
+ :'pulp_last_updated' => :'DateTime',
69
+ :'latest_version_href' => :'String',
70
+ :'pulp_href' => :'String',
71
+ :'pulp_created' => :'DateTime',
72
+ :'manifest_signing_service' => :'String'
73
73
  }
74
74
  end
75
75
 
@@ -77,8 +77,8 @@ module PulpContainerClient
77
77
  def self.openapi_nullable
78
78
  Set.new([
79
79
  :'description',
80
- :'manifest_signing_service',
81
80
  :'retain_repo_versions',
81
+ :'manifest_signing_service'
82
82
  ])
83
83
  end
84
84
 
@@ -97,8 +97,12 @@ module PulpContainerClient
97
97
  h[k.to_sym] = v
98
98
  }
99
99
 
100
- if attributes.key?(:'pulp_last_updated')
101
- self.pulp_last_updated = attributes[:'pulp_last_updated']
100
+ if attributes.key?(:'description')
101
+ self.description = attributes[:'description']
102
+ end
103
+
104
+ if attributes.key?(:'name')
105
+ self.name = attributes[:'name']
102
106
  end
103
107
 
104
108
  if attributes.key?(:'pulp_labels')
@@ -107,36 +111,32 @@ module PulpContainerClient
107
111
  end
108
112
  end
109
113
 
110
- if attributes.key?(:'pulp_href')
111
- self.pulp_href = attributes[:'pulp_href']
112
- end
113
-
114
- if attributes.key?(:'pulp_created')
115
- self.pulp_created = attributes[:'pulp_created']
114
+ if attributes.key?(:'retain_repo_versions')
115
+ self.retain_repo_versions = attributes[:'retain_repo_versions']
116
116
  end
117
117
 
118
118
  if attributes.key?(:'versions_href')
119
119
  self.versions_href = attributes[:'versions_href']
120
120
  end
121
121
 
122
- if attributes.key?(:'description')
123
- self.description = attributes[:'description']
122
+ if attributes.key?(:'pulp_last_updated')
123
+ self.pulp_last_updated = attributes[:'pulp_last_updated']
124
124
  end
125
125
 
126
- if attributes.key?(:'name')
127
- self.name = attributes[:'name']
126
+ if attributes.key?(:'latest_version_href')
127
+ self.latest_version_href = attributes[:'latest_version_href']
128
128
  end
129
129
 
130
- if attributes.key?(:'manifest_signing_service')
131
- self.manifest_signing_service = attributes[:'manifest_signing_service']
130
+ if attributes.key?(:'pulp_href')
131
+ self.pulp_href = attributes[:'pulp_href']
132
132
  end
133
133
 
134
- if attributes.key?(:'retain_repo_versions')
135
- self.retain_repo_versions = attributes[:'retain_repo_versions']
134
+ if attributes.key?(:'pulp_created')
135
+ self.pulp_created = attributes[:'pulp_created']
136
136
  end
137
137
 
138
- if attributes.key?(:'latest_version_href')
139
- self.latest_version_href = attributes[:'latest_version_href']
138
+ if attributes.key?(:'manifest_signing_service')
139
+ self.manifest_signing_service = attributes[:'manifest_signing_service']
140
140
  end
141
141
  end
142
142
 
@@ -178,16 +178,16 @@ module PulpContainerClient
178
178
  def ==(o)
179
179
  return true if self.equal?(o)
180
180
  self.class == o.class &&
181
- pulp_last_updated == o.pulp_last_updated &&
182
- pulp_labels == o.pulp_labels &&
183
- pulp_href == o.pulp_href &&
184
- pulp_created == o.pulp_created &&
185
- versions_href == o.versions_href &&
186
181
  description == o.description &&
187
182
  name == o.name &&
188
- manifest_signing_service == o.manifest_signing_service &&
183
+ pulp_labels == o.pulp_labels &&
189
184
  retain_repo_versions == o.retain_repo_versions &&
190
- latest_version_href == o.latest_version_href
185
+ versions_href == o.versions_href &&
186
+ pulp_last_updated == o.pulp_last_updated &&
187
+ latest_version_href == o.latest_version_href &&
188
+ pulp_href == o.pulp_href &&
189
+ pulp_created == o.pulp_created &&
190
+ manifest_signing_service == o.manifest_signing_service
191
191
  end
192
192
 
193
193
  # @see the `==` method
@@ -199,7 +199,7 @@ module PulpContainerClient
199
199
  # Calculates hash code according to all attributes.
200
200
  # @return [Integer] Hash code
201
201
  def hash
202
- [pulp_last_updated, pulp_labels, pulp_href, pulp_created, versions_href, description, name, manifest_signing_service, retain_repo_versions, latest_version_href].hash
202
+ [description, name, pulp_labels, retain_repo_versions, versions_href, pulp_last_updated, latest_version_href, pulp_href, pulp_created, manifest_signing_service].hash
203
203
  end
204
204
 
205
205
  # Builds the object from hash
@@ -137,7 +137,7 @@ module PulpContainerClient
137
137
  :'pulp_labels' => :'Hash<String, String>',
138
138
  :'download_concurrency' => :'Integer',
139
139
  :'max_retries' => :'Integer',
140
- :'policy' => :'Policy762Enum',
140
+ :'policy' => :'Policy692Enum',
141
141
  :'total_timeout' => :'Float',
142
142
  :'connect_timeout' => :'Float',
143
143
  :'sock_connect_timeout' => :'Float',
@@ -130,7 +130,7 @@ module PulpContainerClient
130
130
  :'pulp_labels' => :'Hash<String, String>',
131
131
  :'download_concurrency' => :'Integer',
132
132
  :'max_retries' => :'Integer',
133
- :'policy' => :'Policy762Enum',
133
+ :'policy' => :'Policy692Enum',
134
134
  :'total_timeout' => :'Float',
135
135
  :'connect_timeout' => :'Float',
136
136
  :'sock_connect_timeout' => :'Float',
@@ -89,8 +89,8 @@ module PulpContainerClient
89
89
  :'listed_manifests' => :'Array<String>',
90
90
  :'config_blob' => :'String',
91
91
  :'blobs' => :'Array<String>',
92
- :'annotations' => :'Object',
93
- :'labels' => :'Object',
92
+ :'annotations' => :'AnyType',
93
+ :'labels' => :'AnyType',
94
94
  :'is_bootable' => :'Boolean',
95
95
  :'is_flatpak' => :'Boolean'
96
96
  }
@@ -43,7 +43,7 @@ module PulpContainerClient
43
43
  :'containerfile_artifact' => :'String',
44
44
  :'containerfile' => :'File',
45
45
  :'tag' => :'String',
46
- :'artifacts' => :'Object'
46
+ :'artifacts' => :'AnyType'
47
47
  }
48
48
  end
49
49