pulp_ansible_client 0.24.6 → 0.24.7

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