pulp_ansible_client 0.26.0 → 0.27.0

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 (203) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +10 -7
  3. data/docs/AnsibleCollectionVersionResponse.md +7 -7
  4. data/docs/AnsibleCollectionsApi.md +26 -8
  5. data/docs/AnsibleCopyApi.md +8 -4
  6. data/docs/AnsibleGitRemote.md +26 -26
  7. data/docs/AnsibleGitRemoteResponse.md +30 -30
  8. data/docs/AnsibleRole.md +2 -2
  9. data/docs/AnsibleRoleResponse.md +6 -6
  10. data/docs/ApiPluginAnsibleSearchCollectionVersionsApi.md +10 -4
  11. data/docs/ApiRolesApi.md +2 -0
  12. data/docs/CollectionImportApi.md +2 -0
  13. data/docs/CollectionMetadataResponse.md +1 -1
  14. data/docs/CollectionSummaryResponse.md +1 -1
  15. data/docs/CollectionSummaryResponseTagsInner.md +18 -0
  16. data/docs/ContentCollectionDeprecationsApi.md +28 -12
  17. data/docs/ContentCollectionMarksApi.md +28 -12
  18. data/docs/ContentCollectionSignaturesApi.md +22 -8
  19. data/docs/ContentCollectionVersionsApi.md +32 -18
  20. data/docs/ContentNamespacesApi.md +22 -8
  21. data/docs/ContentRolesApi.md +28 -12
  22. data/docs/DistributionsAnsibleApi.md +72 -32
  23. data/docs/PatchedansibleGitRemote.md +26 -26
  24. data/docs/PulpAnsibleApiApi.md +2 -0
  25. data/docs/PulpAnsibleApiV3Api.md +2 -0
  26. data/docs/PulpAnsibleApiV3ArtifactsCollectionsApi.md +2 -0
  27. data/docs/PulpAnsibleApiV3CollectionVersionsAllApi.md +2 -0
  28. data/docs/PulpAnsibleApiV3CollectionsAllApi.md +2 -0
  29. data/docs/PulpAnsibleApiV3CollectionsApi.md +20 -8
  30. data/docs/PulpAnsibleApiV3CollectionsVersionsApi.md +14 -6
  31. data/docs/PulpAnsibleApiV3CollectionsVersionsDocsBlobApi.md +2 -0
  32. data/docs/PulpAnsibleApiV3NamespacesApi.md +4 -0
  33. data/docs/PulpAnsibleApiV3PluginAnsibleClientConfigurationApi.md +2 -0
  34. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +2 -0
  35. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsAllVersionsApi.md +2 -0
  36. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsApi.md +2 -0
  37. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsArtifactsApi.md +2 -0
  38. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexApi.md +20 -8
  39. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +14 -6
  40. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsDocsBlobApi.md +2 -0
  41. data/docs/PulpAnsibleApiV3PluginAnsibleContentNamespacesApi.md +16 -4
  42. data/docs/PulpAnsibleArtifactsCollectionsV3Api.md +8 -0
  43. data/docs/PulpAnsibleDefaultApiApi.md +14 -5
  44. data/docs/PulpAnsibleDefaultApiV3Api.md +14 -5
  45. data/docs/PulpAnsibleDefaultApiV3ArtifactsCollectionsApi.md +2 -0
  46. data/docs/PulpAnsibleDefaultApiV3CollectionVersionsAllApi.md +14 -5
  47. data/docs/PulpAnsibleDefaultApiV3CollectionsAllApi.md +2 -0
  48. data/docs/PulpAnsibleDefaultApiV3CollectionsApi.md +20 -8
  49. data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsApi.md +14 -6
  50. data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsDocsBlobApi.md +2 -0
  51. data/docs/PulpAnsibleDefaultApiV3NamespacesApi.md +4 -0
  52. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleClientConfigurationApi.md +14 -5
  53. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +2 -0
  54. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllVersionsApi.md +2 -0
  55. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsApi.md +2 -0
  56. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsArtifactsApi.md +2 -0
  57. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi.md +20 -8
  58. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +14 -6
  59. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsDocsBlobApi.md +2 -0
  60. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.md +16 -4
  61. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleSearchCollectionVersionsApi.md +10 -4
  62. data/docs/PulpAnsibleTagsApi.md +6 -4
  63. data/docs/RemotesCollectionApi.md +72 -32
  64. data/docs/RemotesGitApi.md +72 -32
  65. data/docs/RemotesRoleApi.md +72 -32
  66. data/docs/RepositoriesAnsibleApi.md +136 -64
  67. data/docs/RepositoriesAnsibleVersionsApi.md +28 -12
  68. data/docs/VersionsApi.md +2 -0
  69. data/lib/pulp_ansible_client/api/ansible_collections_api.rb +21 -0
  70. data/lib/pulp_ansible_client/api/ansible_copy_api.rb +3 -0
  71. data/lib/pulp_ansible_client/api/api_plugin_ansible_search_collection_versions_api.rb +6 -0
  72. data/lib/pulp_ansible_client/api/api_roles_api.rb +3 -0
  73. data/lib/pulp_ansible_client/api/collection_import_api.rb +3 -0
  74. data/lib/pulp_ansible_client/api/content_collection_deprecations_api.rb +15 -0
  75. data/lib/pulp_ansible_client/api/content_collection_marks_api.rb +15 -0
  76. data/lib/pulp_ansible_client/api/content_collection_signatures_api.rb +15 -0
  77. data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +30 -15
  78. data/lib/pulp_ansible_client/api/content_namespaces_api.rb +15 -0
  79. data/lib/pulp_ansible_client/api/content_roles_api.rb +15 -0
  80. data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +36 -0
  81. data/lib/pulp_ansible_client/api/pulp_ansible_api_api.rb +3 -0
  82. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_api.rb +3 -0
  83. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_artifacts_collections_api.rb +3 -0
  84. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collection_versions_all_api.rb +3 -0
  85. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_all_api.rb +3 -0
  86. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_api.rb +12 -0
  87. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_api.rb +12 -3
  88. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_docs_blob_api.rb +3 -0
  89. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_namespaces_api.rb +6 -0
  90. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_client_configuration_api.rb +3 -0
  91. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api.rb +3 -0
  92. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_versions_api.rb +3 -0
  93. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_api.rb +3 -0
  94. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_artifacts_api.rb +3 -0
  95. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api.rb +12 -0
  96. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api.rb +12 -3
  97. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api.rb +3 -0
  98. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_namespaces_api.rb +15 -0
  99. data/lib/pulp_ansible_client/api/pulp_ansible_artifacts_collections_v3_api.rb +12 -0
  100. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_api.rb +9 -0
  101. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_api.rb +9 -0
  102. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_artifacts_collections_api.rb +3 -0
  103. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collection_versions_all_api.rb +9 -0
  104. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_all_api.rb +3 -0
  105. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_api.rb +12 -0
  106. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_api.rb +12 -3
  107. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_docs_blob_api.rb +3 -0
  108. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_namespaces_api.rb +6 -0
  109. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_client_configuration_api.rb +9 -0
  110. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api.rb +3 -0
  111. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_versions_api.rb +3 -0
  112. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_api.rb +3 -0
  113. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_artifacts_api.rb +3 -0
  114. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api.rb +12 -0
  115. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api.rb +12 -3
  116. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api.rb +3 -0
  117. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api.rb +15 -0
  118. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_search_collection_versions_api.rb +6 -0
  119. data/lib/pulp_ansible_client/api/pulp_ansible_tags_api.rb +5 -2
  120. data/lib/pulp_ansible_client/api/remotes_collection_api.rb +36 -0
  121. data/lib/pulp_ansible_client/api/remotes_git_api.rb +36 -0
  122. data/lib/pulp_ansible_client/api/remotes_role_api.rb +36 -0
  123. data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +60 -0
  124. data/lib/pulp_ansible_client/api/repositories_ansible_versions_api.rb +15 -0
  125. data/lib/pulp_ansible_client/api/versions_api.rb +3 -0
  126. data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +26 -26
  127. data/lib/pulp_ansible_client/models/ansible_git_remote.rb +224 -224
  128. data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +167 -167
  129. data/lib/pulp_ansible_client/models/ansible_role.rb +11 -11
  130. data/lib/pulp_ansible_client/models/ansible_role_response.rb +27 -27
  131. data/lib/pulp_ansible_client/models/collection_metadata_response.rb +0 -7
  132. data/lib/pulp_ansible_client/models/collection_summary_response.rb +1 -1
  133. data/lib/pulp_ansible_client/models/{ansible_tag_response.rb → collection_summary_response_tags_inner.rb} +3 -5
  134. data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +218 -218
  135. data/lib/pulp_ansible_client/models/tag_response.rb +1 -1
  136. data/lib/pulp_ansible_client/version.rb +1 -1
  137. data/lib/pulp_ansible_client.rb +1 -1
  138. data/spec/api/ansible_collections_api_spec.rb +7 -0
  139. data/spec/api/ansible_copy_api_spec.rb +1 -0
  140. data/spec/api/api_plugin_ansible_search_collection_versions_api_spec.rb +2 -0
  141. data/spec/api/api_roles_api_spec.rb +1 -0
  142. data/spec/api/collection_import_api_spec.rb +1 -0
  143. data/spec/api/content_collection_deprecations_api_spec.rb +5 -0
  144. data/spec/api/content_collection_marks_api_spec.rb +5 -0
  145. data/spec/api/content_collection_signatures_api_spec.rb +5 -0
  146. data/spec/api/content_collection_versions_api_spec.rb +10 -5
  147. data/spec/api/content_namespaces_api_spec.rb +5 -0
  148. data/spec/api/content_roles_api_spec.rb +5 -0
  149. data/spec/api/distributions_ansible_api_spec.rb +12 -0
  150. data/spec/api/pulp_ansible_api_api_spec.rb +1 -0
  151. data/spec/api/pulp_ansible_api_v3_api_spec.rb +1 -0
  152. data/spec/api/pulp_ansible_api_v3_artifacts_collections_api_spec.rb +1 -0
  153. data/spec/api/pulp_ansible_api_v3_collection_versions_all_api_spec.rb +1 -0
  154. data/spec/api/pulp_ansible_api_v3_collections_all_api_spec.rb +1 -0
  155. data/spec/api/pulp_ansible_api_v3_collections_api_spec.rb +4 -0
  156. data/spec/api/pulp_ansible_api_v3_collections_versions_api_spec.rb +4 -1
  157. data/spec/api/pulp_ansible_api_v3_collections_versions_docs_blob_api_spec.rb +1 -0
  158. data/spec/api/pulp_ansible_api_v3_namespaces_api_spec.rb +2 -0
  159. data/spec/api/pulp_ansible_api_v3_plugin_ansible_client_configuration_api_spec.rb +1 -0
  160. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +1 -0
  161. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_versions_api_spec.rb +1 -0
  162. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_api_spec.rb +1 -0
  163. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_artifacts_api_spec.rb +1 -0
  164. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api_spec.rb +4 -0
  165. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +4 -1
  166. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api_spec.rb +1 -0
  167. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_namespaces_api_spec.rb +5 -0
  168. data/spec/api/pulp_ansible_artifacts_collections_v3_api_spec.rb +4 -0
  169. data/spec/api/pulp_ansible_default_api_api_spec.rb +3 -0
  170. data/spec/api/pulp_ansible_default_api_v3_api_spec.rb +3 -0
  171. data/spec/api/pulp_ansible_default_api_v3_artifacts_collections_api_spec.rb +1 -0
  172. data/spec/api/pulp_ansible_default_api_v3_collection_versions_all_api_spec.rb +3 -0
  173. data/spec/api/pulp_ansible_default_api_v3_collections_all_api_spec.rb +1 -0
  174. data/spec/api/pulp_ansible_default_api_v3_collections_api_spec.rb +4 -0
  175. data/spec/api/pulp_ansible_default_api_v3_collections_versions_api_spec.rb +4 -1
  176. data/spec/api/pulp_ansible_default_api_v3_collections_versions_docs_blob_api_spec.rb +1 -0
  177. data/spec/api/pulp_ansible_default_api_v3_namespaces_api_spec.rb +2 -0
  178. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_client_configuration_api_spec.rb +3 -0
  179. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +1 -0
  180. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_versions_api_spec.rb +1 -0
  181. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_api_spec.rb +1 -0
  182. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_artifacts_api_spec.rb +1 -0
  183. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api_spec.rb +4 -0
  184. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +4 -1
  185. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api_spec.rb +1 -0
  186. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api_spec.rb +5 -0
  187. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_search_collection_versions_api_spec.rb +2 -0
  188. data/spec/api/pulp_ansible_tags_api_spec.rb +2 -1
  189. data/spec/api/remotes_collection_api_spec.rb +12 -0
  190. data/spec/api/remotes_git_api_spec.rb +12 -0
  191. data/spec/api/remotes_role_api_spec.rb +12 -0
  192. data/spec/api/repositories_ansible_api_spec.rb +20 -0
  193. data/spec/api/repositories_ansible_versions_api_spec.rb +5 -0
  194. data/spec/api/versions_api_spec.rb +1 -0
  195. data/spec/models/ansible_collection_version_response_spec.rb +5 -5
  196. data/spec/models/ansible_git_remote_response_spec.rb +19 -19
  197. data/spec/models/ansible_git_remote_spec.rb +19 -19
  198. data/spec/models/ansible_role_response_spec.rb +5 -5
  199. data/spec/models/ansible_role_spec.rb +3 -3
  200. data/spec/models/{ansible_tag_response_spec.rb → collection_summary_response_tags_inner_spec.rb} +6 -6
  201. data/spec/models/patchedansible_git_remote_spec.rb +19 -19
  202. metadata +124 -124
  203. data/docs/AnsibleTagResponse.md +0 -18
@@ -16,64 +16,64 @@ require 'time'
16
16
  module PulpAnsibleClient
17
17
  # A serializer for Git Collection Remotes.
18
18
  class PatchedansibleGitRemote
19
- # A PEM encoded CA certificate used to validate the server certificate presented by the remote server.
20
- attr_accessor :ca_cert
19
+ # aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.
20
+ attr_accessor :total_timeout
21
21
 
22
- # The URL of an external content source.
23
- attr_accessor :url
22
+ # aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.
23
+ attr_accessor :connect_timeout
24
24
 
25
- # A PEM encoded client certificate used for authentication.
26
- attr_accessor :client_cert
25
+ # Headers for aiohttp.Clientsession
26
+ attr_accessor :headers
27
27
 
28
- # Total number of simultaneous connections. If not set then the default value will be used.
29
- attr_accessor :download_concurrency
28
+ # If True, TLS peer validation must be performed.
29
+ attr_accessor :tls_validation
30
30
 
31
- # 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.
32
- attr_accessor :sock_connect_timeout
31
+ # Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used.
32
+ attr_accessor :max_retries
33
33
 
34
- # The proxy URL. Format: scheme://host:port
35
- attr_accessor :proxy_url
34
+ # The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed.
35
+ attr_accessor :password
36
+
37
+ # A PEM encoded private key used for authentication.
38
+ attr_accessor :client_key
36
39
 
37
40
  # 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.
38
41
  attr_accessor :sock_read_timeout
39
42
 
40
- # aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.
41
- attr_accessor :connect_timeout
43
+ # A PEM encoded client certificate used for authentication.
44
+ attr_accessor :client_cert
42
45
 
43
46
  # The username to authenticte to the proxy.
44
47
  attr_accessor :proxy_username
45
48
 
46
- # If True, TLS peer validation must be performed.
47
- attr_accessor :tls_validation
48
-
49
- # Headers for aiohttp.Clientsession
50
- attr_accessor :headers
49
+ # A PEM encoded CA certificate used to validate the server certificate presented by the remote server.
50
+ attr_accessor :ca_cert
51
51
 
52
- # The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed.
53
- attr_accessor :password
52
+ # The URL of an external content source.
53
+ attr_accessor :url
54
54
 
55
55
  # A unique name for this remote.
56
56
  attr_accessor :name
57
57
 
58
+ # Limits requests per second for each concurrent downloader
59
+ attr_accessor :rate_limit
60
+
58
61
  # The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed.
59
62
  attr_accessor :proxy_password
60
63
 
61
- # aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.
62
- attr_accessor :total_timeout
64
+ # 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.
65
+ attr_accessor :sock_connect_timeout
63
66
 
64
67
  # The username to be used for authentication when syncing.
65
68
  attr_accessor :username
66
69
 
67
- # A PEM encoded private key used for authentication.
68
- attr_accessor :client_key
69
-
70
- # Limits requests per second for each concurrent downloader
71
- attr_accessor :rate_limit
70
+ attr_accessor :pulp_labels
72
71
 
73
- # Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used.
74
- attr_accessor :max_retries
72
+ # The proxy URL. Format: scheme://host:port
73
+ attr_accessor :proxy_url
75
74
 
76
- attr_accessor :pulp_labels
75
+ # Total number of simultaneous connections. If not set then the default value will be used.
76
+ attr_accessor :download_concurrency
77
77
 
78
78
  # If True, only metadata about the content will be stored in Pulp. Clients will retrieve content from the remote URL.
79
79
  attr_accessor :metadata_only
@@ -84,26 +84,26 @@ module PulpAnsibleClient
84
84
  # Attribute mapping from ruby-style variable name to JSON key.
85
85
  def self.attribute_map
86
86
  {
87
- :'ca_cert' => :'ca_cert',
88
- :'url' => :'url',
89
- :'client_cert' => :'client_cert',
90
- :'download_concurrency' => :'download_concurrency',
91
- :'sock_connect_timeout' => :'sock_connect_timeout',
92
- :'proxy_url' => :'proxy_url',
93
- :'sock_read_timeout' => :'sock_read_timeout',
87
+ :'total_timeout' => :'total_timeout',
94
88
  :'connect_timeout' => :'connect_timeout',
95
- :'proxy_username' => :'proxy_username',
96
- :'tls_validation' => :'tls_validation',
97
89
  :'headers' => :'headers',
90
+ :'tls_validation' => :'tls_validation',
91
+ :'max_retries' => :'max_retries',
98
92
  :'password' => :'password',
93
+ :'client_key' => :'client_key',
94
+ :'sock_read_timeout' => :'sock_read_timeout',
95
+ :'client_cert' => :'client_cert',
96
+ :'proxy_username' => :'proxy_username',
97
+ :'ca_cert' => :'ca_cert',
98
+ :'url' => :'url',
99
99
  :'name' => :'name',
100
+ :'rate_limit' => :'rate_limit',
100
101
  :'proxy_password' => :'proxy_password',
101
- :'total_timeout' => :'total_timeout',
102
+ :'sock_connect_timeout' => :'sock_connect_timeout',
102
103
  :'username' => :'username',
103
- :'client_key' => :'client_key',
104
- :'rate_limit' => :'rate_limit',
105
- :'max_retries' => :'max_retries',
106
104
  :'pulp_labels' => :'pulp_labels',
105
+ :'proxy_url' => :'proxy_url',
106
+ :'download_concurrency' => :'download_concurrency',
107
107
  :'metadata_only' => :'metadata_only',
108
108
  :'git_ref' => :'git_ref'
109
109
  }
@@ -117,26 +117,26 @@ module PulpAnsibleClient
117
117
  # Attribute type mapping.
118
118
  def self.openapi_types
119
119
  {
120
- :'ca_cert' => :'String',
121
- :'url' => :'String',
122
- :'client_cert' => :'String',
123
- :'download_concurrency' => :'Integer',
124
- :'sock_connect_timeout' => :'Float',
125
- :'proxy_url' => :'String',
126
- :'sock_read_timeout' => :'Float',
120
+ :'total_timeout' => :'Float',
127
121
  :'connect_timeout' => :'Float',
128
- :'proxy_username' => :'String',
129
- :'tls_validation' => :'Boolean',
130
122
  :'headers' => :'Array<Object>',
123
+ :'tls_validation' => :'Boolean',
124
+ :'max_retries' => :'Integer',
131
125
  :'password' => :'String',
126
+ :'client_key' => :'String',
127
+ :'sock_read_timeout' => :'Float',
128
+ :'client_cert' => :'String',
129
+ :'proxy_username' => :'String',
130
+ :'ca_cert' => :'String',
131
+ :'url' => :'String',
132
132
  :'name' => :'String',
133
+ :'rate_limit' => :'Integer',
133
134
  :'proxy_password' => :'String',
134
- :'total_timeout' => :'Float',
135
+ :'sock_connect_timeout' => :'Float',
135
136
  :'username' => :'String',
136
- :'client_key' => :'String',
137
- :'rate_limit' => :'Integer',
138
- :'max_retries' => :'Integer',
139
137
  :'pulp_labels' => :'Hash<String, String>',
138
+ :'proxy_url' => :'String',
139
+ :'download_concurrency' => :'Integer',
140
140
  :'metadata_only' => :'Boolean',
141
141
  :'git_ref' => :'String'
142
142
  }
@@ -145,21 +145,21 @@ module PulpAnsibleClient
145
145
  # List of attributes with nullable: true
146
146
  def self.openapi_nullable
147
147
  Set.new([
148
- :'ca_cert',
149
- :'client_cert',
150
- :'download_concurrency',
151
- :'sock_connect_timeout',
152
- :'proxy_url',
153
- :'sock_read_timeout',
148
+ :'total_timeout',
154
149
  :'connect_timeout',
155
- :'proxy_username',
150
+ :'max_retries',
156
151
  :'password',
157
- :'proxy_password',
158
- :'total_timeout',
159
- :'username',
160
152
  :'client_key',
153
+ :'sock_read_timeout',
154
+ :'client_cert',
155
+ :'proxy_username',
156
+ :'ca_cert',
161
157
  :'rate_limit',
162
- :'max_retries',
158
+ :'proxy_password',
159
+ :'sock_connect_timeout',
160
+ :'username',
161
+ :'proxy_url',
162
+ :'download_concurrency',
163
163
  ])
164
164
  end
165
165
 
@@ -178,90 +178,90 @@ module PulpAnsibleClient
178
178
  h[k.to_sym] = v
179
179
  }
180
180
 
181
- if attributes.key?(:'ca_cert')
182
- self.ca_cert = attributes[:'ca_cert']
181
+ if attributes.key?(:'total_timeout')
182
+ self.total_timeout = attributes[:'total_timeout']
183
183
  end
184
184
 
185
- if attributes.key?(:'url')
186
- self.url = attributes[:'url']
185
+ if attributes.key?(:'connect_timeout')
186
+ self.connect_timeout = attributes[:'connect_timeout']
187
187
  end
188
188
 
189
- if attributes.key?(:'client_cert')
190
- self.client_cert = attributes[:'client_cert']
189
+ if attributes.key?(:'headers')
190
+ if (value = attributes[:'headers']).is_a?(Array)
191
+ self.headers = value
192
+ end
191
193
  end
192
194
 
193
- if attributes.key?(:'download_concurrency')
194
- self.download_concurrency = attributes[:'download_concurrency']
195
+ if attributes.key?(:'tls_validation')
196
+ self.tls_validation = attributes[:'tls_validation']
195
197
  end
196
198
 
197
- if attributes.key?(:'sock_connect_timeout')
198
- self.sock_connect_timeout = attributes[:'sock_connect_timeout']
199
+ if attributes.key?(:'max_retries')
200
+ self.max_retries = attributes[:'max_retries']
199
201
  end
200
202
 
201
- if attributes.key?(:'proxy_url')
202
- self.proxy_url = attributes[:'proxy_url']
203
+ if attributes.key?(:'password')
204
+ self.password = attributes[:'password']
205
+ end
206
+
207
+ if attributes.key?(:'client_key')
208
+ self.client_key = attributes[:'client_key']
203
209
  end
204
210
 
205
211
  if attributes.key?(:'sock_read_timeout')
206
212
  self.sock_read_timeout = attributes[:'sock_read_timeout']
207
213
  end
208
214
 
209
- if attributes.key?(:'connect_timeout')
210
- self.connect_timeout = attributes[:'connect_timeout']
215
+ if attributes.key?(:'client_cert')
216
+ self.client_cert = attributes[:'client_cert']
211
217
  end
212
218
 
213
219
  if attributes.key?(:'proxy_username')
214
220
  self.proxy_username = attributes[:'proxy_username']
215
221
  end
216
222
 
217
- if attributes.key?(:'tls_validation')
218
- self.tls_validation = attributes[:'tls_validation']
219
- end
220
-
221
- if attributes.key?(:'headers')
222
- if (value = attributes[:'headers']).is_a?(Array)
223
- self.headers = value
224
- end
223
+ if attributes.key?(:'ca_cert')
224
+ self.ca_cert = attributes[:'ca_cert']
225
225
  end
226
226
 
227
- if attributes.key?(:'password')
228
- self.password = attributes[:'password']
227
+ if attributes.key?(:'url')
228
+ self.url = attributes[:'url']
229
229
  end
230
230
 
231
231
  if attributes.key?(:'name')
232
232
  self.name = attributes[:'name']
233
233
  end
234
234
 
235
+ if attributes.key?(:'rate_limit')
236
+ self.rate_limit = attributes[:'rate_limit']
237
+ end
238
+
235
239
  if attributes.key?(:'proxy_password')
236
240
  self.proxy_password = attributes[:'proxy_password']
237
241
  end
238
242
 
239
- if attributes.key?(:'total_timeout')
240
- self.total_timeout = attributes[:'total_timeout']
243
+ if attributes.key?(:'sock_connect_timeout')
244
+ self.sock_connect_timeout = attributes[:'sock_connect_timeout']
241
245
  end
242
246
 
243
247
  if attributes.key?(:'username')
244
248
  self.username = attributes[:'username']
245
249
  end
246
250
 
247
- if attributes.key?(:'client_key')
248
- self.client_key = attributes[:'client_key']
249
- end
250
-
251
- if attributes.key?(:'rate_limit')
252
- self.rate_limit = attributes[:'rate_limit']
253
- end
254
-
255
- if attributes.key?(:'max_retries')
256
- self.max_retries = attributes[:'max_retries']
257
- end
258
-
259
251
  if attributes.key?(:'pulp_labels')
260
252
  if (value = attributes[:'pulp_labels']).is_a?(Hash)
261
253
  self.pulp_labels = value
262
254
  end
263
255
  end
264
256
 
257
+ if attributes.key?(:'proxy_url')
258
+ self.proxy_url = attributes[:'proxy_url']
259
+ end
260
+
261
+ if attributes.key?(:'download_concurrency')
262
+ self.download_concurrency = attributes[:'download_concurrency']
263
+ end
264
+
265
265
  if attributes.key?(:'metadata_only')
266
266
  self.metadata_only = attributes[:'metadata_only']
267
267
  end
@@ -276,44 +276,40 @@ module PulpAnsibleClient
276
276
  def list_invalid_properties
277
277
  warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
278
278
  invalid_properties = Array.new
279
- if !@ca_cert.nil? && @ca_cert.to_s.length < 1
280
- invalid_properties.push('invalid value for "ca_cert", the character length must be great than or equal to 1.')
281
- end
282
-
283
- if !@url.nil? && @url.to_s.length < 1
284
- invalid_properties.push('invalid value for "url", the character length must be great than or equal to 1.')
285
- end
286
-
287
- if !@client_cert.nil? && @client_cert.to_s.length < 1
288
- invalid_properties.push('invalid value for "client_cert", the character length must be great than or equal to 1.')
279
+ if !@total_timeout.nil? && @total_timeout < 0.0
280
+ invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.0.')
289
281
  end
290
282
 
291
- if !@download_concurrency.nil? && @download_concurrency < 1
292
- invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
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.')
293
285
  end
294
286
 
295
- if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
296
- invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.')
287
+ if !@password.nil? && @password.to_s.length < 1
288
+ invalid_properties.push('invalid value for "password", the character length must be great than or equal to 1.')
297
289
  end
298
290
 
299
- if !@proxy_url.nil? && @proxy_url.to_s.length < 1
300
- invalid_properties.push('invalid value for "proxy_url", the character length must be great than or equal to 1.')
291
+ if !@client_key.nil? && @client_key.to_s.length < 1
292
+ invalid_properties.push('invalid value for "client_key", the character length must be great than or equal to 1.')
301
293
  end
302
294
 
303
295
  if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
304
296
  invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.0.')
305
297
  end
306
298
 
307
- if !@connect_timeout.nil? && @connect_timeout < 0.0
308
- invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.0.')
299
+ if !@client_cert.nil? && @client_cert.to_s.length < 1
300
+ invalid_properties.push('invalid value for "client_cert", the character length must be great than or equal to 1.')
309
301
  end
310
302
 
311
303
  if !@proxy_username.nil? && @proxy_username.to_s.length < 1
312
304
  invalid_properties.push('invalid value for "proxy_username", the character length must be great than or equal to 1.')
313
305
  end
314
306
 
315
- if !@password.nil? && @password.to_s.length < 1
316
- invalid_properties.push('invalid value for "password", the character length must be great than or equal to 1.')
307
+ if !@ca_cert.nil? && @ca_cert.to_s.length < 1
308
+ invalid_properties.push('invalid value for "ca_cert", the character length must be great than or equal to 1.')
309
+ end
310
+
311
+ if !@url.nil? && @url.to_s.length < 1
312
+ invalid_properties.push('invalid value for "url", the character length must be great than or equal to 1.')
317
313
  end
318
314
 
319
315
  if !@name.nil? && @name.to_s.length < 1
@@ -324,16 +320,20 @@ module PulpAnsibleClient
324
320
  invalid_properties.push('invalid value for "proxy_password", the character length must be great than or equal to 1.')
325
321
  end
326
322
 
327
- if !@total_timeout.nil? && @total_timeout < 0.0
328
- invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.0.')
323
+ if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
324
+ invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.')
329
325
  end
330
326
 
331
327
  if !@username.nil? && @username.to_s.length < 1
332
328
  invalid_properties.push('invalid value for "username", the character length must be great than or equal to 1.')
333
329
  end
334
330
 
335
- if !@client_key.nil? && @client_key.to_s.length < 1
336
- invalid_properties.push('invalid value for "client_key", the character length must be great than or equal to 1.')
331
+ if !@proxy_url.nil? && @proxy_url.to_s.length < 1
332
+ invalid_properties.push('invalid value for "proxy_url", the character length must be great than or equal to 1.')
333
+ end
334
+
335
+ if !@download_concurrency.nil? && @download_concurrency < 1
336
+ invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
337
337
  end
338
338
 
339
339
  if !@git_ref.nil? && @git_ref.to_s.length < 1
@@ -347,87 +347,63 @@ module PulpAnsibleClient
347
347
  # @return true if the model is valid
348
348
  def valid?
349
349
  warn '[DEPRECATED] the `valid?` method is obsolete'
350
- return false if !@ca_cert.nil? && @ca_cert.to_s.length < 1
351
- return false if !@url.nil? && @url.to_s.length < 1
352
- return false if !@client_cert.nil? && @client_cert.to_s.length < 1
353
- return false if !@download_concurrency.nil? && @download_concurrency < 1
354
- return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
355
- return false if !@proxy_url.nil? && @proxy_url.to_s.length < 1
356
- return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
350
+ return false if !@total_timeout.nil? && @total_timeout < 0.0
357
351
  return false if !@connect_timeout.nil? && @connect_timeout < 0.0
358
- return false if !@proxy_username.nil? && @proxy_username.to_s.length < 1
359
352
  return false if !@password.nil? && @password.to_s.length < 1
353
+ return false if !@client_key.nil? && @client_key.to_s.length < 1
354
+ return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
355
+ return false if !@client_cert.nil? && @client_cert.to_s.length < 1
356
+ return false if !@proxy_username.nil? && @proxy_username.to_s.length < 1
357
+ return false if !@ca_cert.nil? && @ca_cert.to_s.length < 1
358
+ return false if !@url.nil? && @url.to_s.length < 1
360
359
  return false if !@name.nil? && @name.to_s.length < 1
361
360
  return false if !@proxy_password.nil? && @proxy_password.to_s.length < 1
362
- return false if !@total_timeout.nil? && @total_timeout < 0.0
361
+ return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
363
362
  return false if !@username.nil? && @username.to_s.length < 1
364
- return false if !@client_key.nil? && @client_key.to_s.length < 1
363
+ return false if !@proxy_url.nil? && @proxy_url.to_s.length < 1
364
+ return false if !@download_concurrency.nil? && @download_concurrency < 1
365
365
  return false if !@git_ref.nil? && @git_ref.to_s.length < 1
366
366
  true
367
367
  end
368
368
 
369
369
  # Custom attribute writer method with validation
370
- # @param [Object] ca_cert Value to be assigned
371
- def ca_cert=(ca_cert)
372
- if !ca_cert.nil? && ca_cert.to_s.length < 1
373
- fail ArgumentError, 'invalid value for "ca_cert", the character length must be great than or equal to 1.'
374
- end
375
-
376
- @ca_cert = ca_cert
377
- end
378
-
379
- # Custom attribute writer method with validation
380
- # @param [Object] url Value to be assigned
381
- def url=(url)
382
- if url.nil?
383
- fail ArgumentError, 'url cannot be nil'
384
- end
385
-
386
- if url.to_s.length < 1
387
- fail ArgumentError, 'invalid value for "url", the character length must be great than or equal to 1.'
388
- end
389
-
390
- @url = url
391
- end
392
-
393
- # Custom attribute writer method with validation
394
- # @param [Object] client_cert Value to be assigned
395
- def client_cert=(client_cert)
396
- if !client_cert.nil? && client_cert.to_s.length < 1
397
- fail ArgumentError, 'invalid value for "client_cert", the character length must be great than or equal to 1.'
370
+ # @param [Object] total_timeout Value to be assigned
371
+ def total_timeout=(total_timeout)
372
+ if !total_timeout.nil? && total_timeout < 0.0
373
+ fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.0.'
398
374
  end
399
375
 
400
- @client_cert = client_cert
376
+ @total_timeout = total_timeout
401
377
  end
402
378
 
403
379
  # Custom attribute writer method with validation
404
- # @param [Object] download_concurrency Value to be assigned
405
- def download_concurrency=(download_concurrency)
406
- if !download_concurrency.nil? && download_concurrency < 1
407
- fail ArgumentError, 'invalid value for "download_concurrency", must be greater than or equal to 1.'
380
+ # @param [Object] connect_timeout Value to be assigned
381
+ def connect_timeout=(connect_timeout)
382
+ if !connect_timeout.nil? && connect_timeout < 0.0
383
+ fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.0.'
408
384
  end
409
385
 
410
- @download_concurrency = download_concurrency
386
+ @connect_timeout = connect_timeout
411
387
  end
412
388
 
413
389
  # Custom attribute writer method with validation
414
- # @param [Object] sock_connect_timeout Value to be assigned
415
- def sock_connect_timeout=(sock_connect_timeout)
416
- if !sock_connect_timeout.nil? && sock_connect_timeout < 0.0
417
- fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.'
390
+ # @param [Object] password Value to be assigned
391
+ def password=(password)
392
+ if !password.nil? && password.to_s.length < 1
393
+ fail ArgumentError, 'invalid value for "password", the character length must be great than or equal to 1.'
418
394
  end
419
395
 
420
- @sock_connect_timeout = sock_connect_timeout
396
+ @password = password
421
397
  end
422
398
 
423
399
  # Custom attribute writer method with validation
424
- # @param [Object] proxy_url Value to be assigned
425
- def proxy_url=(proxy_url)
426
- if !proxy_url.nil? && proxy_url.to_s.length < 1
427
- fail ArgumentError, 'invalid value for "proxy_url", the character length must be great than or equal to 1.'
400
+ # @param [Object] client_key Value to be assigned
401
+ def client_key=(client_key)
402
+ if !client_key.nil? && client_key.to_s.length < 1
403
+ fail ArgumentError, 'invalid value for "client_key", the character length must be great than or equal to 1.'
428
404
  end
429
405
 
430
- @proxy_url = proxy_url
406
+ @client_key = client_key
431
407
  end
432
408
 
433
409
  # Custom attribute writer method with validation
@@ -441,13 +417,13 @@ module PulpAnsibleClient
441
417
  end
442
418
 
443
419
  # Custom attribute writer method with validation
444
- # @param [Object] connect_timeout Value to be assigned
445
- def connect_timeout=(connect_timeout)
446
- if !connect_timeout.nil? && connect_timeout < 0.0
447
- fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.0.'
420
+ # @param [Object] client_cert Value to be assigned
421
+ def client_cert=(client_cert)
422
+ if !client_cert.nil? && client_cert.to_s.length < 1
423
+ fail ArgumentError, 'invalid value for "client_cert", the character length must be great than or equal to 1.'
448
424
  end
449
425
 
450
- @connect_timeout = connect_timeout
426
+ @client_cert = client_cert
451
427
  end
452
428
 
453
429
  # Custom attribute writer method with validation
@@ -461,13 +437,27 @@ module PulpAnsibleClient
461
437
  end
462
438
 
463
439
  # Custom attribute writer method with validation
464
- # @param [Object] password Value to be assigned
465
- def password=(password)
466
- if !password.nil? && password.to_s.length < 1
467
- fail ArgumentError, 'invalid value for "password", the character length must be great than or equal to 1.'
440
+ # @param [Object] ca_cert Value to be assigned
441
+ def ca_cert=(ca_cert)
442
+ if !ca_cert.nil? && ca_cert.to_s.length < 1
443
+ fail ArgumentError, 'invalid value for "ca_cert", the character length must be great than or equal to 1.'
468
444
  end
469
445
 
470
- @password = password
446
+ @ca_cert = ca_cert
447
+ end
448
+
449
+ # Custom attribute writer method with validation
450
+ # @param [Object] url Value to be assigned
451
+ def url=(url)
452
+ if url.nil?
453
+ fail ArgumentError, 'url cannot be nil'
454
+ end
455
+
456
+ if url.to_s.length < 1
457
+ fail ArgumentError, 'invalid value for "url", the character length must be great than or equal to 1.'
458
+ end
459
+
460
+ @url = url
471
461
  end
472
462
 
473
463
  # Custom attribute writer method with validation
@@ -495,13 +485,13 @@ module PulpAnsibleClient
495
485
  end
496
486
 
497
487
  # Custom attribute writer method with validation
498
- # @param [Object] total_timeout Value to be assigned
499
- def total_timeout=(total_timeout)
500
- if !total_timeout.nil? && total_timeout < 0.0
501
- fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.0.'
488
+ # @param [Object] sock_connect_timeout Value to be assigned
489
+ def sock_connect_timeout=(sock_connect_timeout)
490
+ if !sock_connect_timeout.nil? && sock_connect_timeout < 0.0
491
+ fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.'
502
492
  end
503
493
 
504
- @total_timeout = total_timeout
494
+ @sock_connect_timeout = sock_connect_timeout
505
495
  end
506
496
 
507
497
  # Custom attribute writer method with validation
@@ -515,13 +505,23 @@ module PulpAnsibleClient
515
505
  end
516
506
 
517
507
  # Custom attribute writer method with validation
518
- # @param [Object] client_key Value to be assigned
519
- def client_key=(client_key)
520
- if !client_key.nil? && client_key.to_s.length < 1
521
- fail ArgumentError, 'invalid value for "client_key", the character length must be great than or equal to 1.'
508
+ # @param [Object] proxy_url Value to be assigned
509
+ def proxy_url=(proxy_url)
510
+ if !proxy_url.nil? && proxy_url.to_s.length < 1
511
+ fail ArgumentError, 'invalid value for "proxy_url", the character length must be great than or equal to 1.'
522
512
  end
523
513
 
524
- @client_key = client_key
514
+ @proxy_url = proxy_url
515
+ end
516
+
517
+ # Custom attribute writer method with validation
518
+ # @param [Object] download_concurrency Value to be assigned
519
+ def download_concurrency=(download_concurrency)
520
+ if !download_concurrency.nil? && download_concurrency < 1
521
+ fail ArgumentError, 'invalid value for "download_concurrency", must be greater than or equal to 1.'
522
+ end
523
+
524
+ @download_concurrency = download_concurrency
525
525
  end
526
526
 
527
527
  # Custom attribute writer method with validation
@@ -543,26 +543,26 @@ module PulpAnsibleClient
543
543
  def ==(o)
544
544
  return true if self.equal?(o)
545
545
  self.class == o.class &&
546
- ca_cert == o.ca_cert &&
547
- url == o.url &&
548
- client_cert == o.client_cert &&
549
- download_concurrency == o.download_concurrency &&
550
- sock_connect_timeout == o.sock_connect_timeout &&
551
- proxy_url == o.proxy_url &&
552
- sock_read_timeout == o.sock_read_timeout &&
546
+ total_timeout == o.total_timeout &&
553
547
  connect_timeout == o.connect_timeout &&
554
- proxy_username == o.proxy_username &&
555
- tls_validation == o.tls_validation &&
556
548
  headers == o.headers &&
549
+ tls_validation == o.tls_validation &&
550
+ max_retries == o.max_retries &&
557
551
  password == o.password &&
552
+ client_key == o.client_key &&
553
+ sock_read_timeout == o.sock_read_timeout &&
554
+ client_cert == o.client_cert &&
555
+ proxy_username == o.proxy_username &&
556
+ ca_cert == o.ca_cert &&
557
+ url == o.url &&
558
558
  name == o.name &&
559
+ rate_limit == o.rate_limit &&
559
560
  proxy_password == o.proxy_password &&
560
- total_timeout == o.total_timeout &&
561
+ sock_connect_timeout == o.sock_connect_timeout &&
561
562
  username == o.username &&
562
- client_key == o.client_key &&
563
- rate_limit == o.rate_limit &&
564
- max_retries == o.max_retries &&
565
563
  pulp_labels == o.pulp_labels &&
564
+ proxy_url == o.proxy_url &&
565
+ download_concurrency == o.download_concurrency &&
566
566
  metadata_only == o.metadata_only &&
567
567
  git_ref == o.git_ref
568
568
  end
@@ -576,7 +576,7 @@ module PulpAnsibleClient
576
576
  # Calculates hash code according to all attributes.
577
577
  # @return [Integer] Hash code
578
578
  def hash
579
- [ca_cert, url, client_cert, download_concurrency, sock_connect_timeout, proxy_url, sock_read_timeout, connect_timeout, proxy_username, tls_validation, headers, password, name, proxy_password, total_timeout, username, client_key, rate_limit, max_retries, pulp_labels, metadata_only, git_ref].hash
579
+ [total_timeout, connect_timeout, headers, tls_validation, max_retries, password, client_key, sock_read_timeout, client_cert, proxy_username, ca_cert, url, name, rate_limit, proxy_password, sock_connect_timeout, username, pulp_labels, proxy_url, download_concurrency, metadata_only, git_ref].hash
580
580
  end
581
581
 
582
582
  # Builds the object from hash