pulp_ansible_client 0.5.9 → 0.5.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (226) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/README.md +21 -21
  4. data/docs/AnsibleCollectionRemote.md +0 -8
  5. data/docs/AnsibleCollectionRemoteResponse.md +0 -8
  6. data/docs/AnsibleCollectionVersionResponse.md +2 -2
  7. data/docs/AnsibleCollectionsApi.md +2 -2
  8. data/docs/AnsibleRoleRemote.md +1 -9
  9. data/docs/AnsibleRoleRemoteResponse.md +1 -9
  10. data/docs/AnsibleRoleResponse.md +2 -2
  11. data/docs/ApiCollectionsApi.md +2 -2
  12. data/docs/ApiRolesApi.md +2 -2
  13. data/docs/ContentCollectionVersionsApi.md +2 -2
  14. data/docs/ContentRolesApi.md +2 -2
  15. data/docs/DistributionsAnsibleApi.md +2 -2
  16. data/docs/{PaginatedansibleCollectionResponseList.md → InlineResponse200.md} +4 -4
  17. data/docs/{PaginatedansibleCollectionVersionResponseList.md → InlineResponse2001.md} +4 -4
  18. data/docs/{PaginatedGalaxyRoleVersionResponseList.md → InlineResponse20010.md} +4 -4
  19. data/docs/{PaginatedGalaxyCollectionResponseList.md → InlineResponse20011.md} +4 -4
  20. data/docs/{PaginatedGalaxyCollectionVersionResponseList.md → InlineResponse20012.md} +4 -4
  21. data/docs/InlineResponse20013.md +21 -0
  22. data/docs/{PaginatedCollectionResponseListLinks.md → InlineResponse20013Links.md} +2 -2
  23. data/docs/{PaginatedCollectionResponseListMeta.md → InlineResponse20013Meta.md} +2 -2
  24. data/docs/InlineResponse20014.md +21 -0
  25. data/docs/{PaginatedansibleRoleResponseList.md → InlineResponse2002.md} +4 -4
  26. data/docs/{PaginatedansibleAnsibleDistributionResponseList.md → InlineResponse2003.md} +4 -4
  27. data/docs/{PaginatedTagResponseList.md → InlineResponse2004.md} +4 -4
  28. data/docs/{PaginatedansibleCollectionRemoteResponseList.md → InlineResponse2005.md} +4 -4
  29. data/docs/{PaginatedansibleRoleRemoteResponseList.md → InlineResponse2006.md} +4 -4
  30. data/docs/{PaginatedansibleAnsibleRepositoryResponseList.md → InlineResponse2007.md} +4 -4
  31. data/docs/{PaginatedRepositoryVersionResponseList.md → InlineResponse2008.md} +4 -4
  32. data/docs/{PaginatedGalaxyRoleResponseList.md → InlineResponse2009.md} +4 -4
  33. data/docs/PatchedansibleCollectionRemote.md +0 -8
  34. data/docs/PatchedansibleRoleRemote.md +1 -9
  35. data/docs/PulpAnsibleGalaxyApiCollectionsApi.md +2 -2
  36. data/docs/PulpAnsibleGalaxyApiV3VersionsApi.md +2 -2
  37. data/docs/PulpAnsibleTagsApi.md +2 -2
  38. data/docs/RemotesCollectionApi.md +2 -2
  39. data/docs/RemotesRoleApi.md +2 -2
  40. data/docs/RepositoriesAnsibleApi.md +2 -2
  41. data/docs/RepositoriesAnsibleVersionsApi.md +4 -4
  42. data/docs/RepositoryAddRemoveContent.md +2 -2
  43. data/docs/VersionsApi.md +4 -4
  44. data/lib/pulp_ansible_client/api/ansible_collections_api.rb +4 -4
  45. data/lib/pulp_ansible_client/api/ansible_copy_api.rb +1 -1
  46. data/lib/pulp_ansible_client/api/api_collections_api.rb +4 -4
  47. data/lib/pulp_ansible_client/api/api_roles_api.rb +4 -4
  48. data/lib/pulp_ansible_client/api/collection_import_api.rb +1 -1
  49. data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +4 -4
  50. data/lib/pulp_ansible_client/api/content_roles_api.rb +4 -4
  51. data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +4 -4
  52. data/lib/pulp_ansible_client/api/galaxy_detail_api.rb +1 -1
  53. data/lib/pulp_ansible_client/api/pulp_ansible_api_api.rb +1 -1
  54. data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_collections_api.rb +4 -4
  55. data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v2_versions_api.rb +1 -1
  56. data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v3_collections_api.rb +1 -1
  57. data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v3_collections_docs_blob_api.rb +1 -1
  58. data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v3_versions_api.rb +4 -4
  59. data/lib/pulp_ansible_client/api/pulp_ansible_tags_api.rb +4 -4
  60. data/lib/pulp_ansible_client/api/remotes_collection_api.rb +4 -4
  61. data/lib/pulp_ansible_client/api/remotes_role_api.rb +4 -4
  62. data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +4 -4
  63. data/lib/pulp_ansible_client/api/repositories_ansible_versions_api.rb +8 -8
  64. data/lib/pulp_ansible_client/api/versions_api.rb +7 -7
  65. data/lib/pulp_ansible_client/api_client.rb +12 -8
  66. data/lib/pulp_ansible_client/api_error.rb +1 -1
  67. data/lib/pulp_ansible_client/configuration.rb +8 -1
  68. data/lib/pulp_ansible_client/models/ansible_ansible_distribution.rb +1 -1
  69. data/lib/pulp_ansible_client/models/ansible_ansible_distribution_response.rb +1 -1
  70. data/lib/pulp_ansible_client/models/ansible_ansible_repository.rb +1 -1
  71. data/lib/pulp_ansible_client/models/ansible_ansible_repository_response.rb +1 -1
  72. data/lib/pulp_ansible_client/models/ansible_collection_remote.rb +2 -106
  73. data/lib/pulp_ansible_client/models/ansible_collection_remote_response.rb +2 -106
  74. data/lib/pulp_ansible_client/models/ansible_collection_response.rb +1 -1
  75. data/lib/pulp_ansible_client/models/ansible_collection_version.rb +1 -1
  76. data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +12 -12
  77. data/lib/pulp_ansible_client/models/ansible_role.rb +1 -1
  78. data/lib/pulp_ansible_client/models/ansible_role_remote.rb +5 -109
  79. data/lib/pulp_ansible_client/models/ansible_role_remote_response.rb +5 -109
  80. data/lib/pulp_ansible_client/models/ansible_role_response.rb +12 -12
  81. data/lib/pulp_ansible_client/models/ansible_tag_response.rb +1 -1
  82. data/lib/pulp_ansible_client/models/artifact_ref_response.rb +1 -1
  83. data/lib/pulp_ansible_client/models/async_operation_response.rb +1 -1
  84. data/lib/pulp_ansible_client/models/collection_import_detail_response.rb +1 -1
  85. data/lib/pulp_ansible_client/models/collection_metadata_response.rb +1 -1
  86. data/lib/pulp_ansible_client/models/collection_namespace_response.rb +1 -1
  87. data/lib/pulp_ansible_client/models/collection_one_shot.rb +1 -1
  88. data/lib/pulp_ansible_client/models/collection_ref_response.rb +1 -1
  89. data/lib/pulp_ansible_client/models/collection_response.rb +1 -1
  90. data/lib/pulp_ansible_client/models/collection_version_docs_response.rb +1 -1
  91. data/lib/pulp_ansible_client/models/collection_version_response.rb +1 -1
  92. data/lib/pulp_ansible_client/models/content_summary.rb +1 -1
  93. data/lib/pulp_ansible_client/models/content_summary_response.rb +1 -1
  94. data/lib/pulp_ansible_client/models/copy.rb +1 -1
  95. data/lib/pulp_ansible_client/models/galaxy_collection.rb +1 -1
  96. data/lib/pulp_ansible_client/models/galaxy_collection_response.rb +1 -1
  97. data/lib/pulp_ansible_client/models/galaxy_collection_version_response.rb +1 -1
  98. data/lib/pulp_ansible_client/models/galaxy_role_response.rb +1 -1
  99. data/lib/pulp_ansible_client/models/galaxy_role_version_response.rb +1 -1
  100. data/lib/pulp_ansible_client/models/{paginatedansible_collection_response_list.rb → inline_response200.rb} +4 -4
  101. data/lib/pulp_ansible_client/models/{paginatedansible_collection_version_response_list.rb → inline_response2001.rb} +4 -4
  102. data/lib/pulp_ansible_client/models/{paginated_galaxy_role_version_response_list.rb → inline_response20010.rb} +4 -4
  103. data/lib/pulp_ansible_client/models/{paginated_galaxy_collection_response_list.rb → inline_response20011.rb} +4 -4
  104. data/lib/pulp_ansible_client/models/{paginated_galaxy_collection_version_response_list.rb → inline_response20012.rb} +4 -4
  105. data/lib/pulp_ansible_client/models/{paginated_collection_response_list.rb → inline_response20013.rb} +6 -6
  106. data/lib/pulp_ansible_client/models/{paginated_collection_response_list_links.rb → inline_response20013_links.rb} +4 -4
  107. data/lib/pulp_ansible_client/models/{paginated_collection_response_list_meta.rb → inline_response20013_meta.rb} +4 -4
  108. data/lib/pulp_ansible_client/models/{paginated_collection_version_response_list.rb → inline_response20014.rb} +6 -6
  109. data/lib/pulp_ansible_client/models/{paginatedansible_role_response_list.rb → inline_response2002.rb} +4 -4
  110. data/lib/pulp_ansible_client/models/{paginatedansible_ansible_distribution_response_list.rb → inline_response2003.rb} +4 -4
  111. data/lib/pulp_ansible_client/models/{paginated_tag_response_list.rb → inline_response2004.rb} +4 -4
  112. data/lib/pulp_ansible_client/models/{paginatedansible_collection_remote_response_list.rb → inline_response2005.rb} +4 -4
  113. data/lib/pulp_ansible_client/models/{paginatedansible_role_remote_response_list.rb → inline_response2006.rb} +4 -4
  114. data/lib/pulp_ansible_client/models/{paginatedansible_ansible_repository_response_list.rb → inline_response2007.rb} +4 -4
  115. data/lib/pulp_ansible_client/models/{paginated_repository_version_response_list.rb → inline_response2008.rb} +4 -4
  116. data/lib/pulp_ansible_client/models/{paginated_galaxy_role_response_list.rb → inline_response2009.rb} +4 -4
  117. data/lib/pulp_ansible_client/models/patched_collection.rb +1 -1
  118. data/lib/pulp_ansible_client/models/patchedansible_ansible_distribution.rb +1 -1
  119. data/lib/pulp_ansible_client/models/patchedansible_ansible_repository.rb +1 -1
  120. data/lib/pulp_ansible_client/models/patchedansible_collection_remote.rb +2 -106
  121. data/lib/pulp_ansible_client/models/patchedansible_role_remote.rb +5 -109
  122. data/lib/pulp_ansible_client/models/policy_enum.rb +1 -1
  123. data/lib/pulp_ansible_client/models/repository_add_remove_content.rb +3 -3
  124. data/lib/pulp_ansible_client/models/repository_sync_url.rb +1 -1
  125. data/lib/pulp_ansible_client/models/repository_version.rb +1 -1
  126. data/lib/pulp_ansible_client/models/repository_version_response.rb +1 -1
  127. data/lib/pulp_ansible_client/models/tag_response.rb +1 -1
  128. data/lib/pulp_ansible_client/version.rb +2 -2
  129. data/lib/pulp_ansible_client.rb +18 -18
  130. data/pulp_ansible_client.gemspec +1 -1
  131. data/spec/api/ansible_collections_api_spec.rb +2 -2
  132. data/spec/api/ansible_copy_api_spec.rb +1 -1
  133. data/spec/api/api_collections_api_spec.rb +2 -2
  134. data/spec/api/api_roles_api_spec.rb +2 -2
  135. data/spec/api/collection_import_api_spec.rb +1 -1
  136. data/spec/api/content_collection_versions_api_spec.rb +2 -2
  137. data/spec/api/content_roles_api_spec.rb +2 -2
  138. data/spec/api/distributions_ansible_api_spec.rb +2 -2
  139. data/spec/api/galaxy_detail_api_spec.rb +1 -1
  140. data/spec/api/pulp_ansible_api_api_spec.rb +1 -1
  141. data/spec/api/pulp_ansible_galaxy_api_collections_api_spec.rb +2 -2
  142. data/spec/api/pulp_ansible_galaxy_api_v2_versions_api_spec.rb +1 -1
  143. data/spec/api/pulp_ansible_galaxy_api_v3_collections_api_spec.rb +1 -1
  144. data/spec/api/pulp_ansible_galaxy_api_v3_collections_docs_blob_api_spec.rb +1 -1
  145. data/spec/api/pulp_ansible_galaxy_api_v3_versions_api_spec.rb +2 -2
  146. data/spec/api/pulp_ansible_tags_api_spec.rb +2 -2
  147. data/spec/api/remotes_collection_api_spec.rb +2 -2
  148. data/spec/api/remotes_role_api_spec.rb +2 -2
  149. data/spec/api/repositories_ansible_api_spec.rb +2 -2
  150. data/spec/api/repositories_ansible_versions_api_spec.rb +4 -4
  151. data/spec/api/versions_api_spec.rb +3 -3
  152. data/spec/api_client_spec.rb +2 -2
  153. data/spec/configuration_spec.rb +1 -1
  154. data/spec/models/ansible_ansible_distribution_response_spec.rb +1 -1
  155. data/spec/models/ansible_ansible_distribution_spec.rb +1 -1
  156. data/spec/models/ansible_ansible_repository_response_spec.rb +1 -1
  157. data/spec/models/ansible_ansible_repository_spec.rb +1 -1
  158. data/spec/models/ansible_collection_remote_response_spec.rb +1 -25
  159. data/spec/models/ansible_collection_remote_spec.rb +1 -25
  160. data/spec/models/ansible_collection_response_spec.rb +1 -1
  161. data/spec/models/ansible_collection_version_response_spec.rb +3 -3
  162. data/spec/models/ansible_collection_version_spec.rb +1 -1
  163. data/spec/models/ansible_role_remote_response_spec.rb +1 -25
  164. data/spec/models/ansible_role_remote_spec.rb +1 -25
  165. data/spec/models/ansible_role_response_spec.rb +3 -3
  166. data/spec/models/ansible_role_spec.rb +1 -1
  167. data/spec/models/ansible_tag_response_spec.rb +1 -1
  168. data/spec/models/artifact_ref_response_spec.rb +1 -1
  169. data/spec/models/async_operation_response_spec.rb +1 -1
  170. data/spec/models/collection_import_detail_response_spec.rb +1 -1
  171. data/spec/models/collection_metadata_response_spec.rb +1 -1
  172. data/spec/models/collection_namespace_response_spec.rb +1 -1
  173. data/spec/models/collection_one_shot_spec.rb +1 -1
  174. data/spec/models/collection_ref_response_spec.rb +1 -1
  175. data/spec/models/collection_response_spec.rb +1 -1
  176. data/spec/models/collection_version_docs_response_spec.rb +1 -1
  177. data/spec/models/collection_version_response_spec.rb +1 -1
  178. data/spec/models/content_summary_response_spec.rb +1 -1
  179. data/spec/models/content_summary_spec.rb +1 -1
  180. data/spec/models/copy_spec.rb +1 -1
  181. data/spec/models/galaxy_collection_response_spec.rb +1 -1
  182. data/spec/models/galaxy_collection_spec.rb +1 -1
  183. data/spec/models/galaxy_collection_version_response_spec.rb +1 -1
  184. data/spec/models/galaxy_role_response_spec.rb +1 -1
  185. data/spec/models/galaxy_role_version_response_spec.rb +1 -1
  186. data/spec/models/{paginated_tag_response_list_spec.rb → inline_response20010_spec.rb} +7 -7
  187. data/spec/models/{paginated_galaxy_role_response_list_spec.rb → inline_response20011_spec.rb} +7 -7
  188. data/spec/models/{paginatedansible_role_response_list_spec.rb → inline_response20012_spec.rb} +7 -7
  189. data/spec/models/{paginated_collection_response_list_links_spec.rb → inline_response20013_links_spec.rb} +7 -7
  190. data/spec/models/{paginated_collection_response_list_meta_spec.rb → inline_response20013_meta_spec.rb} +7 -7
  191. data/spec/models/{paginated_collection_response_list_spec.rb → inline_response20013_spec.rb} +7 -7
  192. data/spec/models/{paginated_collection_version_response_list_spec.rb → inline_response20014_spec.rb} +7 -7
  193. data/spec/models/{paginated_galaxy_collection_response_list_spec.rb → inline_response2001_spec.rb} +7 -7
  194. data/spec/models/inline_response2002_spec.rb +59 -0
  195. data/spec/models/inline_response2003_spec.rb +59 -0
  196. data/spec/models/inline_response2004_spec.rb +59 -0
  197. data/spec/models/inline_response2005_spec.rb +59 -0
  198. data/spec/models/inline_response2006_spec.rb +59 -0
  199. data/spec/models/inline_response2007_spec.rb +59 -0
  200. data/spec/models/inline_response2008_spec.rb +59 -0
  201. data/spec/models/inline_response2009_spec.rb +59 -0
  202. data/spec/models/inline_response200_spec.rb +59 -0
  203. data/spec/models/patched_collection_spec.rb +1 -1
  204. data/spec/models/patchedansible_ansible_distribution_spec.rb +1 -1
  205. data/spec/models/patchedansible_ansible_repository_spec.rb +1 -1
  206. data/spec/models/patchedansible_collection_remote_spec.rb +1 -25
  207. data/spec/models/patchedansible_role_remote_spec.rb +1 -25
  208. data/spec/models/policy_enum_spec.rb +1 -1
  209. data/spec/models/repository_add_remove_content_spec.rb +1 -1
  210. data/spec/models/repository_sync_url_spec.rb +1 -1
  211. data/spec/models/repository_version_response_spec.rb +1 -1
  212. data/spec/models/repository_version_spec.rb +1 -1
  213. data/spec/models/tag_response_spec.rb +1 -1
  214. data/spec/spec_helper.rb +1 -1
  215. metadata +117 -117
  216. data/docs/PaginatedCollectionResponseList.md +0 -21
  217. data/docs/PaginatedCollectionVersionResponseList.md +0 -21
  218. data/spec/models/paginated_galaxy_collection_version_response_list_spec.rb +0 -59
  219. data/spec/models/paginated_galaxy_role_version_response_list_spec.rb +0 -59
  220. data/spec/models/paginated_repository_version_response_list_spec.rb +0 -59
  221. data/spec/models/paginatedansible_ansible_distribution_response_list_spec.rb +0 -59
  222. data/spec/models/paginatedansible_ansible_repository_response_list_spec.rb +0 -59
  223. data/spec/models/paginatedansible_collection_remote_response_list_spec.rb +0 -59
  224. data/spec/models/paginatedansible_collection_response_list_spec.rb +0 -59
  225. data/spec/models/paginatedansible_collection_version_response_list_spec.rb +0 -59
  226. data/spec/models/paginatedansible_role_remote_response_list_spec.rb +0 -59
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -56,18 +56,6 @@ module PulpAnsibleClient
56
56
  # The policy to use when downloading content.
57
57
  attr_accessor :policy
58
58
 
59
- # aiohttp.ClientTimeout.total (q.v.) for download-connections.
60
- attr_accessor :total_timeout
61
-
62
- # aiohttp.ClientTimeout.connect (q.v.) for download-connections.
63
- attr_accessor :connect_timeout
64
-
65
- # aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections.
66
- attr_accessor :sock_connect_timeout
67
-
68
- # aiohttp.ClientTimeout.sock_read (q.v.) for download-connections.
69
- attr_accessor :sock_read_timeout
70
-
71
59
  # Attribute mapping from ruby-style variable name to JSON key.
72
60
  def self.attribute_map
73
61
  {
@@ -84,11 +72,7 @@ module PulpAnsibleClient
84
72
  :'password' => :'password',
85
73
  :'pulp_last_updated' => :'pulp_last_updated',
86
74
  :'download_concurrency' => :'download_concurrency',
87
- :'policy' => :'policy',
88
- :'total_timeout' => :'total_timeout',
89
- :'connect_timeout' => :'connect_timeout',
90
- :'sock_connect_timeout' => :'sock_connect_timeout',
91
- :'sock_read_timeout' => :'sock_read_timeout'
75
+ :'policy' => :'policy'
92
76
  }
93
77
  end
94
78
 
@@ -108,11 +92,7 @@ module PulpAnsibleClient
108
92
  :'password' => :'String',
109
93
  :'pulp_last_updated' => :'DateTime',
110
94
  :'download_concurrency' => :'Integer',
111
- :'policy' => :'PolicyEnum',
112
- :'total_timeout' => :'Float',
113
- :'connect_timeout' => :'Float',
114
- :'sock_connect_timeout' => :'Float',
115
- :'sock_read_timeout' => :'Float'
95
+ :'policy' => :'PolicyEnum'
116
96
  }
117
97
  end
118
98
 
@@ -125,10 +105,6 @@ module PulpAnsibleClient
125
105
  :'proxy_url',
126
106
  :'username',
127
107
  :'password',
128
- :'total_timeout',
129
- :'connect_timeout',
130
- :'sock_connect_timeout',
131
- :'sock_read_timeout'
132
108
  ])
133
109
  end
134
110
 
@@ -202,22 +178,6 @@ module PulpAnsibleClient
202
178
  if attributes.key?(:'policy')
203
179
  self.policy = attributes[:'policy']
204
180
  end
205
-
206
- if attributes.key?(:'total_timeout')
207
- self.total_timeout = attributes[:'total_timeout']
208
- end
209
-
210
- if attributes.key?(:'connect_timeout')
211
- self.connect_timeout = attributes[:'connect_timeout']
212
- end
213
-
214
- if attributes.key?(:'sock_connect_timeout')
215
- self.sock_connect_timeout = attributes[:'sock_connect_timeout']
216
- end
217
-
218
- if attributes.key?(:'sock_read_timeout')
219
- self.sock_read_timeout = attributes[:'sock_read_timeout']
220
- end
221
181
  end
222
182
 
223
183
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -236,22 +196,6 @@ module PulpAnsibleClient
236
196
  invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
237
197
  end
238
198
 
239
- if !@total_timeout.nil? && @total_timeout < 0.0
240
- invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.0.')
241
- end
242
-
243
- if !@connect_timeout.nil? && @connect_timeout < 0.0
244
- invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.0.')
245
- end
246
-
247
- if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
248
- invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.')
249
- end
250
-
251
- if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
252
- invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.0.')
253
- end
254
-
255
199
  invalid_properties
256
200
  end
257
201
 
@@ -261,10 +205,6 @@ module PulpAnsibleClient
261
205
  return false if @name.nil?
262
206
  return false if @url.nil?
263
207
  return false if !@download_concurrency.nil? && @download_concurrency < 1
264
- return false if !@total_timeout.nil? && @total_timeout < 0.0
265
- return false if !@connect_timeout.nil? && @connect_timeout < 0.0
266
- return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
267
- return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
268
208
  true
269
209
  end
270
210
 
@@ -278,46 +218,6 @@ module PulpAnsibleClient
278
218
  @download_concurrency = download_concurrency
279
219
  end
280
220
 
281
- # Custom attribute writer method with validation
282
- # @param [Object] total_timeout Value to be assigned
283
- def total_timeout=(total_timeout)
284
- if !total_timeout.nil? && total_timeout < 0.0
285
- fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.0.'
286
- end
287
-
288
- @total_timeout = total_timeout
289
- end
290
-
291
- # Custom attribute writer method with validation
292
- # @param [Object] connect_timeout Value to be assigned
293
- def connect_timeout=(connect_timeout)
294
- if !connect_timeout.nil? && connect_timeout < 0.0
295
- fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.0.'
296
- end
297
-
298
- @connect_timeout = connect_timeout
299
- end
300
-
301
- # Custom attribute writer method with validation
302
- # @param [Object] sock_connect_timeout Value to be assigned
303
- def sock_connect_timeout=(sock_connect_timeout)
304
- if !sock_connect_timeout.nil? && sock_connect_timeout < 0.0
305
- fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.'
306
- end
307
-
308
- @sock_connect_timeout = sock_connect_timeout
309
- end
310
-
311
- # Custom attribute writer method with validation
312
- # @param [Object] sock_read_timeout Value to be assigned
313
- def sock_read_timeout=(sock_read_timeout)
314
- if !sock_read_timeout.nil? && sock_read_timeout < 0.0
315
- fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.0.'
316
- end
317
-
318
- @sock_read_timeout = sock_read_timeout
319
- end
320
-
321
221
  # Checks equality by comparing each attribute.
322
222
  # @param [Object] Object to be compared
323
223
  def ==(o)
@@ -336,11 +236,7 @@ module PulpAnsibleClient
336
236
  password == o.password &&
337
237
  pulp_last_updated == o.pulp_last_updated &&
338
238
  download_concurrency == o.download_concurrency &&
339
- policy == o.policy &&
340
- total_timeout == o.total_timeout &&
341
- connect_timeout == o.connect_timeout &&
342
- sock_connect_timeout == o.sock_connect_timeout &&
343
- sock_read_timeout == o.sock_read_timeout
239
+ policy == o.policy
344
240
  end
345
241
 
346
242
  # @see the `==` method
@@ -352,7 +248,7 @@ module PulpAnsibleClient
352
248
  # Calculates hash code according to all attributes.
353
249
  # @return [Integer] Hash code
354
250
  def hash
355
- [pulp_href, pulp_created, name, url, ca_cert, client_cert, client_key, tls_validation, proxy_url, username, password, pulp_last_updated, download_concurrency, policy, total_timeout, connect_timeout, sock_connect_timeout, sock_read_timeout].hash
251
+ [pulp_href, pulp_created, name, url, ca_cert, client_cert, client_key, tls_validation, proxy_url, username, password, pulp_last_updated, download_concurrency, policy].hash
356
252
  end
357
253
 
358
254
  # Builds the object from hash
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -17,12 +17,12 @@ module PulpAnsibleClient
17
17
  class AnsibleRoleResponse
18
18
  attr_accessor :pulp_href
19
19
 
20
- # Artifact file representing the physical content
21
- attr_accessor :artifact
22
-
23
20
  # Timestamp of creation.
24
21
  attr_accessor :pulp_created
25
22
 
23
+ # Artifact file representing the physical content
24
+ attr_accessor :artifact
25
+
26
26
  attr_accessor :version
27
27
 
28
28
  attr_accessor :name
@@ -33,8 +33,8 @@ module PulpAnsibleClient
33
33
  def self.attribute_map
34
34
  {
35
35
  :'pulp_href' => :'pulp_href',
36
- :'artifact' => :'artifact',
37
36
  :'pulp_created' => :'pulp_created',
37
+ :'artifact' => :'artifact',
38
38
  :'version' => :'version',
39
39
  :'name' => :'name',
40
40
  :'namespace' => :'namespace'
@@ -45,8 +45,8 @@ module PulpAnsibleClient
45
45
  def self.openapi_types
46
46
  {
47
47
  :'pulp_href' => :'String',
48
- :'artifact' => :'String',
49
48
  :'pulp_created' => :'DateTime',
49
+ :'artifact' => :'String',
50
50
  :'version' => :'String',
51
51
  :'name' => :'String',
52
52
  :'namespace' => :'String'
@@ -78,14 +78,14 @@ module PulpAnsibleClient
78
78
  self.pulp_href = attributes[:'pulp_href']
79
79
  end
80
80
 
81
- if attributes.key?(:'artifact')
82
- self.artifact = attributes[:'artifact']
83
- end
84
-
85
81
  if attributes.key?(:'pulp_created')
86
82
  self.pulp_created = attributes[:'pulp_created']
87
83
  end
88
84
 
85
+ if attributes.key?(:'artifact')
86
+ self.artifact = attributes[:'artifact']
87
+ end
88
+
89
89
  if attributes.key?(:'version')
90
90
  self.version = attributes[:'version']
91
91
  end
@@ -138,8 +138,8 @@ module PulpAnsibleClient
138
138
  return true if self.equal?(o)
139
139
  self.class == o.class &&
140
140
  pulp_href == o.pulp_href &&
141
- artifact == o.artifact &&
142
141
  pulp_created == o.pulp_created &&
142
+ artifact == o.artifact &&
143
143
  version == o.version &&
144
144
  name == o.name &&
145
145
  namespace == o.namespace
@@ -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, artifact, pulp_created, version, name, namespace].hash
157
+ [pulp_href, pulp_created, artifact, version, name, namespace].hash
158
158
  end
159
159
 
160
160
  # Builds the object from hash
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12