pulp_container_client 2.19.4 → 2.19.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.
Files changed (31) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/ContainerContainerDistribution.md +9 -9
  4. data/docs/ContainerContainerDistributionResponse.md +12 -12
  5. data/docs/ContainerContainerPullThroughDistribution.md +9 -9
  6. data/docs/ContainerContainerPullThroughDistributionResponse.md +12 -12
  7. data/docs/ContainerContainerPushRepository.md +7 -7
  8. data/docs/ContainerContainerPushRepositoryResponse.md +15 -15
  9. data/docs/PatchedcontainerContainerDistribution.md +9 -9
  10. data/docs/PatchedcontainerContainerPullThroughDistribution.md +9 -9
  11. data/docs/PatchedcontainerContainerPushRepository.md +7 -7
  12. data/lib/pulp_container_client/models/container_container_distribution.rb +61 -61
  13. data/lib/pulp_container_client/models/container_container_distribution_response.rb +57 -57
  14. data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +61 -61
  15. data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +57 -57
  16. data/lib/pulp_container_client/models/container_container_push_repository.rb +56 -56
  17. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +62 -62
  18. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +52 -52
  19. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +52 -52
  20. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +48 -48
  21. data/lib/pulp_container_client/version.rb +1 -1
  22. data/spec/models/container_container_distribution_response_spec.rb +9 -9
  23. data/spec/models/container_container_distribution_spec.rb +6 -6
  24. data/spec/models/container_container_pull_through_distribution_response_spec.rb +9 -9
  25. data/spec/models/container_container_pull_through_distribution_spec.rb +6 -6
  26. data/spec/models/container_container_push_repository_response_spec.rb +9 -9
  27. data/spec/models/container_container_push_repository_spec.rb +4 -4
  28. data/spec/models/patchedcontainer_container_distribution_spec.rb +6 -6
  29. data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +6 -6
  30. data/spec/models/patchedcontainer_container_push_repository_spec.rb +4 -4
  31. metadata +60 -60
@@ -15,48 +15,48 @@ 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.
19
- attr_accessor :retain_repo_versions
18
+ attr_accessor :pulp_labels
20
19
 
21
- # An optional description.
22
- attr_accessor :description
20
+ # A unique name for this repository.
21
+ attr_accessor :name
23
22
 
24
23
  # A reference to an associated signing service.
25
24
  attr_accessor :manifest_signing_service
26
25
 
27
- attr_accessor :pulp_labels
26
+ # An optional description.
27
+ attr_accessor :description
28
28
 
29
- # A unique name for this repository.
30
- attr_accessor :name
29
+ # Retain X versions of the repository. Default is null which retains all versions.
30
+ attr_accessor :retain_repo_versions
31
31
 
32
32
  # Attribute mapping from ruby-style variable name to JSON key.
33
33
  def self.attribute_map
34
34
  {
35
- :'retain_repo_versions' => :'retain_repo_versions',
36
- :'description' => :'description',
37
- :'manifest_signing_service' => :'manifest_signing_service',
38
35
  :'pulp_labels' => :'pulp_labels',
39
- :'name' => :'name'
36
+ :'name' => :'name',
37
+ :'manifest_signing_service' => :'manifest_signing_service',
38
+ :'description' => :'description',
39
+ :'retain_repo_versions' => :'retain_repo_versions'
40
40
  }
41
41
  end
42
42
 
43
43
  # Attribute type mapping.
44
44
  def self.openapi_types
45
45
  {
46
- :'retain_repo_versions' => :'Integer',
47
- :'description' => :'String',
48
- :'manifest_signing_service' => :'String',
49
46
  :'pulp_labels' => :'Hash<String, String>',
50
- :'name' => :'String'
47
+ :'name' => :'String',
48
+ :'manifest_signing_service' => :'String',
49
+ :'description' => :'String',
50
+ :'retain_repo_versions' => :'Integer'
51
51
  }
52
52
  end
53
53
 
54
54
  # List of attributes with nullable: true
55
55
  def self.openapi_nullable
56
56
  Set.new([
57
- :'retain_repo_versions',
58
- :'description',
59
57
  :'manifest_signing_service',
58
+ :'description',
59
+ :'retain_repo_versions'
60
60
  ])
61
61
  end
62
62
 
@@ -75,26 +75,26 @@ module PulpContainerClient
75
75
  h[k.to_sym] = v
76
76
  }
77
77
 
78
- if attributes.key?(:'retain_repo_versions')
79
- self.retain_repo_versions = attributes[:'retain_repo_versions']
78
+ if attributes.key?(:'pulp_labels')
79
+ if (value = attributes[:'pulp_labels']).is_a?(Hash)
80
+ self.pulp_labels = value
81
+ end
80
82
  end
81
83
 
82
- if attributes.key?(:'description')
83
- self.description = attributes[:'description']
84
+ if attributes.key?(:'name')
85
+ self.name = attributes[:'name']
84
86
  end
85
87
 
86
88
  if attributes.key?(:'manifest_signing_service')
87
89
  self.manifest_signing_service = attributes[:'manifest_signing_service']
88
90
  end
89
91
 
90
- if attributes.key?(:'pulp_labels')
91
- if (value = attributes[:'pulp_labels']).is_a?(Hash)
92
- self.pulp_labels = value
93
- end
92
+ if attributes.key?(:'description')
93
+ self.description = attributes[:'description']
94
94
  end
95
95
 
96
- if attributes.key?(:'name')
97
- self.name = attributes[:'name']
96
+ if attributes.key?(:'retain_repo_versions')
97
+ self.retain_repo_versions = attributes[:'retain_repo_versions']
98
98
  end
99
99
  end
100
100
 
@@ -102,14 +102,6 @@ module PulpContainerClient
102
102
  # @return Array for valid properties with the reasons
103
103
  def list_invalid_properties
104
104
  invalid_properties = Array.new
105
- if !@retain_repo_versions.nil? && @retain_repo_versions < 1
106
- invalid_properties.push('invalid value for "retain_repo_versions", must be greater than or equal to 1.')
107
- end
108
-
109
- if !@description.nil? && @description.to_s.length < 1
110
- invalid_properties.push('invalid value for "description", the character length must be great than or equal to 1.')
111
- end
112
-
113
105
  if @name.nil?
114
106
  invalid_properties.push('invalid value for "name", name cannot be nil.')
115
107
  end
@@ -118,27 +110,39 @@ module PulpContainerClient
118
110
  invalid_properties.push('invalid value for "name", the character length must be great than or equal to 1.')
119
111
  end
120
112
 
113
+ if !@description.nil? && @description.to_s.length < 1
114
+ invalid_properties.push('invalid value for "description", the character length must be great than or equal to 1.')
115
+ end
116
+
117
+ if !@retain_repo_versions.nil? && @retain_repo_versions < 1
118
+ invalid_properties.push('invalid value for "retain_repo_versions", must be greater than or equal to 1.')
119
+ end
120
+
121
121
  invalid_properties
122
122
  end
123
123
 
124
124
  # Check to see if the all the properties in the model are valid
125
125
  # @return true if the model is valid
126
126
  def valid?
127
- return false if !@retain_repo_versions.nil? && @retain_repo_versions < 1
128
- return false if !@description.nil? && @description.to_s.length < 1
129
127
  return false if @name.nil?
130
128
  return false if @name.to_s.length < 1
129
+ return false if !@description.nil? && @description.to_s.length < 1
130
+ return false if !@retain_repo_versions.nil? && @retain_repo_versions < 1
131
131
  true
132
132
  end
133
133
 
134
134
  # Custom attribute writer method with validation
135
- # @param [Object] retain_repo_versions Value to be assigned
136
- def retain_repo_versions=(retain_repo_versions)
137
- if !retain_repo_versions.nil? && retain_repo_versions < 1
138
- fail ArgumentError, 'invalid value for "retain_repo_versions", must be greater than or equal to 1.'
135
+ # @param [Object] name Value to be assigned
136
+ def name=(name)
137
+ if name.nil?
138
+ fail ArgumentError, 'name cannot be nil'
139
139
  end
140
140
 
141
- @retain_repo_versions = retain_repo_versions
141
+ if name.to_s.length < 1
142
+ fail ArgumentError, 'invalid value for "name", the character length must be great than or equal to 1.'
143
+ end
144
+
145
+ @name = name
142
146
  end
143
147
 
144
148
  # Custom attribute writer method with validation
@@ -152,17 +156,13 @@ module PulpContainerClient
152
156
  end
153
157
 
154
158
  # Custom attribute writer method with validation
155
- # @param [Object] name Value to be assigned
156
- def name=(name)
157
- if name.nil?
158
- fail ArgumentError, 'name cannot be nil'
159
- end
160
-
161
- if name.to_s.length < 1
162
- fail ArgumentError, 'invalid value for "name", the character length must be great than or equal to 1.'
159
+ # @param [Object] retain_repo_versions Value to be assigned
160
+ def retain_repo_versions=(retain_repo_versions)
161
+ if !retain_repo_versions.nil? && retain_repo_versions < 1
162
+ fail ArgumentError, 'invalid value for "retain_repo_versions", must be greater than or equal to 1.'
163
163
  end
164
164
 
165
- @name = name
165
+ @retain_repo_versions = retain_repo_versions
166
166
  end
167
167
 
168
168
  # Checks equality by comparing each attribute.
@@ -170,11 +170,11 @@ module PulpContainerClient
170
170
  def ==(o)
171
171
  return true if self.equal?(o)
172
172
  self.class == o.class &&
173
- retain_repo_versions == o.retain_repo_versions &&
174
- description == o.description &&
175
- manifest_signing_service == o.manifest_signing_service &&
176
173
  pulp_labels == o.pulp_labels &&
177
- name == o.name
174
+ name == o.name &&
175
+ manifest_signing_service == o.manifest_signing_service &&
176
+ description == o.description &&
177
+ retain_repo_versions == o.retain_repo_versions
178
178
  end
179
179
 
180
180
  # @see the `==` method
@@ -186,7 +186,7 @@ module PulpContainerClient
186
186
  # Calculates hash code according to all attributes.
187
187
  # @return [Integer] Hash code
188
188
  def hash
189
- [retain_repo_versions, description, manifest_signing_service, pulp_labels, name].hash
189
+ [pulp_labels, name, manifest_signing_service, description, retain_repo_versions].hash
190
190
  end
191
191
 
192
192
  # Builds the object from hash
@@ -15,70 +15,70 @@ require 'date'
15
15
  module PulpContainerClient
16
16
  # Serializer for Container Push Repositories.
17
17
  class ContainerContainerPushRepositoryResponse
18
- # Retain X versions of the repository. Default is null which retains all versions.
19
- attr_accessor :retain_repo_versions
18
+ attr_accessor :pulp_labels
20
19
 
21
- # 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.
22
- attr_accessor :pulp_last_updated
20
+ # A unique name for this repository.
21
+ attr_accessor :name
23
22
 
24
- # An optional description.
25
- attr_accessor :description
23
+ attr_accessor :latest_version_href
26
24
 
27
25
  # A reference to an associated signing service.
28
26
  attr_accessor :manifest_signing_service
29
27
 
30
- attr_accessor :versions_href
28
+ # An optional description.
29
+ attr_accessor :description
30
+
31
+ # Retain X versions of the repository. Default is null which retains all versions.
32
+ attr_accessor :retain_repo_versions
31
33
 
32
34
  attr_accessor :pulp_href
33
35
 
34
- attr_accessor :latest_version_href
36
+ attr_accessor :versions_href
35
37
 
36
- attr_accessor :pulp_labels
38
+ # 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.
39
+ attr_accessor :pulp_last_updated
37
40
 
38
41
  # Timestamp of creation.
39
42
  attr_accessor :pulp_created
40
43
 
41
- # A unique name for this repository.
42
- attr_accessor :name
43
-
44
44
  # Attribute mapping from ruby-style variable name to JSON key.
45
45
  def self.attribute_map
46
46
  {
47
- :'retain_repo_versions' => :'retain_repo_versions',
48
- :'pulp_last_updated' => :'pulp_last_updated',
49
- :'description' => :'description',
47
+ :'pulp_labels' => :'pulp_labels',
48
+ :'name' => :'name',
49
+ :'latest_version_href' => :'latest_version_href',
50
50
  :'manifest_signing_service' => :'manifest_signing_service',
51
- :'versions_href' => :'versions_href',
51
+ :'description' => :'description',
52
+ :'retain_repo_versions' => :'retain_repo_versions',
52
53
  :'pulp_href' => :'pulp_href',
53
- :'latest_version_href' => :'latest_version_href',
54
- :'pulp_labels' => :'pulp_labels',
55
- :'pulp_created' => :'pulp_created',
56
- :'name' => :'name'
54
+ :'versions_href' => :'versions_href',
55
+ :'pulp_last_updated' => :'pulp_last_updated',
56
+ :'pulp_created' => :'pulp_created'
57
57
  }
58
58
  end
59
59
 
60
60
  # Attribute type mapping.
61
61
  def self.openapi_types
62
62
  {
63
- :'retain_repo_versions' => :'Integer',
64
- :'pulp_last_updated' => :'DateTime',
65
- :'description' => :'String',
63
+ :'pulp_labels' => :'Hash<String, String>',
64
+ :'name' => :'String',
65
+ :'latest_version_href' => :'String',
66
66
  :'manifest_signing_service' => :'String',
67
- :'versions_href' => :'String',
67
+ :'description' => :'String',
68
+ :'retain_repo_versions' => :'Integer',
68
69
  :'pulp_href' => :'String',
69
- :'latest_version_href' => :'String',
70
- :'pulp_labels' => :'Hash<String, String>',
71
- :'pulp_created' => :'DateTime',
72
- :'name' => :'String'
70
+ :'versions_href' => :'String',
71
+ :'pulp_last_updated' => :'DateTime',
72
+ :'pulp_created' => :'DateTime'
73
73
  }
74
74
  end
75
75
 
76
76
  # List of attributes with nullable: true
77
77
  def self.openapi_nullable
78
78
  Set.new([
79
- :'retain_repo_versions',
80
- :'description',
81
79
  :'manifest_signing_service',
80
+ :'description',
81
+ :'retain_repo_versions',
82
82
  ])
83
83
  end
84
84
 
@@ -97,69 +97,69 @@ module PulpContainerClient
97
97
  h[k.to_sym] = v
98
98
  }
99
99
 
100
- if attributes.key?(:'retain_repo_versions')
101
- self.retain_repo_versions = attributes[:'retain_repo_versions']
100
+ if attributes.key?(:'pulp_labels')
101
+ if (value = attributes[:'pulp_labels']).is_a?(Hash)
102
+ self.pulp_labels = value
103
+ end
102
104
  end
103
105
 
104
- if attributes.key?(:'pulp_last_updated')
105
- self.pulp_last_updated = attributes[:'pulp_last_updated']
106
+ if attributes.key?(:'name')
107
+ self.name = attributes[:'name']
106
108
  end
107
109
 
108
- if attributes.key?(:'description')
109
- self.description = attributes[:'description']
110
+ if attributes.key?(:'latest_version_href')
111
+ self.latest_version_href = attributes[:'latest_version_href']
110
112
  end
111
113
 
112
114
  if attributes.key?(:'manifest_signing_service')
113
115
  self.manifest_signing_service = attributes[:'manifest_signing_service']
114
116
  end
115
117
 
116
- if attributes.key?(:'versions_href')
117
- self.versions_href = attributes[:'versions_href']
118
+ if attributes.key?(:'description')
119
+ self.description = attributes[:'description']
120
+ end
121
+
122
+ if attributes.key?(:'retain_repo_versions')
123
+ self.retain_repo_versions = attributes[:'retain_repo_versions']
118
124
  end
119
125
 
120
126
  if attributes.key?(:'pulp_href')
121
127
  self.pulp_href = attributes[:'pulp_href']
122
128
  end
123
129
 
124
- if attributes.key?(:'latest_version_href')
125
- self.latest_version_href = attributes[:'latest_version_href']
130
+ if attributes.key?(:'versions_href')
131
+ self.versions_href = attributes[:'versions_href']
126
132
  end
127
133
 
128
- if attributes.key?(:'pulp_labels')
129
- if (value = attributes[:'pulp_labels']).is_a?(Hash)
130
- self.pulp_labels = value
131
- end
134
+ if attributes.key?(:'pulp_last_updated')
135
+ self.pulp_last_updated = attributes[:'pulp_last_updated']
132
136
  end
133
137
 
134
138
  if attributes.key?(:'pulp_created')
135
139
  self.pulp_created = attributes[:'pulp_created']
136
140
  end
137
-
138
- if attributes.key?(:'name')
139
- self.name = attributes[:'name']
140
- end
141
141
  end
142
142
 
143
143
  # Show invalid properties with the reasons. Usually used together with valid?
144
144
  # @return Array for valid properties with the reasons
145
145
  def list_invalid_properties
146
146
  invalid_properties = Array.new
147
- if !@retain_repo_versions.nil? && @retain_repo_versions < 1
148
- invalid_properties.push('invalid value for "retain_repo_versions", must be greater than or equal to 1.')
149
- end
150
-
151
147
  if @name.nil?
152
148
  invalid_properties.push('invalid value for "name", name cannot be nil.')
153
149
  end
154
150
 
151
+ if !@retain_repo_versions.nil? && @retain_repo_versions < 1
152
+ invalid_properties.push('invalid value for "retain_repo_versions", must be greater than or equal to 1.')
153
+ end
154
+
155
155
  invalid_properties
156
156
  end
157
157
 
158
158
  # Check to see if the all the properties in the model are valid
159
159
  # @return true if the model is valid
160
160
  def valid?
161
- return false if !@retain_repo_versions.nil? && @retain_repo_versions < 1
162
161
  return false if @name.nil?
162
+ return false if !@retain_repo_versions.nil? && @retain_repo_versions < 1
163
163
  true
164
164
  end
165
165
 
@@ -178,16 +178,16 @@ module PulpContainerClient
178
178
  def ==(o)
179
179
  return true if self.equal?(o)
180
180
  self.class == o.class &&
181
- retain_repo_versions == o.retain_repo_versions &&
182
- pulp_last_updated == o.pulp_last_updated &&
183
- description == o.description &&
181
+ pulp_labels == o.pulp_labels &&
182
+ name == o.name &&
183
+ latest_version_href == o.latest_version_href &&
184
184
  manifest_signing_service == o.manifest_signing_service &&
185
- versions_href == o.versions_href &&
185
+ description == o.description &&
186
+ retain_repo_versions == o.retain_repo_versions &&
186
187
  pulp_href == o.pulp_href &&
187
- latest_version_href == o.latest_version_href &&
188
- pulp_labels == o.pulp_labels &&
189
- pulp_created == o.pulp_created &&
190
- name == o.name
188
+ versions_href == o.versions_href &&
189
+ pulp_last_updated == o.pulp_last_updated &&
190
+ pulp_created == o.pulp_created
191
191
  end
192
192
 
193
193
  # @see the `==` method
@@ -199,7 +199,7 @@ module PulpContainerClient
199
199
  # Calculates hash code according to all attributes.
200
200
  # @return [Integer] Hash code
201
201
  def hash
202
- [retain_repo_versions, pulp_last_updated, description, manifest_signing_service, versions_href, pulp_href, latest_version_href, pulp_labels, pulp_created, name].hash
202
+ [pulp_labels, name, latest_version_href, manifest_signing_service, description, retain_repo_versions, pulp_href, versions_href, pulp_last_updated, pulp_created].hash
203
203
  end
204
204
 
205
205
  # Builds the object from hash
@@ -15,22 +15,22 @@ require 'date'
15
15
  module PulpContainerClient
16
16
  # A serializer for ContainerDistribution.
17
17
  class PatchedcontainerContainerDistribution
18
- # Whether this distribution should be shown in the content app.
19
- attr_accessor :hidden
20
-
21
18
  attr_accessor :pulp_labels
22
19
 
23
- # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
24
- attr_accessor :base_path
25
-
26
- # The latest RepositoryVersion for this Repository will be served.
27
- attr_accessor :repository
20
+ # A unique name. Ex, `rawhide` and `stable`.
21
+ attr_accessor :name
28
22
 
29
23
  # An optional content-guard. If none is specified, a default one will be used.
30
24
  attr_accessor :content_guard
31
25
 
32
- # A unique name. Ex, `rawhide` and `stable`.
33
- attr_accessor :name
26
+ # Whether this distribution should be shown in the content app.
27
+ attr_accessor :hidden
28
+
29
+ # The latest RepositoryVersion for this Repository will be served.
30
+ attr_accessor :repository
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
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
- :'hidden' => :'hidden',
48
47
  :'pulp_labels' => :'pulp_labels',
49
- :'base_path' => :'base_path',
50
- :'repository' => :'repository',
51
- :'content_guard' => :'content_guard',
52
48
  :'name' => :'name',
49
+ :'content_guard' => :'content_guard',
50
+ :'hidden' => :'hidden',
51
+ :'repository' => :'repository',
52
+ :'base_path' => :'base_path',
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
- :'hidden' => :'Boolean',
63
62
  :'pulp_labels' => :'Hash<String, String>',
64
- :'base_path' => :'String',
65
- :'repository' => :'String',
66
- :'content_guard' => :'String',
67
63
  :'name' => :'String',
64
+ :'content_guard' => :'String',
65
+ :'hidden' => :'Boolean',
66
+ :'repository' => :'String',
67
+ :'base_path' => :'String',
68
68
  :'repository_version' => :'String',
69
69
  :'private' => :'Boolean',
70
70
  :'description' => :'String'
@@ -95,32 +95,32 @@ module PulpContainerClient
95
95
  h[k.to_sym] = v
96
96
  }
97
97
 
98
- if attributes.key?(:'hidden')
99
- self.hidden = attributes[:'hidden']
100
- else
101
- self.hidden = false
102
- end
103
-
104
98
  if attributes.key?(:'pulp_labels')
105
99
  if (value = attributes[:'pulp_labels']).is_a?(Hash)
106
100
  self.pulp_labels = value
107
101
  end
108
102
  end
109
103
 
110
- if attributes.key?(:'base_path')
111
- self.base_path = attributes[:'base_path']
112
- end
113
-
114
- if attributes.key?(:'repository')
115
- self.repository = attributes[:'repository']
104
+ if attributes.key?(:'name')
105
+ self.name = attributes[:'name']
116
106
  end
117
107
 
118
108
  if attributes.key?(:'content_guard')
119
109
  self.content_guard = attributes[:'content_guard']
120
110
  end
121
111
 
122
- if attributes.key?(:'name')
123
- self.name = attributes[:'name']
112
+ if attributes.key?(:'hidden')
113
+ self.hidden = attributes[:'hidden']
114
+ else
115
+ self.hidden = false
116
+ end
117
+
118
+ if attributes.key?(:'repository')
119
+ self.repository = attributes[:'repository']
120
+ end
121
+
122
+ if attributes.key?(:'base_path')
123
+ self.base_path = attributes[:'base_path']
124
124
  end
125
125
 
126
126
  if attributes.key?(:'repository_version')
@@ -140,14 +140,14 @@ 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? && @base_path.to_s.length < 1
144
- invalid_properties.push('invalid value for "base_path", the character length must be great than or equal to 1.')
145
- end
146
-
147
143
  if !@name.nil? && @name.to_s.length < 1
148
144
  invalid_properties.push('invalid value for "name", the character length must be great than or equal to 1.')
149
145
  end
150
146
 
147
+ if !@base_path.nil? && @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
151
  if !@description.nil? && @description.to_s.length < 1
152
152
  invalid_properties.push('invalid value for "description", the character length must be great than or equal to 1.')
153
153
  end
@@ -158,22 +158,12 @@ module PulpContainerClient
158
158
  # Check to see if the all the properties in the model are valid
159
159
  # @return true if the model is valid
160
160
  def valid?
161
- return false if !@base_path.nil? && @base_path.to_s.length < 1
162
161
  return false if !@name.nil? && @name.to_s.length < 1
162
+ return false if !@base_path.nil? && @base_path.to_s.length < 1
163
163
  return false if !@description.nil? && @description.to_s.length < 1
164
164
  true
165
165
  end
166
166
 
167
- # Custom attribute writer method with validation
168
- # @param [Object] base_path Value to be assigned
169
- def base_path=(base_path)
170
- if !base_path.nil? && base_path.to_s.length < 1
171
- fail ArgumentError, 'invalid value for "base_path", the character length must be great than or equal to 1.'
172
- end
173
-
174
- @base_path = base_path
175
- end
176
-
177
167
  # Custom attribute writer method with validation
178
168
  # @param [Object] name Value to be assigned
179
169
  def name=(name)
@@ -184,6 +174,16 @@ module PulpContainerClient
184
174
  @name = name
185
175
  end
186
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? && base_path.to_s.length < 1
181
+ fail ArgumentError, 'invalid value for "base_path", the character length must be great than or equal to 1.'
182
+ end
183
+
184
+ @base_path = base_path
185
+ end
186
+
187
187
  # Custom attribute writer method with validation
188
188
  # @param [Object] description Value to be assigned
189
189
  def description=(description)
@@ -199,12 +199,12 @@ module PulpContainerClient
199
199
  def ==(o)
200
200
  return true if self.equal?(o)
201
201
  self.class == o.class &&
202
- hidden == o.hidden &&
203
202
  pulp_labels == o.pulp_labels &&
204
- base_path == o.base_path &&
205
- repository == o.repository &&
206
- content_guard == o.content_guard &&
207
203
  name == o.name &&
204
+ content_guard == o.content_guard &&
205
+ hidden == o.hidden &&
206
+ repository == o.repository &&
207
+ base_path == o.base_path &&
208
208
  repository_version == o.repository_version &&
209
209
  private == o.private &&
210
210
  description == o.description
@@ -219,7 +219,7 @@ module PulpContainerClient
219
219
  # Calculates hash code according to all attributes.
220
220
  # @return [Integer] Hash code
221
221
  def hash
222
- [hidden, pulp_labels, base_path, repository, content_guard, name, repository_version, private, description].hash
222
+ [pulp_labels, name, content_guard, hidden, repository, base_path, repository_version, private, description].hash
223
223
  end
224
224
 
225
225
  # Builds the object from hash