pulp_ansible_client 0.16.7 → 0.17.0.dev1676344220
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.
Potentially problematic release.
This version of pulp_ansible_client might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/README.md +8 -5
- data/docs/AnsibleAnsibleRepositoryResponse.md +3 -1
- data/docs/AnsibleCollectionRemoteResponse.md +3 -1
- data/docs/AnsibleCollectionRemoteResponseHiddenFields.md +2 -2
- data/docs/AnsibleCollectionVersionResponse.md +3 -3
- data/docs/AnsibleCollectionsApi.md +1 -1
- data/docs/AnsibleCopyApi.md +1 -1
- data/docs/AnsibleGitRemote.md +28 -28
- data/docs/AnsibleGitRemoteResponse.md +28 -28
- data/docs/AnsibleRoleResponse.md +3 -3
- data/docs/ApiCollectionsApi.md +1 -1
- data/docs/ApiRolesApi.md +1 -1
- data/docs/CollectionImportApi.md +1 -1
- data/docs/ContentCollectionDeprecationsApi.md +1 -1
- data/docs/ContentCollectionSignaturesApi.md +1 -1
- data/docs/ContentCollectionVersionsApi.md +1 -1
- data/docs/ContentRolesApi.md +1 -1
- data/docs/DistributionsAnsibleApi.md +5 -1
- data/docs/GalaxyDetailApi.md +1 -1
- data/docs/PatchedansibleGitRemote.md +28 -28
- data/docs/ProgressReportResponse.md +27 -0
- data/docs/PulpAnsibleApiApi.md +1 -1
- data/docs/PulpAnsibleApiV2CollectionsVersionsApi.md +1 -1
- data/docs/PulpAnsibleApiV3Api.md +1 -1
- data/docs/PulpAnsibleApiV3ArtifactsCollectionsApi.md +1 -1
- data/docs/PulpAnsibleApiV3CollectionVersionsAllApi.md +1 -1
- data/docs/PulpAnsibleApiV3CollectionsAllApi.md +1 -1
- data/docs/PulpAnsibleApiV3CollectionsApi.md +1 -1
- data/docs/PulpAnsibleApiV3CollectionsVersionsApi.md +1 -1
- data/docs/PulpAnsibleApiV3CollectionsVersionsDocsBlobApi.md +1 -1
- data/docs/PulpAnsibleApiV3PluginAnsibleClientConfigurationApi.md +1 -1
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +1 -1
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsAllVersionsApi.md +1 -1
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsApi.md +1 -1
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsArtifactsApi.md +1 -1
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexApi.md +1 -1
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +1 -1
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsDocsBlobApi.md +1 -1
- data/docs/PulpAnsibleArtifactsCollectionsV3Api.md +1 -1
- data/docs/PulpAnsibleDefaultApiApi.md +1 -1
- data/docs/PulpAnsibleDefaultApiV3Api.md +1 -1
- data/docs/PulpAnsibleDefaultApiV3ArtifactsCollectionsApi.md +1 -1
- data/docs/PulpAnsibleDefaultApiV3CollectionVersionsAllApi.md +1 -1
- data/docs/PulpAnsibleDefaultApiV3CollectionsAllApi.md +1 -1
- data/docs/PulpAnsibleDefaultApiV3CollectionsApi.md +1 -1
- data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsApi.md +1 -1
- data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsDocsBlobApi.md +1 -1
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleClientConfigurationApi.md +1 -1
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +1 -1
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllVersionsApi.md +1 -1
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsApi.md +1 -1
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsArtifactsApi.md +1 -1
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi.md +1 -1
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +1 -1
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsDocsBlobApi.md +1 -1
- data/docs/PulpAnsibleTagsApi.md +1 -1
- data/docs/RemotesCollectionApi.md +9 -1
- data/docs/RemotesGitApi.md +1 -1
- data/docs/RemotesRoleApi.md +1 -1
- data/docs/RepositoriesAnsibleApi.md +17 -1
- data/docs/RepositoriesAnsibleVersionsApi.md +1 -1
- data/docs/Task.md +19 -0
- data/docs/TaskResponse.md +45 -0
- data/docs/VersionsApi.md +1 -1
- data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +6 -0
- data/lib/pulp_ansible_client/api/remotes_collection_api.rb +13 -1
- data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +24 -0
- data/lib/pulp_ansible_client/configuration.rb +3 -3
- data/lib/pulp_ansible_client/models/ansible_ansible_repository_response.rb +14 -5
- data/lib/pulp_ansible_client/models/ansible_collection_remote_response.rb +13 -4
- data/lib/pulp_ansible_client/models/ansible_collection_remote_response_hidden_fields.rb +0 -10
- data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +11 -11
- data/lib/pulp_ansible_client/models/ansible_git_remote.rb +232 -232
- data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +155 -155
- data/lib/pulp_ansible_client/models/ansible_role_response.rb +10 -10
- data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +223 -223
- data/lib/pulp_ansible_client/models/progress_report_response.rb +259 -0
- data/lib/pulp_ansible_client/models/task.rb +266 -0
- data/lib/pulp_ansible_client/models/task_response.rb +366 -0
- data/lib/pulp_ansible_client/version.rb +1 -1
- data/lib/pulp_ansible_client.rb +3 -0
- data/spec/api/distributions_ansible_api_spec.rb +2 -0
- data/spec/api/remotes_collection_api_spec.rb +4 -0
- data/spec/api/repositories_ansible_api_spec.rb +8 -0
- data/spec/configuration_spec.rb +3 -3
- data/spec/models/ansible_ansible_repository_response_spec.rb +6 -0
- data/spec/models/ansible_collection_remote_response_spec.rb +6 -0
- data/spec/models/ansible_collection_version_response_spec.rb +3 -3
- data/spec/models/ansible_git_remote_response_spec.rb +19 -19
- data/spec/models/ansible_git_remote_spec.rb +19 -19
- data/spec/models/ansible_role_response_spec.rb +2 -2
- data/spec/models/patchedansible_git_remote_spec.rb +19 -19
- data/spec/models/progress_report_response_spec.rb +71 -0
- data/spec/models/task_response_spec.rb +125 -0
- data/spec/models/task_spec.rb +47 -0
- metadata +130 -118
@@ -15,31 +15,27 @@ require 'date'
|
|
15
15
|
module PulpAnsibleClient
|
16
16
|
# A serializer for Git Collection Remotes.
|
17
17
|
class AnsibleGitRemoteResponse
|
18
|
-
attr_accessor :
|
19
|
-
|
20
|
-
# Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used.
|
21
|
-
attr_accessor :max_retries
|
18
|
+
attr_accessor :pulp_labels
|
22
19
|
|
23
|
-
#
|
24
|
-
attr_accessor :
|
20
|
+
# The URL of an external content source.
|
21
|
+
attr_accessor :url
|
25
22
|
|
26
|
-
#
|
27
|
-
attr_accessor :
|
23
|
+
# Limits requests per second for each concurrent downloader
|
24
|
+
attr_accessor :rate_limit
|
28
25
|
|
29
|
-
#
|
30
|
-
attr_accessor :
|
26
|
+
# The proxy URL. Format: scheme://host:port
|
27
|
+
attr_accessor :proxy_url
|
31
28
|
|
32
29
|
# A PEM encoded CA certificate used to validate the server certificate presented by the remote server.
|
33
30
|
attr_accessor :ca_cert
|
34
31
|
|
35
|
-
#
|
36
|
-
attr_accessor :
|
32
|
+
# 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.
|
33
|
+
attr_accessor :sock_read_timeout
|
37
34
|
|
38
|
-
#
|
39
|
-
attr_accessor :
|
35
|
+
# Headers for aiohttp.Clientsession
|
36
|
+
attr_accessor :headers
|
40
37
|
|
41
|
-
|
42
|
-
attr_accessor :total_timeout
|
38
|
+
attr_accessor :pulp_href
|
43
39
|
|
44
40
|
# 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
41
|
attr_accessor :sock_connect_timeout
|
@@ -47,29 +43,33 @@ module PulpAnsibleClient
|
|
47
43
|
# List of hidden (write only) fields
|
48
44
|
attr_accessor :hidden_fields
|
49
45
|
|
50
|
-
# Timestamp of creation.
|
51
|
-
attr_accessor :pulp_created
|
52
|
-
|
53
46
|
# A unique name for this remote.
|
54
47
|
attr_accessor :name
|
55
48
|
|
56
|
-
#
|
57
|
-
attr_accessor :
|
58
|
-
|
59
|
-
# The proxy URL. Format: scheme://host:port
|
60
|
-
attr_accessor :proxy_url
|
61
|
-
|
62
|
-
# 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.
|
63
|
-
attr_accessor :sock_read_timeout
|
49
|
+
# A PEM encoded client certificate used for authentication.
|
50
|
+
attr_accessor :client_cert
|
64
51
|
|
65
|
-
#
|
66
|
-
attr_accessor :
|
52
|
+
# aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.
|
53
|
+
attr_accessor :total_timeout
|
67
54
|
|
68
|
-
|
55
|
+
# Total number of simultaneous connections. If not set then the default value will be used.
|
56
|
+
attr_accessor :download_concurrency
|
69
57
|
|
70
58
|
# Timestamp of the most recent update of the remote.
|
71
59
|
attr_accessor :pulp_last_updated
|
72
60
|
|
61
|
+
# If True, TLS peer validation must be performed.
|
62
|
+
attr_accessor :tls_validation
|
63
|
+
|
64
|
+
# aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.
|
65
|
+
attr_accessor :connect_timeout
|
66
|
+
|
67
|
+
# Timestamp of creation.
|
68
|
+
attr_accessor :pulp_created
|
69
|
+
|
70
|
+
# Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used.
|
71
|
+
attr_accessor :max_retries
|
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
|
75
75
|
|
@@ -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
|
-
:'max_retries' => :'max_retries',
|
84
|
-
:'download_concurrency' => :'download_concurrency',
|
85
|
-
:'connect_timeout' => :'connect_timeout',
|
86
|
-
:'client_cert' => :'client_cert',
|
87
|
-
:'ca_cert' => :'ca_cert',
|
88
|
-
:'tls_validation' => :'tls_validation',
|
89
|
-
:'rate_limit' => :'rate_limit',
|
90
|
-
:'total_timeout' => :'total_timeout',
|
91
|
-
:'sock_connect_timeout' => :'sock_connect_timeout',
|
92
|
-
:'hidden_fields' => :'hidden_fields',
|
93
|
-
:'pulp_created' => :'pulp_created',
|
94
|
-
:'name' => :'name',
|
82
|
+
:'pulp_labels' => :'pulp_labels',
|
95
83
|
:'url' => :'url',
|
84
|
+
:'rate_limit' => :'rate_limit',
|
96
85
|
:'proxy_url' => :'proxy_url',
|
86
|
+
:'ca_cert' => :'ca_cert',
|
97
87
|
:'sock_read_timeout' => :'sock_read_timeout',
|
98
88
|
:'headers' => :'headers',
|
99
|
-
:'
|
89
|
+
:'pulp_href' => :'pulp_href',
|
90
|
+
:'sock_connect_timeout' => :'sock_connect_timeout',
|
91
|
+
:'hidden_fields' => :'hidden_fields',
|
92
|
+
:'name' => :'name',
|
93
|
+
:'client_cert' => :'client_cert',
|
94
|
+
:'total_timeout' => :'total_timeout',
|
95
|
+
:'download_concurrency' => :'download_concurrency',
|
100
96
|
:'pulp_last_updated' => :'pulp_last_updated',
|
97
|
+
:'tls_validation' => :'tls_validation',
|
98
|
+
:'connect_timeout' => :'connect_timeout',
|
99
|
+
:'pulp_created' => :'pulp_created',
|
100
|
+
:'max_retries' => :'max_retries',
|
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
|
-
:'max_retries' => :'Integer',
|
111
|
-
:'download_concurrency' => :'Integer',
|
112
|
-
:'connect_timeout' => :'Float',
|
113
|
-
:'client_cert' => :'String',
|
114
|
-
:'ca_cert' => :'String',
|
115
|
-
:'tls_validation' => :'Boolean',
|
116
|
-
:'rate_limit' => :'Integer',
|
117
|
-
:'total_timeout' => :'Float',
|
118
|
-
:'sock_connect_timeout' => :'Float',
|
119
|
-
:'hidden_fields' => :'Array<AnsibleCollectionRemoteResponseHiddenFields>',
|
120
|
-
:'pulp_created' => :'DateTime',
|
121
|
-
:'name' => :'String',
|
109
|
+
:'pulp_labels' => :'Hash<String, String>',
|
122
110
|
:'url' => :'String',
|
111
|
+
:'rate_limit' => :'Integer',
|
123
112
|
:'proxy_url' => :'String',
|
113
|
+
:'ca_cert' => :'String',
|
124
114
|
:'sock_read_timeout' => :'Float',
|
125
115
|
:'headers' => :'Array<Object>',
|
126
|
-
:'
|
116
|
+
:'pulp_href' => :'String',
|
117
|
+
:'sock_connect_timeout' => :'Float',
|
118
|
+
:'hidden_fields' => :'Array<AnsibleCollectionRemoteResponseHiddenFields>',
|
119
|
+
:'name' => :'String',
|
120
|
+
:'client_cert' => :'String',
|
121
|
+
:'total_timeout' => :'Float',
|
122
|
+
:'download_concurrency' => :'Integer',
|
127
123
|
:'pulp_last_updated' => :'DateTime',
|
124
|
+
:'tls_validation' => :'Boolean',
|
125
|
+
:'connect_timeout' => :'Float',
|
126
|
+
:'pulp_created' => :'DateTime',
|
127
|
+
:'max_retries' => :'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
|
-
:'max_retries',
|
137
|
-
:'download_concurrency',
|
138
|
-
:'connect_timeout',
|
139
|
-
:'client_cert',
|
140
|
-
:'ca_cert',
|
141
136
|
:'rate_limit',
|
142
|
-
:'total_timeout',
|
143
|
-
:'sock_connect_timeout',
|
144
137
|
:'proxy_url',
|
138
|
+
:'ca_cert',
|
145
139
|
:'sock_read_timeout',
|
140
|
+
:'sock_connect_timeout',
|
141
|
+
:'client_cert',
|
142
|
+
:'total_timeout',
|
143
|
+
:'download_concurrency',
|
144
|
+
:'connect_timeout',
|
145
|
+
:'max_retries',
|
146
146
|
])
|
147
147
|
end
|
148
148
|
|
@@ -161,40 +161,40 @@ module PulpAnsibleClient
|
|
161
161
|
h[k.to_sym] = v
|
162
162
|
}
|
163
163
|
|
164
|
-
if attributes.key?(:'
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
if attributes.key?(:'max_retries')
|
169
|
-
self.max_retries = attributes[:'max_retries']
|
164
|
+
if attributes.key?(:'pulp_labels')
|
165
|
+
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
166
|
+
self.pulp_labels = value
|
167
|
+
end
|
170
168
|
end
|
171
169
|
|
172
|
-
if attributes.key?(:'
|
173
|
-
self.
|
170
|
+
if attributes.key?(:'url')
|
171
|
+
self.url = attributes[:'url']
|
174
172
|
end
|
175
173
|
|
176
|
-
if attributes.key?(:'
|
177
|
-
self.
|
174
|
+
if attributes.key?(:'rate_limit')
|
175
|
+
self.rate_limit = attributes[:'rate_limit']
|
178
176
|
end
|
179
177
|
|
180
|
-
if attributes.key?(:'
|
181
|
-
self.
|
178
|
+
if attributes.key?(:'proxy_url')
|
179
|
+
self.proxy_url = attributes[:'proxy_url']
|
182
180
|
end
|
183
181
|
|
184
182
|
if attributes.key?(:'ca_cert')
|
185
183
|
self.ca_cert = attributes[:'ca_cert']
|
186
184
|
end
|
187
185
|
|
188
|
-
if attributes.key?(:'
|
189
|
-
self.
|
186
|
+
if attributes.key?(:'sock_read_timeout')
|
187
|
+
self.sock_read_timeout = attributes[:'sock_read_timeout']
|
190
188
|
end
|
191
189
|
|
192
|
-
if attributes.key?(:'
|
193
|
-
|
190
|
+
if attributes.key?(:'headers')
|
191
|
+
if (value = attributes[:'headers']).is_a?(Array)
|
192
|
+
self.headers = value
|
193
|
+
end
|
194
194
|
end
|
195
195
|
|
196
|
-
if attributes.key?(:'
|
197
|
-
self.
|
196
|
+
if attributes.key?(:'pulp_href')
|
197
|
+
self.pulp_href = attributes[:'pulp_href']
|
198
198
|
end
|
199
199
|
|
200
200
|
if attributes.key?(:'sock_connect_timeout')
|
@@ -207,40 +207,40 @@ module PulpAnsibleClient
|
|
207
207
|
end
|
208
208
|
end
|
209
209
|
|
210
|
-
if attributes.key?(:'pulp_created')
|
211
|
-
self.pulp_created = attributes[:'pulp_created']
|
212
|
-
end
|
213
|
-
|
214
210
|
if attributes.key?(:'name')
|
215
211
|
self.name = attributes[:'name']
|
216
212
|
end
|
217
213
|
|
218
|
-
if attributes.key?(:'
|
219
|
-
self.
|
214
|
+
if attributes.key?(:'client_cert')
|
215
|
+
self.client_cert = attributes[:'client_cert']
|
220
216
|
end
|
221
217
|
|
222
|
-
if attributes.key?(:'
|
223
|
-
self.
|
218
|
+
if attributes.key?(:'total_timeout')
|
219
|
+
self.total_timeout = attributes[:'total_timeout']
|
224
220
|
end
|
225
221
|
|
226
|
-
if attributes.key?(:'
|
227
|
-
self.
|
222
|
+
if attributes.key?(:'download_concurrency')
|
223
|
+
self.download_concurrency = attributes[:'download_concurrency']
|
228
224
|
end
|
229
225
|
|
230
|
-
if attributes.key?(:'
|
231
|
-
|
232
|
-
self.headers = value
|
233
|
-
end
|
226
|
+
if attributes.key?(:'pulp_last_updated')
|
227
|
+
self.pulp_last_updated = attributes[:'pulp_last_updated']
|
234
228
|
end
|
235
229
|
|
236
|
-
if attributes.key?(:'
|
237
|
-
|
238
|
-
self.pulp_labels = value
|
239
|
-
end
|
230
|
+
if attributes.key?(:'tls_validation')
|
231
|
+
self.tls_validation = attributes[:'tls_validation']
|
240
232
|
end
|
241
233
|
|
242
|
-
if attributes.key?(:'
|
243
|
-
self.
|
234
|
+
if attributes.key?(:'connect_timeout')
|
235
|
+
self.connect_timeout = attributes[:'connect_timeout']
|
236
|
+
end
|
237
|
+
|
238
|
+
if attributes.key?(:'pulp_created')
|
239
|
+
self.pulp_created = attributes[:'pulp_created']
|
240
|
+
end
|
241
|
+
|
242
|
+
if attributes.key?(:'max_retries')
|
243
|
+
self.max_retries = attributes[:'max_retries']
|
244
244
|
end
|
245
245
|
|
246
246
|
if attributes.key?(:'metadata_only')
|
@@ -256,16 +256,12 @@ 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 "
|
261
|
-
end
|
262
|
-
|
263
|
-
if !@connect_timeout.nil? && @connect_timeout < 0.0
|
264
|
-
invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.0.')
|
259
|
+
if @url.nil?
|
260
|
+
invalid_properties.push('invalid value for "url", url cannot be nil.')
|
265
261
|
end
|
266
262
|
|
267
|
-
if !@
|
268
|
-
invalid_properties.push('invalid value for "
|
263
|
+
if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
|
264
|
+
invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.0.')
|
269
265
|
end
|
270
266
|
|
271
267
|
if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
|
@@ -276,12 +272,16 @@ module PulpAnsibleClient
|
|
276
272
|
invalid_properties.push('invalid value for "name", name cannot be nil.')
|
277
273
|
end
|
278
274
|
|
279
|
-
if
|
280
|
-
invalid_properties.push('invalid value for "
|
275
|
+
if !@total_timeout.nil? && @total_timeout < 0.0
|
276
|
+
invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.0.')
|
281
277
|
end
|
282
278
|
|
283
|
-
if !@
|
284
|
-
invalid_properties.push('invalid value for "
|
279
|
+
if !@download_concurrency.nil? && @download_concurrency < 1
|
280
|
+
invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
|
281
|
+
end
|
282
|
+
|
283
|
+
if !@connect_timeout.nil? && @connect_timeout < 0.0
|
284
|
+
invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.0.')
|
285
285
|
end
|
286
286
|
|
287
287
|
invalid_properties
|
@@ -290,34 +290,34 @@ 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 !@download_concurrency.nil? && @download_concurrency < 1
|
294
|
-
return false if !@connect_timeout.nil? && @connect_timeout < 0.0
|
295
|
-
return false if !@total_timeout.nil? && @total_timeout < 0.0
|
296
|
-
return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
|
297
|
-
return false if @name.nil?
|
298
293
|
return false if @url.nil?
|
299
294
|
return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
|
295
|
+
return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
|
296
|
+
return false if @name.nil?
|
297
|
+
return false if !@total_timeout.nil? && @total_timeout < 0.0
|
298
|
+
return false if !@download_concurrency.nil? && @download_concurrency < 1
|
299
|
+
return false if !@connect_timeout.nil? && @connect_timeout < 0.0
|
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] sock_read_timeout Value to be assigned
|
305
|
+
def sock_read_timeout=(sock_read_timeout)
|
306
|
+
if !sock_read_timeout.nil? && sock_read_timeout < 0.0
|
307
|
+
fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.0.'
|
308
308
|
end
|
309
309
|
|
310
|
-
@
|
310
|
+
@sock_read_timeout = sock_read_timeout
|
311
311
|
end
|
312
312
|
|
313
313
|
# Custom attribute writer method with validation
|
314
|
-
# @param [Object]
|
315
|
-
def
|
316
|
-
if !
|
317
|
-
fail ArgumentError, 'invalid value for "
|
314
|
+
# @param [Object] sock_connect_timeout Value to be assigned
|
315
|
+
def sock_connect_timeout=(sock_connect_timeout)
|
316
|
+
if !sock_connect_timeout.nil? && sock_connect_timeout < 0.0
|
317
|
+
fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.'
|
318
318
|
end
|
319
319
|
|
320
|
-
@
|
320
|
+
@sock_connect_timeout = sock_connect_timeout
|
321
321
|
end
|
322
322
|
|
323
323
|
# 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] download_concurrency Value to be assigned
|
335
|
+
def download_concurrency=(download_concurrency)
|
336
|
+
if !download_concurrency.nil? && download_concurrency < 1
|
337
|
+
fail ArgumentError, 'invalid value for "download_concurrency", must be greater than or equal to 1.'
|
338
338
|
end
|
339
339
|
|
340
|
-
@
|
340
|
+
@download_concurrency = download_concurrency
|
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] connect_timeout Value to be assigned
|
345
|
+
def connect_timeout=(connect_timeout)
|
346
|
+
if !connect_timeout.nil? && connect_timeout < 0.0
|
347
|
+
fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.0.'
|
348
348
|
end
|
349
349
|
|
350
|
-
@
|
350
|
+
@connect_timeout = connect_timeout
|
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
|
-
max_retries == o.max_retries &&
|
360
|
-
download_concurrency == o.download_concurrency &&
|
361
|
-
connect_timeout == o.connect_timeout &&
|
362
|
-
client_cert == o.client_cert &&
|
363
|
-
ca_cert == o.ca_cert &&
|
364
|
-
tls_validation == o.tls_validation &&
|
365
|
-
rate_limit == o.rate_limit &&
|
366
|
-
total_timeout == o.total_timeout &&
|
367
|
-
sock_connect_timeout == o.sock_connect_timeout &&
|
368
|
-
hidden_fields == o.hidden_fields &&
|
369
|
-
pulp_created == o.pulp_created &&
|
370
|
-
name == o.name &&
|
358
|
+
pulp_labels == o.pulp_labels &&
|
371
359
|
url == o.url &&
|
360
|
+
rate_limit == o.rate_limit &&
|
372
361
|
proxy_url == o.proxy_url &&
|
362
|
+
ca_cert == o.ca_cert &&
|
373
363
|
sock_read_timeout == o.sock_read_timeout &&
|
374
364
|
headers == o.headers &&
|
375
|
-
|
365
|
+
pulp_href == o.pulp_href &&
|
366
|
+
sock_connect_timeout == o.sock_connect_timeout &&
|
367
|
+
hidden_fields == o.hidden_fields &&
|
368
|
+
name == o.name &&
|
369
|
+
client_cert == o.client_cert &&
|
370
|
+
total_timeout == o.total_timeout &&
|
371
|
+
download_concurrency == o.download_concurrency &&
|
376
372
|
pulp_last_updated == o.pulp_last_updated &&
|
373
|
+
tls_validation == o.tls_validation &&
|
374
|
+
connect_timeout == o.connect_timeout &&
|
375
|
+
pulp_created == o.pulp_created &&
|
376
|
+
max_retries == o.max_retries &&
|
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, url, rate_limit, proxy_url, ca_cert, sock_read_timeout, headers, pulp_href, sock_connect_timeout, hidden_fields, name, client_cert, total_timeout, download_concurrency, pulp_last_updated, tls_validation, connect_timeout, pulp_created, max_retries, metadata_only, git_ref].hash
|
391
391
|
end
|
392
392
|
|
393
393
|
# Builds the object from hash
|
@@ -15,11 +15,11 @@ require 'date'
|
|
15
15
|
module PulpAnsibleClient
|
16
16
|
# A serializer for Role versions.
|
17
17
|
class AnsibleRoleResponse
|
18
|
-
attr_accessor :pulp_href
|
19
|
-
|
20
18
|
# Timestamp of creation.
|
21
19
|
attr_accessor :pulp_created
|
22
20
|
|
21
|
+
attr_accessor :pulp_href
|
22
|
+
|
23
23
|
# Artifact file representing the physical content
|
24
24
|
attr_accessor :artifact
|
25
25
|
|
@@ -32,8 +32,8 @@ module PulpAnsibleClient
|
|
32
32
|
# Attribute mapping from ruby-style variable name to JSON key.
|
33
33
|
def self.attribute_map
|
34
34
|
{
|
35
|
-
:'pulp_href' => :'pulp_href',
|
36
35
|
:'pulp_created' => :'pulp_created',
|
36
|
+
:'pulp_href' => :'pulp_href',
|
37
37
|
:'artifact' => :'artifact',
|
38
38
|
:'version' => :'version',
|
39
39
|
:'name' => :'name',
|
@@ -44,8 +44,8 @@ module PulpAnsibleClient
|
|
44
44
|
# Attribute type mapping.
|
45
45
|
def self.openapi_types
|
46
46
|
{
|
47
|
-
:'pulp_href' => :'String',
|
48
47
|
:'pulp_created' => :'DateTime',
|
48
|
+
:'pulp_href' => :'String',
|
49
49
|
:'artifact' => :'String',
|
50
50
|
:'version' => :'String',
|
51
51
|
:'name' => :'String',
|
@@ -74,14 +74,14 @@ module PulpAnsibleClient
|
|
74
74
|
h[k.to_sym] = v
|
75
75
|
}
|
76
76
|
|
77
|
-
if attributes.key?(:'pulp_href')
|
78
|
-
self.pulp_href = attributes[:'pulp_href']
|
79
|
-
end
|
80
|
-
|
81
77
|
if attributes.key?(:'pulp_created')
|
82
78
|
self.pulp_created = attributes[:'pulp_created']
|
83
79
|
end
|
84
80
|
|
81
|
+
if attributes.key?(:'pulp_href')
|
82
|
+
self.pulp_href = attributes[:'pulp_href']
|
83
|
+
end
|
84
|
+
|
85
85
|
if attributes.key?(:'artifact')
|
86
86
|
self.artifact = attributes[:'artifact']
|
87
87
|
end
|
@@ -137,8 +137,8 @@ module PulpAnsibleClient
|
|
137
137
|
def ==(o)
|
138
138
|
return true if self.equal?(o)
|
139
139
|
self.class == o.class &&
|
140
|
-
pulp_href == o.pulp_href &&
|
141
140
|
pulp_created == o.pulp_created &&
|
141
|
+
pulp_href == o.pulp_href &&
|
142
142
|
artifact == o.artifact &&
|
143
143
|
version == o.version &&
|
144
144
|
name == o.name &&
|
@@ -154,7 +154,7 @@ module PulpAnsibleClient
|
|
154
154
|
# Calculates hash code according to all attributes.
|
155
155
|
# @return [Integer] Hash code
|
156
156
|
def hash
|
157
|
-
[
|
157
|
+
[pulp_created, pulp_href, artifact, version, name, namespace].hash
|
158
158
|
end
|
159
159
|
|
160
160
|
# Builds the object from hash
|