pulp_ansible_client 0.25.1 → 0.25.2
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 -12
- data/docs/AnsibleCollectionsApi.md +26 -8
- data/docs/AnsibleCopyApi.md +8 -4
- data/docs/AnsibleGitRemote.md +26 -26
- data/docs/AnsibleGitRemoteResponse.md +26 -26
- 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 +26 -26
- 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 -63
- data/lib/pulp_ansible_client/models/ansible_git_remote.rb +219 -219
- data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +149 -149
- data/lib/pulp_ansible_client/models/ansible_role_response.rb +21 -21
- data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +218 -218
- 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 -29
- data/spec/models/ansible_git_remote_response_spec.rb +19 -19
- data/spec/models/ansible_git_remote_spec.rb +18 -18
- data/spec/models/ansible_role_response_spec.rb +5 -5
- data/spec/models/patchedansible_git_remote_spec.rb +18 -18
- metadata +123 -123
|
@@ -16,64 +16,64 @@ require 'time'
|
|
|
16
16
|
module PulpAnsibleClient
|
|
17
17
|
# A serializer for Git Collection Remotes.
|
|
18
18
|
class AnsibleGitRemote
|
|
19
|
-
# The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed.
|
|
20
|
-
attr_accessor :password
|
|
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
|
-
# aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.
|
|
26
|
-
attr_accessor :connect_timeout
|
|
27
|
-
|
|
28
|
-
# Limits requests per second for each concurrent downloader
|
|
29
|
-
attr_accessor :rate_limit
|
|
30
|
-
|
|
31
|
-
# If True, TLS peer validation must be performed.
|
|
32
|
-
attr_accessor :tls_validation
|
|
33
|
-
|
|
34
22
|
# Total number of simultaneous connections. If not set then the default value will be used.
|
|
35
23
|
attr_accessor :download_concurrency
|
|
36
24
|
|
|
37
|
-
#
|
|
38
|
-
attr_accessor :
|
|
25
|
+
# The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed.
|
|
26
|
+
attr_accessor :proxy_password
|
|
39
27
|
|
|
40
|
-
|
|
41
|
-
|
|
28
|
+
attr_accessor :pulp_labels
|
|
29
|
+
|
|
30
|
+
# 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.
|
|
31
|
+
attr_accessor :sock_read_timeout
|
|
42
32
|
|
|
43
33
|
# The proxy URL. Format: scheme://host:port
|
|
44
34
|
attr_accessor :proxy_url
|
|
45
35
|
|
|
46
|
-
|
|
36
|
+
# aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.
|
|
37
|
+
attr_accessor :connect_timeout
|
|
38
|
+
|
|
39
|
+
# The URL of an external content source.
|
|
40
|
+
attr_accessor :url
|
|
47
41
|
|
|
48
42
|
# aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.
|
|
49
43
|
attr_accessor :total_timeout
|
|
50
44
|
|
|
51
|
-
#
|
|
52
|
-
attr_accessor :
|
|
45
|
+
# A PEM encoded client certificate used for authentication.
|
|
46
|
+
attr_accessor :client_cert
|
|
53
47
|
|
|
54
|
-
# The
|
|
55
|
-
attr_accessor :
|
|
48
|
+
# The username to authenticte to the proxy.
|
|
49
|
+
attr_accessor :proxy_username
|
|
56
50
|
|
|
57
|
-
# The
|
|
58
|
-
attr_accessor :
|
|
51
|
+
# The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed.
|
|
52
|
+
attr_accessor :password
|
|
59
53
|
|
|
60
|
-
# A PEM encoded
|
|
61
|
-
attr_accessor :
|
|
54
|
+
# A PEM encoded CA certificate used to validate the server certificate presented by the remote server.
|
|
55
|
+
attr_accessor :ca_cert
|
|
62
56
|
|
|
63
57
|
# 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.
|
|
64
58
|
attr_accessor :sock_connect_timeout
|
|
65
59
|
|
|
66
|
-
#
|
|
67
|
-
attr_accessor :
|
|
60
|
+
# Headers for aiohttp.Clientsession
|
|
61
|
+
attr_accessor :headers
|
|
62
|
+
|
|
63
|
+
# If True, TLS peer validation must be performed.
|
|
64
|
+
attr_accessor :tls_validation
|
|
65
|
+
|
|
66
|
+
# Limits requests per second for each concurrent downloader
|
|
67
|
+
attr_accessor :rate_limit
|
|
68
68
|
|
|
69
69
|
# A unique name for this remote.
|
|
70
70
|
attr_accessor :name
|
|
71
71
|
|
|
72
|
-
#
|
|
73
|
-
attr_accessor :
|
|
72
|
+
# The username to be used for authentication when syncing.
|
|
73
|
+
attr_accessor :username
|
|
74
74
|
|
|
75
|
-
#
|
|
76
|
-
attr_accessor :
|
|
75
|
+
# A PEM encoded private key used for authentication.
|
|
76
|
+
attr_accessor :client_key
|
|
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
|
-
:'password' => :'password',
|
|
88
87
|
:'max_retries' => :'max_retries',
|
|
89
|
-
:'connect_timeout' => :'connect_timeout',
|
|
90
|
-
:'rate_limit' => :'rate_limit',
|
|
91
|
-
:'tls_validation' => :'tls_validation',
|
|
92
88
|
:'download_concurrency' => :'download_concurrency',
|
|
93
|
-
:'
|
|
94
|
-
:'url' => :'url',
|
|
95
|
-
:'proxy_url' => :'proxy_url',
|
|
89
|
+
:'proxy_password' => :'proxy_password',
|
|
96
90
|
:'pulp_labels' => :'pulp_labels',
|
|
97
|
-
:'total_timeout' => :'total_timeout',
|
|
98
91
|
:'sock_read_timeout' => :'sock_read_timeout',
|
|
99
|
-
:'
|
|
100
|
-
:'
|
|
92
|
+
:'proxy_url' => :'proxy_url',
|
|
93
|
+
:'connect_timeout' => :'connect_timeout',
|
|
94
|
+
:'url' => :'url',
|
|
95
|
+
:'total_timeout' => :'total_timeout',
|
|
101
96
|
:'client_cert' => :'client_cert',
|
|
97
|
+
:'proxy_username' => :'proxy_username',
|
|
98
|
+
:'password' => :'password',
|
|
99
|
+
:'ca_cert' => :'ca_cert',
|
|
102
100
|
:'sock_connect_timeout' => :'sock_connect_timeout',
|
|
103
|
-
:'
|
|
101
|
+
:'headers' => :'headers',
|
|
102
|
+
:'tls_validation' => :'tls_validation',
|
|
103
|
+
:'rate_limit' => :'rate_limit',
|
|
104
104
|
:'name' => :'name',
|
|
105
|
-
:'
|
|
106
|
-
:'
|
|
105
|
+
:'username' => :'username',
|
|
106
|
+
:'client_key' => :'client_key',
|
|
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
|
-
:'password' => :'String',
|
|
121
120
|
:'max_retries' => :'Integer',
|
|
122
|
-
:'connect_timeout' => :'Float',
|
|
123
|
-
:'rate_limit' => :'Integer',
|
|
124
|
-
:'tls_validation' => :'Boolean',
|
|
125
121
|
:'download_concurrency' => :'Integer',
|
|
126
|
-
:'
|
|
127
|
-
:'url' => :'String',
|
|
128
|
-
:'proxy_url' => :'String',
|
|
122
|
+
:'proxy_password' => :'String',
|
|
129
123
|
:'pulp_labels' => :'Hash<String, String>',
|
|
130
|
-
:'total_timeout' => :'Float',
|
|
131
124
|
:'sock_read_timeout' => :'Float',
|
|
132
|
-
:'
|
|
133
|
-
:'
|
|
125
|
+
:'proxy_url' => :'String',
|
|
126
|
+
:'connect_timeout' => :'Float',
|
|
127
|
+
:'url' => :'String',
|
|
128
|
+
:'total_timeout' => :'Float',
|
|
134
129
|
:'client_cert' => :'String',
|
|
130
|
+
:'proxy_username' => :'String',
|
|
131
|
+
:'password' => :'String',
|
|
132
|
+
:'ca_cert' => :'String',
|
|
135
133
|
:'sock_connect_timeout' => :'Float',
|
|
136
|
-
:'
|
|
134
|
+
:'headers' => :'Array<Object>',
|
|
135
|
+
:'tls_validation' => :'Boolean',
|
|
136
|
+
:'rate_limit' => :'Integer',
|
|
137
137
|
:'name' => :'String',
|
|
138
|
-
:'
|
|
139
|
-
:'
|
|
138
|
+
:'username' => :'String',
|
|
139
|
+
:'client_key' => :'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
|
-
:'password',
|
|
149
148
|
:'max_retries',
|
|
150
|
-
:'connect_timeout',
|
|
151
|
-
:'rate_limit',
|
|
152
149
|
:'download_concurrency',
|
|
150
|
+
:'proxy_password',
|
|
151
|
+
:'sock_read_timeout',
|
|
153
152
|
:'proxy_url',
|
|
153
|
+
:'connect_timeout',
|
|
154
154
|
:'total_timeout',
|
|
155
|
-
:'sock_read_timeout',
|
|
156
|
-
:'proxy_password',
|
|
157
|
-
:'username',
|
|
158
155
|
:'client_cert',
|
|
156
|
+
:'proxy_username',
|
|
157
|
+
:'password',
|
|
158
|
+
:'ca_cert',
|
|
159
159
|
:'sock_connect_timeout',
|
|
160
|
+
:'rate_limit',
|
|
161
|
+
:'username',
|
|
160
162
|
:'client_key',
|
|
161
|
-
:'ca_cert',
|
|
162
|
-
:'proxy_username',
|
|
163
163
|
])
|
|
164
164
|
end
|
|
165
165
|
|
|
@@ -178,34 +178,34 @@ module PulpAnsibleClient
|
|
|
178
178
|
h[k.to_sym] = v
|
|
179
179
|
}
|
|
180
180
|
|
|
181
|
-
if attributes.key?(:'password')
|
|
182
|
-
self.password = attributes[:'password']
|
|
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
|
-
if attributes.key?(:'
|
|
194
|
-
self.
|
|
189
|
+
if attributes.key?(:'proxy_password')
|
|
190
|
+
self.proxy_password = attributes[:'proxy_password']
|
|
195
191
|
end
|
|
196
192
|
|
|
197
|
-
if attributes.key?(:'
|
|
198
|
-
|
|
193
|
+
if attributes.key?(:'pulp_labels')
|
|
194
|
+
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
|
195
|
+
self.pulp_labels = value
|
|
196
|
+
end
|
|
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
|
-
|
|
207
|
-
|
|
208
|
-
|
|
203
|
+
if attributes.key?(:'proxy_url')
|
|
204
|
+
self.proxy_url = attributes[:'proxy_url']
|
|
205
|
+
end
|
|
206
|
+
|
|
207
|
+
if attributes.key?(:'connect_timeout')
|
|
208
|
+
self.connect_timeout = attributes[:'connect_timeout']
|
|
209
209
|
end
|
|
210
210
|
|
|
211
211
|
if attributes.key?(:'url')
|
|
@@ -214,42 +214,42 @@ module PulpAnsibleClient
|
|
|
214
214
|
self.url = nil
|
|
215
215
|
end
|
|
216
216
|
|
|
217
|
-
if attributes.key?(:'proxy_url')
|
|
218
|
-
self.proxy_url = attributes[:'proxy_url']
|
|
219
|
-
end
|
|
220
|
-
|
|
221
|
-
if attributes.key?(:'pulp_labels')
|
|
222
|
-
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
|
223
|
-
self.pulp_labels = value
|
|
224
|
-
end
|
|
225
|
-
end
|
|
226
|
-
|
|
227
217
|
if attributes.key?(:'total_timeout')
|
|
228
218
|
self.total_timeout = attributes[:'total_timeout']
|
|
229
219
|
end
|
|
230
220
|
|
|
231
|
-
if attributes.key?(:'
|
|
232
|
-
self.
|
|
221
|
+
if attributes.key?(:'client_cert')
|
|
222
|
+
self.client_cert = attributes[:'client_cert']
|
|
233
223
|
end
|
|
234
224
|
|
|
235
|
-
if attributes.key?(:'
|
|
236
|
-
self.
|
|
225
|
+
if attributes.key?(:'proxy_username')
|
|
226
|
+
self.proxy_username = attributes[:'proxy_username']
|
|
237
227
|
end
|
|
238
228
|
|
|
239
|
-
if attributes.key?(:'
|
|
240
|
-
self.
|
|
229
|
+
if attributes.key?(:'password')
|
|
230
|
+
self.password = attributes[:'password']
|
|
241
231
|
end
|
|
242
232
|
|
|
243
|
-
if attributes.key?(:'
|
|
244
|
-
self.
|
|
233
|
+
if attributes.key?(:'ca_cert')
|
|
234
|
+
self.ca_cert = attributes[:'ca_cert']
|
|
245
235
|
end
|
|
246
236
|
|
|
247
237
|
if attributes.key?(:'sock_connect_timeout')
|
|
248
238
|
self.sock_connect_timeout = attributes[:'sock_connect_timeout']
|
|
249
239
|
end
|
|
250
240
|
|
|
251
|
-
if attributes.key?(:'
|
|
252
|
-
|
|
241
|
+
if attributes.key?(:'headers')
|
|
242
|
+
if (value = attributes[:'headers']).is_a?(Array)
|
|
243
|
+
self.headers = value
|
|
244
|
+
end
|
|
245
|
+
end
|
|
246
|
+
|
|
247
|
+
if attributes.key?(:'tls_validation')
|
|
248
|
+
self.tls_validation = attributes[:'tls_validation']
|
|
249
|
+
end
|
|
250
|
+
|
|
251
|
+
if attributes.key?(:'rate_limit')
|
|
252
|
+
self.rate_limit = attributes[:'rate_limit']
|
|
253
253
|
end
|
|
254
254
|
|
|
255
255
|
if attributes.key?(:'name')
|
|
@@ -258,12 +258,12 @@ module PulpAnsibleClient
|
|
|
258
258
|
self.name = nil
|
|
259
259
|
end
|
|
260
260
|
|
|
261
|
-
if attributes.key?(:'
|
|
262
|
-
self.
|
|
261
|
+
if attributes.key?(:'username')
|
|
262
|
+
self.username = attributes[:'username']
|
|
263
263
|
end
|
|
264
264
|
|
|
265
|
-
if attributes.key?(:'
|
|
266
|
-
self.
|
|
265
|
+
if attributes.key?(:'client_key')
|
|
266
|
+
self.client_key = attributes[:'client_key']
|
|
267
267
|
end
|
|
268
268
|
|
|
269
269
|
if attributes.key?(:'metadata_only')
|
|
@@ -280,16 +280,24 @@ 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 "
|
|
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.')
|
|
285
285
|
end
|
|
286
286
|
|
|
287
|
-
if !@
|
|
288
|
-
invalid_properties.push('invalid value for "
|
|
287
|
+
if !@proxy_password.nil? && @proxy_password.to_s.length < 1
|
|
288
|
+
invalid_properties.push('invalid value for "proxy_password", the character length must be great than or equal to 1.')
|
|
289
289
|
end
|
|
290
290
|
|
|
291
|
-
if !@
|
|
292
|
-
invalid_properties.push('invalid value for "
|
|
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.')
|
|
293
|
+
end
|
|
294
|
+
|
|
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.')
|
|
297
|
+
end
|
|
298
|
+
|
|
299
|
+
if !@connect_timeout.nil? && @connect_timeout < 0.0
|
|
300
|
+
invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.0.')
|
|
293
301
|
end
|
|
294
302
|
|
|
295
303
|
if @url.nil?
|
|
@@ -300,38 +308,30 @@ module PulpAnsibleClient
|
|
|
300
308
|
invalid_properties.push('invalid value for "url", the character length must be great than or equal to 1.')
|
|
301
309
|
end
|
|
302
310
|
|
|
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.')
|
|
305
|
-
end
|
|
306
|
-
|
|
307
311
|
if !@total_timeout.nil? && @total_timeout < 0.0
|
|
308
312
|
invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.0.')
|
|
309
313
|
end
|
|
310
314
|
|
|
311
|
-
if !@
|
|
312
|
-
invalid_properties.push('invalid value for "
|
|
315
|
+
if !@client_cert.nil? && @client_cert.to_s.length < 1
|
|
316
|
+
invalid_properties.push('invalid value for "client_cert", the character length must be great than or equal to 1.')
|
|
313
317
|
end
|
|
314
318
|
|
|
315
|
-
if !@
|
|
316
|
-
invalid_properties.push('invalid value for "
|
|
319
|
+
if !@proxy_username.nil? && @proxy_username.to_s.length < 1
|
|
320
|
+
invalid_properties.push('invalid value for "proxy_username", the character length must be great than or equal to 1.')
|
|
317
321
|
end
|
|
318
322
|
|
|
319
|
-
if !@
|
|
320
|
-
invalid_properties.push('invalid value for "
|
|
323
|
+
if !@password.nil? && @password.to_s.length < 1
|
|
324
|
+
invalid_properties.push('invalid value for "password", the character length must be great than or equal to 1.')
|
|
321
325
|
end
|
|
322
326
|
|
|
323
|
-
if !@
|
|
324
|
-
invalid_properties.push('invalid value for "
|
|
327
|
+
if !@ca_cert.nil? && @ca_cert.to_s.length < 1
|
|
328
|
+
invalid_properties.push('invalid value for "ca_cert", the character length must be great than or equal to 1.')
|
|
325
329
|
end
|
|
326
330
|
|
|
327
331
|
if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
|
|
328
332
|
invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.')
|
|
329
333
|
end
|
|
330
334
|
|
|
331
|
-
if !@client_key.nil? && @client_key.to_s.length < 1
|
|
332
|
-
invalid_properties.push('invalid value for "client_key", the character length must be great than or equal to 1.')
|
|
333
|
-
end
|
|
334
|
-
|
|
335
335
|
if @name.nil?
|
|
336
336
|
invalid_properties.push('invalid value for "name", name cannot be nil.')
|
|
337
337
|
end
|
|
@@ -340,12 +340,12 @@ module PulpAnsibleClient
|
|
|
340
340
|
invalid_properties.push('invalid value for "name", the character length must be great than or equal to 1.')
|
|
341
341
|
end
|
|
342
342
|
|
|
343
|
-
if !@
|
|
344
|
-
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
345
|
end
|
|
346
346
|
|
|
347
|
-
if !@
|
|
348
|
-
invalid_properties.push('invalid value for "
|
|
347
|
+
if !@client_key.nil? && @client_key.to_s.length < 1
|
|
348
|
+
invalid_properties.push('invalid value for "client_key", the character length must be great than or equal to 1.')
|
|
349
349
|
end
|
|
350
350
|
|
|
351
351
|
if !@git_ref.nil? && @git_ref.to_s.length < 1
|
|
@@ -359,55 +359,75 @@ 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 !@password.nil? && @password.to_s.length < 1
|
|
363
|
-
return false if !@connect_timeout.nil? && @connect_timeout < 0.0
|
|
364
362
|
return false if !@download_concurrency.nil? && @download_concurrency < 1
|
|
363
|
+
return false if !@proxy_password.nil? && @proxy_password.to_s.length < 1
|
|
364
|
+
return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
|
|
365
|
+
return false if !@proxy_url.nil? && @proxy_url.to_s.length < 1
|
|
366
|
+
return false if !@connect_timeout.nil? && @connect_timeout < 0.0
|
|
365
367
|
return false if @url.nil?
|
|
366
368
|
return false if @url.to_s.length < 1
|
|
367
|
-
return false if !@proxy_url.nil? && @proxy_url.to_s.length < 1
|
|
368
369
|
return false if !@total_timeout.nil? && @total_timeout < 0.0
|
|
369
|
-
return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
|
|
370
|
-
return false if !@proxy_password.nil? && @proxy_password.to_s.length < 1
|
|
371
|
-
return false if !@username.nil? && @username.to_s.length < 1
|
|
372
370
|
return false if !@client_cert.nil? && @client_cert.to_s.length < 1
|
|
371
|
+
return false if !@proxy_username.nil? && @proxy_username.to_s.length < 1
|
|
372
|
+
return false if !@password.nil? && @password.to_s.length < 1
|
|
373
|
+
return false if !@ca_cert.nil? && @ca_cert.to_s.length < 1
|
|
373
374
|
return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
|
|
374
|
-
return false if !@client_key.nil? && @client_key.to_s.length < 1
|
|
375
375
|
return false if @name.nil?
|
|
376
376
|
return false if @name.to_s.length < 1
|
|
377
|
-
return false if !@
|
|
378
|
-
return false if !@
|
|
377
|
+
return false if !@username.nil? && @username.to_s.length < 1
|
|
378
|
+
return false if !@client_key.nil? && @client_key.to_s.length < 1
|
|
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 "
|
|
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.'
|
|
388
388
|
end
|
|
389
389
|
|
|
390
|
-
@
|
|
390
|
+
@download_concurrency = download_concurrency
|
|
391
391
|
end
|
|
392
392
|
|
|
393
393
|
# Custom attribute writer method with validation
|
|
394
|
-
# @param [Object]
|
|
395
|
-
def
|
|
396
|
-
if !
|
|
397
|
-
fail ArgumentError, 'invalid value for "
|
|
394
|
+
# @param [Object] proxy_password Value to be assigned
|
|
395
|
+
def proxy_password=(proxy_password)
|
|
396
|
+
if !proxy_password.nil? && proxy_password.to_s.length < 1
|
|
397
|
+
fail ArgumentError, 'invalid value for "proxy_password", the character length must be great than or equal to 1.'
|
|
398
398
|
end
|
|
399
399
|
|
|
400
|
-
@
|
|
400
|
+
@proxy_password = proxy_password
|
|
401
401
|
end
|
|
402
402
|
|
|
403
403
|
# Custom attribute writer method with validation
|
|
404
|
-
# @param [Object]
|
|
405
|
-
def
|
|
406
|
-
if !
|
|
407
|
-
fail ArgumentError, 'invalid value for "
|
|
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.'
|
|
408
408
|
end
|
|
409
409
|
|
|
410
|
-
@
|
|
410
|
+
@sock_read_timeout = sock_read_timeout
|
|
411
|
+
end
|
|
412
|
+
|
|
413
|
+
# Custom attribute writer method with validation
|
|
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.'
|
|
418
|
+
end
|
|
419
|
+
|
|
420
|
+
@proxy_url = proxy_url
|
|
421
|
+
end
|
|
422
|
+
|
|
423
|
+
# Custom attribute writer method with validation
|
|
424
|
+
# @param [Object] connect_timeout Value to be assigned
|
|
425
|
+
def connect_timeout=(connect_timeout)
|
|
426
|
+
if !connect_timeout.nil? && connect_timeout < 0.0
|
|
427
|
+
fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.0.'
|
|
428
|
+
end
|
|
429
|
+
|
|
430
|
+
@connect_timeout = connect_timeout
|
|
411
431
|
end
|
|
412
432
|
|
|
413
433
|
# Custom attribute writer method with validation
|
|
@@ -424,16 +444,6 @@ module PulpAnsibleClient
|
|
|
424
444
|
@url = url
|
|
425
445
|
end
|
|
426
446
|
|
|
427
|
-
# Custom attribute writer method with validation
|
|
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.'
|
|
432
|
-
end
|
|
433
|
-
|
|
434
|
-
@proxy_url = proxy_url
|
|
435
|
-
end
|
|
436
|
-
|
|
437
447
|
# Custom attribute writer method with validation
|
|
438
448
|
# @param [Object] total_timeout Value to be assigned
|
|
439
449
|
def total_timeout=(total_timeout)
|
|
@@ -445,43 +455,43 @@ module PulpAnsibleClient
|
|
|
445
455
|
end
|
|
446
456
|
|
|
447
457
|
# Custom attribute writer method with validation
|
|
448
|
-
# @param [Object]
|
|
449
|
-
def
|
|
450
|
-
if !
|
|
451
|
-
fail ArgumentError, 'invalid value for "
|
|
458
|
+
# @param [Object] client_cert Value to be assigned
|
|
459
|
+
def client_cert=(client_cert)
|
|
460
|
+
if !client_cert.nil? && client_cert.to_s.length < 1
|
|
461
|
+
fail ArgumentError, 'invalid value for "client_cert", the character length must be great than or equal to 1.'
|
|
452
462
|
end
|
|
453
463
|
|
|
454
|
-
@
|
|
464
|
+
@client_cert = client_cert
|
|
455
465
|
end
|
|
456
466
|
|
|
457
467
|
# Custom attribute writer method with validation
|
|
458
|
-
# @param [Object]
|
|
459
|
-
def
|
|
460
|
-
if !
|
|
461
|
-
fail ArgumentError, 'invalid value for "
|
|
468
|
+
# @param [Object] proxy_username Value to be assigned
|
|
469
|
+
def proxy_username=(proxy_username)
|
|
470
|
+
if !proxy_username.nil? && proxy_username.to_s.length < 1
|
|
471
|
+
fail ArgumentError, 'invalid value for "proxy_username", the character length must be great than or equal to 1.'
|
|
462
472
|
end
|
|
463
473
|
|
|
464
|
-
@
|
|
474
|
+
@proxy_username = proxy_username
|
|
465
475
|
end
|
|
466
476
|
|
|
467
477
|
# Custom attribute writer method with validation
|
|
468
|
-
# @param [Object]
|
|
469
|
-
def
|
|
470
|
-
if !
|
|
471
|
-
fail ArgumentError, 'invalid value for "
|
|
478
|
+
# @param [Object] password Value to be assigned
|
|
479
|
+
def password=(password)
|
|
480
|
+
if !password.nil? && password.to_s.length < 1
|
|
481
|
+
fail ArgumentError, 'invalid value for "password", the character length must be great than or equal to 1.'
|
|
472
482
|
end
|
|
473
483
|
|
|
474
|
-
@
|
|
484
|
+
@password = password
|
|
475
485
|
end
|
|
476
486
|
|
|
477
487
|
# Custom attribute writer method with validation
|
|
478
|
-
# @param [Object]
|
|
479
|
-
def
|
|
480
|
-
if !
|
|
481
|
-
fail ArgumentError, 'invalid value for "
|
|
488
|
+
# @param [Object] ca_cert Value to be assigned
|
|
489
|
+
def ca_cert=(ca_cert)
|
|
490
|
+
if !ca_cert.nil? && ca_cert.to_s.length < 1
|
|
491
|
+
fail ArgumentError, 'invalid value for "ca_cert", the character length must be great than or equal to 1.'
|
|
482
492
|
end
|
|
483
493
|
|
|
484
|
-
@
|
|
494
|
+
@ca_cert = ca_cert
|
|
485
495
|
end
|
|
486
496
|
|
|
487
497
|
# Custom attribute writer method with validation
|
|
@@ -494,16 +504,6 @@ module PulpAnsibleClient
|
|
|
494
504
|
@sock_connect_timeout = sock_connect_timeout
|
|
495
505
|
end
|
|
496
506
|
|
|
497
|
-
# Custom attribute writer method with validation
|
|
498
|
-
# @param [Object] client_key Value to be assigned
|
|
499
|
-
def client_key=(client_key)
|
|
500
|
-
if !client_key.nil? && client_key.to_s.length < 1
|
|
501
|
-
fail ArgumentError, 'invalid value for "client_key", the character length must be great than or equal to 1.'
|
|
502
|
-
end
|
|
503
|
-
|
|
504
|
-
@client_key = client_key
|
|
505
|
-
end
|
|
506
|
-
|
|
507
507
|
# Custom attribute writer method with validation
|
|
508
508
|
# @param [Object] name Value to be assigned
|
|
509
509
|
def name=(name)
|
|
@@ -519,23 +519,23 @@ module PulpAnsibleClient
|
|
|
519
519
|
end
|
|
520
520
|
|
|
521
521
|
# Custom attribute writer method with validation
|
|
522
|
-
# @param [Object]
|
|
523
|
-
def
|
|
524
|
-
if !
|
|
525
|
-
fail ArgumentError, 'invalid value for "
|
|
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.'
|
|
526
526
|
end
|
|
527
527
|
|
|
528
|
-
@
|
|
528
|
+
@username = username
|
|
529
529
|
end
|
|
530
530
|
|
|
531
531
|
# Custom attribute writer method with validation
|
|
532
|
-
# @param [Object]
|
|
533
|
-
def
|
|
534
|
-
if !
|
|
535
|
-
fail ArgumentError, 'invalid value for "
|
|
532
|
+
# @param [Object] client_key Value to be assigned
|
|
533
|
+
def client_key=(client_key)
|
|
534
|
+
if !client_key.nil? && client_key.to_s.length < 1
|
|
535
|
+
fail ArgumentError, 'invalid value for "client_key", the character length must be great than or equal to 1.'
|
|
536
536
|
end
|
|
537
537
|
|
|
538
|
-
@
|
|
538
|
+
@client_key = client_key
|
|
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
|
-
password == o.password &&
|
|
561
560
|
max_retries == o.max_retries &&
|
|
562
|
-
connect_timeout == o.connect_timeout &&
|
|
563
|
-
rate_limit == o.rate_limit &&
|
|
564
|
-
tls_validation == o.tls_validation &&
|
|
565
561
|
download_concurrency == o.download_concurrency &&
|
|
566
|
-
|
|
567
|
-
url == o.url &&
|
|
568
|
-
proxy_url == o.proxy_url &&
|
|
562
|
+
proxy_password == o.proxy_password &&
|
|
569
563
|
pulp_labels == o.pulp_labels &&
|
|
570
|
-
total_timeout == o.total_timeout &&
|
|
571
564
|
sock_read_timeout == o.sock_read_timeout &&
|
|
572
|
-
|
|
573
|
-
|
|
565
|
+
proxy_url == o.proxy_url &&
|
|
566
|
+
connect_timeout == o.connect_timeout &&
|
|
567
|
+
url == o.url &&
|
|
568
|
+
total_timeout == o.total_timeout &&
|
|
574
569
|
client_cert == o.client_cert &&
|
|
570
|
+
proxy_username == o.proxy_username &&
|
|
571
|
+
password == o.password &&
|
|
572
|
+
ca_cert == o.ca_cert &&
|
|
575
573
|
sock_connect_timeout == o.sock_connect_timeout &&
|
|
576
|
-
|
|
574
|
+
headers == o.headers &&
|
|
575
|
+
tls_validation == o.tls_validation &&
|
|
576
|
+
rate_limit == o.rate_limit &&
|
|
577
577
|
name == o.name &&
|
|
578
|
-
|
|
579
|
-
|
|
578
|
+
username == o.username &&
|
|
579
|
+
client_key == o.client_key &&
|
|
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_password, pulp_labels, sock_read_timeout, proxy_url, connect_timeout, url, total_timeout, client_cert, proxy_username, password, ca_cert, sock_connect_timeout, headers, tls_validation, rate_limit, name, username, client_key, metadata_only, git_ref].hash
|
|
594
594
|
end
|
|
595
595
|
|
|
596
596
|
# Builds the object from hash
|