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 PatchedansibleGitRemote
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,56 +285,48 @@ 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.')
282
- end
283
-
284
- if !@name.nil? && @name.to_s.length < 1
285
- invalid_properties.push('invalid value for "name", 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.')
286
290
  end
287
291
 
288
292
  if !@proxy_username.nil? && @proxy_username.to_s.length < 1
289
293
  invalid_properties.push('invalid value for "proxy_username", the character length must be great than or equal to 1.')
290
294
  end
291
295
 
292
- if !@url.nil? && @url.to_s.length < 1
293
- invalid_properties.push('invalid value for "url", the character length must be great than or equal to 1.')
294
- end
295
-
296
- if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
297
- invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.')
298
- end
299
-
300
- if !@download_concurrency.nil? && @download_concurrency < 1
301
- invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
296
+ if !@name.nil? && @name.to_s.length < 1
297
+ invalid_properties.push('invalid value for "name", the character length must be great than or equal to 1.')
302
298
  end
303
299
 
304
- if !@sock_read_timeout.nil? && @sock_read_timeout < 0
305
- invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.')
300
+ if !@url.nil? && @url.to_s.length < 1
301
+ invalid_properties.push('invalid value for "url", the character length must be great than or equal to 1.')
306
302
  end
307
303
 
308
304
  if !@client_cert.nil? && @client_cert.to_s.length < 1
309
305
  invalid_properties.push('invalid value for "client_cert", the character length must be great than or equal to 1.')
310
306
  end
311
307
 
312
- if !@connect_timeout.nil? && @connect_timeout < 0
313
- invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.')
308
+ if !@username.nil? && @username.to_s.length < 1
309
+ invalid_properties.push('invalid value for "username", the character length must be great than or equal to 1.')
314
310
  end
315
311
 
316
312
  if !@ca_cert.nil? && @ca_cert.to_s.length < 1
317
313
  invalid_properties.push('invalid value for "ca_cert", the character length must be great than or equal to 1.')
318
314
  end
319
315
 
320
- if !@username.nil? && @username.to_s.length < 1
321
- invalid_properties.push('invalid value for "username", the character length must be great than or equal to 1.')
316
+ if !@total_timeout.nil? && @total_timeout < 0
317
+ invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.')
318
+ end
319
+
320
+ if !@download_concurrency.nil? && @download_concurrency < 1
321
+ invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
322
322
  end
323
323
 
324
324
  if !@proxy_password.nil? && @proxy_password.to_s.length < 1
325
325
  invalid_properties.push('invalid value for "proxy_password", the character length must be great than or equal to 1.')
326
326
  end
327
327
 
328
- if !@total_timeout.nil? && @total_timeout < 0
329
- invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.')
328
+ if !@client_key.nil? && @client_key.to_s.length < 1
329
+ invalid_properties.push('invalid value for "client_key", the character length must be great than or equal to 1.')
330
330
  end
331
331
 
332
332
  if !@git_ref.nil? && @git_ref.to_s.length < 1
@@ -339,25 +339,45 @@ module PulpAnsibleClient
339
339
  # Check to see if the all the properties in the model are valid
340
340
  # @return true if the model is valid
341
341
  def valid?
342
+ return false if !@connect_timeout.nil? && @connect_timeout < 0
343
+ return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
342
344
  return false if !@password.nil? && @password.to_s.length < 1
343
345
  return false if !@proxy_url.nil? && @proxy_url.to_s.length < 1
344
- return false if !@client_key.nil? && @client_key.to_s.length < 1
345
- return false if !@name.nil? && @name.to_s.length < 1
346
+ return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0
346
347
  return false if !@proxy_username.nil? && @proxy_username.to_s.length < 1
348
+ return false if !@name.nil? && @name.to_s.length < 1
347
349
  return false if !@url.nil? && @url.to_s.length < 1
348
- return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
349
- return false if !@download_concurrency.nil? && @download_concurrency < 1
350
- return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0
351
350
  return false if !@client_cert.nil? && @client_cert.to_s.length < 1
352
- return false if !@connect_timeout.nil? && @connect_timeout < 0
353
- return false if !@ca_cert.nil? && @ca_cert.to_s.length < 1
354
351
  return false if !@username.nil? && @username.to_s.length < 1
355
- return false if !@proxy_password.nil? && @proxy_password.to_s.length < 1
352
+ return false if !@ca_cert.nil? && @ca_cert.to_s.length < 1
356
353
  return false if !@total_timeout.nil? && @total_timeout < 0
354
+ return false if !@download_concurrency.nil? && @download_concurrency < 1
355
+ return false if !@proxy_password.nil? && @proxy_password.to_s.length < 1
356
+ return false if !@client_key.nil? && @client_key.to_s.length < 1
357
357
  return false if !@git_ref.nil? && @git_ref.to_s.length < 1
358
358
  true
359
359
  end
360
360
 
361
+ # Custom attribute writer method with validation
362
+ # @param [Object] connect_timeout Value to be assigned
363
+ def connect_timeout=(connect_timeout)
364
+ if !connect_timeout.nil? && connect_timeout < 0
365
+ fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.'
366
+ end
367
+
368
+ @connect_timeout = connect_timeout
369
+ end
370
+
371
+ # Custom attribute writer method with validation
372
+ # @param [Object] sock_connect_timeout Value to be assigned
373
+ def sock_connect_timeout=(sock_connect_timeout)
374
+ if !sock_connect_timeout.nil? && sock_connect_timeout < 0
375
+ fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.'
376
+ end
377
+
378
+ @sock_connect_timeout = sock_connect_timeout
379
+ end
380
+
361
381
  # Custom attribute writer method with validation
362
382
  # @param [Object] password Value to be assigned
363
383
  def password=(password)
@@ -379,23 +399,13 @@ module PulpAnsibleClient
379
399
  end
380
400
 
381
401
  # Custom attribute writer method with validation
382
- # @param [Object] client_key Value to be assigned
383
- def client_key=(client_key)
384
- if !client_key.nil? && client_key.to_s.length < 1
385
- fail ArgumentError, 'invalid value for "client_key", the character length must be great than or equal to 1.'
386
- end
387
-
388
- @client_key = client_key
389
- end
390
-
391
- # Custom attribute writer method with validation
392
- # @param [Object] name Value to be assigned
393
- def name=(name)
394
- if !name.nil? && name.to_s.length < 1
395
- fail ArgumentError, 'invalid value for "name", the character length must be great than or equal to 1.'
402
+ # @param [Object] sock_read_timeout Value to be assigned
403
+ def sock_read_timeout=(sock_read_timeout)
404
+ if !sock_read_timeout.nil? && sock_read_timeout < 0
405
+ fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.'
396
406
  end
397
407
 
398
- @name = name
408
+ @sock_read_timeout = sock_read_timeout
399
409
  end
400
410
 
401
411
  # Custom attribute writer method with validation
@@ -409,43 +419,23 @@ module PulpAnsibleClient
409
419
  end
410
420
 
411
421
  # Custom attribute writer method with validation
412
- # @param [Object] url Value to be assigned
413
- def url=(url)
414
- if !url.nil? && url.to_s.length < 1
415
- fail ArgumentError, 'invalid value for "url", the character length must be great than or equal to 1.'
416
- end
417
-
418
- @url = url
419
- end
420
-
421
- # Custom attribute writer method with validation
422
- # @param [Object] sock_connect_timeout Value to be assigned
423
- def sock_connect_timeout=(sock_connect_timeout)
424
- if !sock_connect_timeout.nil? && sock_connect_timeout < 0
425
- fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.'
426
- end
427
-
428
- @sock_connect_timeout = sock_connect_timeout
429
- end
430
-
431
- # Custom attribute writer method with validation
432
- # @param [Object] download_concurrency Value to be assigned
433
- def download_concurrency=(download_concurrency)
434
- if !download_concurrency.nil? && download_concurrency < 1
435
- fail ArgumentError, 'invalid value for "download_concurrency", must be greater than or equal to 1.'
422
+ # @param [Object] name Value to be assigned
423
+ def name=(name)
424
+ if !name.nil? && name.to_s.length < 1
425
+ fail ArgumentError, 'invalid value for "name", the character length must be great than or equal to 1.'
436
426
  end
437
427
 
438
- @download_concurrency = download_concurrency
428
+ @name = name
439
429
  end
440
430
 
441
431
  # Custom attribute writer method with validation
442
- # @param [Object] sock_read_timeout Value to be assigned
443
- def sock_read_timeout=(sock_read_timeout)
444
- if !sock_read_timeout.nil? && sock_read_timeout < 0
445
- fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.'
432
+ # @param [Object] url Value to be assigned
433
+ def url=(url)
434
+ if !url.nil? && url.to_s.length < 1
435
+ fail ArgumentError, 'invalid value for "url", the character length must be great than or equal to 1.'
446
436
  end
447
437
 
448
- @sock_read_timeout = sock_read_timeout
438
+ @url = url
449
439
  end
450
440
 
451
441
  # Custom attribute writer method with validation
@@ -459,13 +449,13 @@ module PulpAnsibleClient
459
449
  end
460
450
 
461
451
  # Custom attribute writer method with validation
462
- # @param [Object] connect_timeout Value to be assigned
463
- def connect_timeout=(connect_timeout)
464
- if !connect_timeout.nil? && connect_timeout < 0
465
- fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.'
452
+ # @param [Object] username Value to be assigned
453
+ def username=(username)
454
+ if !username.nil? && username.to_s.length < 1
455
+ fail ArgumentError, 'invalid value for "username", the character length must be great than or equal to 1.'
466
456
  end
467
457
 
468
- @connect_timeout = connect_timeout
458
+ @username = username
469
459
  end
470
460
 
471
461
  # Custom attribute writer method with validation
@@ -479,13 +469,23 @@ module PulpAnsibleClient
479
469
  end
480
470
 
481
471
  # Custom attribute writer method with validation
482
- # @param [Object] username Value to be assigned
483
- def username=(username)
484
- if !username.nil? && username.to_s.length < 1
485
- fail ArgumentError, 'invalid value for "username", the character length must be great than or equal to 1.'
472
+ # @param [Object] total_timeout Value to be assigned
473
+ def total_timeout=(total_timeout)
474
+ if !total_timeout.nil? && total_timeout < 0
475
+ fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.'
486
476
  end
487
477
 
488
- @username = username
478
+ @total_timeout = total_timeout
479
+ end
480
+
481
+ # Custom attribute writer method with validation
482
+ # @param [Object] download_concurrency Value to be assigned
483
+ def download_concurrency=(download_concurrency)
484
+ if !download_concurrency.nil? && download_concurrency < 1
485
+ fail ArgumentError, 'invalid value for "download_concurrency", must be greater than or equal to 1.'
486
+ end
487
+
488
+ @download_concurrency = download_concurrency
489
489
  end
490
490
 
491
491
  # Custom attribute writer method with validation
@@ -499,13 +499,13 @@ module PulpAnsibleClient
499
499
  end
500
500
 
501
501
  # Custom attribute writer method with validation
502
- # @param [Object] total_timeout Value to be assigned
503
- def total_timeout=(total_timeout)
504
- if !total_timeout.nil? && total_timeout < 0
505
- fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.'
502
+ # @param [Object] client_key Value to be assigned
503
+ def client_key=(client_key)
504
+ if !client_key.nil? && client_key.to_s.length < 1
505
+ fail ArgumentError, 'invalid value for "client_key", the character length must be great than or equal to 1.'
506
506
  end
507
507
 
508
- @total_timeout = total_timeout
508
+ @client_key = client_key
509
509
  end
510
510
 
511
511
  # Custom attribute writer method with validation
@@ -523,26 +523,26 @@ module PulpAnsibleClient
523
523
  def ==(o)
524
524
  return true if self.equal?(o)
525
525
  self.class == o.class &&
526
+ max_retries == o.max_retries &&
527
+ connect_timeout == o.connect_timeout &&
528
+ sock_connect_timeout == o.sock_connect_timeout &&
526
529
  password == o.password &&
530
+ tls_validation == o.tls_validation &&
527
531
  proxy_url == o.proxy_url &&
528
- client_key == o.client_key &&
529
- name == o.name &&
532
+ sock_read_timeout == o.sock_read_timeout &&
530
533
  proxy_username == o.proxy_username &&
534
+ name == o.name &&
531
535
  url == o.url &&
532
- pulp_labels == o.pulp_labels &&
533
- sock_connect_timeout == o.sock_connect_timeout &&
534
- tls_validation == o.tls_validation &&
535
- download_concurrency == o.download_concurrency &&
536
- sock_read_timeout == o.sock_read_timeout &&
537
- client_cert == o.client_cert &&
538
- max_retries == o.max_retries &&
539
- connect_timeout == o.connect_timeout &&
540
- ca_cert == o.ca_cert &&
541
536
  rate_limit == o.rate_limit &&
537
+ client_cert == o.client_cert &&
542
538
  username == o.username &&
543
- proxy_password == o.proxy_password &&
539
+ ca_cert == o.ca_cert &&
544
540
  total_timeout == o.total_timeout &&
541
+ download_concurrency == o.download_concurrency &&
542
+ proxy_password == o.proxy_password &&
543
+ pulp_labels == o.pulp_labels &&
545
544
  headers == o.headers &&
545
+ client_key == o.client_key &&
546
546
  metadata_only == o.metadata_only &&
547
547
  git_ref == o.git_ref
548
548
  end
@@ -556,7 +556,7 @@ module PulpAnsibleClient
556
556
  # Calculates hash code according to all attributes.
557
557
  # @return [Integer] Hash code
558
558
  def hash
559
- [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
559
+ [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
560
560
  end
561
561
 
562
562
  # Builds the object from hash