pulp_container_client 2.9.5 → 2.9.6

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 672cab1974578591e2859cda87d387ab3987e4811133731896f48f05ae011d3c
4
- data.tar.gz: cfddf001ce9afdb7f974b7fbcf913774b51a683ac50f65b75a50f504c43789c6
3
+ metadata.gz: 2dba723421996d98d33cd2c6f11098e7e4413191261ce072f1a998f2eeecc324
4
+ data.tar.gz: 58a52b49aae45a5b4e3c408ebf137da47a24c976afdac49256c11cd4deadeb54
5
5
  SHA512:
6
- metadata.gz: 19b61f9faa0dbc87caa6eac8940776dc72c63bcba0b6d15f2507b829788914cae300de611f517773fe3ea208f239ae8fb420c33fc6c9c7d6bd0d9d983e734fa5
7
- data.tar.gz: 489a629675084259d0a8360fb209541cd4d8e75b3f6309fd8b330ad132cec8405be5f99425a8fc6b58ff991d35078972358f2bf9bc1a2f378481aa47d89c1e32
6
+ metadata.gz: 5c0eddacfd8b2d8e41b9e0caef01c64930eacfb2599d4dcd9d5e0c2164c2baeff830d549cb5eb01d7da6bb2439401f04f8c9c96430eb30358c6a875d7043c005
7
+ data.tar.gz: 7759941786cf2c3266f5f7a1267116bd108072be25bbbf4f11cd761c23bc82af062ca8459567bdd5483bba80da1c539c0a9cf3d2c50a11b21787b920196c050c
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.9.5
10
+ - Package version: 2.9.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.9.5.gem
27
+ gem install ./pulp_container_client-2.9.6.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_container_client-2.9.5.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_container_client-2.9.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.9.5'
36
+ gem 'pulp_container_client', '~> 2.9.6'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -4,11 +4,11 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
7
+ **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
8
8
  **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
9
9
  **pulp_labels** | [**Object**](.md) | | [optional]
10
+ **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
10
11
  **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\") |
11
- **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
12
12
  **repository_version** | **String** | RepositoryVersion to be served | [optional]
13
13
  **private** | **Boolean** | Restrict pull access to explicitly authorized users. Defaults to unrestricted pull access. | [optional]
14
14
  **description** | **String** | An optional description. | [optional]
@@ -18,11 +18,11 @@ Name | Type | Description | Notes
18
18
  ```ruby
19
19
  require 'PulpContainerClient'
20
20
 
21
- instance = PulpContainerClient::ContainerContainerDistribution.new(name: null,
21
+ instance = PulpContainerClient::ContainerContainerDistribution.new(repository: null,
22
22
  content_guard: null,
23
23
  pulp_labels: null,
24
+ name: null,
24
25
  base_path: null,
25
- repository: null,
26
26
  repository_version: null,
27
27
  private: null,
28
28
  description: null)
@@ -4,13 +4,13 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
8
- **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
7
+ **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
9
8
  **pulp_href** | **String** | | [optional] [readonly]
10
9
  **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
11
10
  **pulp_labels** | [**Object**](.md) | | [optional]
11
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
12
+ **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
12
13
  **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\") |
13
- **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
14
14
  **repository_version** | **String** | RepositoryVersion to be served | [optional]
15
15
  **registry_path** | **String** | The Registry hostame/name/ to use with docker pull command defined by this distribution. | [optional] [readonly]
16
16
  **namespace** | **String** | Namespace this distribution belongs to. | [optional] [readonly]
@@ -22,13 +22,13 @@ Name | Type | Description | Notes
22
22
  ```ruby
23
23
  require 'PulpContainerClient'
24
24
 
25
- instance = PulpContainerClient::ContainerContainerDistributionResponse.new(pulp_created: null,
26
- name: null,
25
+ instance = PulpContainerClient::ContainerContainerDistributionResponse.new(repository: null,
27
26
  pulp_href: null,
28
27
  content_guard: null,
29
28
  pulp_labels: null,
29
+ pulp_created: null,
30
+ name: null,
30
31
  base_path: null,
31
- repository: null,
32
32
  repository_version: null,
33
33
  registry_path: null,
34
34
  namespace: null,
@@ -4,20 +4,20 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
8
- **name** | **String** | A unique name for this repository. |
9
- **pulp_labels** | [**Object**](.md) | | [optional]
10
7
  **description** | **String** | An optional description. | [optional]
8
+ **pulp_labels** | [**Object**](.md) | | [optional]
9
+ **name** | **String** | A unique name for this repository. |
10
+ **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
11
11
 
12
12
  ## Code Sample
13
13
 
14
14
  ```ruby
15
15
  require 'PulpContainerClient'
16
16
 
17
- instance = PulpContainerClient::ContainerContainerPushRepository.new(retain_repo_versions: null,
18
- name: null,
17
+ instance = PulpContainerClient::ContainerContainerPushRepository.new(description: null,
19
18
  pulp_labels: null,
20
- description: null)
19
+ name: null,
20
+ retain_repo_versions: null)
21
21
  ```
22
22
 
23
23
 
@@ -5,13 +5,13 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **versions_href** | **String** | | [optional] [readonly]
8
- **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
9
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
10
- **latest_version_href** | **String** | | [optional] [readonly]
11
- **name** | **String** | A unique name for this repository. |
8
+ **description** | **String** | An optional description. | [optional]
12
9
  **pulp_href** | **String** | | [optional] [readonly]
13
10
  **pulp_labels** | [**Object**](.md) | | [optional]
14
- **description** | **String** | An optional description. | [optional]
11
+ **latest_version_href** | **String** | | [optional] [readonly]
12
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
13
+ **name** | **String** | A unique name for this repository. |
14
+ **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
15
15
 
16
16
  ## Code Sample
17
17
 
@@ -19,13 +19,13 @@ Name | Type | Description | Notes
19
19
  require 'PulpContainerClient'
20
20
 
21
21
  instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(versions_href: null,
22
- retain_repo_versions: null,
23
- pulp_created: null,
24
- latest_version_href: null,
25
- name: null,
22
+ description: null,
26
23
  pulp_href: null,
27
24
  pulp_labels: null,
28
- description: null)
25
+ latest_version_href: null,
26
+ pulp_created: null,
27
+ name: null,
28
+ retain_repo_versions: null)
29
29
  ```
30
30
 
31
31
 
@@ -4,11 +4,11 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
7
+ **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
8
8
  **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
9
9
  **pulp_labels** | [**Object**](.md) | | [optional]
10
+ **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
10
11
  **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]
11
- **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
12
12
  **repository_version** | **String** | RepositoryVersion to be served | [optional]
13
13
  **private** | **Boolean** | Restrict pull access to explicitly authorized users. Defaults to unrestricted pull access. | [optional]
14
14
  **description** | **String** | An optional description. | [optional]
@@ -18,11 +18,11 @@ Name | Type | Description | Notes
18
18
  ```ruby
19
19
  require 'PulpContainerClient'
20
20
 
21
- instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(name: null,
21
+ instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(repository: null,
22
22
  content_guard: null,
23
23
  pulp_labels: null,
24
+ name: null,
24
25
  base_path: null,
25
- repository: null,
26
26
  repository_version: null,
27
27
  private: null,
28
28
  description: null)
@@ -4,20 +4,20 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
8
- **name** | **String** | A unique name for this repository. | [optional]
9
- **pulp_labels** | [**Object**](.md) | | [optional]
10
7
  **description** | **String** | An optional description. | [optional]
8
+ **pulp_labels** | [**Object**](.md) | | [optional]
9
+ **name** | **String** | A unique name for this repository. | [optional]
10
+ **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
11
11
 
12
12
  ## Code Sample
13
13
 
14
14
  ```ruby
15
15
  require 'PulpContainerClient'
16
16
 
17
- instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(retain_repo_versions: null,
18
- name: null,
17
+ instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(description: null,
19
18
  pulp_labels: null,
20
- description: null)
19
+ name: null,
20
+ retain_repo_versions: null)
21
21
  ```
22
22
 
23
23
 
@@ -15,20 +15,20 @@ 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
18
+ # The latest RepositoryVersion for this Repository will be served.
19
+ attr_accessor :repository
20
20
 
21
21
  # An optional content-guard. If none is specified, a default one will be used.
22
22
  attr_accessor :content_guard
23
23
 
24
24
  attr_accessor :pulp_labels
25
25
 
26
+ # A unique name. Ex, `rawhide` and `stable`.
27
+ attr_accessor :name
28
+
26
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\")
27
30
  attr_accessor :base_path
28
31
 
29
- # The latest RepositoryVersion for this Repository will be served.
30
- attr_accessor :repository
31
-
32
32
  # RepositoryVersion to be served
33
33
  attr_accessor :repository_version
34
34
 
@@ -41,11 +41,11 @@ module PulpContainerClient
41
41
  # Attribute mapping from ruby-style variable name to JSON key.
42
42
  def self.attribute_map
43
43
  {
44
- :'name' => :'name',
44
+ :'repository' => :'repository',
45
45
  :'content_guard' => :'content_guard',
46
46
  :'pulp_labels' => :'pulp_labels',
47
+ :'name' => :'name',
47
48
  :'base_path' => :'base_path',
48
- :'repository' => :'repository',
49
49
  :'repository_version' => :'repository_version',
50
50
  :'private' => :'private',
51
51
  :'description' => :'description'
@@ -55,11 +55,11 @@ module PulpContainerClient
55
55
  # Attribute type mapping.
56
56
  def self.openapi_types
57
57
  {
58
- :'name' => :'String',
58
+ :'repository' => :'String',
59
59
  :'content_guard' => :'String',
60
60
  :'pulp_labels' => :'Object',
61
+ :'name' => :'String',
61
62
  :'base_path' => :'String',
62
- :'repository' => :'String',
63
63
  :'repository_version' => :'String',
64
64
  :'private' => :'Boolean',
65
65
  :'description' => :'String'
@@ -90,8 +90,8 @@ module PulpContainerClient
90
90
  h[k.to_sym] = v
91
91
  }
92
92
 
93
- if attributes.key?(:'name')
94
- self.name = attributes[:'name']
93
+ if attributes.key?(:'repository')
94
+ self.repository = attributes[:'repository']
95
95
  end
96
96
 
97
97
  if attributes.key?(:'content_guard')
@@ -102,12 +102,12 @@ module PulpContainerClient
102
102
  self.pulp_labels = attributes[:'pulp_labels']
103
103
  end
104
104
 
105
- if attributes.key?(:'base_path')
106
- self.base_path = attributes[:'base_path']
105
+ if attributes.key?(:'name')
106
+ self.name = attributes[:'name']
107
107
  end
108
108
 
109
- if attributes.key?(:'repository')
110
- self.repository = attributes[:'repository']
109
+ if attributes.key?(:'base_path')
110
+ self.base_path = attributes[:'base_path']
111
111
  end
112
112
 
113
113
  if attributes.key?(:'repository_version')
@@ -151,11 +151,11 @@ module PulpContainerClient
151
151
  def ==(o)
152
152
  return true if self.equal?(o)
153
153
  self.class == o.class &&
154
- name == o.name &&
154
+ repository == o.repository &&
155
155
  content_guard == o.content_guard &&
156
156
  pulp_labels == o.pulp_labels &&
157
+ name == o.name &&
157
158
  base_path == o.base_path &&
158
- repository == o.repository &&
159
159
  repository_version == o.repository_version &&
160
160
  private == o.private &&
161
161
  description == o.description
@@ -170,7 +170,7 @@ module PulpContainerClient
170
170
  # Calculates hash code according to all attributes.
171
171
  # @return [Integer] Hash code
172
172
  def hash
173
- [name, content_guard, pulp_labels, base_path, repository, repository_version, private, description].hash
173
+ [repository, content_guard, pulp_labels, name, base_path, repository_version, private, description].hash
174
174
  end
175
175
 
176
176
  # Builds the object from hash
@@ -15,11 +15,8 @@ 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
20
-
21
- # A unique name. Ex, `rawhide` and `stable`.
22
- attr_accessor :name
18
+ # The latest RepositoryVersion for this Repository will be served.
19
+ attr_accessor :repository
23
20
 
24
21
  attr_accessor :pulp_href
25
22
 
@@ -28,12 +25,15 @@ module PulpContainerClient
28
25
 
29
26
  attr_accessor :pulp_labels
30
27
 
28
+ # Timestamp of creation.
29
+ attr_accessor :pulp_created
30
+
31
+ # A unique name. Ex, `rawhide` and `stable`.
32
+ attr_accessor :name
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\")
32
35
  attr_accessor :base_path
33
36
 
34
- # The latest RepositoryVersion for this Repository will be served.
35
- attr_accessor :repository
36
-
37
37
  # RepositoryVersion to be served
38
38
  attr_accessor :repository_version
39
39
 
@@ -52,13 +52,13 @@ module PulpContainerClient
52
52
  # Attribute mapping from ruby-style variable name to JSON key.
53
53
  def self.attribute_map
54
54
  {
55
- :'pulp_created' => :'pulp_created',
56
- :'name' => :'name',
55
+ :'repository' => :'repository',
57
56
  :'pulp_href' => :'pulp_href',
58
57
  :'content_guard' => :'content_guard',
59
58
  :'pulp_labels' => :'pulp_labels',
59
+ :'pulp_created' => :'pulp_created',
60
+ :'name' => :'name',
60
61
  :'base_path' => :'base_path',
61
- :'repository' => :'repository',
62
62
  :'repository_version' => :'repository_version',
63
63
  :'registry_path' => :'registry_path',
64
64
  :'namespace' => :'namespace',
@@ -70,13 +70,13 @@ module PulpContainerClient
70
70
  # Attribute type mapping.
71
71
  def self.openapi_types
72
72
  {
73
- :'pulp_created' => :'DateTime',
74
- :'name' => :'String',
73
+ :'repository' => :'String',
75
74
  :'pulp_href' => :'String',
76
75
  :'content_guard' => :'String',
77
76
  :'pulp_labels' => :'Object',
77
+ :'pulp_created' => :'DateTime',
78
+ :'name' => :'String',
78
79
  :'base_path' => :'String',
79
- :'repository' => :'String',
80
80
  :'repository_version' => :'String',
81
81
  :'registry_path' => :'String',
82
82
  :'namespace' => :'String',
@@ -109,12 +109,8 @@ module PulpContainerClient
109
109
  h[k.to_sym] = v
110
110
  }
111
111
 
112
- if attributes.key?(:'pulp_created')
113
- self.pulp_created = attributes[:'pulp_created']
114
- end
115
-
116
- if attributes.key?(:'name')
117
- self.name = attributes[:'name']
112
+ if attributes.key?(:'repository')
113
+ self.repository = attributes[:'repository']
118
114
  end
119
115
 
120
116
  if attributes.key?(:'pulp_href')
@@ -129,12 +125,16 @@ module PulpContainerClient
129
125
  self.pulp_labels = attributes[:'pulp_labels']
130
126
  end
131
127
 
132
- if attributes.key?(:'base_path')
133
- self.base_path = attributes[:'base_path']
128
+ if attributes.key?(:'pulp_created')
129
+ self.pulp_created = attributes[:'pulp_created']
134
130
  end
135
131
 
136
- if attributes.key?(:'repository')
137
- self.repository = attributes[:'repository']
132
+ if attributes.key?(:'name')
133
+ self.name = attributes[:'name']
134
+ end
135
+
136
+ if attributes.key?(:'base_path')
137
+ self.base_path = attributes[:'base_path']
138
138
  end
139
139
 
140
140
  if attributes.key?(:'repository_version')
@@ -186,13 +186,13 @@ module PulpContainerClient
186
186
  def ==(o)
187
187
  return true if self.equal?(o)
188
188
  self.class == o.class &&
189
- pulp_created == o.pulp_created &&
190
- name == o.name &&
189
+ repository == o.repository &&
191
190
  pulp_href == o.pulp_href &&
192
191
  content_guard == o.content_guard &&
193
192
  pulp_labels == o.pulp_labels &&
193
+ pulp_created == o.pulp_created &&
194
+ name == o.name &&
194
195
  base_path == o.base_path &&
195
- repository == o.repository &&
196
196
  repository_version == o.repository_version &&
197
197
  registry_path == o.registry_path &&
198
198
  namespace == o.namespace &&
@@ -209,7 +209,7 @@ module PulpContainerClient
209
209
  # Calculates hash code according to all attributes.
210
210
  # @return [Integer] Hash code
211
211
  def hash
212
- [pulp_created, name, pulp_href, content_guard, pulp_labels, base_path, repository, repository_version, registry_path, namespace, private, description].hash
212
+ [repository, pulp_href, content_guard, pulp_labels, pulp_created, name, base_path, repository_version, registry_path, namespace, private, description].hash
213
213
  end
214
214
 
215
215
  # Builds the object from hash
@@ -15,42 +15,42 @@ require 'date'
15
15
  module PulpContainerClient
16
16
  # Serializer for Container Push Repositories.
17
17
  class ContainerContainerPushRepository
18
- # Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future.
19
- attr_accessor :retain_repo_versions
18
+ # An optional description.
19
+ attr_accessor :description
20
+
21
+ attr_accessor :pulp_labels
20
22
 
21
23
  # A unique name for this repository.
22
24
  attr_accessor :name
23
25
 
24
- attr_accessor :pulp_labels
25
-
26
- # An optional description.
27
- attr_accessor :description
26
+ # Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future.
27
+ attr_accessor :retain_repo_versions
28
28
 
29
29
  # Attribute mapping from ruby-style variable name to JSON key.
30
30
  def self.attribute_map
31
31
  {
32
- :'retain_repo_versions' => :'retain_repo_versions',
33
- :'name' => :'name',
32
+ :'description' => :'description',
34
33
  :'pulp_labels' => :'pulp_labels',
35
- :'description' => :'description'
34
+ :'name' => :'name',
35
+ :'retain_repo_versions' => :'retain_repo_versions'
36
36
  }
37
37
  end
38
38
 
39
39
  # Attribute type mapping.
40
40
  def self.openapi_types
41
41
  {
42
- :'retain_repo_versions' => :'Integer',
43
- :'name' => :'String',
42
+ :'description' => :'String',
44
43
  :'pulp_labels' => :'Object',
45
- :'description' => :'String'
44
+ :'name' => :'String',
45
+ :'retain_repo_versions' => :'Integer'
46
46
  }
47
47
  end
48
48
 
49
49
  # List of attributes with nullable: true
50
50
  def self.openapi_nullable
51
51
  Set.new([
52
- :'retain_repo_versions',
53
- :'description'
52
+ :'description',
53
+ :'retain_repo_versions'
54
54
  ])
55
55
  end
56
56
 
@@ -69,20 +69,20 @@ module PulpContainerClient
69
69
  h[k.to_sym] = v
70
70
  }
71
71
 
72
- if attributes.key?(:'retain_repo_versions')
73
- self.retain_repo_versions = attributes[:'retain_repo_versions']
74
- end
75
-
76
- if attributes.key?(:'name')
77
- self.name = attributes[:'name']
72
+ if attributes.key?(:'description')
73
+ self.description = attributes[:'description']
78
74
  end
79
75
 
80
76
  if attributes.key?(:'pulp_labels')
81
77
  self.pulp_labels = attributes[:'pulp_labels']
82
78
  end
83
79
 
84
- if attributes.key?(:'description')
85
- self.description = attributes[:'description']
80
+ if attributes.key?(:'name')
81
+ self.name = attributes[:'name']
82
+ end
83
+
84
+ if attributes.key?(:'retain_repo_versions')
85
+ self.retain_repo_versions = attributes[:'retain_repo_versions']
86
86
  end
87
87
  end
88
88
 
@@ -90,22 +90,22 @@ module PulpContainerClient
90
90
  # @return Array for valid properties with the reasons
91
91
  def list_invalid_properties
92
92
  invalid_properties = Array.new
93
- if !@retain_repo_versions.nil? && @retain_repo_versions < 1
94
- invalid_properties.push('invalid value for "retain_repo_versions", must be greater than or equal to 1.')
95
- end
96
-
97
93
  if @name.nil?
98
94
  invalid_properties.push('invalid value for "name", name cannot be nil.')
99
95
  end
100
96
 
97
+ if !@retain_repo_versions.nil? && @retain_repo_versions < 1
98
+ invalid_properties.push('invalid value for "retain_repo_versions", must be greater than or equal to 1.')
99
+ end
100
+
101
101
  invalid_properties
102
102
  end
103
103
 
104
104
  # Check to see if the all the properties in the model are valid
105
105
  # @return true if the model is valid
106
106
  def valid?
107
- return false if !@retain_repo_versions.nil? && @retain_repo_versions < 1
108
107
  return false if @name.nil?
108
+ return false if !@retain_repo_versions.nil? && @retain_repo_versions < 1
109
109
  true
110
110
  end
111
111
 
@@ -124,10 +124,10 @@ module PulpContainerClient
124
124
  def ==(o)
125
125
  return true if self.equal?(o)
126
126
  self.class == o.class &&
127
- retain_repo_versions == o.retain_repo_versions &&
128
- name == o.name &&
127
+ description == o.description &&
129
128
  pulp_labels == o.pulp_labels &&
130
- description == o.description
129
+ name == o.name &&
130
+ retain_repo_versions == o.retain_repo_versions
131
131
  end
132
132
 
133
133
  # @see the `==` method
@@ -139,7 +139,7 @@ module PulpContainerClient
139
139
  # Calculates hash code according to all attributes.
140
140
  # @return [Integer] Hash code
141
141
  def hash
142
- [retain_repo_versions, name, pulp_labels, description].hash
142
+ [description, pulp_labels, name, retain_repo_versions].hash
143
143
  end
144
144
 
145
145
  # Builds the object from hash