pulp_ansible_client 0.21.11 → 0.21.13
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/AnsibleCollectionVersion.md +5 -5
- data/docs/AnsibleCollectionVersionResponse.md +5 -5
- data/docs/AnsibleGitRemote.md +30 -30
- data/docs/AnsibleGitRemoteResponse.md +28 -28
- data/docs/AnsibleRole.md +3 -3
- data/docs/AnsibleRoleResponse.md +6 -6
- data/docs/ContentCollectionVersionsApi.md +4 -4
- data/docs/PatchedansibleGitRemote.md +30 -30
- data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +6 -6
- data/lib/pulp_ansible_client/models/ansible_collection_version.rb +21 -21
- data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +21 -21
- data/lib/pulp_ansible_client/models/ansible_git_remote.rb +238 -238
- data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +142 -142
- data/lib/pulp_ansible_client/models/ansible_role.rb +11 -11
- data/lib/pulp_ansible_client/models/ansible_role_response.rb +24 -24
- data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +226 -226
- data/lib/pulp_ansible_client/version.rb +1 -1
- data/spec/api/content_collection_versions_api_spec.rb +2 -2
- data/spec/models/ansible_collection_version_response_spec.rb +4 -4
- data/spec/models/ansible_collection_version_spec.rb +4 -4
- data/spec/models/ansible_git_remote_response_spec.rb +17 -17
- data/spec/models/ansible_git_remote_spec.rb +20 -20
- data/spec/models/ansible_role_response_spec.rb +4 -4
- data/spec/models/ansible_role_spec.rb +2 -2
- data/spec/models/patchedansible_git_remote_spec.rb +20 -20
- metadata +131 -131
@@ -15,60 +15,60 @@ require 'date'
|
|
15
15
|
module PulpAnsibleClient
|
16
16
|
# A serializer for Git Collection Remotes.
|
17
17
|
class AnsibleGitRemoteResponse
|
18
|
-
|
19
|
-
attr_accessor :pulp_created
|
18
|
+
attr_accessor :pulp_labels
|
20
19
|
|
21
|
-
#
|
22
|
-
attr_accessor :
|
20
|
+
# Limits requests per second for each concurrent downloader
|
21
|
+
attr_accessor :rate_limit
|
23
22
|
|
24
|
-
|
23
|
+
# If True, TLS peer validation must be performed.
|
24
|
+
attr_accessor :tls_validation
|
25
25
|
|
26
|
-
# aiohttp.ClientTimeout.
|
27
|
-
attr_accessor :
|
26
|
+
# aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.
|
27
|
+
attr_accessor :connect_timeout
|
28
|
+
|
29
|
+
# A PEM encoded CA certificate used to validate the server certificate presented by the remote server.
|
30
|
+
attr_accessor :ca_cert
|
28
31
|
|
29
32
|
# aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.
|
30
33
|
attr_accessor :total_timeout
|
31
34
|
|
32
|
-
# aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.
|
33
|
-
attr_accessor :sock_connect_timeout
|
34
|
-
|
35
35
|
# A PEM encoded client certificate used for authentication.
|
36
36
|
attr_accessor :client_cert
|
37
37
|
|
38
|
-
#
|
39
|
-
attr_accessor :
|
40
|
-
|
41
|
-
# The URL of an external content source.
|
42
|
-
attr_accessor :url
|
38
|
+
# List of hidden (write only) fields
|
39
|
+
attr_accessor :hidden_fields
|
43
40
|
|
44
41
|
# Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used.
|
45
42
|
attr_accessor :max_retries
|
46
43
|
|
47
|
-
#
|
48
|
-
attr_accessor :
|
44
|
+
# aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.
|
45
|
+
attr_accessor :sock_connect_timeout
|
49
46
|
|
50
|
-
#
|
51
|
-
attr_accessor :
|
47
|
+
# aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.
|
48
|
+
attr_accessor :sock_read_timeout
|
49
|
+
|
50
|
+
attr_accessor :pulp_href
|
52
51
|
|
53
52
|
# Timestamp of the most recent update of the remote.
|
54
53
|
attr_accessor :pulp_last_updated
|
55
54
|
|
56
|
-
#
|
57
|
-
attr_accessor :
|
58
|
-
|
59
|
-
attr_accessor :pulp_labels
|
55
|
+
# The URL of an external content source.
|
56
|
+
attr_accessor :url
|
60
57
|
|
61
|
-
#
|
62
|
-
attr_accessor :
|
58
|
+
# The proxy URL. Format: scheme://host:port
|
59
|
+
attr_accessor :proxy_url
|
63
60
|
|
64
61
|
# A unique name for this remote.
|
65
62
|
attr_accessor :name
|
66
63
|
|
67
|
-
#
|
68
|
-
attr_accessor :
|
64
|
+
# Headers for aiohttp.Clientsession
|
65
|
+
attr_accessor :headers
|
69
66
|
|
70
|
-
#
|
71
|
-
attr_accessor :
|
67
|
+
# Timestamp of creation.
|
68
|
+
attr_accessor :pulp_created
|
69
|
+
|
70
|
+
# Total number of simultaneous connections. If not set then the default value will be used.
|
71
|
+
attr_accessor :download_concurrency
|
72
72
|
|
73
73
|
# If True, only metadata about the content will be stored in Pulp. Clients will retrieve content from the remote URL.
|
74
74
|
attr_accessor :metadata_only
|
@@ -79,25 +79,25 @@ module PulpAnsibleClient
|
|
79
79
|
# Attribute mapping from ruby-style variable name to JSON key.
|
80
80
|
def self.attribute_map
|
81
81
|
{
|
82
|
-
:'
|
83
|
-
:'hidden_fields' => :'hidden_fields',
|
84
|
-
:'pulp_href' => :'pulp_href',
|
85
|
-
:'sock_read_timeout' => :'sock_read_timeout',
|
86
|
-
:'total_timeout' => :'total_timeout',
|
87
|
-
:'sock_connect_timeout' => :'sock_connect_timeout',
|
88
|
-
:'client_cert' => :'client_cert',
|
82
|
+
:'pulp_labels' => :'pulp_labels',
|
89
83
|
:'rate_limit' => :'rate_limit',
|
90
|
-
:'url' => :'url',
|
91
|
-
:'max_retries' => :'max_retries',
|
92
84
|
:'tls_validation' => :'tls_validation',
|
85
|
+
:'connect_timeout' => :'connect_timeout',
|
93
86
|
:'ca_cert' => :'ca_cert',
|
87
|
+
:'total_timeout' => :'total_timeout',
|
88
|
+
:'client_cert' => :'client_cert',
|
89
|
+
:'hidden_fields' => :'hidden_fields',
|
90
|
+
:'max_retries' => :'max_retries',
|
91
|
+
:'sock_connect_timeout' => :'sock_connect_timeout',
|
92
|
+
:'sock_read_timeout' => :'sock_read_timeout',
|
93
|
+
:'pulp_href' => :'pulp_href',
|
94
94
|
:'pulp_last_updated' => :'pulp_last_updated',
|
95
|
-
:'
|
96
|
-
:'pulp_labels' => :'pulp_labels',
|
97
|
-
:'headers' => :'headers',
|
98
|
-
:'name' => :'name',
|
95
|
+
:'url' => :'url',
|
99
96
|
:'proxy_url' => :'proxy_url',
|
100
|
-
:'
|
97
|
+
:'name' => :'name',
|
98
|
+
:'headers' => :'headers',
|
99
|
+
:'pulp_created' => :'pulp_created',
|
100
|
+
:'download_concurrency' => :'download_concurrency',
|
101
101
|
:'metadata_only' => :'metadata_only',
|
102
102
|
:'git_ref' => :'git_ref'
|
103
103
|
}
|
@@ -106,25 +106,25 @@ module PulpAnsibleClient
|
|
106
106
|
# Attribute type mapping.
|
107
107
|
def self.openapi_types
|
108
108
|
{
|
109
|
-
:'
|
110
|
-
:'hidden_fields' => :'Array<AnsibleCollectionRemoteResponseHiddenFields>',
|
111
|
-
:'pulp_href' => :'String',
|
112
|
-
:'sock_read_timeout' => :'Float',
|
113
|
-
:'total_timeout' => :'Float',
|
114
|
-
:'sock_connect_timeout' => :'Float',
|
115
|
-
:'client_cert' => :'String',
|
109
|
+
:'pulp_labels' => :'Hash<String, String>',
|
116
110
|
:'rate_limit' => :'Integer',
|
117
|
-
:'url' => :'String',
|
118
|
-
:'max_retries' => :'Integer',
|
119
111
|
:'tls_validation' => :'Boolean',
|
112
|
+
:'connect_timeout' => :'Float',
|
120
113
|
:'ca_cert' => :'String',
|
114
|
+
:'total_timeout' => :'Float',
|
115
|
+
:'client_cert' => :'String',
|
116
|
+
:'hidden_fields' => :'Array<AnsibleCollectionRemoteResponseHiddenFields>',
|
117
|
+
:'max_retries' => :'Integer',
|
118
|
+
:'sock_connect_timeout' => :'Float',
|
119
|
+
:'sock_read_timeout' => :'Float',
|
120
|
+
:'pulp_href' => :'String',
|
121
121
|
:'pulp_last_updated' => :'DateTime',
|
122
|
-
:'
|
123
|
-
:'pulp_labels' => :'Hash<String, String>',
|
124
|
-
:'headers' => :'Array<Object>',
|
125
|
-
:'name' => :'String',
|
122
|
+
:'url' => :'String',
|
126
123
|
:'proxy_url' => :'String',
|
127
|
-
:'
|
124
|
+
:'name' => :'String',
|
125
|
+
:'headers' => :'Array<Object>',
|
126
|
+
:'pulp_created' => :'DateTime',
|
127
|
+
:'download_concurrency' => :'Integer',
|
128
128
|
:'metadata_only' => :'Boolean',
|
129
129
|
:'git_ref' => :'String'
|
130
130
|
}
|
@@ -133,16 +133,16 @@ module PulpAnsibleClient
|
|
133
133
|
# List of attributes with nullable: true
|
134
134
|
def self.openapi_nullable
|
135
135
|
Set.new([
|
136
|
-
:'
|
136
|
+
:'rate_limit',
|
137
|
+
:'connect_timeout',
|
138
|
+
:'ca_cert',
|
137
139
|
:'total_timeout',
|
138
|
-
:'sock_connect_timeout',
|
139
140
|
:'client_cert',
|
140
|
-
:'rate_limit',
|
141
141
|
:'max_retries',
|
142
|
-
:'
|
143
|
-
:'
|
142
|
+
:'sock_connect_timeout',
|
143
|
+
:'sock_read_timeout',
|
144
144
|
:'proxy_url',
|
145
|
-
:'
|
145
|
+
:'download_concurrency',
|
146
146
|
])
|
147
147
|
end
|
148
148
|
|
@@ -161,68 +161,72 @@ module PulpAnsibleClient
|
|
161
161
|
h[k.to_sym] = v
|
162
162
|
}
|
163
163
|
|
164
|
-
if attributes.key?(:'
|
165
|
-
|
164
|
+
if attributes.key?(:'pulp_labels')
|
165
|
+
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
166
|
+
self.pulp_labels = value
|
167
|
+
end
|
166
168
|
end
|
167
169
|
|
168
|
-
if attributes.key?(:'
|
169
|
-
|
170
|
-
self.hidden_fields = value
|
171
|
-
end
|
170
|
+
if attributes.key?(:'rate_limit')
|
171
|
+
self.rate_limit = attributes[:'rate_limit']
|
172
172
|
end
|
173
173
|
|
174
|
-
if attributes.key?(:'
|
175
|
-
self.
|
174
|
+
if attributes.key?(:'tls_validation')
|
175
|
+
self.tls_validation = attributes[:'tls_validation']
|
176
176
|
end
|
177
177
|
|
178
|
-
if attributes.key?(:'
|
179
|
-
self.
|
178
|
+
if attributes.key?(:'connect_timeout')
|
179
|
+
self.connect_timeout = attributes[:'connect_timeout']
|
180
180
|
end
|
181
181
|
|
182
|
-
if attributes.key?(:'
|
183
|
-
self.
|
182
|
+
if attributes.key?(:'ca_cert')
|
183
|
+
self.ca_cert = attributes[:'ca_cert']
|
184
184
|
end
|
185
185
|
|
186
|
-
if attributes.key?(:'
|
187
|
-
self.
|
186
|
+
if attributes.key?(:'total_timeout')
|
187
|
+
self.total_timeout = attributes[:'total_timeout']
|
188
188
|
end
|
189
189
|
|
190
190
|
if attributes.key?(:'client_cert')
|
191
191
|
self.client_cert = attributes[:'client_cert']
|
192
192
|
end
|
193
193
|
|
194
|
-
if attributes.key?(:'
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
if attributes.key?(:'url')
|
199
|
-
self.url = attributes[:'url']
|
194
|
+
if attributes.key?(:'hidden_fields')
|
195
|
+
if (value = attributes[:'hidden_fields']).is_a?(Array)
|
196
|
+
self.hidden_fields = value
|
197
|
+
end
|
200
198
|
end
|
201
199
|
|
202
200
|
if attributes.key?(:'max_retries')
|
203
201
|
self.max_retries = attributes[:'max_retries']
|
204
202
|
end
|
205
203
|
|
206
|
-
if attributes.key?(:'
|
207
|
-
self.
|
204
|
+
if attributes.key?(:'sock_connect_timeout')
|
205
|
+
self.sock_connect_timeout = attributes[:'sock_connect_timeout']
|
208
206
|
end
|
209
207
|
|
210
|
-
if attributes.key?(:'
|
211
|
-
self.
|
208
|
+
if attributes.key?(:'sock_read_timeout')
|
209
|
+
self.sock_read_timeout = attributes[:'sock_read_timeout']
|
210
|
+
end
|
211
|
+
|
212
|
+
if attributes.key?(:'pulp_href')
|
213
|
+
self.pulp_href = attributes[:'pulp_href']
|
212
214
|
end
|
213
215
|
|
214
216
|
if attributes.key?(:'pulp_last_updated')
|
215
217
|
self.pulp_last_updated = attributes[:'pulp_last_updated']
|
216
218
|
end
|
217
219
|
|
218
|
-
if attributes.key?(:'
|
219
|
-
self.
|
220
|
+
if attributes.key?(:'url')
|
221
|
+
self.url = attributes[:'url']
|
220
222
|
end
|
221
223
|
|
222
|
-
if attributes.key?(:'
|
223
|
-
|
224
|
-
|
225
|
-
|
224
|
+
if attributes.key?(:'proxy_url')
|
225
|
+
self.proxy_url = attributes[:'proxy_url']
|
226
|
+
end
|
227
|
+
|
228
|
+
if attributes.key?(:'name')
|
229
|
+
self.name = attributes[:'name']
|
226
230
|
end
|
227
231
|
|
228
232
|
if attributes.key?(:'headers')
|
@@ -231,16 +235,12 @@ module PulpAnsibleClient
|
|
231
235
|
end
|
232
236
|
end
|
233
237
|
|
234
|
-
if attributes.key?(:'
|
235
|
-
self.
|
236
|
-
end
|
237
|
-
|
238
|
-
if attributes.key?(:'proxy_url')
|
239
|
-
self.proxy_url = attributes[:'proxy_url']
|
238
|
+
if attributes.key?(:'pulp_created')
|
239
|
+
self.pulp_created = attributes[:'pulp_created']
|
240
240
|
end
|
241
241
|
|
242
|
-
if attributes.key?(:'
|
243
|
-
self.
|
242
|
+
if attributes.key?(:'download_concurrency')
|
243
|
+
self.download_concurrency = attributes[:'download_concurrency']
|
244
244
|
end
|
245
245
|
|
246
246
|
if attributes.key?(:'metadata_only')
|
@@ -256,8 +256,8 @@ module PulpAnsibleClient
|
|
256
256
|
# @return Array for valid properties with the reasons
|
257
257
|
def list_invalid_properties
|
258
258
|
invalid_properties = Array.new
|
259
|
-
if !@
|
260
|
-
invalid_properties.push('invalid value for "
|
259
|
+
if !@connect_timeout.nil? && @connect_timeout < 0.0
|
260
|
+
invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.0.')
|
261
261
|
end
|
262
262
|
|
263
263
|
if !@total_timeout.nil? && @total_timeout < 0.0
|
@@ -268,20 +268,20 @@ module PulpAnsibleClient
|
|
268
268
|
invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.')
|
269
269
|
end
|
270
270
|
|
271
|
-
if
|
272
|
-
invalid_properties.push('invalid value for "
|
271
|
+
if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
|
272
|
+
invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.0.')
|
273
273
|
end
|
274
274
|
|
275
|
-
if
|
276
|
-
invalid_properties.push('invalid value for "
|
275
|
+
if @url.nil?
|
276
|
+
invalid_properties.push('invalid value for "url", url cannot be nil.')
|
277
277
|
end
|
278
278
|
|
279
279
|
if @name.nil?
|
280
280
|
invalid_properties.push('invalid value for "name", name cannot be nil.')
|
281
281
|
end
|
282
282
|
|
283
|
-
if !@
|
284
|
-
invalid_properties.push('invalid value for "
|
283
|
+
if !@download_concurrency.nil? && @download_concurrency < 1
|
284
|
+
invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
|
285
285
|
end
|
286
286
|
|
287
287
|
invalid_properties
|
@@ -290,24 +290,24 @@ module PulpAnsibleClient
|
|
290
290
|
# Check to see if the all the properties in the model are valid
|
291
291
|
# @return true if the model is valid
|
292
292
|
def valid?
|
293
|
-
return false if !@
|
293
|
+
return false if !@connect_timeout.nil? && @connect_timeout < 0.0
|
294
294
|
return false if !@total_timeout.nil? && @total_timeout < 0.0
|
295
295
|
return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
|
296
|
+
return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
|
296
297
|
return false if @url.nil?
|
297
|
-
return false if !@download_concurrency.nil? && @download_concurrency < 1
|
298
298
|
return false if @name.nil?
|
299
|
-
return false if !@
|
299
|
+
return false if !@download_concurrency.nil? && @download_concurrency < 1
|
300
300
|
true
|
301
301
|
end
|
302
302
|
|
303
303
|
# Custom attribute writer method with validation
|
304
|
-
# @param [Object]
|
305
|
-
def
|
306
|
-
if !
|
307
|
-
fail ArgumentError, 'invalid value for "
|
304
|
+
# @param [Object] connect_timeout Value to be assigned
|
305
|
+
def connect_timeout=(connect_timeout)
|
306
|
+
if !connect_timeout.nil? && connect_timeout < 0.0
|
307
|
+
fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.0.'
|
308
308
|
end
|
309
309
|
|
310
|
-
@
|
310
|
+
@connect_timeout = connect_timeout
|
311
311
|
end
|
312
312
|
|
313
313
|
# Custom attribute writer method with validation
|
@@ -331,23 +331,23 @@ module PulpAnsibleClient
|
|
331
331
|
end
|
332
332
|
|
333
333
|
# Custom attribute writer method with validation
|
334
|
-
# @param [Object]
|
335
|
-
def
|
336
|
-
if !
|
337
|
-
fail ArgumentError, 'invalid value for "
|
334
|
+
# @param [Object] sock_read_timeout Value to be assigned
|
335
|
+
def sock_read_timeout=(sock_read_timeout)
|
336
|
+
if !sock_read_timeout.nil? && sock_read_timeout < 0.0
|
337
|
+
fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.0.'
|
338
338
|
end
|
339
339
|
|
340
|
-
@
|
340
|
+
@sock_read_timeout = sock_read_timeout
|
341
341
|
end
|
342
342
|
|
343
343
|
# Custom attribute writer method with validation
|
344
|
-
# @param [Object]
|
345
|
-
def
|
346
|
-
if !
|
347
|
-
fail ArgumentError, 'invalid value for "
|
344
|
+
# @param [Object] download_concurrency Value to be assigned
|
345
|
+
def download_concurrency=(download_concurrency)
|
346
|
+
if !download_concurrency.nil? && download_concurrency < 1
|
347
|
+
fail ArgumentError, 'invalid value for "download_concurrency", must be greater than or equal to 1.'
|
348
348
|
end
|
349
349
|
|
350
|
-
@
|
350
|
+
@download_concurrency = download_concurrency
|
351
351
|
end
|
352
352
|
|
353
353
|
# Checks equality by comparing each attribute.
|
@@ -355,25 +355,25 @@ module PulpAnsibleClient
|
|
355
355
|
def ==(o)
|
356
356
|
return true if self.equal?(o)
|
357
357
|
self.class == o.class &&
|
358
|
-
|
359
|
-
hidden_fields == o.hidden_fields &&
|
360
|
-
pulp_href == o.pulp_href &&
|
361
|
-
sock_read_timeout == o.sock_read_timeout &&
|
362
|
-
total_timeout == o.total_timeout &&
|
363
|
-
sock_connect_timeout == o.sock_connect_timeout &&
|
364
|
-
client_cert == o.client_cert &&
|
358
|
+
pulp_labels == o.pulp_labels &&
|
365
359
|
rate_limit == o.rate_limit &&
|
366
|
-
url == o.url &&
|
367
|
-
max_retries == o.max_retries &&
|
368
360
|
tls_validation == o.tls_validation &&
|
361
|
+
connect_timeout == o.connect_timeout &&
|
369
362
|
ca_cert == o.ca_cert &&
|
363
|
+
total_timeout == o.total_timeout &&
|
364
|
+
client_cert == o.client_cert &&
|
365
|
+
hidden_fields == o.hidden_fields &&
|
366
|
+
max_retries == o.max_retries &&
|
367
|
+
sock_connect_timeout == o.sock_connect_timeout &&
|
368
|
+
sock_read_timeout == o.sock_read_timeout &&
|
369
|
+
pulp_href == o.pulp_href &&
|
370
370
|
pulp_last_updated == o.pulp_last_updated &&
|
371
|
-
|
372
|
-
pulp_labels == o.pulp_labels &&
|
373
|
-
headers == o.headers &&
|
374
|
-
name == o.name &&
|
371
|
+
url == o.url &&
|
375
372
|
proxy_url == o.proxy_url &&
|
376
|
-
|
373
|
+
name == o.name &&
|
374
|
+
headers == o.headers &&
|
375
|
+
pulp_created == o.pulp_created &&
|
376
|
+
download_concurrency == o.download_concurrency &&
|
377
377
|
metadata_only == o.metadata_only &&
|
378
378
|
git_ref == o.git_ref
|
379
379
|
end
|
@@ -387,7 +387,7 @@ module PulpAnsibleClient
|
|
387
387
|
# Calculates hash code according to all attributes.
|
388
388
|
# @return [Integer] Hash code
|
389
389
|
def hash
|
390
|
-
[
|
390
|
+
[pulp_labels, rate_limit, tls_validation, connect_timeout, ca_cert, total_timeout, client_cert, hidden_fields, max_retries, sock_connect_timeout, sock_read_timeout, pulp_href, pulp_last_updated, url, proxy_url, name, headers, pulp_created, download_concurrency, metadata_only, git_ref].hash
|
391
391
|
end
|
392
392
|
|
393
393
|
# Builds the object from hash
|
@@ -15,12 +15,12 @@ require 'date'
|
|
15
15
|
module PulpAnsibleClient
|
16
16
|
# A serializer for Role versions.
|
17
17
|
class AnsibleRole
|
18
|
-
# Artifact file representing the physical content
|
19
|
-
attr_accessor :artifact
|
20
|
-
|
21
18
|
# A URI of a repository the new content unit should be associated with.
|
22
19
|
attr_accessor :repository
|
23
20
|
|
21
|
+
# Artifact file representing the physical content
|
22
|
+
attr_accessor :artifact
|
23
|
+
|
24
24
|
attr_accessor :version
|
25
25
|
|
26
26
|
attr_accessor :name
|
@@ -30,8 +30,8 @@ module PulpAnsibleClient
|
|
30
30
|
# Attribute mapping from ruby-style variable name to JSON key.
|
31
31
|
def self.attribute_map
|
32
32
|
{
|
33
|
-
:'artifact' => :'artifact',
|
34
33
|
:'repository' => :'repository',
|
34
|
+
:'artifact' => :'artifact',
|
35
35
|
:'version' => :'version',
|
36
36
|
:'name' => :'name',
|
37
37
|
:'namespace' => :'namespace'
|
@@ -41,8 +41,8 @@ module PulpAnsibleClient
|
|
41
41
|
# Attribute type mapping.
|
42
42
|
def self.openapi_types
|
43
43
|
{
|
44
|
-
:'artifact' => :'String',
|
45
44
|
:'repository' => :'String',
|
45
|
+
:'artifact' => :'String',
|
46
46
|
:'version' => :'String',
|
47
47
|
:'name' => :'String',
|
48
48
|
:'namespace' => :'String'
|
@@ -70,14 +70,14 @@ module PulpAnsibleClient
|
|
70
70
|
h[k.to_sym] = v
|
71
71
|
}
|
72
72
|
|
73
|
-
if attributes.key?(:'artifact')
|
74
|
-
self.artifact = attributes[:'artifact']
|
75
|
-
end
|
76
|
-
|
77
73
|
if attributes.key?(:'repository')
|
78
74
|
self.repository = attributes[:'repository']
|
79
75
|
end
|
80
76
|
|
77
|
+
if attributes.key?(:'artifact')
|
78
|
+
self.artifact = attributes[:'artifact']
|
79
|
+
end
|
80
|
+
|
81
81
|
if attributes.key?(:'version')
|
82
82
|
self.version = attributes[:'version']
|
83
83
|
end
|
@@ -186,8 +186,8 @@ module PulpAnsibleClient
|
|
186
186
|
def ==(o)
|
187
187
|
return true if self.equal?(o)
|
188
188
|
self.class == o.class &&
|
189
|
-
artifact == o.artifact &&
|
190
189
|
repository == o.repository &&
|
190
|
+
artifact == o.artifact &&
|
191
191
|
version == o.version &&
|
192
192
|
name == o.name &&
|
193
193
|
namespace == o.namespace
|
@@ -202,7 +202,7 @@ module PulpAnsibleClient
|
|
202
202
|
# Calculates hash code according to all attributes.
|
203
203
|
# @return [Integer] Hash code
|
204
204
|
def hash
|
205
|
-
[
|
205
|
+
[repository, artifact, version, name, namespace].hash
|
206
206
|
end
|
207
207
|
|
208
208
|
# Builds the object from hash
|
@@ -15,16 +15,16 @@ require 'date'
|
|
15
15
|
module PulpAnsibleClient
|
16
16
|
# A serializer for Role versions.
|
17
17
|
class AnsibleRoleResponse
|
18
|
-
# Timestamp of
|
19
|
-
attr_accessor :
|
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
|
20
|
+
|
21
|
+
attr_accessor :pulp_href
|
20
22
|
|
21
23
|
# Artifact file representing the physical content
|
22
24
|
attr_accessor :artifact
|
23
25
|
|
24
|
-
|
25
|
-
|
26
|
-
# 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.
|
27
|
-
attr_accessor :pulp_last_updated
|
26
|
+
# Timestamp of creation.
|
27
|
+
attr_accessor :pulp_created
|
28
28
|
|
29
29
|
attr_accessor :version
|
30
30
|
|
@@ -35,10 +35,10 @@ module PulpAnsibleClient
|
|
35
35
|
# Attribute mapping from ruby-style variable name to JSON key.
|
36
36
|
def self.attribute_map
|
37
37
|
{
|
38
|
-
:'pulp_created' => :'pulp_created',
|
39
|
-
:'artifact' => :'artifact',
|
40
|
-
:'pulp_href' => :'pulp_href',
|
41
38
|
:'pulp_last_updated' => :'pulp_last_updated',
|
39
|
+
:'pulp_href' => :'pulp_href',
|
40
|
+
:'artifact' => :'artifact',
|
41
|
+
:'pulp_created' => :'pulp_created',
|
42
42
|
:'version' => :'version',
|
43
43
|
:'name' => :'name',
|
44
44
|
:'namespace' => :'namespace'
|
@@ -48,10 +48,10 @@ module PulpAnsibleClient
|
|
48
48
|
# Attribute type mapping.
|
49
49
|
def self.openapi_types
|
50
50
|
{
|
51
|
-
:'pulp_created' => :'DateTime',
|
52
|
-
:'artifact' => :'String',
|
53
|
-
:'pulp_href' => :'String',
|
54
51
|
:'pulp_last_updated' => :'DateTime',
|
52
|
+
:'pulp_href' => :'String',
|
53
|
+
:'artifact' => :'String',
|
54
|
+
:'pulp_created' => :'DateTime',
|
55
55
|
:'version' => :'String',
|
56
56
|
:'name' => :'String',
|
57
57
|
:'namespace' => :'String'
|
@@ -79,20 +79,20 @@ module PulpAnsibleClient
|
|
79
79
|
h[k.to_sym] = v
|
80
80
|
}
|
81
81
|
|
82
|
-
if attributes.key?(:'
|
83
|
-
self.
|
84
|
-
end
|
85
|
-
|
86
|
-
if attributes.key?(:'artifact')
|
87
|
-
self.artifact = attributes[:'artifact']
|
82
|
+
if attributes.key?(:'pulp_last_updated')
|
83
|
+
self.pulp_last_updated = attributes[:'pulp_last_updated']
|
88
84
|
end
|
89
85
|
|
90
86
|
if attributes.key?(:'pulp_href')
|
91
87
|
self.pulp_href = attributes[:'pulp_href']
|
92
88
|
end
|
93
89
|
|
94
|
-
if attributes.key?(:'
|
95
|
-
self.
|
90
|
+
if attributes.key?(:'artifact')
|
91
|
+
self.artifact = attributes[:'artifact']
|
92
|
+
end
|
93
|
+
|
94
|
+
if attributes.key?(:'pulp_created')
|
95
|
+
self.pulp_created = attributes[:'pulp_created']
|
96
96
|
end
|
97
97
|
|
98
98
|
if attributes.key?(:'version')
|
@@ -146,10 +146,10 @@ module PulpAnsibleClient
|
|
146
146
|
def ==(o)
|
147
147
|
return true if self.equal?(o)
|
148
148
|
self.class == o.class &&
|
149
|
-
pulp_created == o.pulp_created &&
|
150
|
-
artifact == o.artifact &&
|
151
|
-
pulp_href == o.pulp_href &&
|
152
149
|
pulp_last_updated == o.pulp_last_updated &&
|
150
|
+
pulp_href == o.pulp_href &&
|
151
|
+
artifact == o.artifact &&
|
152
|
+
pulp_created == o.pulp_created &&
|
153
153
|
version == o.version &&
|
154
154
|
name == o.name &&
|
155
155
|
namespace == o.namespace
|
@@ -164,7 +164,7 @@ module PulpAnsibleClient
|
|
164
164
|
# Calculates hash code according to all attributes.
|
165
165
|
# @return [Integer] Hash code
|
166
166
|
def hash
|
167
|
-
[
|
167
|
+
[pulp_last_updated, pulp_href, artifact, pulp_created, version, name, namespace].hash
|
168
168
|
end
|
169
169
|
|
170
170
|
# Builds the object from hash
|