pulp_container_client 2.19.12 → 2.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (151) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +9 -8
  3. data/docs/ContainerBlobResponse.md +0 -2
  4. data/docs/ContainerContainerDistribution.md +7 -7
  5. data/docs/ContainerContainerDistributionResponse.md +11 -13
  6. data/docs/ContainerContainerNamespaceResponse.md +0 -2
  7. data/docs/ContainerContainerPullThroughDistribution.md +7 -7
  8. data/docs/ContainerContainerPullThroughDistributionResponse.md +11 -13
  9. data/docs/ContainerContainerPullThroughRemote.md +1 -1
  10. data/docs/ContainerContainerPullThroughRemoteResponse.md +3 -3
  11. data/docs/ContainerContainerPullThroughRemoteResponseHiddenFields.md +2 -2
  12. data/docs/ContainerContainerPushRepository.md +6 -6
  13. data/docs/ContainerContainerPushRepositoryResponse.md +13 -15
  14. data/docs/ContainerContainerRemote.md +1 -1
  15. data/docs/ContainerContainerRemoteResponse.md +3 -3
  16. data/docs/ContainerContainerRepositoryResponse.md +0 -2
  17. data/docs/ContainerManifestResponse.md +2 -6
  18. data/docs/ContainerManifestSignatureResponse.md +0 -2
  19. data/docs/ContainerTagResponse.md +0 -2
  20. data/docs/ContentBlobsApi.md +1 -5
  21. data/docs/ContentManifestsApi.md +3 -7
  22. data/docs/ContentSignaturesApi.md +1 -5
  23. data/docs/ContentTagsApi.md +1 -5
  24. data/docs/DistributionsContainerApi.md +17 -57
  25. data/docs/DistributionsPullThroughApi.md +17 -57
  26. data/docs/IndexDynamicApi.md +50 -0
  27. data/docs/IndexStaticApi.md +50 -0
  28. data/docs/OCIBuildImage.md +1 -1
  29. data/docs/PaginatedRepositoryVersionResponseList.md +2 -2
  30. data/docs/PaginatedcontainerBlobResponseList.md +2 -2
  31. data/docs/PaginatedcontainerContainerDistributionResponseList.md +2 -2
  32. data/docs/PaginatedcontainerContainerNamespaceResponseList.md +2 -2
  33. data/docs/PaginatedcontainerContainerPullThroughDistributionResponseList.md +2 -2
  34. data/docs/PaginatedcontainerContainerPullThroughRemoteResponseList.md +2 -2
  35. data/docs/PaginatedcontainerContainerPushRepositoryResponseList.md +2 -2
  36. data/docs/PaginatedcontainerContainerRemoteResponseList.md +2 -2
  37. data/docs/PaginatedcontainerContainerRepositoryResponseList.md +2 -2
  38. data/docs/PaginatedcontainerManifestResponseList.md +2 -2
  39. data/docs/PaginatedcontainerManifestSignatureResponseList.md +2 -2
  40. data/docs/PaginatedcontainerTagResponseList.md +2 -2
  41. data/docs/PatchedcontainerContainerDistribution.md +7 -7
  42. data/docs/PatchedcontainerContainerPullThroughDistribution.md +7 -7
  43. data/docs/PatchedcontainerContainerPullThroughRemote.md +1 -1
  44. data/docs/PatchedcontainerContainerPushRepository.md +6 -6
  45. data/docs/PatchedcontainerContainerRemote.md +1 -1
  46. data/docs/{Policy692Enum.md → Policy762Enum.md} +2 -2
  47. data/docs/{Policy7e0Enum.md → Policy8e2Enum.md} +2 -2
  48. data/docs/PulpContainerNamespacesApi.md +9 -33
  49. data/docs/RemotesContainerApi.md +17 -57
  50. data/docs/RemotesPullThroughApi.md +17 -57
  51. data/docs/RepositoriesContainerApi.md +35 -109
  52. data/docs/RepositoriesContainerPushApi.md +19 -63
  53. data/docs/RepositoriesContainerPushVersionsApi.md +5 -17
  54. data/docs/RepositoriesContainerVersionsApi.md +5 -17
  55. data/docs/RepositoryVersionResponse.md +0 -2
  56. data/docs/TokenApi.md +4 -14
  57. data/lib/pulp_container_client/api/content_blobs_api.rb +0 -6
  58. data/lib/pulp_container_client/api/content_manifests_api.rb +3 -9
  59. data/lib/pulp_container_client/api/content_signatures_api.rb +0 -6
  60. data/lib/pulp_container_client/api/content_tags_api.rb +0 -6
  61. data/lib/pulp_container_client/api/distributions_container_api.rb +0 -36
  62. data/lib/pulp_container_client/api/distributions_pull_through_api.rb +0 -36
  63. data/lib/pulp_container_client/api/index_dynamic_api.rb +74 -0
  64. data/lib/pulp_container_client/api/index_static_api.rb +74 -0
  65. data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +0 -24
  66. data/lib/pulp_container_client/api/remotes_container_api.rb +0 -36
  67. data/lib/pulp_container_client/api/remotes_pull_through_api.rb +0 -36
  68. data/lib/pulp_container_client/api/repositories_container_api.rb +2 -65
  69. data/lib/pulp_container_client/api/repositories_container_push_api.rb +0 -39
  70. data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +0 -12
  71. data/lib/pulp_container_client/api/repositories_container_versions_api.rb +0 -12
  72. data/lib/pulp_container_client/api/token_api.rb +0 -9
  73. data/lib/pulp_container_client/configuration.rb +2 -2
  74. data/lib/pulp_container_client/models/container_blob_response.rb +1 -11
  75. data/lib/pulp_container_client/models/container_container_distribution.rb +50 -50
  76. data/lib/pulp_container_client/models/container_container_distribution_response.rb +46 -56
  77. data/lib/pulp_container_client/models/container_container_namespace_response.rb +1 -11
  78. data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +50 -50
  79. data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +46 -56
  80. data/lib/pulp_container_client/models/container_container_pull_through_remote.rb +1 -1
  81. data/lib/pulp_container_client/models/container_container_pull_through_remote_response.rb +12 -12
  82. data/lib/pulp_container_client/models/container_container_pull_through_remote_response_hidden_fields.rb +0 -10
  83. data/lib/pulp_container_client/models/container_container_push_repository.rb +42 -42
  84. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +51 -61
  85. data/lib/pulp_container_client/models/container_container_remote.rb +1 -1
  86. data/lib/pulp_container_client/models/container_container_remote_response.rb +12 -12
  87. data/lib/pulp_container_client/models/container_container_repository_response.rb +1 -11
  88. data/lib/pulp_container_client/models/container_manifest_response.rb +3 -28
  89. data/lib/pulp_container_client/models/container_manifest_signature_response.rb +1 -11
  90. data/lib/pulp_container_client/models/container_tag_response.rb +1 -11
  91. data/lib/pulp_container_client/models/oci_build_image.rb +1 -1
  92. data/lib/pulp_container_client/models/paginated_repository_version_response_list.rb +0 -10
  93. data/lib/pulp_container_client/models/paginatedcontainer_blob_response_list.rb +0 -10
  94. data/lib/pulp_container_client/models/paginatedcontainer_container_distribution_response_list.rb +0 -10
  95. data/lib/pulp_container_client/models/paginatedcontainer_container_namespace_response_list.rb +0 -10
  96. data/lib/pulp_container_client/models/paginatedcontainer_container_pull_through_distribution_response_list.rb +0 -10
  97. data/lib/pulp_container_client/models/paginatedcontainer_container_pull_through_remote_response_list.rb +0 -10
  98. data/lib/pulp_container_client/models/paginatedcontainer_container_push_repository_response_list.rb +0 -10
  99. data/lib/pulp_container_client/models/paginatedcontainer_container_remote_response_list.rb +0 -10
  100. data/lib/pulp_container_client/models/paginatedcontainer_container_repository_response_list.rb +0 -10
  101. data/lib/pulp_container_client/models/paginatedcontainer_manifest_response_list.rb +0 -10
  102. data/lib/pulp_container_client/models/paginatedcontainer_manifest_signature_response_list.rb +0 -10
  103. data/lib/pulp_container_client/models/paginatedcontainer_tag_response_list.rb +0 -10
  104. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +41 -41
  105. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +41 -41
  106. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_remote.rb +1 -1
  107. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +42 -42
  108. data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +1 -1
  109. data/lib/pulp_container_client/models/{policy692_enum.rb → policy762_enum.rb} +3 -3
  110. data/lib/pulp_container_client/models/{policy7e0_enum.rb → policy8e2_enum.rb} +3 -3
  111. data/lib/pulp_container_client/models/repository_version_response.rb +1 -11
  112. data/lib/pulp_container_client/version.rb +1 -1
  113. data/lib/pulp_container_client.rb +4 -2
  114. data/spec/api/content_blobs_api_spec.rb +0 -2
  115. data/spec/api/content_manifests_api_spec.rb +1 -3
  116. data/spec/api/content_signatures_api_spec.rb +0 -2
  117. data/spec/api/content_tags_api_spec.rb +0 -2
  118. data/spec/api/distributions_container_api_spec.rb +0 -12
  119. data/spec/api/distributions_pull_through_api_spec.rb +0 -12
  120. data/spec/api/index_dynamic_api_spec.rb +45 -0
  121. data/spec/api/index_static_api_spec.rb +45 -0
  122. data/spec/api/pulp_container_namespaces_api_spec.rb +0 -8
  123. data/spec/api/remotes_container_api_spec.rb +0 -12
  124. data/spec/api/remotes_pull_through_api_spec.rb +0 -12
  125. data/spec/api/repositories_container_api_spec.rb +1 -22
  126. data/spec/api/repositories_container_push_api_spec.rb +0 -13
  127. data/spec/api/repositories_container_push_versions_api_spec.rb +0 -4
  128. data/spec/api/repositories_container_versions_api_spec.rb +0 -4
  129. data/spec/api/token_api_spec.rb +0 -3
  130. data/spec/configuration_spec.rb +3 -3
  131. data/spec/models/container_blob_response_spec.rb +0 -6
  132. data/spec/models/container_container_distribution_response_spec.rb +7 -13
  133. data/spec/models/container_container_distribution_spec.rb +6 -6
  134. data/spec/models/container_container_namespace_response_spec.rb +0 -6
  135. data/spec/models/container_container_pull_through_distribution_response_spec.rb +7 -13
  136. data/spec/models/container_container_pull_through_distribution_spec.rb +6 -6
  137. data/spec/models/container_container_pull_through_remote_response_spec.rb +6 -6
  138. data/spec/models/container_container_push_repository_response_spec.rb +7 -13
  139. data/spec/models/container_container_push_repository_spec.rb +4 -4
  140. data/spec/models/container_container_remote_response_spec.rb +6 -6
  141. data/spec/models/container_container_repository_response_spec.rb +0 -6
  142. data/spec/models/container_manifest_response_spec.rb +0 -12
  143. data/spec/models/container_manifest_signature_response_spec.rb +0 -6
  144. data/spec/models/container_tag_response_spec.rb +0 -6
  145. data/spec/models/patchedcontainer_container_distribution_spec.rb +6 -6
  146. data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +6 -6
  147. data/spec/models/patchedcontainer_container_push_repository_spec.rb +4 -4
  148. data/spec/models/{policy692_enum_spec.rb → policy762_enum_spec.rb} +6 -6
  149. data/spec/models/{policy7e0_enum_spec.rb → policy8e2_enum_spec.rb} +6 -6
  150. data/spec/models/repository_version_response_spec.rb +0 -6
  151. metadata +89 -81
@@ -15,11 +15,13 @@ require 'date'
15
15
  module PulpContainerClient
16
16
  # A serializer for ContainerDistribution.
17
17
  class ContainerContainerDistribution
18
+ # An optional content-guard. If none is specified, a default one will be used.
19
+ attr_accessor :content_guard
20
+
18
21
  # Whether this distribution should be shown in the content app.
19
22
  attr_accessor :hidden
20
23
 
21
- # A unique name. Ex, `rawhide` and `stable`.
22
- attr_accessor :name
24
+ attr_accessor :pulp_labels
23
25
 
24
26
  # The latest RepositoryVersion for this Repository will be served.
25
27
  attr_accessor :repository
@@ -27,10 +29,8 @@ module PulpContainerClient
27
29
  # 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
30
  attr_accessor :base_path
29
31
 
30
- attr_accessor :pulp_labels
31
-
32
- # An optional content-guard. If none is specified, a default one will be used.
33
- attr_accessor :content_guard
32
+ # A unique name. Ex, `rawhide` and `stable`.
33
+ attr_accessor :name
34
34
 
35
35
  # RepositoryVersion to be served
36
36
  attr_accessor :repository_version
@@ -44,12 +44,12 @@ module PulpContainerClient
44
44
  # Attribute mapping from ruby-style variable name to JSON key.
45
45
  def self.attribute_map
46
46
  {
47
+ :'content_guard' => :'content_guard',
47
48
  :'hidden' => :'hidden',
48
- :'name' => :'name',
49
+ :'pulp_labels' => :'pulp_labels',
49
50
  :'repository' => :'repository',
50
51
  :'base_path' => :'base_path',
51
- :'pulp_labels' => :'pulp_labels',
52
- :'content_guard' => :'content_guard',
52
+ :'name' => :'name',
53
53
  :'repository_version' => :'repository_version',
54
54
  :'private' => :'private',
55
55
  :'description' => :'description'
@@ -59,12 +59,12 @@ module PulpContainerClient
59
59
  # Attribute type mapping.
60
60
  def self.openapi_types
61
61
  {
62
+ :'content_guard' => :'String',
62
63
  :'hidden' => :'Boolean',
63
- :'name' => :'String',
64
+ :'pulp_labels' => :'Hash<String, String>',
64
65
  :'repository' => :'String',
65
66
  :'base_path' => :'String',
66
- :'pulp_labels' => :'Hash<String, String>',
67
- :'content_guard' => :'String',
67
+ :'name' => :'String',
68
68
  :'repository_version' => :'String',
69
69
  :'private' => :'Boolean',
70
70
  :'description' => :'String'
@@ -95,14 +95,20 @@ module PulpContainerClient
95
95
  h[k.to_sym] = v
96
96
  }
97
97
 
98
+ if attributes.key?(:'content_guard')
99
+ self.content_guard = attributes[:'content_guard']
100
+ end
101
+
98
102
  if attributes.key?(:'hidden')
99
103
  self.hidden = attributes[:'hidden']
100
104
  else
101
105
  self.hidden = false
102
106
  end
103
107
 
104
- if attributes.key?(:'name')
105
- self.name = attributes[:'name']
108
+ if attributes.key?(:'pulp_labels')
109
+ if (value = attributes[:'pulp_labels']).is_a?(Hash)
110
+ self.pulp_labels = value
111
+ end
106
112
  end
107
113
 
108
114
  if attributes.key?(:'repository')
@@ -113,14 +119,8 @@ module PulpContainerClient
113
119
  self.base_path = attributes[:'base_path']
114
120
  end
115
121
 
116
- if attributes.key?(:'pulp_labels')
117
- if (value = attributes[:'pulp_labels']).is_a?(Hash)
118
- self.pulp_labels = value
119
- end
120
- end
121
-
122
- if attributes.key?(:'content_guard')
123
- self.content_guard = attributes[:'content_guard']
122
+ if attributes.key?(:'name')
123
+ self.name = attributes[:'name']
124
124
  end
125
125
 
126
126
  if attributes.key?(:'repository_version')
@@ -140,14 +140,6 @@ module PulpContainerClient
140
140
  # @return Array for valid properties with the reasons
141
141
  def list_invalid_properties
142
142
  invalid_properties = Array.new
143
- if @name.nil?
144
- invalid_properties.push('invalid value for "name", name cannot be nil.')
145
- end
146
-
147
- if @name.to_s.length < 1
148
- invalid_properties.push('invalid value for "name", the character length must be great than or equal to 1.')
149
- end
150
-
151
143
  if @base_path.nil?
152
144
  invalid_properties.push('invalid value for "base_path", base_path cannot be nil.')
153
145
  end
@@ -156,6 +148,14 @@ module PulpContainerClient
156
148
  invalid_properties.push('invalid value for "base_path", the character length must be great than or equal to 1.')
157
149
  end
158
150
 
151
+ if @name.nil?
152
+ invalid_properties.push('invalid value for "name", name cannot be nil.')
153
+ end
154
+
155
+ if @name.to_s.length < 1
156
+ invalid_properties.push('invalid value for "name", the character length must be great than or equal to 1.')
157
+ end
158
+
159
159
  if !@description.nil? && @description.to_s.length < 1
160
160
  invalid_properties.push('invalid value for "description", the character length must be great than or equal to 1.')
161
161
  end
@@ -166,28 +166,14 @@ module PulpContainerClient
166
166
  # Check to see if the all the properties in the model are valid
167
167
  # @return true if the model is valid
168
168
  def valid?
169
- return false if @name.nil?
170
- return false if @name.to_s.length < 1
171
169
  return false if @base_path.nil?
172
170
  return false if @base_path.to_s.length < 1
171
+ return false if @name.nil?
172
+ return false if @name.to_s.length < 1
173
173
  return false if !@description.nil? && @description.to_s.length < 1
174
174
  true
175
175
  end
176
176
 
177
- # Custom attribute writer method with validation
178
- # @param [Object] name Value to be assigned
179
- def name=(name)
180
- if name.nil?
181
- fail ArgumentError, 'name cannot be nil'
182
- end
183
-
184
- if name.to_s.length < 1
185
- fail ArgumentError, 'invalid value for "name", the character length must be great than or equal to 1.'
186
- end
187
-
188
- @name = name
189
- end
190
-
191
177
  # Custom attribute writer method with validation
192
178
  # @param [Object] base_path Value to be assigned
193
179
  def base_path=(base_path)
@@ -202,6 +188,20 @@ module PulpContainerClient
202
188
  @base_path = base_path
203
189
  end
204
190
 
191
+ # Custom attribute writer method with validation
192
+ # @param [Object] name Value to be assigned
193
+ def name=(name)
194
+ if name.nil?
195
+ fail ArgumentError, 'name cannot be nil'
196
+ end
197
+
198
+ if name.to_s.length < 1
199
+ fail ArgumentError, 'invalid value for "name", the character length must be great than or equal to 1.'
200
+ end
201
+
202
+ @name = name
203
+ end
204
+
205
205
  # Custom attribute writer method with validation
206
206
  # @param [Object] description Value to be assigned
207
207
  def description=(description)
@@ -217,12 +217,12 @@ module PulpContainerClient
217
217
  def ==(o)
218
218
  return true if self.equal?(o)
219
219
  self.class == o.class &&
220
+ content_guard == o.content_guard &&
220
221
  hidden == o.hidden &&
221
- name == o.name &&
222
+ pulp_labels == o.pulp_labels &&
222
223
  repository == o.repository &&
223
224
  base_path == o.base_path &&
224
- pulp_labels == o.pulp_labels &&
225
- content_guard == o.content_guard &&
225
+ name == o.name &&
226
226
  repository_version == o.repository_version &&
227
227
  private == o.private &&
228
228
  description == o.description
@@ -237,7 +237,7 @@ module PulpContainerClient
237
237
  # Calculates hash code according to all attributes.
238
238
  # @return [Integer] Hash code
239
239
  def hash
240
- [hidden, name, repository, base_path, pulp_labels, content_guard, repository_version, private, description].hash
240
+ [content_guard, hidden, pulp_labels, repository, base_path, name, repository_version, private, description].hash
241
241
  end
242
242
 
243
243
  # Builds the object from hash
@@ -15,11 +15,18 @@ require 'date'
15
15
  module PulpContainerClient
16
16
  # A serializer for ContainerDistribution.
17
17
  class ContainerContainerDistributionResponse
18
+ # An optional content-guard. If none is specified, a default one will be used.
19
+ attr_accessor :content_guard
20
+
18
21
  # Whether this distribution should be shown in the content app.
19
22
  attr_accessor :hidden
20
23
 
21
- # A unique name. Ex, `rawhide` and `stable`.
22
- attr_accessor :name
24
+ attr_accessor :pulp_href
25
+
26
+ # Timestamp of creation.
27
+ attr_accessor :pulp_created
28
+
29
+ attr_accessor :pulp_labels
23
30
 
24
31
  # The latest RepositoryVersion for this Repository will be served.
25
32
  attr_accessor :repository
@@ -27,18 +34,8 @@ module PulpContainerClient
27
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\")
28
35
  attr_accessor :base_path
29
36
 
30
- attr_accessor :pulp_labels
31
-
32
- attr_accessor :pulp_href
33
-
34
- # 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.
35
- attr_accessor :pulp_last_updated
36
-
37
- # An optional content-guard. If none is specified, a default one will be used.
38
- attr_accessor :content_guard
39
-
40
- # Timestamp of creation.
41
- attr_accessor :pulp_created
37
+ # A unique name. Ex, `rawhide` and `stable`.
38
+ attr_accessor :name
42
39
 
43
40
  # RepositoryVersion to be served
44
41
  attr_accessor :repository_version
@@ -61,15 +58,14 @@ module PulpContainerClient
61
58
  # Attribute mapping from ruby-style variable name to JSON key.
62
59
  def self.attribute_map
63
60
  {
61
+ :'content_guard' => :'content_guard',
64
62
  :'hidden' => :'hidden',
65
- :'name' => :'name',
66
- :'repository' => :'repository',
67
- :'base_path' => :'base_path',
68
- :'pulp_labels' => :'pulp_labels',
69
63
  :'pulp_href' => :'pulp_href',
70
- :'pulp_last_updated' => :'pulp_last_updated',
71
- :'content_guard' => :'content_guard',
72
64
  :'pulp_created' => :'pulp_created',
65
+ :'pulp_labels' => :'pulp_labels',
66
+ :'repository' => :'repository',
67
+ :'base_path' => :'base_path',
68
+ :'name' => :'name',
73
69
  :'repository_version' => :'repository_version',
74
70
  :'registry_path' => :'registry_path',
75
71
  :'remote' => :'remote',
@@ -82,15 +78,14 @@ module PulpContainerClient
82
78
  # Attribute type mapping.
83
79
  def self.openapi_types
84
80
  {
81
+ :'content_guard' => :'String',
85
82
  :'hidden' => :'Boolean',
86
- :'name' => :'String',
87
- :'repository' => :'String',
88
- :'base_path' => :'String',
89
- :'pulp_labels' => :'Hash<String, String>',
90
83
  :'pulp_href' => :'String',
91
- :'pulp_last_updated' => :'DateTime',
92
- :'content_guard' => :'String',
93
84
  :'pulp_created' => :'DateTime',
85
+ :'pulp_labels' => :'Hash<String, String>',
86
+ :'repository' => :'String',
87
+ :'base_path' => :'String',
88
+ :'name' => :'String',
94
89
  :'repository_version' => :'String',
95
90
  :'registry_path' => :'String',
96
91
  :'remote' => :'String',
@@ -124,22 +119,22 @@ module PulpContainerClient
124
119
  h[k.to_sym] = v
125
120
  }
126
121
 
122
+ if attributes.key?(:'content_guard')
123
+ self.content_guard = attributes[:'content_guard']
124
+ end
125
+
127
126
  if attributes.key?(:'hidden')
128
127
  self.hidden = attributes[:'hidden']
129
128
  else
130
129
  self.hidden = false
131
130
  end
132
131
 
133
- if attributes.key?(:'name')
134
- self.name = attributes[:'name']
135
- end
136
-
137
- if attributes.key?(:'repository')
138
- self.repository = attributes[:'repository']
132
+ if attributes.key?(:'pulp_href')
133
+ self.pulp_href = attributes[:'pulp_href']
139
134
  end
140
135
 
141
- if attributes.key?(:'base_path')
142
- self.base_path = attributes[:'base_path']
136
+ if attributes.key?(:'pulp_created')
137
+ self.pulp_created = attributes[:'pulp_created']
143
138
  end
144
139
 
145
140
  if attributes.key?(:'pulp_labels')
@@ -148,20 +143,16 @@ module PulpContainerClient
148
143
  end
149
144
  end
150
145
 
151
- if attributes.key?(:'pulp_href')
152
- self.pulp_href = attributes[:'pulp_href']
153
- end
154
-
155
- if attributes.key?(:'pulp_last_updated')
156
- self.pulp_last_updated = attributes[:'pulp_last_updated']
146
+ if attributes.key?(:'repository')
147
+ self.repository = attributes[:'repository']
157
148
  end
158
149
 
159
- if attributes.key?(:'content_guard')
160
- self.content_guard = attributes[:'content_guard']
150
+ if attributes.key?(:'base_path')
151
+ self.base_path = attributes[:'base_path']
161
152
  end
162
153
 
163
- if attributes.key?(:'pulp_created')
164
- self.pulp_created = attributes[:'pulp_created']
154
+ if attributes.key?(:'name')
155
+ self.name = attributes[:'name']
165
156
  end
166
157
 
167
158
  if attributes.key?(:'repository_version')
@@ -193,22 +184,22 @@ module PulpContainerClient
193
184
  # @return Array for valid properties with the reasons
194
185
  def list_invalid_properties
195
186
  invalid_properties = Array.new
196
- if @name.nil?
197
- invalid_properties.push('invalid value for "name", name cannot be nil.')
198
- end
199
-
200
187
  if @base_path.nil?
201
188
  invalid_properties.push('invalid value for "base_path", base_path cannot be nil.')
202
189
  end
203
190
 
191
+ if @name.nil?
192
+ invalid_properties.push('invalid value for "name", name cannot be nil.')
193
+ end
194
+
204
195
  invalid_properties
205
196
  end
206
197
 
207
198
  # Check to see if the all the properties in the model are valid
208
199
  # @return true if the model is valid
209
200
  def valid?
210
- return false if @name.nil?
211
201
  return false if @base_path.nil?
202
+ return false if @name.nil?
212
203
  true
213
204
  end
214
205
 
@@ -217,15 +208,14 @@ module PulpContainerClient
217
208
  def ==(o)
218
209
  return true if self.equal?(o)
219
210
  self.class == o.class &&
211
+ content_guard == o.content_guard &&
220
212
  hidden == o.hidden &&
221
- name == o.name &&
222
- repository == o.repository &&
223
- base_path == o.base_path &&
224
- pulp_labels == o.pulp_labels &&
225
213
  pulp_href == o.pulp_href &&
226
- pulp_last_updated == o.pulp_last_updated &&
227
- content_guard == o.content_guard &&
228
214
  pulp_created == o.pulp_created &&
215
+ pulp_labels == o.pulp_labels &&
216
+ repository == o.repository &&
217
+ base_path == o.base_path &&
218
+ name == o.name &&
229
219
  repository_version == o.repository_version &&
230
220
  registry_path == o.registry_path &&
231
221
  remote == o.remote &&
@@ -243,7 +233,7 @@ module PulpContainerClient
243
233
  # Calculates hash code according to all attributes.
244
234
  # @return [Integer] Hash code
245
235
  def hash
246
- [hidden, name, repository, base_path, pulp_labels, pulp_href, pulp_last_updated, content_guard, pulp_created, repository_version, registry_path, remote, namespace, private, description].hash
236
+ [content_guard, hidden, pulp_href, pulp_created, pulp_labels, repository, base_path, name, repository_version, registry_path, remote, namespace, private, description].hash
247
237
  end
248
238
 
249
239
  # Builds the object from hash
@@ -20,9 +20,6 @@ module PulpContainerClient
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
-
26
23
  attr_accessor :name
27
24
 
28
25
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -30,7 +27,6 @@ module PulpContainerClient
30
27
  {
31
28
  :'pulp_href' => :'pulp_href',
32
29
  :'pulp_created' => :'pulp_created',
33
- :'pulp_last_updated' => :'pulp_last_updated',
34
30
  :'name' => :'name'
35
31
  }
36
32
  end
@@ -40,7 +36,6 @@ module PulpContainerClient
40
36
  {
41
37
  :'pulp_href' => :'String',
42
38
  :'pulp_created' => :'DateTime',
43
- :'pulp_last_updated' => :'DateTime',
44
39
  :'name' => :'String'
45
40
  }
46
41
  end
@@ -74,10 +69,6 @@ module PulpContainerClient
74
69
  self.pulp_created = attributes[:'pulp_created']
75
70
  end
76
71
 
77
- if attributes.key?(:'pulp_last_updated')
78
- self.pulp_last_updated = attributes[:'pulp_last_updated']
79
- end
80
-
81
72
  if attributes.key?(:'name')
82
73
  self.name = attributes[:'name']
83
74
  end
@@ -108,7 +99,6 @@ module PulpContainerClient
108
99
  self.class == o.class &&
109
100
  pulp_href == o.pulp_href &&
110
101
  pulp_created == o.pulp_created &&
111
- pulp_last_updated == o.pulp_last_updated &&
112
102
  name == o.name
113
103
  end
114
104
 
@@ -121,7 +111,7 @@ module PulpContainerClient
121
111
  # Calculates hash code according to all attributes.
122
112
  # @return [Integer] Hash code
123
113
  def hash
124
- [pulp_href, pulp_created, pulp_last_updated, name].hash
114
+ [pulp_href, pulp_created, name].hash
125
115
  end
126
116
 
127
117
  # Builds the object from hash
@@ -15,11 +15,13 @@ require 'date'
15
15
  module PulpContainerClient
16
16
  # A serializer for a specialized pull-through distribution referencing sub-distributions.
17
17
  class ContainerContainerPullThroughDistribution
18
+ # An optional content-guard. If none is specified, a default one will be used.
19
+ attr_accessor :content_guard
20
+
18
21
  # Whether this distribution should be shown in the content app.
19
22
  attr_accessor :hidden
20
23
 
21
- # A unique name. Ex, `rawhide` and `stable`.
22
- attr_accessor :name
24
+ attr_accessor :pulp_labels
23
25
 
24
26
  # The latest RepositoryVersion for this Repository will be served.
25
27
  attr_accessor :repository
@@ -27,10 +29,8 @@ module PulpContainerClient
27
29
  # 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
30
  attr_accessor :base_path
29
31
 
30
- attr_accessor :pulp_labels
31
-
32
- # An optional content-guard. If none is specified, a default one will be used.
33
- attr_accessor :content_guard
32
+ # A unique name. Ex, `rawhide` and `stable`.
33
+ attr_accessor :name
34
34
 
35
35
  # Remote that can be used to fetch content when using pull-through caching.
36
36
  attr_accessor :remote
@@ -47,12 +47,12 @@ module PulpContainerClient
47
47
  # Attribute mapping from ruby-style variable name to JSON key.
48
48
  def self.attribute_map
49
49
  {
50
+ :'content_guard' => :'content_guard',
50
51
  :'hidden' => :'hidden',
51
- :'name' => :'name',
52
+ :'pulp_labels' => :'pulp_labels',
52
53
  :'repository' => :'repository',
53
54
  :'base_path' => :'base_path',
54
- :'pulp_labels' => :'pulp_labels',
55
- :'content_guard' => :'content_guard',
55
+ :'name' => :'name',
56
56
  :'remote' => :'remote',
57
57
  :'distributions' => :'distributions',
58
58
  :'private' => :'private',
@@ -63,12 +63,12 @@ module PulpContainerClient
63
63
  # Attribute type mapping.
64
64
  def self.openapi_types
65
65
  {
66
+ :'content_guard' => :'String',
66
67
  :'hidden' => :'Boolean',
67
- :'name' => :'String',
68
+ :'pulp_labels' => :'Hash<String, String>',
68
69
  :'repository' => :'String',
69
70
  :'base_path' => :'String',
70
- :'pulp_labels' => :'Hash<String, String>',
71
- :'content_guard' => :'String',
71
+ :'name' => :'String',
72
72
  :'remote' => :'String',
73
73
  :'distributions' => :'Array<String>',
74
74
  :'private' => :'Boolean',
@@ -99,14 +99,20 @@ module PulpContainerClient
99
99
  h[k.to_sym] = v
100
100
  }
101
101
 
102
+ if attributes.key?(:'content_guard')
103
+ self.content_guard = attributes[:'content_guard']
104
+ end
105
+
102
106
  if attributes.key?(:'hidden')
103
107
  self.hidden = attributes[:'hidden']
104
108
  else
105
109
  self.hidden = false
106
110
  end
107
111
 
108
- if attributes.key?(:'name')
109
- self.name = attributes[:'name']
112
+ if attributes.key?(:'pulp_labels')
113
+ if (value = attributes[:'pulp_labels']).is_a?(Hash)
114
+ self.pulp_labels = value
115
+ end
110
116
  end
111
117
 
112
118
  if attributes.key?(:'repository')
@@ -117,14 +123,8 @@ module PulpContainerClient
117
123
  self.base_path = attributes[:'base_path']
118
124
  end
119
125
 
120
- if attributes.key?(:'pulp_labels')
121
- if (value = attributes[:'pulp_labels']).is_a?(Hash)
122
- self.pulp_labels = value
123
- end
124
- end
125
-
126
- if attributes.key?(:'content_guard')
127
- self.content_guard = attributes[:'content_guard']
126
+ if attributes.key?(:'name')
127
+ self.name = attributes[:'name']
128
128
  end
129
129
 
130
130
  if attributes.key?(:'remote')
@@ -150,14 +150,6 @@ module PulpContainerClient
150
150
  # @return Array for valid properties with the reasons
151
151
  def list_invalid_properties
152
152
  invalid_properties = Array.new
153
- if @name.nil?
154
- invalid_properties.push('invalid value for "name", name cannot be nil.')
155
- end
156
-
157
- if @name.to_s.length < 1
158
- invalid_properties.push('invalid value for "name", the character length must be great than or equal to 1.')
159
- end
160
-
161
153
  if @base_path.nil?
162
154
  invalid_properties.push('invalid value for "base_path", base_path cannot be nil.')
163
155
  end
@@ -166,6 +158,14 @@ module PulpContainerClient
166
158
  invalid_properties.push('invalid value for "base_path", the character length must be great than or equal to 1.')
167
159
  end
168
160
 
161
+ if @name.nil?
162
+ invalid_properties.push('invalid value for "name", name cannot be nil.')
163
+ end
164
+
165
+ if @name.to_s.length < 1
166
+ invalid_properties.push('invalid value for "name", the character length must be great than or equal to 1.')
167
+ end
168
+
169
169
  if @remote.nil?
170
170
  invalid_properties.push('invalid value for "remote", remote cannot be nil.')
171
171
  end
@@ -180,29 +180,15 @@ module PulpContainerClient
180
180
  # Check to see if the all the properties in the model are valid
181
181
  # @return true if the model is valid
182
182
  def valid?
183
- return false if @name.nil?
184
- return false if @name.to_s.length < 1
185
183
  return false if @base_path.nil?
186
184
  return false if @base_path.to_s.length < 1
185
+ return false if @name.nil?
186
+ return false if @name.to_s.length < 1
187
187
  return false if @remote.nil?
188
188
  return false if !@description.nil? && @description.to_s.length < 1
189
189
  true
190
190
  end
191
191
 
192
- # Custom attribute writer method with validation
193
- # @param [Object] name Value to be assigned
194
- def name=(name)
195
- if name.nil?
196
- fail ArgumentError, 'name cannot be nil'
197
- end
198
-
199
- if name.to_s.length < 1
200
- fail ArgumentError, 'invalid value for "name", the character length must be great than or equal to 1.'
201
- end
202
-
203
- @name = name
204
- end
205
-
206
192
  # Custom attribute writer method with validation
207
193
  # @param [Object] base_path Value to be assigned
208
194
  def base_path=(base_path)
@@ -217,6 +203,20 @@ module PulpContainerClient
217
203
  @base_path = base_path
218
204
  end
219
205
 
206
+ # Custom attribute writer method with validation
207
+ # @param [Object] name Value to be assigned
208
+ def name=(name)
209
+ if name.nil?
210
+ fail ArgumentError, 'name cannot be nil'
211
+ end
212
+
213
+ if name.to_s.length < 1
214
+ fail ArgumentError, 'invalid value for "name", the character length must be great than or equal to 1.'
215
+ end
216
+
217
+ @name = name
218
+ end
219
+
220
220
  # Custom attribute writer method with validation
221
221
  # @param [Object] description Value to be assigned
222
222
  def description=(description)
@@ -232,12 +232,12 @@ module PulpContainerClient
232
232
  def ==(o)
233
233
  return true if self.equal?(o)
234
234
  self.class == o.class &&
235
+ content_guard == o.content_guard &&
235
236
  hidden == o.hidden &&
236
- name == o.name &&
237
+ pulp_labels == o.pulp_labels &&
237
238
  repository == o.repository &&
238
239
  base_path == o.base_path &&
239
- pulp_labels == o.pulp_labels &&
240
- content_guard == o.content_guard &&
240
+ name == o.name &&
241
241
  remote == o.remote &&
242
242
  distributions == o.distributions &&
243
243
  private == o.private &&
@@ -253,7 +253,7 @@ module PulpContainerClient
253
253
  # Calculates hash code according to all attributes.
254
254
  # @return [Integer] Hash code
255
255
  def hash
256
- [hidden, name, repository, base_path, pulp_labels, content_guard, remote, distributions, private, description].hash
256
+ [content_guard, hidden, pulp_labels, repository, base_path, name, remote, distributions, private, description].hash
257
257
  end
258
258
 
259
259
  # Builds the object from hash