pulp_ansible_client 0.16.7 → 0.17.0.dev1676171799

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.

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