pulp_ansible_client 0.21.7 → 0.22.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (75) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +8 -15
  3. data/docs/{AnsibleCollection.md → AnsibleAnsibleCollectionDeprecated.md} +4 -2
  4. data/docs/AnsibleAnsibleCollectionDeprecatedResponse.md +25 -0
  5. data/docs/AnsibleCollectionVersion.md +2 -2
  6. data/docs/AnsibleCollectionVersionResponse.md +10 -10
  7. data/docs/AnsibleCollectionsApi.md +60 -0
  8. data/docs/AnsibleGitRemote.md +25 -25
  9. data/docs/AnsibleGitRemoteResponse.md +22 -22
  10. data/docs/AnsibleRoleResponse.md +5 -5
  11. data/docs/CollectionImportDetailResponse.md +2 -2
  12. data/docs/CollectionMetadataResponse.md +2 -2
  13. data/docs/CollectionSummaryResponse.md +2 -2
  14. data/docs/CollectionVersionDocsResponse.md +1 -1
  15. data/docs/CollectionVersionResponse.md +2 -2
  16. data/docs/ContentCollectionDeprecationsApi.md +10 -10
  17. data/docs/ContentCollectionVersionsApi.md +2 -2
  18. data/docs/Copy.md +1 -1
  19. data/docs/{PaginatedGalaxyCollectionVersionResponseList.md → PaginatedansibleAnsibleCollectionDeprecatedResponseList.md} +5 -5
  20. data/docs/PatchedansibleGitRemote.md +25 -25
  21. data/docs/VersionsApi.md +0 -55
  22. data/lib/pulp_ansible_client/api/ansible_collections_api.rb +68 -0
  23. data/lib/pulp_ansible_client/api/content_collection_deprecations_api.rb +20 -20
  24. data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +3 -3
  25. data/lib/pulp_ansible_client/api/versions_api.rb +0 -69
  26. data/lib/pulp_ansible_client/models/{ansible_collection.rb → ansible_ansible_collection_deprecated.rb} +15 -5
  27. data/lib/pulp_ansible_client/models/{galaxy_collection_version_response.rb → ansible_ansible_collection_deprecated_response.rb} +45 -54
  28. data/lib/pulp_ansible_client/models/ansible_collection_version.rb +11 -11
  29. data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +22 -22
  30. data/lib/pulp_ansible_client/models/ansible_git_remote.rb +203 -203
  31. data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +139 -139
  32. data/lib/pulp_ansible_client/models/ansible_role_response.rb +17 -17
  33. data/lib/pulp_ansible_client/models/collection_import_detail_response.rb +2 -2
  34. data/lib/pulp_ansible_client/models/collection_metadata_response.rb +2 -2
  35. data/lib/pulp_ansible_client/models/collection_summary_response.rb +2 -2
  36. data/lib/pulp_ansible_client/models/collection_version_docs_response.rb +1 -1
  37. data/lib/pulp_ansible_client/models/collection_version_response.rb +2 -2
  38. data/lib/pulp_ansible_client/models/copy.rb +1 -1
  39. data/lib/pulp_ansible_client/models/{paginated_galaxy_collection_response_list.rb → paginatedansible_ansible_collection_deprecated_response_list.rb} +4 -4
  40. data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +203 -203
  41. data/lib/pulp_ansible_client/version.rb +1 -1
  42. data/lib/pulp_ansible_client.rb +3 -9
  43. data/spec/api/ansible_collections_api_spec.rb +14 -0
  44. data/spec/api/content_collection_deprecations_api_spec.rb +5 -5
  45. data/spec/api/content_collection_versions_api_spec.rb +1 -1
  46. data/spec/api/versions_api_spec.rb +0 -14
  47. data/spec/models/{galaxy_collection_version_response_spec.rb → ansible_ansible_collection_deprecated_response_spec.rb} +11 -17
  48. data/spec/models/{ansible_collection_spec.rb → ansible_ansible_collection_deprecated_spec.rb} +12 -6
  49. data/spec/models/ansible_collection_version_response_spec.rb +3 -3
  50. data/spec/models/ansible_collection_version_spec.rb +3 -3
  51. data/spec/models/ansible_git_remote_response_spec.rb +18 -18
  52. data/spec/models/ansible_git_remote_spec.rb +19 -19
  53. data/spec/models/ansible_role_response_spec.rb +3 -3
  54. data/spec/models/{paginated_galaxy_collection_version_response_list_spec.rb → paginatedansible_ansible_collection_deprecated_response_list_spec.rb} +6 -6
  55. data/spec/models/patchedansible_git_remote_spec.rb +19 -19
  56. metadata +13 -37
  57. data/docs/ApiCollectionsApi.md +0 -112
  58. data/docs/GalaxyCollection.md +0 -23
  59. data/docs/GalaxyCollectionResponse.md +0 -31
  60. data/docs/GalaxyCollectionVersionResponse.md +0 -27
  61. data/docs/GalaxyDetailApi.md +0 -61
  62. data/docs/PaginatedGalaxyCollectionResponseList.md +0 -23
  63. data/docs/PulpAnsibleApiV2CollectionsVersionsApi.md +0 -66
  64. data/lib/pulp_ansible_client/api/api_collections_api.rb +0 -159
  65. data/lib/pulp_ansible_client/api/galaxy_detail_api.rb +0 -88
  66. data/lib/pulp_ansible_client/api/pulp_ansible_api_v2_collections_versions_api.rb +0 -104
  67. data/lib/pulp_ansible_client/models/galaxy_collection.rb +0 -292
  68. data/lib/pulp_ansible_client/models/galaxy_collection_response.rb +0 -294
  69. data/lib/pulp_ansible_client/models/paginated_galaxy_collection_version_response_list.rb +0 -247
  70. data/spec/api/api_collections_api_spec.rb +0 -61
  71. data/spec/api/galaxy_detail_api_spec.rb +0 -48
  72. data/spec/api/pulp_ansible_api_v2_collections_versions_api_spec.rb +0 -51
  73. data/spec/models/galaxy_collection_response_spec.rb +0 -83
  74. data/spec/models/galaxy_collection_spec.rb +0 -59
  75. data/spec/models/paginated_galaxy_collection_response_list_spec.rb +0 -59
@@ -15,65 +15,65 @@ require 'date'
15
15
  module PulpAnsibleClient
16
16
  # A serializer for Git Collection Remotes.
17
17
  class AnsibleGitRemote
18
+ # Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used.
19
+ attr_accessor :max_retries
20
+
21
+ # aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.
22
+ attr_accessor :connect_timeout
23
+
24
+ # 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.
25
+ attr_accessor :sock_connect_timeout
26
+
18
27
  # The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed.
19
28
  attr_accessor :password
20
29
 
30
+ # If True, TLS peer validation must be performed.
31
+ attr_accessor :tls_validation
32
+
21
33
  # The proxy URL. Format: scheme://host:port
22
34
  attr_accessor :proxy_url
23
35
 
24
- # A PEM encoded private key used for authentication.
25
- attr_accessor :client_key
26
-
27
- # A unique name for this remote.
28
- attr_accessor :name
36
+ # 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.
37
+ attr_accessor :sock_read_timeout
29
38
 
30
39
  # The username to authenticte to the proxy.
31
40
  attr_accessor :proxy_username
32
41
 
42
+ # A unique name for this remote.
43
+ attr_accessor :name
44
+
33
45
  # The URL of an external content source.
34
46
  attr_accessor :url
35
47
 
36
- attr_accessor :pulp_labels
37
-
38
- # 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.
39
- attr_accessor :sock_connect_timeout
40
-
41
- # If True, TLS peer validation must be performed.
42
- attr_accessor :tls_validation
43
-
44
- # Total number of simultaneous connections. If not set then the default value will be used.
45
- attr_accessor :download_concurrency
46
-
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
48
+ # Limits requests per second for each concurrent downloader
49
+ attr_accessor :rate_limit
49
50
 
50
51
  # A PEM encoded client certificate used for authentication.
51
52
  attr_accessor :client_cert
52
53
 
53
- # Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used.
54
- attr_accessor :max_retries
55
-
56
- # aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.
57
- attr_accessor :connect_timeout
54
+ # The username to be used for authentication when syncing.
55
+ attr_accessor :username
58
56
 
59
57
  # A PEM encoded CA certificate used to validate the server certificate presented by the remote server.
60
58
  attr_accessor :ca_cert
61
59
 
62
- # Limits requests per second for each concurrent downloader
63
- attr_accessor :rate_limit
60
+ # aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.
61
+ attr_accessor :total_timeout
64
62
 
65
- # The username to be used for authentication when syncing.
66
- attr_accessor :username
63
+ # Total number of simultaneous connections. If not set then the default value will be used.
64
+ attr_accessor :download_concurrency
67
65
 
68
66
  # The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed.
69
67
  attr_accessor :proxy_password
70
68
 
71
- # aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.
72
- attr_accessor :total_timeout
69
+ attr_accessor :pulp_labels
73
70
 
74
71
  # Headers for aiohttp.Clientsession
75
72
  attr_accessor :headers
76
73
 
74
+ # A PEM encoded private key used for authentication.
75
+ attr_accessor :client_key
76
+
77
77
  # If True, only metadata about the content will be stored in Pulp. Clients will retrieve content from the remote URL.
78
78
  attr_accessor :metadata_only
79
79
 
@@ -83,26 +83,26 @@ module PulpAnsibleClient
83
83
  # Attribute mapping from ruby-style variable name to JSON key.
84
84
  def self.attribute_map
85
85
  {
86
+ :'max_retries' => :'max_retries',
87
+ :'connect_timeout' => :'connect_timeout',
88
+ :'sock_connect_timeout' => :'sock_connect_timeout',
86
89
  :'password' => :'password',
90
+ :'tls_validation' => :'tls_validation',
87
91
  :'proxy_url' => :'proxy_url',
88
- :'client_key' => :'client_key',
89
- :'name' => :'name',
92
+ :'sock_read_timeout' => :'sock_read_timeout',
90
93
  :'proxy_username' => :'proxy_username',
94
+ :'name' => :'name',
91
95
  :'url' => :'url',
92
- :'pulp_labels' => :'pulp_labels',
93
- :'sock_connect_timeout' => :'sock_connect_timeout',
94
- :'tls_validation' => :'tls_validation',
95
- :'download_concurrency' => :'download_concurrency',
96
- :'sock_read_timeout' => :'sock_read_timeout',
97
- :'client_cert' => :'client_cert',
98
- :'max_retries' => :'max_retries',
99
- :'connect_timeout' => :'connect_timeout',
100
- :'ca_cert' => :'ca_cert',
101
96
  :'rate_limit' => :'rate_limit',
97
+ :'client_cert' => :'client_cert',
102
98
  :'username' => :'username',
103
- :'proxy_password' => :'proxy_password',
99
+ :'ca_cert' => :'ca_cert',
104
100
  :'total_timeout' => :'total_timeout',
101
+ :'download_concurrency' => :'download_concurrency',
102
+ :'proxy_password' => :'proxy_password',
103
+ :'pulp_labels' => :'pulp_labels',
105
104
  :'headers' => :'headers',
105
+ :'client_key' => :'client_key',
106
106
  :'metadata_only' => :'metadata_only',
107
107
  :'git_ref' => :'git_ref'
108
108
  }
@@ -111,26 +111,26 @@ module PulpAnsibleClient
111
111
  # Attribute type mapping.
112
112
  def self.openapi_types
113
113
  {
114
+ :'max_retries' => :'Integer',
115
+ :'connect_timeout' => :'Float',
116
+ :'sock_connect_timeout' => :'Float',
114
117
  :'password' => :'String',
118
+ :'tls_validation' => :'Boolean',
115
119
  :'proxy_url' => :'String',
116
- :'client_key' => :'String',
117
- :'name' => :'String',
120
+ :'sock_read_timeout' => :'Float',
118
121
  :'proxy_username' => :'String',
122
+ :'name' => :'String',
119
123
  :'url' => :'String',
120
- :'pulp_labels' => :'Hash<String, String>',
121
- :'sock_connect_timeout' => :'Float',
122
- :'tls_validation' => :'Boolean',
123
- :'download_concurrency' => :'Integer',
124
- :'sock_read_timeout' => :'Float',
125
- :'client_cert' => :'String',
126
- :'max_retries' => :'Integer',
127
- :'connect_timeout' => :'Float',
128
- :'ca_cert' => :'String',
129
124
  :'rate_limit' => :'Integer',
125
+ :'client_cert' => :'String',
130
126
  :'username' => :'String',
131
- :'proxy_password' => :'String',
127
+ :'ca_cert' => :'String',
132
128
  :'total_timeout' => :'Float',
129
+ :'download_concurrency' => :'Integer',
130
+ :'proxy_password' => :'String',
131
+ :'pulp_labels' => :'Hash<String, String>',
133
132
  :'headers' => :'Array<Object>',
133
+ :'client_key' => :'String',
134
134
  :'metadata_only' => :'Boolean',
135
135
  :'git_ref' => :'String'
136
136
  }
@@ -139,21 +139,21 @@ module PulpAnsibleClient
139
139
  # List of attributes with nullable: true
140
140
  def self.openapi_nullable
141
141
  Set.new([
142
+ :'max_retries',
143
+ :'connect_timeout',
144
+ :'sock_connect_timeout',
142
145
  :'password',
143
146
  :'proxy_url',
144
- :'client_key',
145
- :'proxy_username',
146
- :'sock_connect_timeout',
147
- :'download_concurrency',
148
147
  :'sock_read_timeout',
149
- :'client_cert',
150
- :'max_retries',
151
- :'connect_timeout',
152
- :'ca_cert',
148
+ :'proxy_username',
153
149
  :'rate_limit',
150
+ :'client_cert',
154
151
  :'username',
155
- :'proxy_password',
152
+ :'ca_cert',
156
153
  :'total_timeout',
154
+ :'download_concurrency',
155
+ :'proxy_password',
156
+ :'client_key',
157
157
  ])
158
158
  end
159
159
 
@@ -172,82 +172,78 @@ module PulpAnsibleClient
172
172
  h[k.to_sym] = v
173
173
  }
174
174
 
175
- if attributes.key?(:'password')
176
- self.password = attributes[:'password']
175
+ if attributes.key?(:'max_retries')
176
+ self.max_retries = attributes[:'max_retries']
177
177
  end
178
178
 
179
- if attributes.key?(:'proxy_url')
180
- self.proxy_url = attributes[:'proxy_url']
179
+ if attributes.key?(:'connect_timeout')
180
+ self.connect_timeout = attributes[:'connect_timeout']
181
181
  end
182
182
 
183
- if attributes.key?(:'client_key')
184
- self.client_key = attributes[:'client_key']
183
+ if attributes.key?(:'sock_connect_timeout')
184
+ self.sock_connect_timeout = attributes[:'sock_connect_timeout']
185
185
  end
186
186
 
187
- if attributes.key?(:'name')
188
- self.name = attributes[:'name']
187
+ if attributes.key?(:'password')
188
+ self.password = attributes[:'password']
189
189
  end
190
190
 
191
- if attributes.key?(:'proxy_username')
192
- self.proxy_username = attributes[:'proxy_username']
191
+ if attributes.key?(:'tls_validation')
192
+ self.tls_validation = attributes[:'tls_validation']
193
193
  end
194
194
 
195
- if attributes.key?(:'url')
196
- self.url = attributes[:'url']
195
+ if attributes.key?(:'proxy_url')
196
+ self.proxy_url = attributes[:'proxy_url']
197
197
  end
198
198
 
199
- if attributes.key?(:'pulp_labels')
200
- if (value = attributes[:'pulp_labels']).is_a?(Hash)
201
- self.pulp_labels = value
202
- end
199
+ if attributes.key?(:'sock_read_timeout')
200
+ self.sock_read_timeout = attributes[:'sock_read_timeout']
203
201
  end
204
202
 
205
- if attributes.key?(:'sock_connect_timeout')
206
- self.sock_connect_timeout = attributes[:'sock_connect_timeout']
203
+ if attributes.key?(:'proxy_username')
204
+ self.proxy_username = attributes[:'proxy_username']
207
205
  end
208
206
 
209
- if attributes.key?(:'tls_validation')
210
- self.tls_validation = attributes[:'tls_validation']
207
+ if attributes.key?(:'name')
208
+ self.name = attributes[:'name']
211
209
  end
212
210
 
213
- if attributes.key?(:'download_concurrency')
214
- self.download_concurrency = attributes[:'download_concurrency']
211
+ if attributes.key?(:'url')
212
+ self.url = attributes[:'url']
215
213
  end
216
214
 
217
- if attributes.key?(:'sock_read_timeout')
218
- self.sock_read_timeout = attributes[:'sock_read_timeout']
215
+ if attributes.key?(:'rate_limit')
216
+ self.rate_limit = attributes[:'rate_limit']
219
217
  end
220
218
 
221
219
  if attributes.key?(:'client_cert')
222
220
  self.client_cert = attributes[:'client_cert']
223
221
  end
224
222
 
225
- if attributes.key?(:'max_retries')
226
- self.max_retries = attributes[:'max_retries']
227
- end
228
-
229
- if attributes.key?(:'connect_timeout')
230
- self.connect_timeout = attributes[:'connect_timeout']
223
+ if attributes.key?(:'username')
224
+ self.username = attributes[:'username']
231
225
  end
232
226
 
233
227
  if attributes.key?(:'ca_cert')
234
228
  self.ca_cert = attributes[:'ca_cert']
235
229
  end
236
230
 
237
- if attributes.key?(:'rate_limit')
238
- self.rate_limit = attributes[:'rate_limit']
231
+ if attributes.key?(:'total_timeout')
232
+ self.total_timeout = attributes[:'total_timeout']
239
233
  end
240
234
 
241
- if attributes.key?(:'username')
242
- self.username = attributes[:'username']
235
+ if attributes.key?(:'download_concurrency')
236
+ self.download_concurrency = attributes[:'download_concurrency']
243
237
  end
244
238
 
245
239
  if attributes.key?(:'proxy_password')
246
240
  self.proxy_password = attributes[:'proxy_password']
247
241
  end
248
242
 
249
- if attributes.key?(:'total_timeout')
250
- self.total_timeout = attributes[:'total_timeout']
243
+ if attributes.key?(:'pulp_labels')
244
+ if (value = attributes[:'pulp_labels']).is_a?(Hash)
245
+ self.pulp_labels = value
246
+ end
251
247
  end
252
248
 
253
249
  if attributes.key?(:'headers')
@@ -256,6 +252,10 @@ module PulpAnsibleClient
256
252
  end
257
253
  end
258
254
 
255
+ if attributes.key?(:'client_key')
256
+ self.client_key = attributes[:'client_key']
257
+ end
258
+
259
259
  if attributes.key?(:'metadata_only')
260
260
  self.metadata_only = attributes[:'metadata_only']
261
261
  end
@@ -269,6 +269,14 @@ module PulpAnsibleClient
269
269
  # @return Array for valid properties with the reasons
270
270
  def list_invalid_properties
271
271
  invalid_properties = Array.new
272
+ if !@connect_timeout.nil? && @connect_timeout < 0
273
+ invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.')
274
+ end
275
+
276
+ if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
277
+ invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.')
278
+ end
279
+
272
280
  if !@password.nil? && @password.to_s.length < 1
273
281
  invalid_properties.push('invalid value for "password", the character length must be great than or equal to 1.')
274
282
  end
@@ -277,8 +285,12 @@ module PulpAnsibleClient
277
285
  invalid_properties.push('invalid value for "proxy_url", the character length must be great than or equal to 1.')
278
286
  end
279
287
 
280
- if !@client_key.nil? && @client_key.to_s.length < 1
281
- invalid_properties.push('invalid value for "client_key", the character length must be great than or equal to 1.')
288
+ if !@sock_read_timeout.nil? && @sock_read_timeout < 0
289
+ invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.')
290
+ end
291
+
292
+ if !@proxy_username.nil? && @proxy_username.to_s.length < 1
293
+ invalid_properties.push('invalid value for "proxy_username", the character length must be great than or equal to 1.')
282
294
  end
283
295
 
284
296
  if @name.nil?
@@ -289,10 +301,6 @@ module PulpAnsibleClient
289
301
  invalid_properties.push('invalid value for "name", the character length must be great than or equal to 1.')
290
302
  end
291
303
 
292
- if !@proxy_username.nil? && @proxy_username.to_s.length < 1
293
- invalid_properties.push('invalid value for "proxy_username", the character length must be great than or equal to 1.')
294
- end
295
-
296
304
  if @url.nil?
297
305
  invalid_properties.push('invalid value for "url", url cannot be nil.')
298
306
  end
@@ -301,40 +309,32 @@ module PulpAnsibleClient
301
309
  invalid_properties.push('invalid value for "url", the character length must be great than or equal to 1.')
302
310
  end
303
311
 
304
- if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
305
- invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.')
306
- end
307
-
308
- if !@download_concurrency.nil? && @download_concurrency < 1
309
- invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
310
- end
311
-
312
- if !@sock_read_timeout.nil? && @sock_read_timeout < 0
313
- invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.')
314
- end
315
-
316
312
  if !@client_cert.nil? && @client_cert.to_s.length < 1
317
313
  invalid_properties.push('invalid value for "client_cert", the character length must be great than or equal to 1.')
318
314
  end
319
315
 
320
- if !@connect_timeout.nil? && @connect_timeout < 0
321
- invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.')
316
+ if !@username.nil? && @username.to_s.length < 1
317
+ invalid_properties.push('invalid value for "username", the character length must be great than or equal to 1.')
322
318
  end
323
319
 
324
320
  if !@ca_cert.nil? && @ca_cert.to_s.length < 1
325
321
  invalid_properties.push('invalid value for "ca_cert", the character length must be great than or equal to 1.')
326
322
  end
327
323
 
328
- if !@username.nil? && @username.to_s.length < 1
329
- invalid_properties.push('invalid value for "username", the character length must be great than or equal to 1.')
324
+ if !@total_timeout.nil? && @total_timeout < 0
325
+ invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.')
326
+ end
327
+
328
+ if !@download_concurrency.nil? && @download_concurrency < 1
329
+ invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
330
330
  end
331
331
 
332
332
  if !@proxy_password.nil? && @proxy_password.to_s.length < 1
333
333
  invalid_properties.push('invalid value for "proxy_password", the character length must be great than or equal to 1.')
334
334
  end
335
335
 
336
- if !@total_timeout.nil? && @total_timeout < 0
337
- invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.')
336
+ if !@client_key.nil? && @client_key.to_s.length < 1
337
+ invalid_properties.push('invalid value for "client_key", the character length must be great than or equal to 1.')
338
338
  end
339
339
 
340
340
  if !@git_ref.nil? && @git_ref.to_s.length < 1
@@ -347,27 +347,47 @@ module PulpAnsibleClient
347
347
  # Check to see if the all the properties in the model are valid
348
348
  # @return true if the model is valid
349
349
  def valid?
350
+ return false if !@connect_timeout.nil? && @connect_timeout < 0
351
+ return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
350
352
  return false if !@password.nil? && @password.to_s.length < 1
351
353
  return false if !@proxy_url.nil? && @proxy_url.to_s.length < 1
352
- return false if !@client_key.nil? && @client_key.to_s.length < 1
354
+ return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0
355
+ return false if !@proxy_username.nil? && @proxy_username.to_s.length < 1
353
356
  return false if @name.nil?
354
357
  return false if @name.to_s.length < 1
355
- return false if !@proxy_username.nil? && @proxy_username.to_s.length < 1
356
358
  return false if @url.nil?
357
359
  return false if @url.to_s.length < 1
358
- return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
359
- return false if !@download_concurrency.nil? && @download_concurrency < 1
360
- return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0
361
360
  return false if !@client_cert.nil? && @client_cert.to_s.length < 1
362
- return false if !@connect_timeout.nil? && @connect_timeout < 0
363
- return false if !@ca_cert.nil? && @ca_cert.to_s.length < 1
364
361
  return false if !@username.nil? && @username.to_s.length < 1
365
- return false if !@proxy_password.nil? && @proxy_password.to_s.length < 1
362
+ return false if !@ca_cert.nil? && @ca_cert.to_s.length < 1
366
363
  return false if !@total_timeout.nil? && @total_timeout < 0
364
+ return false if !@download_concurrency.nil? && @download_concurrency < 1
365
+ return false if !@proxy_password.nil? && @proxy_password.to_s.length < 1
366
+ return false if !@client_key.nil? && @client_key.to_s.length < 1
367
367
  return false if !@git_ref.nil? && @git_ref.to_s.length < 1
368
368
  true
369
369
  end
370
370
 
371
+ # Custom attribute writer method with validation
372
+ # @param [Object] connect_timeout Value to be assigned
373
+ def connect_timeout=(connect_timeout)
374
+ if !connect_timeout.nil? && connect_timeout < 0
375
+ fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.'
376
+ end
377
+
378
+ @connect_timeout = connect_timeout
379
+ end
380
+
381
+ # Custom attribute writer method with validation
382
+ # @param [Object] sock_connect_timeout Value to be assigned
383
+ def sock_connect_timeout=(sock_connect_timeout)
384
+ if !sock_connect_timeout.nil? && sock_connect_timeout < 0
385
+ fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.'
386
+ end
387
+
388
+ @sock_connect_timeout = sock_connect_timeout
389
+ end
390
+
371
391
  # Custom attribute writer method with validation
372
392
  # @param [Object] password Value to be assigned
373
393
  def password=(password)
@@ -389,13 +409,23 @@ module PulpAnsibleClient
389
409
  end
390
410
 
391
411
  # Custom attribute writer method with validation
392
- # @param [Object] client_key Value to be assigned
393
- def client_key=(client_key)
394
- if !client_key.nil? && client_key.to_s.length < 1
395
- fail ArgumentError, 'invalid value for "client_key", the character length must be great than or equal to 1.'
412
+ # @param [Object] sock_read_timeout Value to be assigned
413
+ def sock_read_timeout=(sock_read_timeout)
414
+ if !sock_read_timeout.nil? && sock_read_timeout < 0
415
+ fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.'
396
416
  end
397
417
 
398
- @client_key = client_key
418
+ @sock_read_timeout = sock_read_timeout
419
+ end
420
+
421
+ # Custom attribute writer method with validation
422
+ # @param [Object] proxy_username Value to be assigned
423
+ def proxy_username=(proxy_username)
424
+ if !proxy_username.nil? && proxy_username.to_s.length < 1
425
+ fail ArgumentError, 'invalid value for "proxy_username", the character length must be great than or equal to 1.'
426
+ end
427
+
428
+ @proxy_username = proxy_username
399
429
  end
400
430
 
401
431
  # Custom attribute writer method with validation
@@ -412,16 +442,6 @@ module PulpAnsibleClient
412
442
  @name = name
413
443
  end
414
444
 
415
- # Custom attribute writer method with validation
416
- # @param [Object] proxy_username Value to be assigned
417
- def proxy_username=(proxy_username)
418
- if !proxy_username.nil? && proxy_username.to_s.length < 1
419
- fail ArgumentError, 'invalid value for "proxy_username", the character length must be great than or equal to 1.'
420
- end
421
-
422
- @proxy_username = proxy_username
423
- end
424
-
425
445
  # Custom attribute writer method with validation
426
446
  # @param [Object] url Value to be assigned
427
447
  def url=(url)
@@ -436,36 +456,6 @@ module PulpAnsibleClient
436
456
  @url = url
437
457
  end
438
458
 
439
- # Custom attribute writer method with validation
440
- # @param [Object] sock_connect_timeout Value to be assigned
441
- def sock_connect_timeout=(sock_connect_timeout)
442
- if !sock_connect_timeout.nil? && sock_connect_timeout < 0
443
- fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.'
444
- end
445
-
446
- @sock_connect_timeout = sock_connect_timeout
447
- end
448
-
449
- # Custom attribute writer method with validation
450
- # @param [Object] download_concurrency Value to be assigned
451
- def download_concurrency=(download_concurrency)
452
- if !download_concurrency.nil? && download_concurrency < 1
453
- fail ArgumentError, 'invalid value for "download_concurrency", must be greater than or equal to 1.'
454
- end
455
-
456
- @download_concurrency = download_concurrency
457
- end
458
-
459
- # Custom attribute writer method with validation
460
- # @param [Object] sock_read_timeout Value to be assigned
461
- def sock_read_timeout=(sock_read_timeout)
462
- if !sock_read_timeout.nil? && sock_read_timeout < 0
463
- fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.'
464
- end
465
-
466
- @sock_read_timeout = sock_read_timeout
467
- end
468
-
469
459
  # Custom attribute writer method with validation
470
460
  # @param [Object] client_cert Value to be assigned
471
461
  def client_cert=(client_cert)
@@ -477,13 +467,13 @@ module PulpAnsibleClient
477
467
  end
478
468
 
479
469
  # Custom attribute writer method with validation
480
- # @param [Object] connect_timeout Value to be assigned
481
- def connect_timeout=(connect_timeout)
482
- if !connect_timeout.nil? && connect_timeout < 0
483
- fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.'
470
+ # @param [Object] username Value to be assigned
471
+ def username=(username)
472
+ if !username.nil? && username.to_s.length < 1
473
+ fail ArgumentError, 'invalid value for "username", the character length must be great than or equal to 1.'
484
474
  end
485
475
 
486
- @connect_timeout = connect_timeout
476
+ @username = username
487
477
  end
488
478
 
489
479
  # Custom attribute writer method with validation
@@ -497,13 +487,23 @@ module PulpAnsibleClient
497
487
  end
498
488
 
499
489
  # Custom attribute writer method with validation
500
- # @param [Object] username Value to be assigned
501
- def username=(username)
502
- if !username.nil? && username.to_s.length < 1
503
- fail ArgumentError, 'invalid value for "username", the character length must be great than or equal to 1.'
490
+ # @param [Object] total_timeout Value to be assigned
491
+ def total_timeout=(total_timeout)
492
+ if !total_timeout.nil? && total_timeout < 0
493
+ fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.'
504
494
  end
505
495
 
506
- @username = username
496
+ @total_timeout = total_timeout
497
+ end
498
+
499
+ # Custom attribute writer method with validation
500
+ # @param [Object] download_concurrency Value to be assigned
501
+ def download_concurrency=(download_concurrency)
502
+ if !download_concurrency.nil? && download_concurrency < 1
503
+ fail ArgumentError, 'invalid value for "download_concurrency", must be greater than or equal to 1.'
504
+ end
505
+
506
+ @download_concurrency = download_concurrency
507
507
  end
508
508
 
509
509
  # Custom attribute writer method with validation
@@ -517,13 +517,13 @@ module PulpAnsibleClient
517
517
  end
518
518
 
519
519
  # Custom attribute writer method with validation
520
- # @param [Object] total_timeout Value to be assigned
521
- def total_timeout=(total_timeout)
522
- if !total_timeout.nil? && total_timeout < 0
523
- fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.'
520
+ # @param [Object] client_key Value to be assigned
521
+ def client_key=(client_key)
522
+ if !client_key.nil? && client_key.to_s.length < 1
523
+ fail ArgumentError, 'invalid value for "client_key", the character length must be great than or equal to 1.'
524
524
  end
525
525
 
526
- @total_timeout = total_timeout
526
+ @client_key = client_key
527
527
  end
528
528
 
529
529
  # Custom attribute writer method with validation
@@ -541,26 +541,26 @@ module PulpAnsibleClient
541
541
  def ==(o)
542
542
  return true if self.equal?(o)
543
543
  self.class == o.class &&
544
+ max_retries == o.max_retries &&
545
+ connect_timeout == o.connect_timeout &&
546
+ sock_connect_timeout == o.sock_connect_timeout &&
544
547
  password == o.password &&
548
+ tls_validation == o.tls_validation &&
545
549
  proxy_url == o.proxy_url &&
546
- client_key == o.client_key &&
547
- name == o.name &&
550
+ sock_read_timeout == o.sock_read_timeout &&
548
551
  proxy_username == o.proxy_username &&
552
+ name == o.name &&
549
553
  url == o.url &&
550
- pulp_labels == o.pulp_labels &&
551
- sock_connect_timeout == o.sock_connect_timeout &&
552
- tls_validation == o.tls_validation &&
553
- download_concurrency == o.download_concurrency &&
554
- sock_read_timeout == o.sock_read_timeout &&
555
- client_cert == o.client_cert &&
556
- max_retries == o.max_retries &&
557
- connect_timeout == o.connect_timeout &&
558
- ca_cert == o.ca_cert &&
559
554
  rate_limit == o.rate_limit &&
555
+ client_cert == o.client_cert &&
560
556
  username == o.username &&
561
- proxy_password == o.proxy_password &&
557
+ ca_cert == o.ca_cert &&
562
558
  total_timeout == o.total_timeout &&
559
+ download_concurrency == o.download_concurrency &&
560
+ proxy_password == o.proxy_password &&
561
+ pulp_labels == o.pulp_labels &&
563
562
  headers == o.headers &&
563
+ client_key == o.client_key &&
564
564
  metadata_only == o.metadata_only &&
565
565
  git_ref == o.git_ref
566
566
  end
@@ -574,7 +574,7 @@ module PulpAnsibleClient
574
574
  # Calculates hash code according to all attributes.
575
575
  # @return [Integer] Hash code
576
576
  def hash
577
- [password, proxy_url, client_key, name, proxy_username, url, pulp_labels, sock_connect_timeout, tls_validation, download_concurrency, sock_read_timeout, client_cert, max_retries, connect_timeout, ca_cert, rate_limit, username, proxy_password, total_timeout, headers, metadata_only, git_ref].hash
577
+ [max_retries, connect_timeout, sock_connect_timeout, password, tls_validation, proxy_url, sock_read_timeout, proxy_username, name, url, rate_limit, client_cert, username, ca_cert, total_timeout, download_concurrency, proxy_password, pulp_labels, headers, client_key, metadata_only, git_ref].hash
578
578
  end
579
579
 
580
580
  # Builds the object from hash