pulp_ansible_client 0.16.7 → 0.17.0.dev1676344220

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pulp_ansible_client might be problematic. Click here for more details.

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