pulp_container_client 2.19.6 → 2.19.7
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 +4 -4
- data/README.md +4 -4
- data/docs/ContainerContainerDistribution.md +4 -4
- data/docs/ContainerContainerDistributionResponse.md +11 -11
- data/docs/ContainerContainerPullThroughDistribution.md +4 -4
- data/docs/ContainerContainerPullThroughDistributionResponse.md +11 -11
- data/docs/ContainerContainerPushRepository.md +2 -2
- data/docs/ContainerContainerPushRepositoryResponse.md +13 -13
- data/docs/PatchedcontainerContainerDistribution.md +4 -4
- data/docs/PatchedcontainerContainerPullThroughDistribution.md +4 -4
- data/docs/PatchedcontainerContainerPushRepository.md +2 -2
- data/lib/pulp_container_client/models/container_container_distribution.rb +47 -47
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +51 -51
- data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +47 -47
- data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +51 -51
- data/lib/pulp_container_client/models/container_container_push_repository.rb +27 -27
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +52 -52
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +38 -38
- data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +38 -38
- data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +27 -27
- data/lib/pulp_container_client/version.rb +1 -1
- data/spec/models/container_container_distribution_response_spec.rb +8 -8
- data/spec/models/container_container_distribution_spec.rb +5 -5
- data/spec/models/container_container_pull_through_distribution_response_spec.rb +8 -8
- data/spec/models/container_container_pull_through_distribution_spec.rb +5 -5
- data/spec/models/container_container_push_repository_response_spec.rb +10 -10
- data/spec/models/container_container_push_repository_spec.rb +3 -3
- data/spec/models/patchedcontainer_container_distribution_spec.rb +5 -5
- data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +5 -5
- data/spec/models/patchedcontainer_container_push_repository_spec.rb +3 -3
- metadata +2 -2
|
@@ -15,30 +15,30 @@ require 'date'
|
|
|
15
15
|
module PulpContainerClient
|
|
16
16
|
# A serializer for ContainerDistribution.
|
|
17
17
|
class ContainerContainerDistributionResponse
|
|
18
|
-
|
|
18
|
+
# 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.
|
|
19
|
+
attr_accessor :pulp_last_updated
|
|
19
20
|
|
|
20
|
-
|
|
21
|
-
attr_accessor :name
|
|
21
|
+
attr_accessor :pulp_labels
|
|
22
22
|
|
|
23
23
|
# An optional content-guard. If none is specified, a default one will be used.
|
|
24
24
|
attr_accessor :content_guard
|
|
25
25
|
|
|
26
|
-
|
|
27
|
-
|
|
26
|
+
attr_accessor :pulp_href
|
|
27
|
+
|
|
28
|
+
# Timestamp of creation.
|
|
29
|
+
attr_accessor :pulp_created
|
|
28
30
|
|
|
29
31
|
# The latest RepositoryVersion for this Repository will be served.
|
|
30
32
|
attr_accessor :repository
|
|
31
33
|
|
|
32
|
-
attr_accessor :pulp_href
|
|
33
|
-
|
|
34
|
-
# Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.
|
|
35
|
-
attr_accessor :pulp_last_updated
|
|
36
|
-
|
|
37
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\")
|
|
38
35
|
attr_accessor :base_path
|
|
39
36
|
|
|
40
|
-
#
|
|
41
|
-
attr_accessor :
|
|
37
|
+
# Whether this distribution should be shown in the content app.
|
|
38
|
+
attr_accessor :hidden
|
|
39
|
+
|
|
40
|
+
# A unique name. Ex, `rawhide` and `stable`.
|
|
41
|
+
attr_accessor :name
|
|
42
42
|
|
|
43
43
|
# RepositoryVersion to be served
|
|
44
44
|
attr_accessor :repository_version
|
|
@@ -61,15 +61,15 @@ module PulpContainerClient
|
|
|
61
61
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
62
62
|
def self.attribute_map
|
|
63
63
|
{
|
|
64
|
+
:'pulp_last_updated' => :'pulp_last_updated',
|
|
64
65
|
:'pulp_labels' => :'pulp_labels',
|
|
65
|
-
:'name' => :'name',
|
|
66
66
|
:'content_guard' => :'content_guard',
|
|
67
|
-
:'hidden' => :'hidden',
|
|
68
|
-
:'repository' => :'repository',
|
|
69
67
|
:'pulp_href' => :'pulp_href',
|
|
70
|
-
:'pulp_last_updated' => :'pulp_last_updated',
|
|
71
|
-
:'base_path' => :'base_path',
|
|
72
68
|
:'pulp_created' => :'pulp_created',
|
|
69
|
+
:'repository' => :'repository',
|
|
70
|
+
:'base_path' => :'base_path',
|
|
71
|
+
:'hidden' => :'hidden',
|
|
72
|
+
:'name' => :'name',
|
|
73
73
|
:'repository_version' => :'repository_version',
|
|
74
74
|
:'registry_path' => :'registry_path',
|
|
75
75
|
:'remote' => :'remote',
|
|
@@ -82,15 +82,15 @@ module PulpContainerClient
|
|
|
82
82
|
# Attribute type mapping.
|
|
83
83
|
def self.openapi_types
|
|
84
84
|
{
|
|
85
|
+
:'pulp_last_updated' => :'DateTime',
|
|
85
86
|
:'pulp_labels' => :'Hash<String, String>',
|
|
86
|
-
:'name' => :'String',
|
|
87
87
|
:'content_guard' => :'String',
|
|
88
|
-
:'hidden' => :'Boolean',
|
|
89
|
-
:'repository' => :'String',
|
|
90
88
|
:'pulp_href' => :'String',
|
|
91
|
-
:'pulp_last_updated' => :'DateTime',
|
|
92
|
-
:'base_path' => :'String',
|
|
93
89
|
:'pulp_created' => :'DateTime',
|
|
90
|
+
:'repository' => :'String',
|
|
91
|
+
:'base_path' => :'String',
|
|
92
|
+
:'hidden' => :'Boolean',
|
|
93
|
+
:'name' => :'String',
|
|
94
94
|
:'repository_version' => :'String',
|
|
95
95
|
:'registry_path' => :'String',
|
|
96
96
|
:'remote' => :'String',
|
|
@@ -124,44 +124,44 @@ module PulpContainerClient
|
|
|
124
124
|
h[k.to_sym] = v
|
|
125
125
|
}
|
|
126
126
|
|
|
127
|
+
if attributes.key?(:'pulp_last_updated')
|
|
128
|
+
self.pulp_last_updated = attributes[:'pulp_last_updated']
|
|
129
|
+
end
|
|
130
|
+
|
|
127
131
|
if attributes.key?(:'pulp_labels')
|
|
128
132
|
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
|
129
133
|
self.pulp_labels = value
|
|
130
134
|
end
|
|
131
135
|
end
|
|
132
136
|
|
|
133
|
-
if attributes.key?(:'name')
|
|
134
|
-
self.name = attributes[:'name']
|
|
135
|
-
end
|
|
136
|
-
|
|
137
137
|
if attributes.key?(:'content_guard')
|
|
138
138
|
self.content_guard = attributes[:'content_guard']
|
|
139
139
|
end
|
|
140
140
|
|
|
141
|
-
if attributes.key?(:'hidden')
|
|
142
|
-
self.hidden = attributes[:'hidden']
|
|
143
|
-
else
|
|
144
|
-
self.hidden = false
|
|
145
|
-
end
|
|
146
|
-
|
|
147
|
-
if attributes.key?(:'repository')
|
|
148
|
-
self.repository = attributes[:'repository']
|
|
149
|
-
end
|
|
150
|
-
|
|
151
141
|
if attributes.key?(:'pulp_href')
|
|
152
142
|
self.pulp_href = attributes[:'pulp_href']
|
|
153
143
|
end
|
|
154
144
|
|
|
155
|
-
if attributes.key?(:'
|
|
156
|
-
self.
|
|
145
|
+
if attributes.key?(:'pulp_created')
|
|
146
|
+
self.pulp_created = attributes[:'pulp_created']
|
|
147
|
+
end
|
|
148
|
+
|
|
149
|
+
if attributes.key?(:'repository')
|
|
150
|
+
self.repository = attributes[:'repository']
|
|
157
151
|
end
|
|
158
152
|
|
|
159
153
|
if attributes.key?(:'base_path')
|
|
160
154
|
self.base_path = attributes[:'base_path']
|
|
161
155
|
end
|
|
162
156
|
|
|
163
|
-
if attributes.key?(:'
|
|
164
|
-
self.
|
|
157
|
+
if attributes.key?(:'hidden')
|
|
158
|
+
self.hidden = attributes[:'hidden']
|
|
159
|
+
else
|
|
160
|
+
self.hidden = false
|
|
161
|
+
end
|
|
162
|
+
|
|
163
|
+
if attributes.key?(:'name')
|
|
164
|
+
self.name = attributes[:'name']
|
|
165
165
|
end
|
|
166
166
|
|
|
167
167
|
if attributes.key?(:'repository_version')
|
|
@@ -193,22 +193,22 @@ module PulpContainerClient
|
|
|
193
193
|
# @return Array for valid properties with the reasons
|
|
194
194
|
def list_invalid_properties
|
|
195
195
|
invalid_properties = Array.new
|
|
196
|
-
if @name.nil?
|
|
197
|
-
invalid_properties.push('invalid value for "name", name cannot be nil.')
|
|
198
|
-
end
|
|
199
|
-
|
|
200
196
|
if @base_path.nil?
|
|
201
197
|
invalid_properties.push('invalid value for "base_path", base_path cannot be nil.')
|
|
202
198
|
end
|
|
203
199
|
|
|
200
|
+
if @name.nil?
|
|
201
|
+
invalid_properties.push('invalid value for "name", name cannot be nil.')
|
|
202
|
+
end
|
|
203
|
+
|
|
204
204
|
invalid_properties
|
|
205
205
|
end
|
|
206
206
|
|
|
207
207
|
# Check to see if the all the properties in the model are valid
|
|
208
208
|
# @return true if the model is valid
|
|
209
209
|
def valid?
|
|
210
|
-
return false if @name.nil?
|
|
211
210
|
return false if @base_path.nil?
|
|
211
|
+
return false if @name.nil?
|
|
212
212
|
true
|
|
213
213
|
end
|
|
214
214
|
|
|
@@ -217,15 +217,15 @@ module PulpContainerClient
|
|
|
217
217
|
def ==(o)
|
|
218
218
|
return true if self.equal?(o)
|
|
219
219
|
self.class == o.class &&
|
|
220
|
+
pulp_last_updated == o.pulp_last_updated &&
|
|
220
221
|
pulp_labels == o.pulp_labels &&
|
|
221
|
-
name == o.name &&
|
|
222
222
|
content_guard == o.content_guard &&
|
|
223
|
-
hidden == o.hidden &&
|
|
224
|
-
repository == o.repository &&
|
|
225
223
|
pulp_href == o.pulp_href &&
|
|
226
|
-
pulp_last_updated == o.pulp_last_updated &&
|
|
227
|
-
base_path == o.base_path &&
|
|
228
224
|
pulp_created == o.pulp_created &&
|
|
225
|
+
repository == o.repository &&
|
|
226
|
+
base_path == o.base_path &&
|
|
227
|
+
hidden == o.hidden &&
|
|
228
|
+
name == o.name &&
|
|
229
229
|
repository_version == o.repository_version &&
|
|
230
230
|
registry_path == o.registry_path &&
|
|
231
231
|
remote == o.remote &&
|
|
@@ -243,7 +243,7 @@ module PulpContainerClient
|
|
|
243
243
|
# Calculates hash code according to all attributes.
|
|
244
244
|
# @return [Integer] Hash code
|
|
245
245
|
def hash
|
|
246
|
-
[
|
|
246
|
+
[pulp_last_updated, pulp_labels, content_guard, pulp_href, pulp_created, repository, base_path, hidden, name, repository_version, registry_path, remote, namespace, private, description].hash
|
|
247
247
|
end
|
|
248
248
|
|
|
249
249
|
# Builds the object from hash
|
|
@@ -17,21 +17,21 @@ module PulpContainerClient
|
|
|
17
17
|
class ContainerContainerPullThroughDistribution
|
|
18
18
|
attr_accessor :pulp_labels
|
|
19
19
|
|
|
20
|
-
# A unique name. Ex, `rawhide` and `stable`.
|
|
21
|
-
attr_accessor :name
|
|
22
|
-
|
|
23
20
|
# An optional content-guard. If none is specified, a default one will be used.
|
|
24
21
|
attr_accessor :content_guard
|
|
25
22
|
|
|
26
|
-
# Whether this distribution should be shown in the content app.
|
|
27
|
-
attr_accessor :hidden
|
|
28
|
-
|
|
29
23
|
# The latest RepositoryVersion for this Repository will be served.
|
|
30
24
|
attr_accessor :repository
|
|
31
25
|
|
|
32
26
|
# 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
27
|
attr_accessor :base_path
|
|
34
28
|
|
|
29
|
+
# Whether this distribution should be shown in the content app.
|
|
30
|
+
attr_accessor :hidden
|
|
31
|
+
|
|
32
|
+
# A unique name. Ex, `rawhide` and `stable`.
|
|
33
|
+
attr_accessor :name
|
|
34
|
+
|
|
35
35
|
# Remote that can be used to fetch content when using pull-through caching.
|
|
36
36
|
attr_accessor :remote
|
|
37
37
|
|
|
@@ -48,11 +48,11 @@ module PulpContainerClient
|
|
|
48
48
|
def self.attribute_map
|
|
49
49
|
{
|
|
50
50
|
:'pulp_labels' => :'pulp_labels',
|
|
51
|
-
:'name' => :'name',
|
|
52
51
|
:'content_guard' => :'content_guard',
|
|
53
|
-
:'hidden' => :'hidden',
|
|
54
52
|
:'repository' => :'repository',
|
|
55
53
|
:'base_path' => :'base_path',
|
|
54
|
+
:'hidden' => :'hidden',
|
|
55
|
+
:'name' => :'name',
|
|
56
56
|
:'remote' => :'remote',
|
|
57
57
|
:'distributions' => :'distributions',
|
|
58
58
|
:'private' => :'private',
|
|
@@ -64,11 +64,11 @@ module PulpContainerClient
|
|
|
64
64
|
def self.openapi_types
|
|
65
65
|
{
|
|
66
66
|
:'pulp_labels' => :'Hash<String, String>',
|
|
67
|
-
:'name' => :'String',
|
|
68
67
|
:'content_guard' => :'String',
|
|
69
|
-
:'hidden' => :'Boolean',
|
|
70
68
|
:'repository' => :'String',
|
|
71
69
|
:'base_path' => :'String',
|
|
70
|
+
:'hidden' => :'Boolean',
|
|
71
|
+
:'name' => :'String',
|
|
72
72
|
:'remote' => :'String',
|
|
73
73
|
:'distributions' => :'Array<String>',
|
|
74
74
|
:'private' => :'Boolean',
|
|
@@ -105,20 +105,10 @@ module PulpContainerClient
|
|
|
105
105
|
end
|
|
106
106
|
end
|
|
107
107
|
|
|
108
|
-
if attributes.key?(:'name')
|
|
109
|
-
self.name = attributes[:'name']
|
|
110
|
-
end
|
|
111
|
-
|
|
112
108
|
if attributes.key?(:'content_guard')
|
|
113
109
|
self.content_guard = attributes[:'content_guard']
|
|
114
110
|
end
|
|
115
111
|
|
|
116
|
-
if attributes.key?(:'hidden')
|
|
117
|
-
self.hidden = attributes[:'hidden']
|
|
118
|
-
else
|
|
119
|
-
self.hidden = false
|
|
120
|
-
end
|
|
121
|
-
|
|
122
112
|
if attributes.key?(:'repository')
|
|
123
113
|
self.repository = attributes[:'repository']
|
|
124
114
|
end
|
|
@@ -127,6 +117,16 @@ module PulpContainerClient
|
|
|
127
117
|
self.base_path = attributes[:'base_path']
|
|
128
118
|
end
|
|
129
119
|
|
|
120
|
+
if attributes.key?(:'hidden')
|
|
121
|
+
self.hidden = attributes[:'hidden']
|
|
122
|
+
else
|
|
123
|
+
self.hidden = false
|
|
124
|
+
end
|
|
125
|
+
|
|
126
|
+
if attributes.key?(:'name')
|
|
127
|
+
self.name = attributes[:'name']
|
|
128
|
+
end
|
|
129
|
+
|
|
130
130
|
if attributes.key?(:'remote')
|
|
131
131
|
self.remote = attributes[:'remote']
|
|
132
132
|
end
|
|
@@ -150,14 +150,6 @@ module PulpContainerClient
|
|
|
150
150
|
# @return Array for valid properties with the reasons
|
|
151
151
|
def list_invalid_properties
|
|
152
152
|
invalid_properties = Array.new
|
|
153
|
-
if @name.nil?
|
|
154
|
-
invalid_properties.push('invalid value for "name", name cannot be nil.')
|
|
155
|
-
end
|
|
156
|
-
|
|
157
|
-
if @name.to_s.length < 1
|
|
158
|
-
invalid_properties.push('invalid value for "name", the character length must be great than or equal to 1.')
|
|
159
|
-
end
|
|
160
|
-
|
|
161
153
|
if @base_path.nil?
|
|
162
154
|
invalid_properties.push('invalid value for "base_path", base_path cannot be nil.')
|
|
163
155
|
end
|
|
@@ -166,6 +158,14 @@ module PulpContainerClient
|
|
|
166
158
|
invalid_properties.push('invalid value for "base_path", the character length must be great than or equal to 1.')
|
|
167
159
|
end
|
|
168
160
|
|
|
161
|
+
if @name.nil?
|
|
162
|
+
invalid_properties.push('invalid value for "name", name cannot be nil.')
|
|
163
|
+
end
|
|
164
|
+
|
|
165
|
+
if @name.to_s.length < 1
|
|
166
|
+
invalid_properties.push('invalid value for "name", the character length must be great than or equal to 1.')
|
|
167
|
+
end
|
|
168
|
+
|
|
169
169
|
if @remote.nil?
|
|
170
170
|
invalid_properties.push('invalid value for "remote", remote cannot be nil.')
|
|
171
171
|
end
|
|
@@ -180,29 +180,15 @@ module PulpContainerClient
|
|
|
180
180
|
# Check to see if the all the properties in the model are valid
|
|
181
181
|
# @return true if the model is valid
|
|
182
182
|
def valid?
|
|
183
|
-
return false if @name.nil?
|
|
184
|
-
return false if @name.to_s.length < 1
|
|
185
183
|
return false if @base_path.nil?
|
|
186
184
|
return false if @base_path.to_s.length < 1
|
|
185
|
+
return false if @name.nil?
|
|
186
|
+
return false if @name.to_s.length < 1
|
|
187
187
|
return false if @remote.nil?
|
|
188
188
|
return false if !@description.nil? && @description.to_s.length < 1
|
|
189
189
|
true
|
|
190
190
|
end
|
|
191
191
|
|
|
192
|
-
# Custom attribute writer method with validation
|
|
193
|
-
# @param [Object] name Value to be assigned
|
|
194
|
-
def name=(name)
|
|
195
|
-
if name.nil?
|
|
196
|
-
fail ArgumentError, 'name cannot be nil'
|
|
197
|
-
end
|
|
198
|
-
|
|
199
|
-
if name.to_s.length < 1
|
|
200
|
-
fail ArgumentError, 'invalid value for "name", the character length must be great than or equal to 1.'
|
|
201
|
-
end
|
|
202
|
-
|
|
203
|
-
@name = name
|
|
204
|
-
end
|
|
205
|
-
|
|
206
192
|
# Custom attribute writer method with validation
|
|
207
193
|
# @param [Object] base_path Value to be assigned
|
|
208
194
|
def base_path=(base_path)
|
|
@@ -217,6 +203,20 @@ module PulpContainerClient
|
|
|
217
203
|
@base_path = base_path
|
|
218
204
|
end
|
|
219
205
|
|
|
206
|
+
# Custom attribute writer method with validation
|
|
207
|
+
# @param [Object] name Value to be assigned
|
|
208
|
+
def name=(name)
|
|
209
|
+
if name.nil?
|
|
210
|
+
fail ArgumentError, 'name cannot be nil'
|
|
211
|
+
end
|
|
212
|
+
|
|
213
|
+
if name.to_s.length < 1
|
|
214
|
+
fail ArgumentError, 'invalid value for "name", the character length must be great than or equal to 1.'
|
|
215
|
+
end
|
|
216
|
+
|
|
217
|
+
@name = name
|
|
218
|
+
end
|
|
219
|
+
|
|
220
220
|
# Custom attribute writer method with validation
|
|
221
221
|
# @param [Object] description Value to be assigned
|
|
222
222
|
def description=(description)
|
|
@@ -233,11 +233,11 @@ module PulpContainerClient
|
|
|
233
233
|
return true if self.equal?(o)
|
|
234
234
|
self.class == o.class &&
|
|
235
235
|
pulp_labels == o.pulp_labels &&
|
|
236
|
-
name == o.name &&
|
|
237
236
|
content_guard == o.content_guard &&
|
|
238
|
-
hidden == o.hidden &&
|
|
239
237
|
repository == o.repository &&
|
|
240
238
|
base_path == o.base_path &&
|
|
239
|
+
hidden == o.hidden &&
|
|
240
|
+
name == o.name &&
|
|
241
241
|
remote == o.remote &&
|
|
242
242
|
distributions == o.distributions &&
|
|
243
243
|
private == o.private &&
|
|
@@ -253,7 +253,7 @@ module PulpContainerClient
|
|
|
253
253
|
# Calculates hash code according to all attributes.
|
|
254
254
|
# @return [Integer] Hash code
|
|
255
255
|
def hash
|
|
256
|
-
[pulp_labels,
|
|
256
|
+
[pulp_labels, content_guard, repository, base_path, hidden, name, remote, distributions, private, description].hash
|
|
257
257
|
end
|
|
258
258
|
|
|
259
259
|
# Builds the object from hash
|
data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb
CHANGED
|
@@ -15,30 +15,30 @@ require 'date'
|
|
|
15
15
|
module PulpContainerClient
|
|
16
16
|
# A serializer for a specialized pull-through distribution referencing sub-distributions.
|
|
17
17
|
class ContainerContainerPullThroughDistributionResponse
|
|
18
|
-
|
|
18
|
+
# 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.
|
|
19
|
+
attr_accessor :pulp_last_updated
|
|
19
20
|
|
|
20
|
-
|
|
21
|
-
attr_accessor :name
|
|
21
|
+
attr_accessor :pulp_labels
|
|
22
22
|
|
|
23
23
|
# An optional content-guard. If none is specified, a default one will be used.
|
|
24
24
|
attr_accessor :content_guard
|
|
25
25
|
|
|
26
|
-
|
|
27
|
-
|
|
26
|
+
attr_accessor :pulp_href
|
|
27
|
+
|
|
28
|
+
# Timestamp of creation.
|
|
29
|
+
attr_accessor :pulp_created
|
|
28
30
|
|
|
29
31
|
# The latest RepositoryVersion for this Repository will be served.
|
|
30
32
|
attr_accessor :repository
|
|
31
33
|
|
|
32
|
-
attr_accessor :pulp_href
|
|
33
|
-
|
|
34
|
-
# Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.
|
|
35
|
-
attr_accessor :pulp_last_updated
|
|
36
|
-
|
|
37
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\")
|
|
38
35
|
attr_accessor :base_path
|
|
39
36
|
|
|
40
|
-
#
|
|
41
|
-
attr_accessor :
|
|
37
|
+
# Whether this distribution should be shown in the content app.
|
|
38
|
+
attr_accessor :hidden
|
|
39
|
+
|
|
40
|
+
# A unique name. Ex, `rawhide` and `stable`.
|
|
41
|
+
attr_accessor :name
|
|
42
42
|
|
|
43
43
|
# Remote that can be used to fetch content when using pull-through caching.
|
|
44
44
|
attr_accessor :remote
|
|
@@ -58,15 +58,15 @@ module PulpContainerClient
|
|
|
58
58
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
59
59
|
def self.attribute_map
|
|
60
60
|
{
|
|
61
|
+
:'pulp_last_updated' => :'pulp_last_updated',
|
|
61
62
|
:'pulp_labels' => :'pulp_labels',
|
|
62
|
-
:'name' => :'name',
|
|
63
63
|
:'content_guard' => :'content_guard',
|
|
64
|
-
:'hidden' => :'hidden',
|
|
65
|
-
:'repository' => :'repository',
|
|
66
64
|
:'pulp_href' => :'pulp_href',
|
|
67
|
-
:'pulp_last_updated' => :'pulp_last_updated',
|
|
68
|
-
:'base_path' => :'base_path',
|
|
69
65
|
:'pulp_created' => :'pulp_created',
|
|
66
|
+
:'repository' => :'repository',
|
|
67
|
+
:'base_path' => :'base_path',
|
|
68
|
+
:'hidden' => :'hidden',
|
|
69
|
+
:'name' => :'name',
|
|
70
70
|
:'remote' => :'remote',
|
|
71
71
|
:'distributions' => :'distributions',
|
|
72
72
|
:'namespace' => :'namespace',
|
|
@@ -78,15 +78,15 @@ module PulpContainerClient
|
|
|
78
78
|
# Attribute type mapping.
|
|
79
79
|
def self.openapi_types
|
|
80
80
|
{
|
|
81
|
+
:'pulp_last_updated' => :'DateTime',
|
|
81
82
|
:'pulp_labels' => :'Hash<String, String>',
|
|
82
|
-
:'name' => :'String',
|
|
83
83
|
:'content_guard' => :'String',
|
|
84
|
-
:'hidden' => :'Boolean',
|
|
85
|
-
:'repository' => :'String',
|
|
86
84
|
:'pulp_href' => :'String',
|
|
87
|
-
:'pulp_last_updated' => :'DateTime',
|
|
88
|
-
:'base_path' => :'String',
|
|
89
85
|
:'pulp_created' => :'DateTime',
|
|
86
|
+
:'repository' => :'String',
|
|
87
|
+
:'base_path' => :'String',
|
|
88
|
+
:'hidden' => :'Boolean',
|
|
89
|
+
:'name' => :'String',
|
|
90
90
|
:'remote' => :'String',
|
|
91
91
|
:'distributions' => :'Array<String>',
|
|
92
92
|
:'namespace' => :'String',
|
|
@@ -118,44 +118,44 @@ module PulpContainerClient
|
|
|
118
118
|
h[k.to_sym] = v
|
|
119
119
|
}
|
|
120
120
|
|
|
121
|
+
if attributes.key?(:'pulp_last_updated')
|
|
122
|
+
self.pulp_last_updated = attributes[:'pulp_last_updated']
|
|
123
|
+
end
|
|
124
|
+
|
|
121
125
|
if attributes.key?(:'pulp_labels')
|
|
122
126
|
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
|
123
127
|
self.pulp_labels = value
|
|
124
128
|
end
|
|
125
129
|
end
|
|
126
130
|
|
|
127
|
-
if attributes.key?(:'name')
|
|
128
|
-
self.name = attributes[:'name']
|
|
129
|
-
end
|
|
130
|
-
|
|
131
131
|
if attributes.key?(:'content_guard')
|
|
132
132
|
self.content_guard = attributes[:'content_guard']
|
|
133
133
|
end
|
|
134
134
|
|
|
135
|
-
if attributes.key?(:'hidden')
|
|
136
|
-
self.hidden = attributes[:'hidden']
|
|
137
|
-
else
|
|
138
|
-
self.hidden = false
|
|
139
|
-
end
|
|
140
|
-
|
|
141
|
-
if attributes.key?(:'repository')
|
|
142
|
-
self.repository = attributes[:'repository']
|
|
143
|
-
end
|
|
144
|
-
|
|
145
135
|
if attributes.key?(:'pulp_href')
|
|
146
136
|
self.pulp_href = attributes[:'pulp_href']
|
|
147
137
|
end
|
|
148
138
|
|
|
149
|
-
if attributes.key?(:'
|
|
150
|
-
self.
|
|
139
|
+
if attributes.key?(:'pulp_created')
|
|
140
|
+
self.pulp_created = attributes[:'pulp_created']
|
|
141
|
+
end
|
|
142
|
+
|
|
143
|
+
if attributes.key?(:'repository')
|
|
144
|
+
self.repository = attributes[:'repository']
|
|
151
145
|
end
|
|
152
146
|
|
|
153
147
|
if attributes.key?(:'base_path')
|
|
154
148
|
self.base_path = attributes[:'base_path']
|
|
155
149
|
end
|
|
156
150
|
|
|
157
|
-
if attributes.key?(:'
|
|
158
|
-
self.
|
|
151
|
+
if attributes.key?(:'hidden')
|
|
152
|
+
self.hidden = attributes[:'hidden']
|
|
153
|
+
else
|
|
154
|
+
self.hidden = false
|
|
155
|
+
end
|
|
156
|
+
|
|
157
|
+
if attributes.key?(:'name')
|
|
158
|
+
self.name = attributes[:'name']
|
|
159
159
|
end
|
|
160
160
|
|
|
161
161
|
if attributes.key?(:'remote')
|
|
@@ -185,14 +185,14 @@ module PulpContainerClient
|
|
|
185
185
|
# @return Array for valid properties with the reasons
|
|
186
186
|
def list_invalid_properties
|
|
187
187
|
invalid_properties = Array.new
|
|
188
|
-
if @name.nil?
|
|
189
|
-
invalid_properties.push('invalid value for "name", name cannot be nil.')
|
|
190
|
-
end
|
|
191
|
-
|
|
192
188
|
if @base_path.nil?
|
|
193
189
|
invalid_properties.push('invalid value for "base_path", base_path cannot be nil.')
|
|
194
190
|
end
|
|
195
191
|
|
|
192
|
+
if @name.nil?
|
|
193
|
+
invalid_properties.push('invalid value for "name", name cannot be nil.')
|
|
194
|
+
end
|
|
195
|
+
|
|
196
196
|
if @remote.nil?
|
|
197
197
|
invalid_properties.push('invalid value for "remote", remote cannot be nil.')
|
|
198
198
|
end
|
|
@@ -203,8 +203,8 @@ module PulpContainerClient
|
|
|
203
203
|
# Check to see if the all the properties in the model are valid
|
|
204
204
|
# @return true if the model is valid
|
|
205
205
|
def valid?
|
|
206
|
-
return false if @name.nil?
|
|
207
206
|
return false if @base_path.nil?
|
|
207
|
+
return false if @name.nil?
|
|
208
208
|
return false if @remote.nil?
|
|
209
209
|
true
|
|
210
210
|
end
|
|
@@ -214,15 +214,15 @@ module PulpContainerClient
|
|
|
214
214
|
def ==(o)
|
|
215
215
|
return true if self.equal?(o)
|
|
216
216
|
self.class == o.class &&
|
|
217
|
+
pulp_last_updated == o.pulp_last_updated &&
|
|
217
218
|
pulp_labels == o.pulp_labels &&
|
|
218
|
-
name == o.name &&
|
|
219
219
|
content_guard == o.content_guard &&
|
|
220
|
-
hidden == o.hidden &&
|
|
221
|
-
repository == o.repository &&
|
|
222
220
|
pulp_href == o.pulp_href &&
|
|
223
|
-
pulp_last_updated == o.pulp_last_updated &&
|
|
224
|
-
base_path == o.base_path &&
|
|
225
221
|
pulp_created == o.pulp_created &&
|
|
222
|
+
repository == o.repository &&
|
|
223
|
+
base_path == o.base_path &&
|
|
224
|
+
hidden == o.hidden &&
|
|
225
|
+
name == o.name &&
|
|
226
226
|
remote == o.remote &&
|
|
227
227
|
distributions == o.distributions &&
|
|
228
228
|
namespace == o.namespace &&
|
|
@@ -239,7 +239,7 @@ module PulpContainerClient
|
|
|
239
239
|
# Calculates hash code according to all attributes.
|
|
240
240
|
# @return [Integer] Hash code
|
|
241
241
|
def hash
|
|
242
|
-
[
|
|
242
|
+
[pulp_last_updated, pulp_labels, content_guard, pulp_href, pulp_created, repository, base_path, hidden, name, remote, distributions, namespace, private, description].hash
|
|
243
243
|
end
|
|
244
244
|
|
|
245
245
|
# Builds the object from hash
|