pulp_container_client 2.15.4 → 2.15.5

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: 4fcc2d05347a7d27f79fa0a79b057c0751576ae4ad4c308cbb8f01162086ca41
4
- data.tar.gz: 3c6f0676f17b10942be32720a928219925e112ef21ca6499ee7a5c0309275034
3
+ metadata.gz: 0fa61db3ac8f1245fc2573f79c33fe0c5895af965d071417418cce1f3a93f2f7
4
+ data.tar.gz: 7a1b979bb7095e2663bc622e3c3ccdcced1f6231ab8516d6e5fe94e7b6eab098
5
5
  SHA512:
6
- metadata.gz: 1a6f256c98af5f367bf02df7cc0db3c9628a432fef9f067e65a481939c1165ee9163ae2d7861aee10df2c384c33ba99b0263dac75f5ab3f687ed8ec00616d204
7
- data.tar.gz: b2cb829783f194193fd79a6b4f63009420d7e3d057cdbb89da8c7254a9b8d9bcd567d9b849809e144cca38c684da9a5ffa4357266c6ea0fad8f51be9711ab67e
6
+ metadata.gz: 625db410d6242de18a914148fcef1457040d4f977aa425bf54e19b51d091d741539729b57f268fe9f08e821a971baec65767d87b1d0c54db41ed523dfbba325a
7
+ data.tar.gz: e3e8bdb15b8cc71ce479db03b2e6cc8f58fa625922dc5963383d7959d887a82f944a8c5a9ee43af0843f39015e7291c20a0661cdc09d55c0a43b469b9edc0f70
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.15.4
10
+ - Package version: 2.15.5
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.15.4.gem
27
+ gem install ./pulp_container_client-2.15.5.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_container_client-2.15.4.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_container_client-2.15.5.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.15.4'
36
+ gem 'pulp_container_client', '~> 2.15.5'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -4,12 +4,12 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
8
7
  **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
8
+ **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\") |
9
9
  **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
10
10
  **pulp_labels** | **Hash<String, String>** | | [optional]
11
11
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
12
- **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\") |
12
+ **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
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(name: null,
23
- hidden: null,
22
+ instance = PulpContainerClient::ContainerContainerDistribution.new(hidden: null,
23
+ base_path: null,
24
24
  content_guard: null,
25
25
  pulp_labels: null,
26
26
  repository: null,
27
- base_path: null,
27
+ name: 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
- **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
8
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
7
  **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
8
+ **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\") |
9
+ **pulp_href** | **String** | | [optional] [readonly]
10
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
10
11
  **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
11
12
  **pulp_labels** | **Hash<String, String>** | | [optional]
12
- **pulp_href** | **String** | | [optional] [readonly]
13
13
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
14
- **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\") |
14
+ **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
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(name: null,
26
+ instance = PulpContainerClient::ContainerContainerDistributionResponse.new(hidden: null,
27
+ base_path: null,
28
+ pulp_href: null,
27
29
  pulp_created: null,
28
- hidden: null,
29
30
  content_guard: null,
30
31
  pulp_labels: null,
31
- pulp_href: null,
32
32
  repository: null,
33
- base_path: null,
33
+ name: 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
- **name** | **String** | A unique name for this repository. |
8
- **description** | **String** | An optional description. | [optional]
9
7
  **pulp_labels** | **Hash<String, String>** | | [optional]
10
- **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
11
8
  **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
9
+ **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
10
+ **description** | **String** | An optional description. | [optional]
11
+ **name** | **String** | A unique name for this repository. |
12
12
 
13
13
  ## Code Sample
14
14
 
15
15
  ```ruby
16
16
  require 'PulpContainerClient'
17
17
 
18
- instance = PulpContainerClient::ContainerContainerPushRepository.new(name: null,
19
- description: null,
20
- pulp_labels: null,
18
+ instance = PulpContainerClient::ContainerContainerPushRepository.new(pulp_labels: null,
19
+ retain_repo_versions: null,
21
20
  manifest_signing_service: null,
22
- retain_repo_versions: null)
21
+ description: null,
22
+ name: null)
23
23
  ```
24
24
 
25
25
 
@@ -4,30 +4,30 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **name** | **String** | A unique name for this repository. |
7
+ **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
- **description** | **String** | An optional description. | [optional]
10
9
  **pulp_labels** | **Hash<String, String>** | | [optional]
10
+ **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
11
+ **latest_version_href** | **String** | | [optional] [readonly]
11
12
  **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
12
- **pulp_href** | **String** | | [optional] [readonly]
13
+ **description** | **String** | An optional description. | [optional]
13
14
  **versions_href** | **String** | | [optional] [readonly]
14
- **latest_version_href** | **String** | | [optional] [readonly]
15
- **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
15
+ **name** | **String** | A unique name for this repository. |
16
16
 
17
17
  ## Code Sample
18
18
 
19
19
  ```ruby
20
20
  require 'PulpContainerClient'
21
21
 
22
- instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(name: null,
22
+ instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(pulp_href: null,
23
23
  pulp_created: null,
24
- description: null,
25
24
  pulp_labels: null,
25
+ retain_repo_versions: null,
26
+ latest_version_href: null,
26
27
  manifest_signing_service: null,
27
- pulp_href: null,
28
+ description: null,
28
29
  versions_href: null,
29
- latest_version_href: null,
30
- retain_repo_versions: null)
30
+ name: null)
31
31
  ```
32
32
 
33
33
 
@@ -4,12 +4,12 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
8
7
  **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
8
+ **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]
9
9
  **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
10
10
  **pulp_labels** | **Hash<String, String>** | | [optional]
11
11
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
12
- **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]
12
+ **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [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(name: null,
23
- hidden: null,
22
+ instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(hidden: null,
23
+ base_path: null,
24
24
  content_guard: null,
25
25
  pulp_labels: null,
26
26
  repository: null,
27
- base_path: null,
27
+ name: 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
- **name** | **String** | A unique name for this repository. | [optional]
8
- **description** | **String** | An optional description. | [optional]
9
7
  **pulp_labels** | **Hash<String, String>** | | [optional]
10
- **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
11
8
  **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
9
+ **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
10
+ **description** | **String** | An optional description. | [optional]
11
+ **name** | **String** | A unique name for this repository. | [optional]
12
12
 
13
13
  ## Code Sample
14
14
 
15
15
  ```ruby
16
16
  require 'PulpContainerClient'
17
17
 
18
- instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(name: null,
19
- description: null,
20
- pulp_labels: null,
18
+ instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(pulp_labels: null,
19
+ retain_repo_versions: null,
21
20
  manifest_signing_service: null,
22
- retain_repo_versions: null)
21
+ description: null,
22
+ name: null)
23
23
  ```
24
24
 
25
25
 
@@ -15,12 +15,12 @@ require 'date'
15
15
  module PulpContainerClient
16
16
  # A serializer for ContainerDistribution.
17
17
  class ContainerContainerDistribution
18
- # A unique name. Ex, `rawhide` and `stable`.
19
- attr_accessor :name
20
-
21
18
  # Whether this distribution should be shown in the content app.
22
19
  attr_accessor :hidden
23
20
 
21
+ # 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
+ attr_accessor :base_path
23
+
24
24
  # An optional content-guard. If none is specified, a default one will be used.
25
25
  attr_accessor :content_guard
26
26
 
@@ -29,8 +29,8 @@ module PulpContainerClient
29
29
  # The latest RepositoryVersion for this Repository will be served.
30
30
  attr_accessor :repository
31
31
 
32
- # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
33
- attr_accessor :base_path
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
- :'name' => :'name',
48
47
  :'hidden' => :'hidden',
48
+ :'base_path' => :'base_path',
49
49
  :'content_guard' => :'content_guard',
50
50
  :'pulp_labels' => :'pulp_labels',
51
51
  :'repository' => :'repository',
52
- :'base_path' => :'base_path',
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
- :'name' => :'String',
63
62
  :'hidden' => :'Boolean',
63
+ :'base_path' => :'String',
64
64
  :'content_guard' => :'String',
65
65
  :'pulp_labels' => :'Hash<String, String>',
66
66
  :'repository' => :'String',
67
- :'base_path' => :'String',
67
+ :'name' => :'String',
68
68
  :'repository_version' => :'String',
69
69
  :'private' => :'Boolean',
70
70
  :'description' => :'String'
@@ -95,16 +95,16 @@ module PulpContainerClient
95
95
  h[k.to_sym] = v
96
96
  }
97
97
 
98
- if attributes.key?(:'name')
99
- self.name = attributes[:'name']
100
- end
101
-
102
98
  if attributes.key?(:'hidden')
103
99
  self.hidden = attributes[:'hidden']
104
100
  else
105
101
  self.hidden = false
106
102
  end
107
103
 
104
+ if attributes.key?(:'base_path')
105
+ self.base_path = attributes[:'base_path']
106
+ end
107
+
108
108
  if attributes.key?(:'content_guard')
109
109
  self.content_guard = attributes[:'content_guard']
110
110
  end
@@ -119,8 +119,8 @@ module PulpContainerClient
119
119
  self.repository = attributes[:'repository']
120
120
  end
121
121
 
122
- if attributes.key?(:'base_path')
123
- self.base_path = attributes[:'base_path']
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
- name == o.name &&
221
220
  hidden == o.hidden &&
221
+ base_path == o.base_path &&
222
222
  content_guard == o.content_guard &&
223
223
  pulp_labels == o.pulp_labels &&
224
224
  repository == o.repository &&
225
- base_path == o.base_path &&
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
- [name, hidden, content_guard, pulp_labels, repository, base_path, repository_version, private, description].hash
240
+ [hidden, base_path, content_guard, pulp_labels, repository, name, 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
- # A unique name. Ex, `rawhide` and `stable`.
19
- attr_accessor :name
18
+ # Whether this distribution should be shown in the content app.
19
+ attr_accessor :hidden
20
+
21
+ # 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
+ attr_accessor :base_path
23
+
24
+ attr_accessor :pulp_href
20
25
 
21
26
  # Timestamp of creation.
22
27
  attr_accessor :pulp_created
23
28
 
24
- # Whether this distribution should be shown in the content app.
25
- attr_accessor :hidden
26
-
27
29
  # An optional content-guard. If none is specified, a default one will be used.
28
30
  attr_accessor :content_guard
29
31
 
30
32
  attr_accessor :pulp_labels
31
33
 
32
- attr_accessor :pulp_href
33
-
34
34
  # The latest RepositoryVersion for this Repository will be served.
35
35
  attr_accessor :repository
36
36
 
37
- # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
38
- attr_accessor :base_path
37
+ # A unique name. Ex, `rawhide` and `stable`.
38
+ attr_accessor :name
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
- :'name' => :'name',
59
- :'pulp_created' => :'pulp_created',
60
58
  :'hidden' => :'hidden',
59
+ :'base_path' => :'base_path',
60
+ :'pulp_href' => :'pulp_href',
61
+ :'pulp_created' => :'pulp_created',
61
62
  :'content_guard' => :'content_guard',
62
63
  :'pulp_labels' => :'pulp_labels',
63
- :'pulp_href' => :'pulp_href',
64
64
  :'repository' => :'repository',
65
- :'base_path' => :'base_path',
65
+ :'name' => :'name',
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
- :'name' => :'String',
78
- :'pulp_created' => :'DateTime',
79
77
  :'hidden' => :'Boolean',
78
+ :'base_path' => :'String',
79
+ :'pulp_href' => :'String',
80
+ :'pulp_created' => :'DateTime',
80
81
  :'content_guard' => :'String',
81
82
  :'pulp_labels' => :'Hash<String, String>',
82
- :'pulp_href' => :'String',
83
83
  :'repository' => :'String',
84
- :'base_path' => :'String',
84
+ :'name' => :'String',
85
85
  :'repository_version' => :'String',
86
86
  :'registry_path' => :'String',
87
87
  :'namespace' => :'String',
@@ -114,20 +114,24 @@ module PulpContainerClient
114
114
  h[k.to_sym] = v
115
115
  }
116
116
 
117
- if attributes.key?(:'name')
118
- self.name = attributes[:'name']
119
- end
120
-
121
- if attributes.key?(:'pulp_created')
122
- self.pulp_created = attributes[:'pulp_created']
123
- end
124
-
125
117
  if attributes.key?(:'hidden')
126
118
  self.hidden = attributes[:'hidden']
127
119
  else
128
120
  self.hidden = false
129
121
  end
130
122
 
123
+ if attributes.key?(:'base_path')
124
+ self.base_path = attributes[:'base_path']
125
+ end
126
+
127
+ if attributes.key?(:'pulp_href')
128
+ self.pulp_href = attributes[:'pulp_href']
129
+ end
130
+
131
+ if attributes.key?(:'pulp_created')
132
+ self.pulp_created = attributes[:'pulp_created']
133
+ end
134
+
131
135
  if attributes.key?(:'content_guard')
132
136
  self.content_guard = attributes[:'content_guard']
133
137
  end
@@ -138,16 +142,12 @@ module PulpContainerClient
138
142
  end
139
143
  end
140
144
 
141
- if attributes.key?(:'pulp_href')
142
- self.pulp_href = attributes[:'pulp_href']
143
- end
144
-
145
145
  if attributes.key?(:'repository')
146
146
  self.repository = attributes[:'repository']
147
147
  end
148
148
 
149
- if attributes.key?(:'base_path')
150
- self.base_path = attributes[:'base_path']
149
+ if attributes.key?(:'name')
150
+ self.name = attributes[:'name']
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 @name.nil?
179
- invalid_properties.push('invalid value for "name", name cannot be nil.')
180
- end
181
-
182
178
  if @base_path.nil?
183
179
  invalid_properties.push('invalid value for "base_path", base_path cannot be nil.')
184
180
  end
185
181
 
182
+ if @name.nil?
183
+ invalid_properties.push('invalid value for "name", name 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 @name.nil?
193
192
  return false if @base_path.nil?
193
+ return false if @name.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
- name == o.name &&
203
- pulp_created == o.pulp_created &&
204
202
  hidden == o.hidden &&
203
+ base_path == o.base_path &&
204
+ pulp_href == o.pulp_href &&
205
+ pulp_created == o.pulp_created &&
205
206
  content_guard == o.content_guard &&
206
207
  pulp_labels == o.pulp_labels &&
207
- pulp_href == o.pulp_href &&
208
208
  repository == o.repository &&
209
- base_path == o.base_path &&
209
+ name == o.name &&
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
- [name, pulp_created, hidden, content_guard, pulp_labels, pulp_href, repository, base_path, repository_version, registry_path, namespace, private, description].hash
226
+ [hidden, base_path, pulp_href, pulp_created, content_guard, pulp_labels, repository, name, repository_version, registry_path, namespace, private, description].hash
227
227
  end
228
228
 
229
229
  # Builds the object from hash