pulp_container_client 2.22.6 → 2.22.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 +7 -7
- data/docs/ContainerContainerDistributionResponse.md +13 -13
- data/docs/ContainerContainerPullThroughDistribution.md +7 -7
- data/docs/ContainerContainerPullThroughDistributionResponse.md +13 -13
- data/docs/ContainerContainerPushRepository.md +2 -2
- data/docs/ContainerContainerPushRepositoryResponse.md +14 -14
- data/docs/PatchedcontainerContainerDistribution.md +7 -7
- data/docs/PatchedcontainerContainerPullThroughDistribution.md +7 -7
- data/docs/PatchedcontainerContainerPushRepository.md +2 -2
- data/lib/pulp_container_client/models/container_container_distribution.rb +54 -54
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +60 -60
- data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +54 -54
- data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +60 -60
- data/lib/pulp_container_client/models/container_container_push_repository.rb +11 -11
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +53 -53
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +45 -45
- data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +45 -45
- data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +11 -11
- data/lib/pulp_container_client/version.rb +1 -1
- data/spec/models/container_container_distribution_response_spec.rb +10 -10
- data/spec/models/container_container_distribution_spec.rb +6 -6
- data/spec/models/container_container_pull_through_distribution_response_spec.rb +10 -10
- data/spec/models/container_container_pull_through_distribution_spec.rb +6 -6
- data/spec/models/container_container_push_repository_response_spec.rb +9 -9
- data/spec/models/container_container_push_repository_spec.rb +3 -3
- data/spec/models/patchedcontainer_container_distribution_spec.rb +6 -6
- data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +6 -6
- data/spec/models/patchedcontainer_container_push_repository_spec.rb +3 -3
- metadata +60 -60
|
@@ -15,9 +15,20 @@ require 'date'
|
|
|
15
15
|
module PulpContainerClient
|
|
16
16
|
# A serializer for ContainerDistribution.
|
|
17
17
|
class ContainerContainerDistributionResponse
|
|
18
|
+
# The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
|
|
19
|
+
attr_accessor :base_path
|
|
20
|
+
|
|
18
21
|
# An optional content-guard. If none is specified, a default one will be used.
|
|
19
22
|
attr_accessor :content_guard
|
|
20
23
|
|
|
24
|
+
# The latest RepositoryVersion for this Repository will be served.
|
|
25
|
+
attr_accessor :repository
|
|
26
|
+
|
|
27
|
+
# Timestamp of creation.
|
|
28
|
+
attr_accessor :pulp_created
|
|
29
|
+
|
|
30
|
+
attr_accessor :pulp_labels
|
|
31
|
+
|
|
21
32
|
# Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes.
|
|
22
33
|
attr_accessor :no_content_change_since
|
|
23
34
|
|
|
@@ -27,24 +38,13 @@ module PulpContainerClient
|
|
|
27
38
|
# A unique name. Ex, `rawhide` and `stable`.
|
|
28
39
|
attr_accessor :name
|
|
29
40
|
|
|
30
|
-
|
|
31
|
-
attr_accessor :pulp_created
|
|
32
|
-
|
|
33
|
-
# The latest RepositoryVersion for this Repository will be served.
|
|
34
|
-
attr_accessor :repository
|
|
35
|
-
|
|
36
|
-
attr_accessor :pulp_labels
|
|
37
|
-
|
|
38
|
-
# The Pulp Resource Name (PRN).
|
|
39
|
-
attr_accessor :prn
|
|
40
|
-
|
|
41
|
-
# The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
|
|
42
|
-
attr_accessor :base_path
|
|
41
|
+
attr_accessor :pulp_href
|
|
43
42
|
|
|
44
43
|
# 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.
|
|
45
44
|
attr_accessor :pulp_last_updated
|
|
46
45
|
|
|
47
|
-
|
|
46
|
+
# The Pulp Resource Name (PRN).
|
|
47
|
+
attr_accessor :prn
|
|
48
48
|
|
|
49
49
|
# RepositoryVersion to be served
|
|
50
50
|
attr_accessor :repository_version
|
|
@@ -67,17 +67,17 @@ module PulpContainerClient
|
|
|
67
67
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
68
68
|
def self.attribute_map
|
|
69
69
|
{
|
|
70
|
+
:'base_path' => :'base_path',
|
|
70
71
|
:'content_guard' => :'content_guard',
|
|
72
|
+
:'repository' => :'repository',
|
|
73
|
+
:'pulp_created' => :'pulp_created',
|
|
74
|
+
:'pulp_labels' => :'pulp_labels',
|
|
71
75
|
:'no_content_change_since' => :'no_content_change_since',
|
|
72
76
|
:'hidden' => :'hidden',
|
|
73
77
|
:'name' => :'name',
|
|
74
|
-
:'pulp_created' => :'pulp_created',
|
|
75
|
-
:'repository' => :'repository',
|
|
76
|
-
:'pulp_labels' => :'pulp_labels',
|
|
77
|
-
:'prn' => :'prn',
|
|
78
|
-
:'base_path' => :'base_path',
|
|
79
|
-
:'pulp_last_updated' => :'pulp_last_updated',
|
|
80
78
|
:'pulp_href' => :'pulp_href',
|
|
79
|
+
:'pulp_last_updated' => :'pulp_last_updated',
|
|
80
|
+
:'prn' => :'prn',
|
|
81
81
|
:'repository_version' => :'repository_version',
|
|
82
82
|
:'registry_path' => :'registry_path',
|
|
83
83
|
:'remote' => :'remote',
|
|
@@ -90,17 +90,17 @@ module PulpContainerClient
|
|
|
90
90
|
# Attribute type mapping.
|
|
91
91
|
def self.openapi_types
|
|
92
92
|
{
|
|
93
|
+
:'base_path' => :'String',
|
|
93
94
|
:'content_guard' => :'String',
|
|
95
|
+
:'repository' => :'String',
|
|
96
|
+
:'pulp_created' => :'DateTime',
|
|
97
|
+
:'pulp_labels' => :'Hash<String, String>',
|
|
94
98
|
:'no_content_change_since' => :'String',
|
|
95
99
|
:'hidden' => :'Boolean',
|
|
96
100
|
:'name' => :'String',
|
|
97
|
-
:'pulp_created' => :'DateTime',
|
|
98
|
-
:'repository' => :'String',
|
|
99
|
-
:'pulp_labels' => :'Hash<String, String>',
|
|
100
|
-
:'prn' => :'String',
|
|
101
|
-
:'base_path' => :'String',
|
|
102
|
-
:'pulp_last_updated' => :'DateTime',
|
|
103
101
|
:'pulp_href' => :'String',
|
|
102
|
+
:'pulp_last_updated' => :'DateTime',
|
|
103
|
+
:'prn' => :'String',
|
|
104
104
|
:'repository_version' => :'String',
|
|
105
105
|
:'registry_path' => :'String',
|
|
106
106
|
:'remote' => :'String',
|
|
@@ -134,54 +134,54 @@ module PulpContainerClient
|
|
|
134
134
|
h[k.to_sym] = v
|
|
135
135
|
}
|
|
136
136
|
|
|
137
|
-
if attributes.key?(:'
|
|
138
|
-
self.
|
|
139
|
-
end
|
|
140
|
-
|
|
141
|
-
if attributes.key?(:'no_content_change_since')
|
|
142
|
-
self.no_content_change_since = attributes[:'no_content_change_since']
|
|
137
|
+
if attributes.key?(:'base_path')
|
|
138
|
+
self.base_path = attributes[:'base_path']
|
|
143
139
|
end
|
|
144
140
|
|
|
145
|
-
if attributes.key?(:'
|
|
146
|
-
self.
|
|
147
|
-
else
|
|
148
|
-
self.hidden = false
|
|
141
|
+
if attributes.key?(:'content_guard')
|
|
142
|
+
self.content_guard = attributes[:'content_guard']
|
|
149
143
|
end
|
|
150
144
|
|
|
151
|
-
if attributes.key?(:'
|
|
152
|
-
self.
|
|
145
|
+
if attributes.key?(:'repository')
|
|
146
|
+
self.repository = attributes[:'repository']
|
|
153
147
|
end
|
|
154
148
|
|
|
155
149
|
if attributes.key?(:'pulp_created')
|
|
156
150
|
self.pulp_created = attributes[:'pulp_created']
|
|
157
151
|
end
|
|
158
152
|
|
|
159
|
-
if attributes.key?(:'repository')
|
|
160
|
-
self.repository = attributes[:'repository']
|
|
161
|
-
end
|
|
162
|
-
|
|
163
153
|
if attributes.key?(:'pulp_labels')
|
|
164
154
|
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
|
165
155
|
self.pulp_labels = value
|
|
166
156
|
end
|
|
167
157
|
end
|
|
168
158
|
|
|
169
|
-
if attributes.key?(:'
|
|
170
|
-
self.
|
|
159
|
+
if attributes.key?(:'no_content_change_since')
|
|
160
|
+
self.no_content_change_since = attributes[:'no_content_change_since']
|
|
171
161
|
end
|
|
172
162
|
|
|
173
|
-
if attributes.key?(:'
|
|
174
|
-
self.
|
|
163
|
+
if attributes.key?(:'hidden')
|
|
164
|
+
self.hidden = attributes[:'hidden']
|
|
165
|
+
else
|
|
166
|
+
self.hidden = false
|
|
175
167
|
end
|
|
176
168
|
|
|
177
|
-
if attributes.key?(:'
|
|
178
|
-
self.
|
|
169
|
+
if attributes.key?(:'name')
|
|
170
|
+
self.name = attributes[:'name']
|
|
179
171
|
end
|
|
180
172
|
|
|
181
173
|
if attributes.key?(:'pulp_href')
|
|
182
174
|
self.pulp_href = attributes[:'pulp_href']
|
|
183
175
|
end
|
|
184
176
|
|
|
177
|
+
if attributes.key?(:'pulp_last_updated')
|
|
178
|
+
self.pulp_last_updated = attributes[:'pulp_last_updated']
|
|
179
|
+
end
|
|
180
|
+
|
|
181
|
+
if attributes.key?(:'prn')
|
|
182
|
+
self.prn = attributes[:'prn']
|
|
183
|
+
end
|
|
184
|
+
|
|
185
185
|
if attributes.key?(:'repository_version')
|
|
186
186
|
self.repository_version = attributes[:'repository_version']
|
|
187
187
|
end
|
|
@@ -211,22 +211,22 @@ module PulpContainerClient
|
|
|
211
211
|
# @return Array for valid properties with the reasons
|
|
212
212
|
def list_invalid_properties
|
|
213
213
|
invalid_properties = Array.new
|
|
214
|
-
if @name.nil?
|
|
215
|
-
invalid_properties.push('invalid value for "name", name cannot be nil.')
|
|
216
|
-
end
|
|
217
|
-
|
|
218
214
|
if @base_path.nil?
|
|
219
215
|
invalid_properties.push('invalid value for "base_path", base_path cannot be nil.')
|
|
220
216
|
end
|
|
221
217
|
|
|
218
|
+
if @name.nil?
|
|
219
|
+
invalid_properties.push('invalid value for "name", name cannot be nil.')
|
|
220
|
+
end
|
|
221
|
+
|
|
222
222
|
invalid_properties
|
|
223
223
|
end
|
|
224
224
|
|
|
225
225
|
# Check to see if the all the properties in the model are valid
|
|
226
226
|
# @return true if the model is valid
|
|
227
227
|
def valid?
|
|
228
|
-
return false if @name.nil?
|
|
229
228
|
return false if @base_path.nil?
|
|
229
|
+
return false if @name.nil?
|
|
230
230
|
true
|
|
231
231
|
end
|
|
232
232
|
|
|
@@ -235,17 +235,17 @@ module PulpContainerClient
|
|
|
235
235
|
def ==(o)
|
|
236
236
|
return true if self.equal?(o)
|
|
237
237
|
self.class == o.class &&
|
|
238
|
+
base_path == o.base_path &&
|
|
238
239
|
content_guard == o.content_guard &&
|
|
240
|
+
repository == o.repository &&
|
|
241
|
+
pulp_created == o.pulp_created &&
|
|
242
|
+
pulp_labels == o.pulp_labels &&
|
|
239
243
|
no_content_change_since == o.no_content_change_since &&
|
|
240
244
|
hidden == o.hidden &&
|
|
241
245
|
name == o.name &&
|
|
242
|
-
pulp_created == o.pulp_created &&
|
|
243
|
-
repository == o.repository &&
|
|
244
|
-
pulp_labels == o.pulp_labels &&
|
|
245
|
-
prn == o.prn &&
|
|
246
|
-
base_path == o.base_path &&
|
|
247
|
-
pulp_last_updated == o.pulp_last_updated &&
|
|
248
246
|
pulp_href == o.pulp_href &&
|
|
247
|
+
pulp_last_updated == o.pulp_last_updated &&
|
|
248
|
+
prn == o.prn &&
|
|
249
249
|
repository_version == o.repository_version &&
|
|
250
250
|
registry_path == o.registry_path &&
|
|
251
251
|
remote == o.remote &&
|
|
@@ -263,7 +263,7 @@ module PulpContainerClient
|
|
|
263
263
|
# Calculates hash code according to all attributes.
|
|
264
264
|
# @return [Integer] Hash code
|
|
265
265
|
def hash
|
|
266
|
-
[
|
|
266
|
+
[base_path, content_guard, repository, pulp_created, pulp_labels, no_content_change_since, hidden, name, pulp_href, pulp_last_updated, prn, repository_version, registry_path, remote, namespace, private, description].hash
|
|
267
267
|
end
|
|
268
268
|
|
|
269
269
|
# Builds the object from hash
|
|
@@ -15,22 +15,22 @@ require 'date'
|
|
|
15
15
|
module PulpContainerClient
|
|
16
16
|
# A serializer for a specialized pull-through distribution referencing sub-distributions.
|
|
17
17
|
class ContainerContainerPullThroughDistribution
|
|
18
|
+
# The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
|
|
19
|
+
attr_accessor :base_path
|
|
20
|
+
|
|
18
21
|
# An optional content-guard. If none is specified, a default one will be used.
|
|
19
22
|
attr_accessor :content_guard
|
|
20
23
|
|
|
21
|
-
# Whether this distribution should be shown in the content app.
|
|
22
|
-
attr_accessor :hidden
|
|
23
|
-
|
|
24
|
-
# A unique name. Ex, `rawhide` and `stable`.
|
|
25
|
-
attr_accessor :name
|
|
26
|
-
|
|
27
24
|
# The latest RepositoryVersion for this Repository will be served.
|
|
28
25
|
attr_accessor :repository
|
|
29
26
|
|
|
30
27
|
attr_accessor :pulp_labels
|
|
31
28
|
|
|
32
|
-
#
|
|
33
|
-
attr_accessor :
|
|
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
34
|
|
|
35
35
|
# Remote that can be used to fetch content when using pull-through caching.
|
|
36
36
|
attr_accessor :remote
|
|
@@ -47,12 +47,12 @@ module PulpContainerClient
|
|
|
47
47
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
48
48
|
def self.attribute_map
|
|
49
49
|
{
|
|
50
|
+
:'base_path' => :'base_path',
|
|
50
51
|
:'content_guard' => :'content_guard',
|
|
51
|
-
:'hidden' => :'hidden',
|
|
52
|
-
:'name' => :'name',
|
|
53
52
|
:'repository' => :'repository',
|
|
54
53
|
:'pulp_labels' => :'pulp_labels',
|
|
55
|
-
:'
|
|
54
|
+
:'hidden' => :'hidden',
|
|
55
|
+
:'name' => :'name',
|
|
56
56
|
:'remote' => :'remote',
|
|
57
57
|
:'distributions' => :'distributions',
|
|
58
58
|
:'private' => :'private',
|
|
@@ -63,12 +63,12 @@ module PulpContainerClient
|
|
|
63
63
|
# Attribute type mapping.
|
|
64
64
|
def self.openapi_types
|
|
65
65
|
{
|
|
66
|
+
:'base_path' => :'String',
|
|
66
67
|
:'content_guard' => :'String',
|
|
67
|
-
:'hidden' => :'Boolean',
|
|
68
|
-
:'name' => :'String',
|
|
69
68
|
:'repository' => :'String',
|
|
70
69
|
:'pulp_labels' => :'Hash<String, String>',
|
|
71
|
-
:'
|
|
70
|
+
:'hidden' => :'Boolean',
|
|
71
|
+
:'name' => :'String',
|
|
72
72
|
:'remote' => :'String',
|
|
73
73
|
:'distributions' => :'Array<String>',
|
|
74
74
|
:'private' => :'Boolean',
|
|
@@ -99,18 +99,12 @@ module PulpContainerClient
|
|
|
99
99
|
h[k.to_sym] = v
|
|
100
100
|
}
|
|
101
101
|
|
|
102
|
-
if attributes.key?(:'
|
|
103
|
-
self.
|
|
104
|
-
end
|
|
105
|
-
|
|
106
|
-
if attributes.key?(:'hidden')
|
|
107
|
-
self.hidden = attributes[:'hidden']
|
|
108
|
-
else
|
|
109
|
-
self.hidden = false
|
|
102
|
+
if attributes.key?(:'base_path')
|
|
103
|
+
self.base_path = attributes[:'base_path']
|
|
110
104
|
end
|
|
111
105
|
|
|
112
|
-
if attributes.key?(:'
|
|
113
|
-
self.
|
|
106
|
+
if attributes.key?(:'content_guard')
|
|
107
|
+
self.content_guard = attributes[:'content_guard']
|
|
114
108
|
end
|
|
115
109
|
|
|
116
110
|
if attributes.key?(:'repository')
|
|
@@ -123,8 +117,14 @@ module PulpContainerClient
|
|
|
123
117
|
end
|
|
124
118
|
end
|
|
125
119
|
|
|
126
|
-
if attributes.key?(:'
|
|
127
|
-
self.
|
|
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
128
|
end
|
|
129
129
|
|
|
130
130
|
if attributes.key?(:'remote')
|
|
@@ -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)
|
|
@@ -232,12 +232,12 @@ module PulpContainerClient
|
|
|
232
232
|
def ==(o)
|
|
233
233
|
return true if self.equal?(o)
|
|
234
234
|
self.class == o.class &&
|
|
235
|
+
base_path == o.base_path &&
|
|
235
236
|
content_guard == o.content_guard &&
|
|
236
|
-
hidden == o.hidden &&
|
|
237
|
-
name == o.name &&
|
|
238
237
|
repository == o.repository &&
|
|
239
238
|
pulp_labels == o.pulp_labels &&
|
|
240
|
-
|
|
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
|
-
[
|
|
256
|
+
[base_path, content_guard, repository, pulp_labels, 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,9 +15,20 @@ require 'date'
|
|
|
15
15
|
module PulpContainerClient
|
|
16
16
|
# A serializer for a specialized pull-through distribution referencing sub-distributions.
|
|
17
17
|
class ContainerContainerPullThroughDistributionResponse
|
|
18
|
+
# The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
|
|
19
|
+
attr_accessor :base_path
|
|
20
|
+
|
|
18
21
|
# An optional content-guard. If none is specified, a default one will be used.
|
|
19
22
|
attr_accessor :content_guard
|
|
20
23
|
|
|
24
|
+
# The latest RepositoryVersion for this Repository will be served.
|
|
25
|
+
attr_accessor :repository
|
|
26
|
+
|
|
27
|
+
# Timestamp of creation.
|
|
28
|
+
attr_accessor :pulp_created
|
|
29
|
+
|
|
30
|
+
attr_accessor :pulp_labels
|
|
31
|
+
|
|
21
32
|
# Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes.
|
|
22
33
|
attr_accessor :no_content_change_since
|
|
23
34
|
|
|
@@ -27,24 +38,13 @@ module PulpContainerClient
|
|
|
27
38
|
# A unique name. Ex, `rawhide` and `stable`.
|
|
28
39
|
attr_accessor :name
|
|
29
40
|
|
|
30
|
-
|
|
31
|
-
attr_accessor :pulp_created
|
|
32
|
-
|
|
33
|
-
# The latest RepositoryVersion for this Repository will be served.
|
|
34
|
-
attr_accessor :repository
|
|
35
|
-
|
|
36
|
-
attr_accessor :pulp_labels
|
|
37
|
-
|
|
38
|
-
# The Pulp Resource Name (PRN).
|
|
39
|
-
attr_accessor :prn
|
|
40
|
-
|
|
41
|
-
# The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
|
|
42
|
-
attr_accessor :base_path
|
|
41
|
+
attr_accessor :pulp_href
|
|
43
42
|
|
|
44
43
|
# 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.
|
|
45
44
|
attr_accessor :pulp_last_updated
|
|
46
45
|
|
|
47
|
-
|
|
46
|
+
# The Pulp Resource Name (PRN).
|
|
47
|
+
attr_accessor :prn
|
|
48
48
|
|
|
49
49
|
# Remote that can be used to fetch content when using pull-through caching.
|
|
50
50
|
attr_accessor :remote
|
|
@@ -64,17 +64,17 @@ module PulpContainerClient
|
|
|
64
64
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
65
65
|
def self.attribute_map
|
|
66
66
|
{
|
|
67
|
+
:'base_path' => :'base_path',
|
|
67
68
|
:'content_guard' => :'content_guard',
|
|
69
|
+
:'repository' => :'repository',
|
|
70
|
+
:'pulp_created' => :'pulp_created',
|
|
71
|
+
:'pulp_labels' => :'pulp_labels',
|
|
68
72
|
:'no_content_change_since' => :'no_content_change_since',
|
|
69
73
|
:'hidden' => :'hidden',
|
|
70
74
|
:'name' => :'name',
|
|
71
|
-
:'pulp_created' => :'pulp_created',
|
|
72
|
-
:'repository' => :'repository',
|
|
73
|
-
:'pulp_labels' => :'pulp_labels',
|
|
74
|
-
:'prn' => :'prn',
|
|
75
|
-
:'base_path' => :'base_path',
|
|
76
|
-
:'pulp_last_updated' => :'pulp_last_updated',
|
|
77
75
|
:'pulp_href' => :'pulp_href',
|
|
76
|
+
:'pulp_last_updated' => :'pulp_last_updated',
|
|
77
|
+
:'prn' => :'prn',
|
|
78
78
|
:'remote' => :'remote',
|
|
79
79
|
:'distributions' => :'distributions',
|
|
80
80
|
:'namespace' => :'namespace',
|
|
@@ -86,17 +86,17 @@ module PulpContainerClient
|
|
|
86
86
|
# Attribute type mapping.
|
|
87
87
|
def self.openapi_types
|
|
88
88
|
{
|
|
89
|
+
:'base_path' => :'String',
|
|
89
90
|
:'content_guard' => :'String',
|
|
91
|
+
:'repository' => :'String',
|
|
92
|
+
:'pulp_created' => :'DateTime',
|
|
93
|
+
:'pulp_labels' => :'Hash<String, String>',
|
|
90
94
|
:'no_content_change_since' => :'String',
|
|
91
95
|
:'hidden' => :'Boolean',
|
|
92
96
|
:'name' => :'String',
|
|
93
|
-
:'pulp_created' => :'DateTime',
|
|
94
|
-
:'repository' => :'String',
|
|
95
|
-
:'pulp_labels' => :'Hash<String, String>',
|
|
96
|
-
:'prn' => :'String',
|
|
97
|
-
:'base_path' => :'String',
|
|
98
|
-
:'pulp_last_updated' => :'DateTime',
|
|
99
97
|
:'pulp_href' => :'String',
|
|
98
|
+
:'pulp_last_updated' => :'DateTime',
|
|
99
|
+
:'prn' => :'String',
|
|
100
100
|
:'remote' => :'String',
|
|
101
101
|
:'distributions' => :'Array<String>',
|
|
102
102
|
:'namespace' => :'String',
|
|
@@ -128,54 +128,54 @@ module PulpContainerClient
|
|
|
128
128
|
h[k.to_sym] = v
|
|
129
129
|
}
|
|
130
130
|
|
|
131
|
-
if attributes.key?(:'
|
|
132
|
-
self.
|
|
133
|
-
end
|
|
134
|
-
|
|
135
|
-
if attributes.key?(:'no_content_change_since')
|
|
136
|
-
self.no_content_change_since = attributes[:'no_content_change_since']
|
|
131
|
+
if attributes.key?(:'base_path')
|
|
132
|
+
self.base_path = attributes[:'base_path']
|
|
137
133
|
end
|
|
138
134
|
|
|
139
|
-
if attributes.key?(:'
|
|
140
|
-
self.
|
|
141
|
-
else
|
|
142
|
-
self.hidden = false
|
|
135
|
+
if attributes.key?(:'content_guard')
|
|
136
|
+
self.content_guard = attributes[:'content_guard']
|
|
143
137
|
end
|
|
144
138
|
|
|
145
|
-
if attributes.key?(:'
|
|
146
|
-
self.
|
|
139
|
+
if attributes.key?(:'repository')
|
|
140
|
+
self.repository = attributes[:'repository']
|
|
147
141
|
end
|
|
148
142
|
|
|
149
143
|
if attributes.key?(:'pulp_created')
|
|
150
144
|
self.pulp_created = attributes[:'pulp_created']
|
|
151
145
|
end
|
|
152
146
|
|
|
153
|
-
if attributes.key?(:'repository')
|
|
154
|
-
self.repository = attributes[:'repository']
|
|
155
|
-
end
|
|
156
|
-
|
|
157
147
|
if attributes.key?(:'pulp_labels')
|
|
158
148
|
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
|
159
149
|
self.pulp_labels = value
|
|
160
150
|
end
|
|
161
151
|
end
|
|
162
152
|
|
|
163
|
-
if attributes.key?(:'
|
|
164
|
-
self.
|
|
153
|
+
if attributes.key?(:'no_content_change_since')
|
|
154
|
+
self.no_content_change_since = attributes[:'no_content_change_since']
|
|
165
155
|
end
|
|
166
156
|
|
|
167
|
-
if attributes.key?(:'
|
|
168
|
-
self.
|
|
157
|
+
if attributes.key?(:'hidden')
|
|
158
|
+
self.hidden = attributes[:'hidden']
|
|
159
|
+
else
|
|
160
|
+
self.hidden = false
|
|
169
161
|
end
|
|
170
162
|
|
|
171
|
-
if attributes.key?(:'
|
|
172
|
-
self.
|
|
163
|
+
if attributes.key?(:'name')
|
|
164
|
+
self.name = attributes[:'name']
|
|
173
165
|
end
|
|
174
166
|
|
|
175
167
|
if attributes.key?(:'pulp_href')
|
|
176
168
|
self.pulp_href = attributes[:'pulp_href']
|
|
177
169
|
end
|
|
178
170
|
|
|
171
|
+
if attributes.key?(:'pulp_last_updated')
|
|
172
|
+
self.pulp_last_updated = attributes[:'pulp_last_updated']
|
|
173
|
+
end
|
|
174
|
+
|
|
175
|
+
if attributes.key?(:'prn')
|
|
176
|
+
self.prn = attributes[:'prn']
|
|
177
|
+
end
|
|
178
|
+
|
|
179
179
|
if attributes.key?(:'remote')
|
|
180
180
|
self.remote = attributes[:'remote']
|
|
181
181
|
end
|
|
@@ -203,14 +203,14 @@ module PulpContainerClient
|
|
|
203
203
|
# @return Array for valid properties with the reasons
|
|
204
204
|
def list_invalid_properties
|
|
205
205
|
invalid_properties = Array.new
|
|
206
|
-
if @name.nil?
|
|
207
|
-
invalid_properties.push('invalid value for "name", name cannot be nil.')
|
|
208
|
-
end
|
|
209
|
-
|
|
210
206
|
if @base_path.nil?
|
|
211
207
|
invalid_properties.push('invalid value for "base_path", base_path cannot be nil.')
|
|
212
208
|
end
|
|
213
209
|
|
|
210
|
+
if @name.nil?
|
|
211
|
+
invalid_properties.push('invalid value for "name", name cannot be nil.')
|
|
212
|
+
end
|
|
213
|
+
|
|
214
214
|
if @remote.nil?
|
|
215
215
|
invalid_properties.push('invalid value for "remote", remote cannot be nil.')
|
|
216
216
|
end
|
|
@@ -221,8 +221,8 @@ module PulpContainerClient
|
|
|
221
221
|
# Check to see if the all the properties in the model are valid
|
|
222
222
|
# @return true if the model is valid
|
|
223
223
|
def valid?
|
|
224
|
-
return false if @name.nil?
|
|
225
224
|
return false if @base_path.nil?
|
|
225
|
+
return false if @name.nil?
|
|
226
226
|
return false if @remote.nil?
|
|
227
227
|
true
|
|
228
228
|
end
|
|
@@ -232,17 +232,17 @@ module PulpContainerClient
|
|
|
232
232
|
def ==(o)
|
|
233
233
|
return true if self.equal?(o)
|
|
234
234
|
self.class == o.class &&
|
|
235
|
+
base_path == o.base_path &&
|
|
235
236
|
content_guard == o.content_guard &&
|
|
237
|
+
repository == o.repository &&
|
|
238
|
+
pulp_created == o.pulp_created &&
|
|
239
|
+
pulp_labels == o.pulp_labels &&
|
|
236
240
|
no_content_change_since == o.no_content_change_since &&
|
|
237
241
|
hidden == o.hidden &&
|
|
238
242
|
name == o.name &&
|
|
239
|
-
pulp_created == o.pulp_created &&
|
|
240
|
-
repository == o.repository &&
|
|
241
|
-
pulp_labels == o.pulp_labels &&
|
|
242
|
-
prn == o.prn &&
|
|
243
|
-
base_path == o.base_path &&
|
|
244
|
-
pulp_last_updated == o.pulp_last_updated &&
|
|
245
243
|
pulp_href == o.pulp_href &&
|
|
244
|
+
pulp_last_updated == o.pulp_last_updated &&
|
|
245
|
+
prn == o.prn &&
|
|
246
246
|
remote == o.remote &&
|
|
247
247
|
distributions == o.distributions &&
|
|
248
248
|
namespace == o.namespace &&
|
|
@@ -259,7 +259,7 @@ module PulpContainerClient
|
|
|
259
259
|
# Calculates hash code according to all attributes.
|
|
260
260
|
# @return [Integer] Hash code
|
|
261
261
|
def hash
|
|
262
|
-
[
|
|
262
|
+
[base_path, content_guard, repository, pulp_created, pulp_labels, no_content_change_since, hidden, name, pulp_href, pulp_last_updated, prn, remote, distributions, namespace, private, description].hash
|
|
263
263
|
end
|
|
264
264
|
|
|
265
265
|
# Builds the object from hash
|