pulp_container_client 2.16.4 → 2.16.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bf5f2a9eec9ed42a424c80cd87beb14c1425c1e0fa522d1c1e7a5e2c09e0a4a1
4
- data.tar.gz: 5687b325d49c377662c836aeb6d72efa67ee03b0d42a39d7fb86a451454b53ae
3
+ metadata.gz: 9750640d56eddfd873ecb332c99b8cdc60f373efa9cbc40c860b84cc9e45ef55
4
+ data.tar.gz: 611e4c939a3d7ac8c1c8511ee93baa2ae9e73925d752ab32edaaa39b888e0c21
5
5
  SHA512:
6
- metadata.gz: 13f77432905bd895d3e8b16aed882c004b147d0ae31dbe048deee5ae1d3c842387c22fb9ce9eb5a362a343456f2b3feaa6357c4d74afe4d3b3e24ba6a4dfc559
7
- data.tar.gz: 478446d0d1de04c4fc875dde5388166ea4cc4d3fbca7c63759e8356915f6f4286ec83ddef45eb4a5d9cf7656daaa4de360d1e09ec0ad5b283d0538b15b6c2e8a
6
+ metadata.gz: 784afd65b7e207dace4f66bda7ba98be47ae7568faf2a402a80484c868282be07273a2d6ef65fffbeba65d037256f6b4e305aaf9a3a25a49dbc3d0467804a469
7
+ data.tar.gz: 22c5a3ff425444d2b897ea591e266cc8280ef5e2aa1b9f07907f7f864baf80b30fe0d80192f416c1e1f3f8b3461e774f597646cde2f953089edc7a96f31546b6
data/README.md CHANGED
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: v3
10
- - Package version: 2.16.4
10
+ - Package version: 2.16.6
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
13
13
 
@@ -24,16 +24,16 @@ gem build pulp_container_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulp_container_client-2.16.4.gem
27
+ gem install ./pulp_container_client-2.16.6.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_container_client-2.16.4.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_container_client-2.16.6.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'pulp_container_client', '~> 2.16.4'
36
+ gem 'pulp_container_client', '~> 2.16.6'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -4,12 +4,12 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
+ **pulp_labels** | **Hash<String, String>** | | [optional]
8
+ **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
7
9
  **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
8
- **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
9
10
  **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
11
+ **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
10
12
  **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
11
- **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
12
- **pulp_labels** | **Hash<String, String>** | | [optional]
13
13
  **repository_version** | **String** | RepositoryVersion to be served | [optional]
14
14
  **private** | **Boolean** | Restrict pull access to explicitly authorized users. Defaults to unrestricted pull access. | [optional]
15
15
  **description** | **String** | An optional description. | [optional]
@@ -19,12 +19,12 @@ Name | Type | Description | Notes
19
19
  ```ruby
20
20
  require 'PulpContainerClient'
21
21
 
22
- instance = PulpContainerClient::ContainerContainerDistribution.new(base_path: null,
23
- repository: null,
22
+ instance = PulpContainerClient::ContainerContainerDistribution.new(pulp_labels: null,
23
+ name: null,
24
+ base_path: null,
24
25
  hidden: null,
26
+ repository: null,
25
27
  content_guard: null,
26
- name: null,
27
- pulp_labels: null,
28
28
  repository_version: null,
29
29
  private: null,
30
30
  description: null)
@@ -4,14 +4,14 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
7
+ **pulp_labels** | **Hash<String, String>** | | [optional]
8
+ **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
8
9
  **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
10
+ **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
9
11
  **pulp_href** | **String** | | [optional] [readonly]
10
12
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
11
- **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
12
13
  **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
13
- **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
14
- **pulp_labels** | **Hash<String, String>** | | [optional]
14
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
15
15
  **repository_version** | **String** | RepositoryVersion to be served | [optional]
16
16
  **registry_path** | **String** | The Registry hostname/name/ to use with docker pull command defined by this distribution. | [optional] [readonly]
17
17
  **namespace** | **String** | Namespace this distribution belongs to. | [optional] [readonly]
@@ -23,14 +23,14 @@ Name | Type | Description | Notes
23
23
  ```ruby
24
24
  require 'PulpContainerClient'
25
25
 
26
- instance = PulpContainerClient::ContainerContainerDistributionResponse.new(pulp_created: null,
26
+ instance = PulpContainerClient::ContainerContainerDistributionResponse.new(pulp_labels: null,
27
+ name: null,
27
28
  base_path: null,
29
+ hidden: null,
28
30
  pulp_href: null,
29
31
  repository: null,
30
- hidden: null,
31
32
  content_guard: null,
32
- name: null,
33
- pulp_labels: null,
33
+ pulp_created: null,
34
34
  repository_version: null,
35
35
  registry_path: null,
36
36
  namespace: null,
@@ -4,22 +4,22 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
+ **pulp_labels** | **Hash<String, String>** | | [optional]
8
+ **name** | **String** | A unique name for this repository. |
7
9
  **description** | **String** | An optional description. | [optional]
8
10
  **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
9
11
  **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
10
- **name** | **String** | A unique name for this repository. |
11
- **pulp_labels** | **Hash<String, String>** | | [optional]
12
12
 
13
13
  ## Code Sample
14
14
 
15
15
  ```ruby
16
16
  require 'PulpContainerClient'
17
17
 
18
- instance = PulpContainerClient::ContainerContainerPushRepository.new(description: null,
19
- retain_repo_versions: null,
20
- manifest_signing_service: null,
18
+ instance = PulpContainerClient::ContainerContainerPushRepository.new(pulp_labels: null,
21
19
  name: null,
22
- pulp_labels: null)
20
+ description: null,
21
+ retain_repo_versions: null,
22
+ manifest_signing_service: null)
23
23
  ```
24
24
 
25
25
 
@@ -4,30 +4,30 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
8
- **description** | **String** | An optional description. | [optional]
9
7
  **versions_href** | **String** | | [optional] [readonly]
10
- **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
8
+ **pulp_labels** | **Hash<String, String>** | | [optional]
9
+ **name** | **String** | A unique name for this repository. |
10
+ **description** | **String** | An optional description. | [optional]
11
11
  **pulp_href** | **String** | | [optional] [readonly]
12
12
  **latest_version_href** | **String** | | [optional] [readonly]
13
+ **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
13
14
  **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
14
- **name** | **String** | A unique name for this repository. |
15
- **pulp_labels** | **Hash<String, String>** | | [optional]
15
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
16
16
 
17
17
  ## Code Sample
18
18
 
19
19
  ```ruby
20
20
  require 'PulpContainerClient'
21
21
 
22
- instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(pulp_created: null,
22
+ instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(versions_href: null,
23
+ pulp_labels: null,
24
+ name: null,
23
25
  description: null,
24
- versions_href: null,
25
- retain_repo_versions: null,
26
26
  pulp_href: null,
27
27
  latest_version_href: null,
28
+ retain_repo_versions: null,
28
29
  manifest_signing_service: null,
29
- name: null,
30
- pulp_labels: null)
30
+ pulp_created: null)
31
31
  ```
32
32
 
33
33
 
@@ -4,12 +4,12 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
+ **pulp_labels** | **Hash<String, String>** | | [optional]
8
+ **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
7
9
  **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | [optional]
8
- **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
9
10
  **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
11
+ **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
10
12
  **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
11
- **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
12
- **pulp_labels** | **Hash<String, String>** | | [optional]
13
13
  **repository_version** | **String** | RepositoryVersion to be served | [optional]
14
14
  **private** | **Boolean** | Restrict pull access to explicitly authorized users. Defaults to unrestricted pull access. | [optional]
15
15
  **description** | **String** | An optional description. | [optional]
@@ -19,12 +19,12 @@ Name | Type | Description | Notes
19
19
  ```ruby
20
20
  require 'PulpContainerClient'
21
21
 
22
- instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(base_path: null,
23
- repository: null,
22
+ instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(pulp_labels: null,
23
+ name: null,
24
+ base_path: null,
24
25
  hidden: null,
26
+ repository: null,
25
27
  content_guard: null,
26
- name: null,
27
- pulp_labels: null,
28
28
  repository_version: null,
29
29
  private: null,
30
30
  description: null)
@@ -4,22 +4,22 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
+ **pulp_labels** | **Hash<String, String>** | | [optional]
8
+ **name** | **String** | A unique name for this repository. | [optional]
7
9
  **description** | **String** | An optional description. | [optional]
8
10
  **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
9
11
  **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
10
- **name** | **String** | A unique name for this repository. | [optional]
11
- **pulp_labels** | **Hash<String, String>** | | [optional]
12
12
 
13
13
  ## Code Sample
14
14
 
15
15
  ```ruby
16
16
  require 'PulpContainerClient'
17
17
 
18
- instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(description: null,
19
- retain_repo_versions: null,
20
- manifest_signing_service: null,
18
+ instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(pulp_labels: null,
21
19
  name: null,
22
- pulp_labels: null)
20
+ description: null,
21
+ retain_repo_versions: null,
22
+ manifest_signing_service: null)
23
23
  ```
24
24
 
25
25
 
@@ -15,23 +15,23 @@ require 'date'
15
15
  module PulpContainerClient
16
16
  # A serializer for ContainerDistribution.
17
17
  class ContainerContainerDistribution
18
+ attr_accessor :pulp_labels
19
+
20
+ # A unique name. Ex, `rawhide` and `stable`.
21
+ attr_accessor :name
22
+
18
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\")
19
24
  attr_accessor :base_path
20
25
 
21
- # The latest RepositoryVersion for this Repository will be served.
22
- attr_accessor :repository
23
-
24
26
  # Whether this distribution should be shown in the content app.
25
27
  attr_accessor :hidden
26
28
 
29
+ # The latest RepositoryVersion for this Repository will be served.
30
+ attr_accessor :repository
31
+
27
32
  # An optional content-guard. If none is specified, a default one will be used.
28
33
  attr_accessor :content_guard
29
34
 
30
- # A unique name. Ex, `rawhide` and `stable`.
31
- attr_accessor :name
32
-
33
- attr_accessor :pulp_labels
34
-
35
35
  # RepositoryVersion to be served
36
36
  attr_accessor :repository_version
37
37
 
@@ -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
+ :'pulp_labels' => :'pulp_labels',
48
+ :'name' => :'name',
47
49
  :'base_path' => :'base_path',
48
- :'repository' => :'repository',
49
50
  :'hidden' => :'hidden',
51
+ :'repository' => :'repository',
50
52
  :'content_guard' => :'content_guard',
51
- :'name' => :'name',
52
- :'pulp_labels' => :'pulp_labels',
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
+ :'pulp_labels' => :'Hash<String, String>',
63
+ :'name' => :'String',
62
64
  :'base_path' => :'String',
63
- :'repository' => :'String',
64
65
  :'hidden' => :'Boolean',
66
+ :'repository' => :'String',
65
67
  :'content_guard' => :'String',
66
- :'name' => :'String',
67
- :'pulp_labels' => :'Hash<String, String>',
68
68
  :'repository_version' => :'String',
69
69
  :'private' => :'Boolean',
70
70
  :'description' => :'String'
@@ -95,12 +95,18 @@ module PulpContainerClient
95
95
  h[k.to_sym] = v
96
96
  }
97
97
 
98
- if attributes.key?(:'base_path')
99
- self.base_path = attributes[:'base_path']
98
+ if attributes.key?(:'pulp_labels')
99
+ if (value = attributes[:'pulp_labels']).is_a?(Hash)
100
+ self.pulp_labels = value
101
+ end
100
102
  end
101
103
 
102
- if attributes.key?(:'repository')
103
- self.repository = attributes[:'repository']
104
+ if attributes.key?(:'name')
105
+ self.name = attributes[:'name']
106
+ end
107
+
108
+ if attributes.key?(:'base_path')
109
+ self.base_path = attributes[:'base_path']
104
110
  end
105
111
 
106
112
  if attributes.key?(:'hidden')
@@ -109,18 +115,12 @@ module PulpContainerClient
109
115
  self.hidden = false
110
116
  end
111
117
 
112
- if attributes.key?(:'content_guard')
113
- self.content_guard = attributes[:'content_guard']
114
- end
115
-
116
- if attributes.key?(:'name')
117
- self.name = attributes[:'name']
118
+ if attributes.key?(:'repository')
119
+ self.repository = attributes[:'repository']
118
120
  end
119
121
 
120
- if attributes.key?(:'pulp_labels')
121
- if (value = attributes[:'pulp_labels']).is_a?(Hash)
122
- self.pulp_labels = value
123
- end
122
+ if attributes.key?(:'content_guard')
123
+ self.content_guard = attributes[:'content_guard']
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 @base_path.nil?
144
- invalid_properties.push('invalid value for "base_path", base_path cannot be nil.')
145
- end
146
-
147
- if @base_path.to_s.length < 1
148
- invalid_properties.push('invalid value for "base_path", the character length must be great than or equal to 1.')
149
- end
150
-
151
143
  if @name.nil?
152
144
  invalid_properties.push('invalid value for "name", name cannot be nil.')
153
145
  end
@@ -156,6 +148,14 @@ module PulpContainerClient
156
148
  invalid_properties.push('invalid value for "name", the character length must be great than or equal to 1.')
157
149
  end
158
150
 
151
+ if @base_path.nil?
152
+ invalid_properties.push('invalid value for "base_path", base_path cannot be nil.')
153
+ end
154
+
155
+ if @base_path.to_s.length < 1
156
+ invalid_properties.push('invalid value for "base_path", 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 @base_path.nil?
170
- return false if @base_path.to_s.length < 1
171
169
  return false if @name.nil?
172
170
  return false if @name.to_s.length < 1
171
+ return false if @base_path.nil?
172
+ return false if @base_path.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] base_path Value to be assigned
179
- def base_path=(base_path)
180
- if base_path.nil?
181
- fail ArgumentError, 'base_path cannot be nil'
182
- end
183
-
184
- if base_path.to_s.length < 1
185
- fail ArgumentError, 'invalid value for "base_path", the character length must be great than or equal to 1.'
186
- end
187
-
188
- @base_path = base_path
189
- end
190
-
191
177
  # Custom attribute writer method with validation
192
178
  # @param [Object] name Value to be assigned
193
179
  def name=(name)
@@ -202,6 +188,20 @@ module PulpContainerClient
202
188
  @name = name
203
189
  end
204
190
 
191
+ # Custom attribute writer method with validation
192
+ # @param [Object] base_path Value to be assigned
193
+ def base_path=(base_path)
194
+ if base_path.nil?
195
+ fail ArgumentError, 'base_path cannot be nil'
196
+ end
197
+
198
+ if base_path.to_s.length < 1
199
+ fail ArgumentError, 'invalid value for "base_path", the character length must be great than or equal to 1.'
200
+ end
201
+
202
+ @base_path = base_path
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
+ pulp_labels == o.pulp_labels &&
221
+ name == o.name &&
220
222
  base_path == o.base_path &&
221
- repository == o.repository &&
222
223
  hidden == o.hidden &&
224
+ repository == o.repository &&
223
225
  content_guard == o.content_guard &&
224
- name == o.name &&
225
- pulp_labels == o.pulp_labels &&
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
- [base_path, repository, hidden, content_guard, name, pulp_labels, repository_version, private, description].hash
240
+ [pulp_labels, name, base_path, hidden, repository, content_guard, repository_version, private, description].hash
241
241
  end
242
242
 
243
243
  # Builds the object from hash
@@ -15,27 +15,27 @@ require 'date'
15
15
  module PulpContainerClient
16
16
  # A serializer for ContainerDistribution.
17
17
  class ContainerContainerDistributionResponse
18
- # Timestamp of creation.
19
- attr_accessor :pulp_created
18
+ attr_accessor :pulp_labels
19
+
20
+ # A unique name. Ex, `rawhide` and `stable`.
21
+ attr_accessor :name
20
22
 
21
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\")
22
24
  attr_accessor :base_path
23
25
 
26
+ # Whether this distribution should be shown in the content app.
27
+ attr_accessor :hidden
28
+
24
29
  attr_accessor :pulp_href
25
30
 
26
31
  # The latest RepositoryVersion for this Repository will be served.
27
32
  attr_accessor :repository
28
33
 
29
- # Whether this distribution should be shown in the content app.
30
- attr_accessor :hidden
31
-
32
34
  # An optional content-guard. If none is specified, a default one will be used.
33
35
  attr_accessor :content_guard
34
36
 
35
- # A unique name. Ex, `rawhide` and `stable`.
36
- attr_accessor :name
37
-
38
- attr_accessor :pulp_labels
37
+ # Timestamp of creation.
38
+ attr_accessor :pulp_created
39
39
 
40
40
  # RepositoryVersion to be served
41
41
  attr_accessor :repository_version
@@ -55,14 +55,14 @@ module PulpContainerClient
55
55
  # Attribute mapping from ruby-style variable name to JSON key.
56
56
  def self.attribute_map
57
57
  {
58
- :'pulp_created' => :'pulp_created',
58
+ :'pulp_labels' => :'pulp_labels',
59
+ :'name' => :'name',
59
60
  :'base_path' => :'base_path',
61
+ :'hidden' => :'hidden',
60
62
  :'pulp_href' => :'pulp_href',
61
63
  :'repository' => :'repository',
62
- :'hidden' => :'hidden',
63
64
  :'content_guard' => :'content_guard',
64
- :'name' => :'name',
65
- :'pulp_labels' => :'pulp_labels',
65
+ :'pulp_created' => :'pulp_created',
66
66
  :'repository_version' => :'repository_version',
67
67
  :'registry_path' => :'registry_path',
68
68
  :'namespace' => :'namespace',
@@ -74,14 +74,14 @@ module PulpContainerClient
74
74
  # Attribute type mapping.
75
75
  def self.openapi_types
76
76
  {
77
- :'pulp_created' => :'DateTime',
77
+ :'pulp_labels' => :'Hash<String, String>',
78
+ :'name' => :'String',
78
79
  :'base_path' => :'String',
80
+ :'hidden' => :'Boolean',
79
81
  :'pulp_href' => :'String',
80
82
  :'repository' => :'String',
81
- :'hidden' => :'Boolean',
82
83
  :'content_guard' => :'String',
83
- :'name' => :'String',
84
- :'pulp_labels' => :'Hash<String, String>',
84
+ :'pulp_created' => :'DateTime',
85
85
  :'repository_version' => :'String',
86
86
  :'registry_path' => :'String',
87
87
  :'namespace' => :'String',
@@ -114,14 +114,26 @@ module PulpContainerClient
114
114
  h[k.to_sym] = v
115
115
  }
116
116
 
117
- if attributes.key?(:'pulp_created')
118
- self.pulp_created = attributes[:'pulp_created']
117
+ if attributes.key?(:'pulp_labels')
118
+ if (value = attributes[:'pulp_labels']).is_a?(Hash)
119
+ self.pulp_labels = value
120
+ end
121
+ end
122
+
123
+ if attributes.key?(:'name')
124
+ self.name = attributes[:'name']
119
125
  end
120
126
 
121
127
  if attributes.key?(:'base_path')
122
128
  self.base_path = attributes[:'base_path']
123
129
  end
124
130
 
131
+ if attributes.key?(:'hidden')
132
+ self.hidden = attributes[:'hidden']
133
+ else
134
+ self.hidden = false
135
+ end
136
+
125
137
  if attributes.key?(:'pulp_href')
126
138
  self.pulp_href = attributes[:'pulp_href']
127
139
  end
@@ -130,24 +142,12 @@ module PulpContainerClient
130
142
  self.repository = attributes[:'repository']
131
143
  end
132
144
 
133
- if attributes.key?(:'hidden')
134
- self.hidden = attributes[:'hidden']
135
- else
136
- self.hidden = false
137
- end
138
-
139
145
  if attributes.key?(:'content_guard')
140
146
  self.content_guard = attributes[:'content_guard']
141
147
  end
142
148
 
143
- if attributes.key?(:'name')
144
- self.name = attributes[:'name']
145
- end
146
-
147
- if attributes.key?(:'pulp_labels')
148
- if (value = attributes[:'pulp_labels']).is_a?(Hash)
149
- self.pulp_labels = value
150
- end
149
+ if attributes.key?(:'pulp_created')
150
+ self.pulp_created = attributes[:'pulp_created']
151
151
  end
152
152
 
153
153
  if attributes.key?(:'repository_version')
@@ -175,22 +175,22 @@ module PulpContainerClient
175
175
  # @return Array for valid properties with the reasons
176
176
  def list_invalid_properties
177
177
  invalid_properties = Array.new
178
- if @base_path.nil?
179
- invalid_properties.push('invalid value for "base_path", base_path cannot be nil.')
180
- end
181
-
182
178
  if @name.nil?
183
179
  invalid_properties.push('invalid value for "name", name cannot be nil.')
184
180
  end
185
181
 
182
+ if @base_path.nil?
183
+ invalid_properties.push('invalid value for "base_path", base_path cannot be nil.')
184
+ end
185
+
186
186
  invalid_properties
187
187
  end
188
188
 
189
189
  # Check to see if the all the properties in the model are valid
190
190
  # @return true if the model is valid
191
191
  def valid?
192
- return false if @base_path.nil?
193
192
  return false if @name.nil?
193
+ return false if @base_path.nil?
194
194
  true
195
195
  end
196
196
 
@@ -199,14 +199,14 @@ module PulpContainerClient
199
199
  def ==(o)
200
200
  return true if self.equal?(o)
201
201
  self.class == o.class &&
202
- pulp_created == o.pulp_created &&
202
+ pulp_labels == o.pulp_labels &&
203
+ name == o.name &&
203
204
  base_path == o.base_path &&
205
+ hidden == o.hidden &&
204
206
  pulp_href == o.pulp_href &&
205
207
  repository == o.repository &&
206
- hidden == o.hidden &&
207
208
  content_guard == o.content_guard &&
208
- name == o.name &&
209
- pulp_labels == o.pulp_labels &&
209
+ pulp_created == o.pulp_created &&
210
210
  repository_version == o.repository_version &&
211
211
  registry_path == o.registry_path &&
212
212
  namespace == o.namespace &&
@@ -223,7 +223,7 @@ module PulpContainerClient
223
223
  # Calculates hash code according to all attributes.
224
224
  # @return [Integer] Hash code
225
225
  def hash
226
- [pulp_created, base_path, pulp_href, repository, hidden, content_guard, name, pulp_labels, repository_version, registry_path, namespace, private, description].hash
226
+ [pulp_labels, name, base_path, hidden, pulp_href, repository, content_guard, pulp_created, repository_version, registry_path, namespace, private, description].hash
227
227
  end
228
228
 
229
229
  # Builds the object from hash