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