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.
- checksums.yaml +4 -4
- data/README.md +8 -5
- data/docs/AnsibleCollectionVersionResponse.md +4 -4
- data/docs/AnsibleCollectionsApi.md +26 -8
- data/docs/AnsibleCopyApi.md +8 -4
- data/docs/AnsibleGitRemote.md +24 -24
- data/docs/AnsibleGitRemoteResponse.md +24 -24
- data/docs/AnsibleRole.md +2 -2
- data/docs/AnsibleRoleResponse.md +4 -4
- data/docs/ApiPluginAnsibleSearchCollectionVersionsApi.md +10 -4
- data/docs/ApiRolesApi.md +2 -0
- data/docs/CollectionImportApi.md +2 -0
- data/docs/ContentCollectionDeprecationsApi.md +28 -12
- data/docs/ContentCollectionMarksApi.md +28 -12
- data/docs/ContentCollectionSignaturesApi.md +22 -8
- data/docs/ContentCollectionVersionsApi.md +28 -14
- data/docs/ContentNamespacesApi.md +22 -8
- data/docs/ContentRolesApi.md +28 -12
- data/docs/DistributionsAnsibleApi.md +72 -32
- data/docs/PatchedansibleGitRemote.md +24 -24
- data/docs/PulpAnsibleApiApi.md +2 -0
- data/docs/PulpAnsibleApiV3Api.md +2 -0
- data/docs/PulpAnsibleApiV3ArtifactsCollectionsApi.md +2 -0
- data/docs/PulpAnsibleApiV3CollectionVersionsAllApi.md +2 -0
- data/docs/PulpAnsibleApiV3CollectionsAllApi.md +2 -0
- data/docs/PulpAnsibleApiV3CollectionsApi.md +20 -8
- data/docs/PulpAnsibleApiV3CollectionsVersionsApi.md +12 -4
- data/docs/PulpAnsibleApiV3CollectionsVersionsDocsBlobApi.md +2 -0
- data/docs/PulpAnsibleApiV3NamespacesApi.md +4 -0
- data/docs/PulpAnsibleApiV3PluginAnsibleClientConfigurationApi.md +2 -0
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +2 -0
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsAllVersionsApi.md +2 -0
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsApi.md +2 -0
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsArtifactsApi.md +2 -0
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexApi.md +20 -8
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +12 -4
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsDocsBlobApi.md +2 -0
- data/docs/PulpAnsibleApiV3PluginAnsibleContentNamespacesApi.md +16 -4
- data/docs/PulpAnsibleArtifactsCollectionsV3Api.md +8 -0
- data/docs/PulpAnsibleDefaultApiApi.md +14 -5
- data/docs/PulpAnsibleDefaultApiV3Api.md +14 -5
- data/docs/PulpAnsibleDefaultApiV3ArtifactsCollectionsApi.md +2 -0
- data/docs/PulpAnsibleDefaultApiV3CollectionVersionsAllApi.md +14 -5
- data/docs/PulpAnsibleDefaultApiV3CollectionsAllApi.md +2 -0
- data/docs/PulpAnsibleDefaultApiV3CollectionsApi.md +20 -8
- data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsApi.md +12 -4
- data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsDocsBlobApi.md +2 -0
- data/docs/PulpAnsibleDefaultApiV3NamespacesApi.md +4 -0
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleClientConfigurationApi.md +14 -5
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +2 -0
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllVersionsApi.md +2 -0
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsApi.md +2 -0
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsArtifactsApi.md +2 -0
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi.md +20 -8
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +12 -4
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsDocsBlobApi.md +2 -0
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.md +16 -4
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleSearchCollectionVersionsApi.md +10 -4
- data/docs/PulpAnsibleTagsApi.md +2 -0
- data/docs/RemotesCollectionApi.md +72 -32
- data/docs/RemotesGitApi.md +72 -32
- data/docs/RemotesRoleApi.md +72 -32
- data/docs/RepositoriesAnsibleApi.md +136 -64
- data/docs/RepositoriesAnsibleVersionsApi.md +30 -14
- data/docs/VersionsApi.md +2 -0
- data/lib/pulp_ansible_client/api/ansible_collections_api.rb +21 -0
- data/lib/pulp_ansible_client/api/ansible_copy_api.rb +3 -0
- data/lib/pulp_ansible_client/api/api_plugin_ansible_search_collection_versions_api.rb +6 -0
- data/lib/pulp_ansible_client/api/api_roles_api.rb +3 -0
- data/lib/pulp_ansible_client/api/collection_import_api.rb +3 -0
- data/lib/pulp_ansible_client/api/content_collection_deprecations_api.rb +15 -0
- data/lib/pulp_ansible_client/api/content_collection_marks_api.rb +15 -0
- data/lib/pulp_ansible_client/api/content_collection_signatures_api.rb +15 -0
- data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +24 -9
- data/lib/pulp_ansible_client/api/content_namespaces_api.rb +15 -0
- data/lib/pulp_ansible_client/api/content_roles_api.rb +15 -0
- data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +36 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_artifacts_collections_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collection_versions_all_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_all_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_api.rb +12 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_api.rb +9 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_docs_blob_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_namespaces_api.rb +6 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_client_configuration_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_versions_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_artifacts_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api.rb +12 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api.rb +9 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_namespaces_api.rb +15 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_artifacts_collections_v3_api.rb +12 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_api.rb +9 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_api.rb +9 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_artifacts_collections_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collection_versions_all_api.rb +9 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_all_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_api.rb +12 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_api.rb +9 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_docs_blob_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_namespaces_api.rb +6 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_client_configuration_api.rb +9 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_versions_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_artifacts_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api.rb +12 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api.rb +9 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api.rb +15 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_search_collection_versions_api.rb +6 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_tags_api.rb +3 -0
- data/lib/pulp_ansible_client/api/remotes_collection_api.rb +36 -0
- data/lib/pulp_ansible_client/api/remotes_git_api.rb +36 -0
- data/lib/pulp_ansible_client/api/remotes_role_api.rb +36 -0
- data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +60 -0
- data/lib/pulp_ansible_client/api/repositories_ansible_versions_api.rb +18 -3
- data/lib/pulp_ansible_client/api/versions_api.rb +3 -0
- data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +21 -21
- data/lib/pulp_ansible_client/models/ansible_git_remote.rb +228 -228
- data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +138 -138
- data/lib/pulp_ansible_client/models/ansible_role.rb +11 -11
- data/lib/pulp_ansible_client/models/ansible_role_response.rb +21 -21
- data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +223 -223
- data/lib/pulp_ansible_client/version.rb +1 -1
- data/spec/api/ansible_collections_api_spec.rb +7 -0
- data/spec/api/ansible_copy_api_spec.rb +1 -0
- data/spec/api/api_plugin_ansible_search_collection_versions_api_spec.rb +2 -0
- data/spec/api/api_roles_api_spec.rb +1 -0
- data/spec/api/collection_import_api_spec.rb +1 -0
- data/spec/api/content_collection_deprecations_api_spec.rb +5 -0
- data/spec/api/content_collection_marks_api_spec.rb +5 -0
- data/spec/api/content_collection_signatures_api_spec.rb +5 -0
- data/spec/api/content_collection_versions_api_spec.rb +8 -3
- data/spec/api/content_namespaces_api_spec.rb +5 -0
- data/spec/api/content_roles_api_spec.rb +5 -0
- data/spec/api/distributions_ansible_api_spec.rb +12 -0
- data/spec/api/pulp_ansible_api_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_artifacts_collections_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_collection_versions_all_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_collections_all_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_collections_api_spec.rb +4 -0
- data/spec/api/pulp_ansible_api_v3_collections_versions_api_spec.rb +3 -0
- data/spec/api/pulp_ansible_api_v3_collections_versions_docs_blob_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_namespaces_api_spec.rb +2 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_client_configuration_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_versions_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_artifacts_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api_spec.rb +4 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +3 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_namespaces_api_spec.rb +5 -0
- data/spec/api/pulp_ansible_artifacts_collections_v3_api_spec.rb +4 -0
- data/spec/api/pulp_ansible_default_api_api_spec.rb +3 -0
- data/spec/api/pulp_ansible_default_api_v3_api_spec.rb +3 -0
- data/spec/api/pulp_ansible_default_api_v3_artifacts_collections_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_default_api_v3_collection_versions_all_api_spec.rb +3 -0
- data/spec/api/pulp_ansible_default_api_v3_collections_all_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_default_api_v3_collections_api_spec.rb +4 -0
- data/spec/api/pulp_ansible_default_api_v3_collections_versions_api_spec.rb +3 -0
- data/spec/api/pulp_ansible_default_api_v3_collections_versions_docs_blob_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_default_api_v3_namespaces_api_spec.rb +2 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_client_configuration_api_spec.rb +3 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_versions_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_artifacts_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api_spec.rb +4 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +3 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api_spec.rb +5 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_search_collection_versions_api_spec.rb +2 -0
- data/spec/api/pulp_ansible_tags_api_spec.rb +1 -0
- data/spec/api/remotes_collection_api_spec.rb +12 -0
- data/spec/api/remotes_git_api_spec.rb +12 -0
- data/spec/api/remotes_role_api_spec.rb +12 -0
- data/spec/api/repositories_ansible_api_spec.rb +20 -0
- data/spec/api/repositories_ansible_versions_api_spec.rb +6 -1
- data/spec/api/versions_api_spec.rb +1 -0
- data/spec/models/ansible_collection_version_response_spec.rb +5 -5
- data/spec/models/ansible_git_remote_response_spec.rb +18 -18
- data/spec/models/ansible_git_remote_spec.rb +20 -20
- data/spec/models/ansible_role_response_spec.rb +5 -5
- data/spec/models/ansible_role_spec.rb +2 -2
- data/spec/models/patchedansible_git_remote_spec.rb +20 -20
- metadata +126 -126
@@ -16,38 +16,29 @@ require 'time'
|
|
16
16
|
module PulpAnsibleClient
|
17
17
|
# A serializer for Git Collection Remotes.
|
18
18
|
class AnsibleGitRemote
|
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
|
-
#
|
26
|
-
attr_accessor :
|
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
|
-
#
|
47
|
-
attr_accessor :
|
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
|
-
#
|
50
|
-
attr_accessor :
|
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
|
-
#
|
61
|
-
attr_accessor :
|
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
|
-
:'
|
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
|
-
:'
|
97
|
-
:'
|
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
|
-
:'
|
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
|
-
:'
|
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
|
-
:'
|
130
|
-
:'
|
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
|
-
:'
|
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
|
-
:'
|
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
|
-
:'
|
158
|
+
:'proxy_password',
|
159
|
+
:'client_cert',
|
160
|
+
:'username',
|
161
|
+
:'rate_limit',
|
162
|
+
:'total_timeout',
|
163
163
|
])
|
164
164
|
end
|
165
165
|
|
@@ -178,60 +178,68 @@ 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?(:'
|
190
|
-
self.
|
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?(:'
|
198
|
-
self.
|
193
|
+
if attributes.key?(:'url')
|
194
|
+
self.url = attributes[:'url']
|
195
|
+
else
|
196
|
+
self.url = nil
|
199
197
|
end
|
200
198
|
|
201
|
-
if attributes.key?(:'
|
202
|
-
self.
|
199
|
+
if attributes.key?(:'sock_read_timeout')
|
200
|
+
self.sock_read_timeout = attributes[:'sock_read_timeout']
|
203
201
|
end
|
204
202
|
|
205
|
-
if attributes.key?(:'
|
206
|
-
self.
|
203
|
+
if attributes.key?(:'proxy_url')
|
204
|
+
self.proxy_url = attributes[:'proxy_url']
|
207
205
|
end
|
208
206
|
|
209
|
-
if attributes.key?(:'
|
210
|
-
self.
|
207
|
+
if attributes.key?(:'password')
|
208
|
+
self.password = attributes[:'password']
|
211
209
|
end
|
212
210
|
|
213
|
-
if attributes.key?(:'
|
214
|
-
self.
|
211
|
+
if attributes.key?(:'connect_timeout')
|
212
|
+
self.connect_timeout = attributes[:'connect_timeout']
|
213
|
+
end
|
214
|
+
|
215
|
+
if attributes.key?(:'ca_cert')
|
216
|
+
self.ca_cert = attributes[:'ca_cert']
|
217
|
+
end
|
218
|
+
|
219
|
+
if attributes.key?(:'sock_connect_timeout')
|
220
|
+
self.sock_connect_timeout = attributes[:'sock_connect_timeout']
|
221
|
+
end
|
222
|
+
|
223
|
+
if attributes.key?(:'name')
|
224
|
+
self.name = attributes[:'name']
|
215
225
|
else
|
216
|
-
self.
|
226
|
+
self.name = nil
|
217
227
|
end
|
218
228
|
|
219
|
-
if attributes.key?(:'
|
220
|
-
|
221
|
-
self.headers = value
|
222
|
-
end
|
229
|
+
if attributes.key?(:'client_key')
|
230
|
+
self.client_key = attributes[:'client_key']
|
223
231
|
end
|
224
232
|
|
225
|
-
if attributes.key?(:'
|
226
|
-
self.
|
233
|
+
if attributes.key?(:'proxy_password')
|
234
|
+
self.proxy_password = attributes[:'proxy_password']
|
227
235
|
end
|
228
236
|
|
229
|
-
if attributes.key?(:'
|
230
|
-
self.
|
237
|
+
if attributes.key?(:'client_cert')
|
238
|
+
self.client_cert = attributes[:'client_cert']
|
231
239
|
end
|
232
240
|
|
233
|
-
if attributes.key?(:'
|
234
|
-
self.
|
241
|
+
if attributes.key?(:'username')
|
242
|
+
self.username = attributes[:'username']
|
235
243
|
end
|
236
244
|
|
237
245
|
if attributes.key?(:'pulp_labels')
|
@@ -240,8 +248,14 @@ module PulpAnsibleClient
|
|
240
248
|
end
|
241
249
|
end
|
242
250
|
|
243
|
-
if attributes.key?(:'
|
244
|
-
self.
|
251
|
+
if attributes.key?(:'rate_limit')
|
252
|
+
self.rate_limit = attributes[:'rate_limit']
|
253
|
+
end
|
254
|
+
|
255
|
+
if attributes.key?(:'headers')
|
256
|
+
if (value = attributes[:'headers']).is_a?(Array)
|
257
|
+
self.headers = value
|
258
|
+
end
|
245
259
|
end
|
246
260
|
|
247
261
|
if attributes.key?(:'total_timeout')
|
@@ -252,20 +266,6 @@ module PulpAnsibleClient
|
|
252
266
|
self.tls_validation = attributes[:'tls_validation']
|
253
267
|
end
|
254
268
|
|
255
|
-
if attributes.key?(:'client_key')
|
256
|
-
self.client_key = attributes[:'client_key']
|
257
|
-
end
|
258
|
-
|
259
|
-
if attributes.key?(:'proxy_url')
|
260
|
-
self.proxy_url = attributes[:'proxy_url']
|
261
|
-
end
|
262
|
-
|
263
|
-
if attributes.key?(:'name')
|
264
|
-
self.name = attributes[:'name']
|
265
|
-
else
|
266
|
-
self.name = nil
|
267
|
-
end
|
268
|
-
|
269
269
|
if attributes.key?(:'metadata_only')
|
270
270
|
self.metadata_only = attributes[:'metadata_only']
|
271
271
|
end
|
@@ -280,40 +280,36 @@ module PulpAnsibleClient
|
|
280
280
|
def list_invalid_properties
|
281
281
|
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
282
282
|
invalid_properties = Array.new
|
283
|
-
if !@
|
284
|
-
invalid_properties.push('invalid value for "
|
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.')
|
283
|
+
if !@download_concurrency.nil? && @download_concurrency < 1
|
284
|
+
invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
|
289
285
|
end
|
290
286
|
|
291
287
|
if !@proxy_username.nil? && @proxy_username.to_s.length < 1
|
292
288
|
invalid_properties.push('invalid value for "proxy_username", the character length must be great than or equal to 1.')
|
293
289
|
end
|
294
290
|
|
295
|
-
if
|
296
|
-
invalid_properties.push('invalid value for "
|
291
|
+
if @url.nil?
|
292
|
+
invalid_properties.push('invalid value for "url", url cannot be nil.')
|
297
293
|
end
|
298
294
|
|
299
|
-
if
|
300
|
-
invalid_properties.push('invalid value for "
|
295
|
+
if @url.to_s.length < 1
|
296
|
+
invalid_properties.push('invalid value for "url", the character length must be great than or equal to 1.')
|
301
297
|
end
|
302
298
|
|
303
|
-
if !@
|
304
|
-
invalid_properties.push('invalid value for "
|
299
|
+
if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
|
300
|
+
invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.0.')
|
305
301
|
end
|
306
302
|
|
307
|
-
if
|
308
|
-
invalid_properties.push('invalid value for "
|
303
|
+
if !@proxy_url.nil? && @proxy_url.to_s.length < 1
|
304
|
+
invalid_properties.push('invalid value for "proxy_url", the character length must be great than or equal to 1.')
|
309
305
|
end
|
310
306
|
|
311
|
-
if @
|
312
|
-
invalid_properties.push('invalid value for "
|
307
|
+
if !@password.nil? && @password.to_s.length < 1
|
308
|
+
invalid_properties.push('invalid value for "password", the character length must be great than or equal to 1.')
|
313
309
|
end
|
314
310
|
|
315
|
-
if !@
|
316
|
-
invalid_properties.push('invalid value for "
|
311
|
+
if !@connect_timeout.nil? && @connect_timeout < 0.0
|
312
|
+
invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.0.')
|
317
313
|
end
|
318
314
|
|
319
315
|
if !@ca_cert.nil? && @ca_cert.to_s.length < 1
|
@@ -324,28 +320,32 @@ module PulpAnsibleClient
|
|
324
320
|
invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.')
|
325
321
|
end
|
326
322
|
|
327
|
-
if
|
328
|
-
invalid_properties.push('invalid value for "
|
323
|
+
if @name.nil?
|
324
|
+
invalid_properties.push('invalid value for "name", name cannot be nil.')
|
329
325
|
end
|
330
326
|
|
331
|
-
if
|
332
|
-
invalid_properties.push('invalid value for "
|
327
|
+
if @name.to_s.length < 1
|
328
|
+
invalid_properties.push('invalid value for "name", the character length must be great than or equal to 1.')
|
333
329
|
end
|
334
330
|
|
335
331
|
if !@client_key.nil? && @client_key.to_s.length < 1
|
336
332
|
invalid_properties.push('invalid value for "client_key", the character length must be great than or equal to 1.')
|
337
333
|
end
|
338
334
|
|
339
|
-
if !@
|
340
|
-
invalid_properties.push('invalid value for "
|
335
|
+
if !@proxy_password.nil? && @proxy_password.to_s.length < 1
|
336
|
+
invalid_properties.push('invalid value for "proxy_password", the character length must be great than or equal to 1.')
|
341
337
|
end
|
342
338
|
|
343
|
-
if
|
344
|
-
invalid_properties.push('invalid value for "
|
339
|
+
if !@client_cert.nil? && @client_cert.to_s.length < 1
|
340
|
+
invalid_properties.push('invalid value for "client_cert", the character length must be great than or equal to 1.')
|
345
341
|
end
|
346
342
|
|
347
|
-
if @
|
348
|
-
invalid_properties.push('invalid value for "
|
343
|
+
if !@username.nil? && @username.to_s.length < 1
|
344
|
+
invalid_properties.push('invalid value for "username", the character length must be great than or equal to 1.')
|
345
|
+
end
|
346
|
+
|
347
|
+
if !@total_timeout.nil? && @total_timeout < 0.0
|
348
|
+
invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.0.')
|
349
349
|
end
|
350
350
|
|
351
351
|
if !@git_ref.nil? && @git_ref.to_s.length < 1
|
@@ -359,45 +359,35 @@ module PulpAnsibleClient
|
|
359
359
|
# @return true if the model is valid
|
360
360
|
def valid?
|
361
361
|
warn '[DEPRECATED] the `valid?` method is obsolete'
|
362
|
-
return false if !@
|
363
|
-
return false if !@client_cert.nil? && @client_cert.to_s.length < 1
|
362
|
+
return false if !@download_concurrency.nil? && @download_concurrency < 1
|
364
363
|
return false if !@proxy_username.nil? && @proxy_username.to_s.length < 1
|
365
|
-
return false if !@connect_timeout.nil? && @connect_timeout < 0.0
|
366
|
-
return false if !@proxy_password.nil? && @proxy_password.to_s.length < 1
|
367
|
-
return false if !@username.nil? && @username.to_s.length < 1
|
368
364
|
return false if @url.nil?
|
369
365
|
return false if @url.to_s.length < 1
|
370
|
-
return false if !@
|
366
|
+
return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
|
367
|
+
return false if !@proxy_url.nil? && @proxy_url.to_s.length < 1
|
368
|
+
return false if !@password.nil? && @password.to_s.length < 1
|
369
|
+
return false if !@connect_timeout.nil? && @connect_timeout < 0.0
|
371
370
|
return false if !@ca_cert.nil? && @ca_cert.to_s.length < 1
|
372
371
|
return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
|
373
|
-
return false if !@password.nil? && @password.to_s.length < 1
|
374
|
-
return false if !@total_timeout.nil? && @total_timeout < 0.0
|
375
|
-
return false if !@client_key.nil? && @client_key.to_s.length < 1
|
376
|
-
return false if !@proxy_url.nil? && @proxy_url.to_s.length < 1
|
377
372
|
return false if @name.nil?
|
378
373
|
return false if @name.to_s.length < 1
|
374
|
+
return false if !@client_key.nil? && @client_key.to_s.length < 1
|
375
|
+
return false if !@proxy_password.nil? && @proxy_password.to_s.length < 1
|
376
|
+
return false if !@client_cert.nil? && @client_cert.to_s.length < 1
|
377
|
+
return false if !@username.nil? && @username.to_s.length < 1
|
378
|
+
return false if !@total_timeout.nil? && @total_timeout < 0.0
|
379
379
|
return false if !@git_ref.nil? && @git_ref.to_s.length < 1
|
380
380
|
true
|
381
381
|
end
|
382
382
|
|
383
383
|
# Custom attribute writer method with validation
|
384
|
-
# @param [Object]
|
385
|
-
def
|
386
|
-
if !
|
387
|
-
fail ArgumentError, 'invalid value for "
|
388
|
-
end
|
389
|
-
|
390
|
-
@sock_read_timeout = sock_read_timeout
|
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.'
|
384
|
+
# @param [Object] download_concurrency Value to be assigned
|
385
|
+
def download_concurrency=(download_concurrency)
|
386
|
+
if !download_concurrency.nil? && download_concurrency < 1
|
387
|
+
fail ArgumentError, 'invalid value for "download_concurrency", must be greater than or equal to 1.'
|
398
388
|
end
|
399
389
|
|
400
|
-
@
|
390
|
+
@download_concurrency = download_concurrency
|
401
391
|
end
|
402
392
|
|
403
393
|
# Custom attribute writer method with validation
|
@@ -411,57 +401,57 @@ module PulpAnsibleClient
|
|
411
401
|
end
|
412
402
|
|
413
403
|
# Custom attribute writer method with validation
|
414
|
-
# @param [Object]
|
415
|
-
def
|
416
|
-
if
|
417
|
-
fail ArgumentError, '
|
404
|
+
# @param [Object] url Value to be assigned
|
405
|
+
def url=(url)
|
406
|
+
if url.nil?
|
407
|
+
fail ArgumentError, 'url cannot be nil'
|
418
408
|
end
|
419
409
|
|
420
|
-
|
410
|
+
if url.to_s.length < 1
|
411
|
+
fail ArgumentError, 'invalid value for "url", the character length must be great than or equal to 1.'
|
412
|
+
end
|
413
|
+
|
414
|
+
@url = url
|
421
415
|
end
|
422
416
|
|
423
417
|
# Custom attribute writer method with validation
|
424
|
-
# @param [Object]
|
425
|
-
def
|
426
|
-
if !
|
427
|
-
fail ArgumentError, 'invalid value for "
|
418
|
+
# @param [Object] sock_read_timeout Value to be assigned
|
419
|
+
def sock_read_timeout=(sock_read_timeout)
|
420
|
+
if !sock_read_timeout.nil? && sock_read_timeout < 0.0
|
421
|
+
fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.0.'
|
428
422
|
end
|
429
423
|
|
430
|
-
@
|
424
|
+
@sock_read_timeout = sock_read_timeout
|
431
425
|
end
|
432
426
|
|
433
427
|
# Custom attribute writer method with validation
|
434
|
-
# @param [Object]
|
435
|
-
def
|
436
|
-
if !
|
437
|
-
fail ArgumentError, 'invalid value for "
|
428
|
+
# @param [Object] proxy_url Value to be assigned
|
429
|
+
def proxy_url=(proxy_url)
|
430
|
+
if !proxy_url.nil? && proxy_url.to_s.length < 1
|
431
|
+
fail ArgumentError, 'invalid value for "proxy_url", the character length must be great than or equal to 1.'
|
438
432
|
end
|
439
433
|
|
440
|
-
@
|
434
|
+
@proxy_url = proxy_url
|
441
435
|
end
|
442
436
|
|
443
437
|
# Custom attribute writer method with validation
|
444
|
-
# @param [Object]
|
445
|
-
def
|
446
|
-
if
|
447
|
-
fail ArgumentError, '
|
448
|
-
end
|
449
|
-
|
450
|
-
if url.to_s.length < 1
|
451
|
-
fail ArgumentError, 'invalid value for "url", the character length must be great than or equal to 1.'
|
438
|
+
# @param [Object] password Value to be assigned
|
439
|
+
def password=(password)
|
440
|
+
if !password.nil? && password.to_s.length < 1
|
441
|
+
fail ArgumentError, 'invalid value for "password", the character length must be great than or equal to 1.'
|
452
442
|
end
|
453
443
|
|
454
|
-
@
|
444
|
+
@password = password
|
455
445
|
end
|
456
446
|
|
457
447
|
# Custom attribute writer method with validation
|
458
|
-
# @param [Object]
|
459
|
-
def
|
460
|
-
if !
|
461
|
-
fail ArgumentError, 'invalid value for "
|
448
|
+
# @param [Object] connect_timeout Value to be assigned
|
449
|
+
def connect_timeout=(connect_timeout)
|
450
|
+
if !connect_timeout.nil? && connect_timeout < 0.0
|
451
|
+
fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.0.'
|
462
452
|
end
|
463
453
|
|
464
|
-
@
|
454
|
+
@connect_timeout = connect_timeout
|
465
455
|
end
|
466
456
|
|
467
457
|
# Custom attribute writer method with validation
|
@@ -485,23 +475,17 @@ module PulpAnsibleClient
|
|
485
475
|
end
|
486
476
|
|
487
477
|
# Custom attribute writer method with validation
|
488
|
-
# @param [Object]
|
489
|
-
def
|
490
|
-
if
|
491
|
-
fail ArgumentError, '
|
478
|
+
# @param [Object] name Value to be assigned
|
479
|
+
def name=(name)
|
480
|
+
if name.nil?
|
481
|
+
fail ArgumentError, 'name cannot be nil'
|
492
482
|
end
|
493
483
|
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
# 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.'
|
484
|
+
if name.to_s.length < 1
|
485
|
+
fail ArgumentError, 'invalid value for "name", the character length must be great than or equal to 1.'
|
502
486
|
end
|
503
487
|
|
504
|
-
@
|
488
|
+
@name = name
|
505
489
|
end
|
506
490
|
|
507
491
|
# Custom attribute writer method with validation
|
@@ -515,27 +499,43 @@ module PulpAnsibleClient
|
|
515
499
|
end
|
516
500
|
|
517
501
|
# Custom attribute writer method with validation
|
518
|
-
# @param [Object]
|
519
|
-
def
|
520
|
-
if !
|
521
|
-
fail ArgumentError, 'invalid value for "
|
502
|
+
# @param [Object] proxy_password Value to be assigned
|
503
|
+
def proxy_password=(proxy_password)
|
504
|
+
if !proxy_password.nil? && proxy_password.to_s.length < 1
|
505
|
+
fail ArgumentError, 'invalid value for "proxy_password", the character length must be great than or equal to 1.'
|
522
506
|
end
|
523
507
|
|
524
|
-
@
|
508
|
+
@proxy_password = proxy_password
|
525
509
|
end
|
526
510
|
|
527
511
|
# Custom attribute writer method with validation
|
528
|
-
# @param [Object]
|
529
|
-
def
|
530
|
-
if
|
531
|
-
fail ArgumentError, '
|
512
|
+
# @param [Object] client_cert Value to be assigned
|
513
|
+
def client_cert=(client_cert)
|
514
|
+
if !client_cert.nil? && client_cert.to_s.length < 1
|
515
|
+
fail ArgumentError, 'invalid value for "client_cert", the character length must be great than or equal to 1.'
|
532
516
|
end
|
533
517
|
|
534
|
-
|
535
|
-
|
518
|
+
@client_cert = client_cert
|
519
|
+
end
|
520
|
+
|
521
|
+
# Custom attribute writer method with validation
|
522
|
+
# @param [Object] username Value to be assigned
|
523
|
+
def username=(username)
|
524
|
+
if !username.nil? && username.to_s.length < 1
|
525
|
+
fail ArgumentError, 'invalid value for "username", the character length must be great than or equal to 1.'
|
536
526
|
end
|
537
527
|
|
538
|
-
@
|
528
|
+
@username = username
|
529
|
+
end
|
530
|
+
|
531
|
+
# Custom attribute writer method with validation
|
532
|
+
# @param [Object] total_timeout Value to be assigned
|
533
|
+
def total_timeout=(total_timeout)
|
534
|
+
if !total_timeout.nil? && total_timeout < 0.0
|
535
|
+
fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.0.'
|
536
|
+
end
|
537
|
+
|
538
|
+
@total_timeout = total_timeout
|
539
539
|
end
|
540
540
|
|
541
541
|
# Custom attribute writer method with validation
|
@@ -557,26 +557,26 @@ module PulpAnsibleClient
|
|
557
557
|
def ==(o)
|
558
558
|
return true if self.equal?(o)
|
559
559
|
self.class == o.class &&
|
560
|
-
sock_read_timeout == o.sock_read_timeout &&
|
561
560
|
max_retries == o.max_retries &&
|
562
|
-
|
561
|
+
download_concurrency == o.download_concurrency &&
|
563
562
|
proxy_username == o.proxy_username &&
|
564
|
-
connect_timeout == o.connect_timeout &&
|
565
|
-
proxy_password == o.proxy_password &&
|
566
|
-
rate_limit == o.rate_limit &&
|
567
|
-
username == o.username &&
|
568
563
|
url == o.url &&
|
569
|
-
|
570
|
-
|
564
|
+
sock_read_timeout == o.sock_read_timeout &&
|
565
|
+
proxy_url == o.proxy_url &&
|
566
|
+
password == o.password &&
|
567
|
+
connect_timeout == o.connect_timeout &&
|
571
568
|
ca_cert == o.ca_cert &&
|
572
569
|
sock_connect_timeout == o.sock_connect_timeout &&
|
570
|
+
name == o.name &&
|
571
|
+
client_key == o.client_key &&
|
572
|
+
proxy_password == o.proxy_password &&
|
573
|
+
client_cert == o.client_cert &&
|
574
|
+
username == o.username &&
|
573
575
|
pulp_labels == o.pulp_labels &&
|
574
|
-
|
576
|
+
rate_limit == o.rate_limit &&
|
577
|
+
headers == o.headers &&
|
575
578
|
total_timeout == o.total_timeout &&
|
576
579
|
tls_validation == o.tls_validation &&
|
577
|
-
client_key == o.client_key &&
|
578
|
-
proxy_url == o.proxy_url &&
|
579
|
-
name == o.name &&
|
580
580
|
metadata_only == o.metadata_only &&
|
581
581
|
git_ref == o.git_ref
|
582
582
|
end
|
@@ -590,7 +590,7 @@ module PulpAnsibleClient
|
|
590
590
|
# Calculates hash code according to all attributes.
|
591
591
|
# @return [Integer] Hash code
|
592
592
|
def hash
|
593
|
-
[
|
593
|
+
[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
|
594
594
|
end
|
595
595
|
|
596
596
|
# Builds the object from hash
|