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,63 +16,63 @@ require 'time'
|
|
16
16
|
module PulpAnsibleClient
|
17
17
|
# A serializer for Git Collection Remotes.
|
18
18
|
class AnsibleGitRemoteResponse
|
19
|
-
#
|
20
|
-
attr_accessor :
|
19
|
+
# Timestamp of the most recent update of the remote.
|
20
|
+
attr_accessor :pulp_last_updated
|
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
|
21
27
|
|
22
28
|
# The URL of an external content source.
|
23
29
|
attr_accessor :url
|
24
30
|
|
31
|
+
# If True, TLS peer validation must be performed.
|
32
|
+
attr_accessor :tls_validation
|
33
|
+
|
34
|
+
# Timestamp of creation.
|
35
|
+
attr_accessor :pulp_created
|
36
|
+
|
25
37
|
# A PEM encoded client certificate used for authentication.
|
26
38
|
attr_accessor :client_cert
|
27
39
|
|
28
|
-
|
29
|
-
attr_accessor :download_concurrency
|
40
|
+
attr_accessor :pulp_href
|
30
41
|
|
31
42
|
# 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
43
|
attr_accessor :sock_connect_timeout
|
33
44
|
|
34
|
-
#
|
35
|
-
attr_accessor :
|
36
|
-
|
37
|
-
# The proxy URL. Format: scheme://host:port
|
38
|
-
attr_accessor :proxy_url
|
45
|
+
# A unique name for this remote.
|
46
|
+
attr_accessor :name
|
39
47
|
|
40
|
-
# aiohttp.ClientTimeout.
|
41
|
-
attr_accessor :
|
48
|
+
# aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.
|
49
|
+
attr_accessor :connect_timeout
|
42
50
|
|
43
|
-
#
|
44
|
-
attr_accessor :
|
51
|
+
# List of hidden (write only) fields
|
52
|
+
attr_accessor :hidden_fields
|
45
53
|
|
46
|
-
attr_accessor :
|
54
|
+
attr_accessor :pulp_labels
|
47
55
|
|
48
|
-
#
|
49
|
-
attr_accessor :
|
56
|
+
# A PEM encoded CA certificate used to validate the server certificate presented by the remote server.
|
57
|
+
attr_accessor :ca_cert
|
50
58
|
|
51
|
-
#
|
52
|
-
attr_accessor :
|
59
|
+
# The Pulp Resource Name (PRN).
|
60
|
+
attr_accessor :prn
|
53
61
|
|
54
62
|
# Headers for aiohttp.Clientsession
|
55
63
|
attr_accessor :headers
|
56
64
|
|
57
|
-
# A unique name for this remote.
|
58
|
-
attr_accessor :name
|
59
|
-
|
60
65
|
# aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.
|
61
66
|
attr_accessor :total_timeout
|
62
67
|
|
63
|
-
# List of hidden (write only) fields
|
64
|
-
attr_accessor :hidden_fields
|
65
|
-
|
66
|
-
# Timestamp of the most recent update of the remote.
|
67
|
-
attr_accessor :pulp_last_updated
|
68
|
-
|
69
|
-
# Limits requests per second for each concurrent downloader
|
70
|
-
attr_accessor :rate_limit
|
71
|
-
|
72
68
|
# Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used.
|
73
69
|
attr_accessor :max_retries
|
74
70
|
|
75
|
-
|
71
|
+
# 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.
|
72
|
+
attr_accessor :sock_read_timeout
|
73
|
+
|
74
|
+
# The proxy URL. Format: scheme://host:port
|
75
|
+
attr_accessor :proxy_url
|
76
76
|
|
77
77
|
# If True, only metadata about the content will be stored in Pulp. Clients will retrieve content from the remote URL.
|
78
78
|
attr_accessor :metadata_only
|
@@ -83,26 +83,26 @@ module PulpAnsibleClient
|
|
83
83
|
# Attribute mapping from ruby-style variable name to JSON key.
|
84
84
|
def self.attribute_map
|
85
85
|
{
|
86
|
-
:'
|
87
|
-
:'url' => :'url',
|
88
|
-
:'client_cert' => :'client_cert',
|
86
|
+
:'pulp_last_updated' => :'pulp_last_updated',
|
89
87
|
:'download_concurrency' => :'download_concurrency',
|
90
|
-
:'
|
88
|
+
:'rate_limit' => :'rate_limit',
|
89
|
+
:'url' => :'url',
|
90
|
+
:'tls_validation' => :'tls_validation',
|
91
91
|
:'pulp_created' => :'pulp_created',
|
92
|
-
:'
|
93
|
-
:'sock_read_timeout' => :'sock_read_timeout',
|
94
|
-
:'prn' => :'prn',
|
92
|
+
:'client_cert' => :'client_cert',
|
95
93
|
:'pulp_href' => :'pulp_href',
|
94
|
+
:'sock_connect_timeout' => :'sock_connect_timeout',
|
95
|
+
:'name' => :'name',
|
96
96
|
:'connect_timeout' => :'connect_timeout',
|
97
|
-
:'
|
97
|
+
:'hidden_fields' => :'hidden_fields',
|
98
|
+
:'pulp_labels' => :'pulp_labels',
|
99
|
+
:'ca_cert' => :'ca_cert',
|
100
|
+
:'prn' => :'prn',
|
98
101
|
:'headers' => :'headers',
|
99
|
-
:'name' => :'name',
|
100
102
|
:'total_timeout' => :'total_timeout',
|
101
|
-
:'hidden_fields' => :'hidden_fields',
|
102
|
-
:'pulp_last_updated' => :'pulp_last_updated',
|
103
|
-
:'rate_limit' => :'rate_limit',
|
104
103
|
:'max_retries' => :'max_retries',
|
105
|
-
:'
|
104
|
+
:'sock_read_timeout' => :'sock_read_timeout',
|
105
|
+
:'proxy_url' => :'proxy_url',
|
106
106
|
:'metadata_only' => :'metadata_only',
|
107
107
|
:'git_ref' => :'git_ref'
|
108
108
|
}
|
@@ -116,26 +116,26 @@ module PulpAnsibleClient
|
|
116
116
|
# Attribute type mapping.
|
117
117
|
def self.openapi_types
|
118
118
|
{
|
119
|
-
:'
|
120
|
-
:'url' => :'String',
|
121
|
-
:'client_cert' => :'String',
|
119
|
+
:'pulp_last_updated' => :'Time',
|
122
120
|
:'download_concurrency' => :'Integer',
|
123
|
-
:'
|
121
|
+
:'rate_limit' => :'Integer',
|
122
|
+
:'url' => :'String',
|
123
|
+
:'tls_validation' => :'Boolean',
|
124
124
|
:'pulp_created' => :'Time',
|
125
|
-
:'
|
126
|
-
:'sock_read_timeout' => :'Float',
|
127
|
-
:'prn' => :'String',
|
125
|
+
:'client_cert' => :'String',
|
128
126
|
:'pulp_href' => :'String',
|
127
|
+
:'sock_connect_timeout' => :'Float',
|
128
|
+
:'name' => :'String',
|
129
129
|
:'connect_timeout' => :'Float',
|
130
|
-
:'
|
130
|
+
:'hidden_fields' => :'Array<AnsibleCollectionRemoteResponseHiddenFieldsInner>',
|
131
|
+
:'pulp_labels' => :'Hash<String, String>',
|
132
|
+
:'ca_cert' => :'String',
|
133
|
+
:'prn' => :'String',
|
131
134
|
:'headers' => :'Array<Object>',
|
132
|
-
:'name' => :'String',
|
133
135
|
:'total_timeout' => :'Float',
|
134
|
-
:'hidden_fields' => :'Array<AnsibleCollectionRemoteResponseHiddenFieldsInner>',
|
135
|
-
:'pulp_last_updated' => :'Time',
|
136
|
-
:'rate_limit' => :'Integer',
|
137
136
|
:'max_retries' => :'Integer',
|
138
|
-
:'
|
137
|
+
:'sock_read_timeout' => :'Float',
|
138
|
+
:'proxy_url' => :'String',
|
139
139
|
:'metadata_only' => :'Boolean',
|
140
140
|
:'git_ref' => :'String'
|
141
141
|
}
|
@@ -144,16 +144,16 @@ module PulpAnsibleClient
|
|
144
144
|
# List of attributes with nullable: true
|
145
145
|
def self.openapi_nullable
|
146
146
|
Set.new([
|
147
|
-
:'ca_cert',
|
148
|
-
:'client_cert',
|
149
147
|
:'download_concurrency',
|
148
|
+
:'rate_limit',
|
149
|
+
:'client_cert',
|
150
150
|
:'sock_connect_timeout',
|
151
|
-
:'proxy_url',
|
152
|
-
:'sock_read_timeout',
|
153
151
|
:'connect_timeout',
|
152
|
+
:'ca_cert',
|
154
153
|
:'total_timeout',
|
155
|
-
:'rate_limit',
|
156
154
|
:'max_retries',
|
155
|
+
:'sock_read_timeout',
|
156
|
+
:'proxy_url',
|
157
157
|
])
|
158
158
|
end
|
159
159
|
|
@@ -172,60 +172,42 @@ module PulpAnsibleClient
|
|
172
172
|
h[k.to_sym] = v
|
173
173
|
}
|
174
174
|
|
175
|
-
if attributes.key?(:'
|
176
|
-
self.
|
177
|
-
end
|
178
|
-
|
179
|
-
if attributes.key?(:'url')
|
180
|
-
self.url = attributes[:'url']
|
181
|
-
else
|
182
|
-
self.url = nil
|
183
|
-
end
|
184
|
-
|
185
|
-
if attributes.key?(:'client_cert')
|
186
|
-
self.client_cert = attributes[:'client_cert']
|
175
|
+
if attributes.key?(:'pulp_last_updated')
|
176
|
+
self.pulp_last_updated = attributes[:'pulp_last_updated']
|
187
177
|
end
|
188
178
|
|
189
179
|
if attributes.key?(:'download_concurrency')
|
190
180
|
self.download_concurrency = attributes[:'download_concurrency']
|
191
181
|
end
|
192
182
|
|
193
|
-
if attributes.key?(:'
|
194
|
-
self.
|
183
|
+
if attributes.key?(:'rate_limit')
|
184
|
+
self.rate_limit = attributes[:'rate_limit']
|
195
185
|
end
|
196
186
|
|
197
|
-
if attributes.key?(:'
|
198
|
-
self.
|
187
|
+
if attributes.key?(:'url')
|
188
|
+
self.url = attributes[:'url']
|
189
|
+
else
|
190
|
+
self.url = nil
|
199
191
|
end
|
200
192
|
|
201
|
-
if attributes.key?(:'
|
202
|
-
self.
|
193
|
+
if attributes.key?(:'tls_validation')
|
194
|
+
self.tls_validation = attributes[:'tls_validation']
|
203
195
|
end
|
204
196
|
|
205
|
-
if attributes.key?(:'
|
206
|
-
self.
|
197
|
+
if attributes.key?(:'pulp_created')
|
198
|
+
self.pulp_created = attributes[:'pulp_created']
|
207
199
|
end
|
208
200
|
|
209
|
-
if attributes.key?(:'
|
210
|
-
self.
|
201
|
+
if attributes.key?(:'client_cert')
|
202
|
+
self.client_cert = attributes[:'client_cert']
|
211
203
|
end
|
212
204
|
|
213
205
|
if attributes.key?(:'pulp_href')
|
214
206
|
self.pulp_href = attributes[:'pulp_href']
|
215
207
|
end
|
216
208
|
|
217
|
-
if attributes.key?(:'
|
218
|
-
self.
|
219
|
-
end
|
220
|
-
|
221
|
-
if attributes.key?(:'tls_validation')
|
222
|
-
self.tls_validation = attributes[:'tls_validation']
|
223
|
-
end
|
224
|
-
|
225
|
-
if attributes.key?(:'headers')
|
226
|
-
if (value = attributes[:'headers']).is_a?(Array)
|
227
|
-
self.headers = value
|
228
|
-
end
|
209
|
+
if attributes.key?(:'sock_connect_timeout')
|
210
|
+
self.sock_connect_timeout = attributes[:'sock_connect_timeout']
|
229
211
|
end
|
230
212
|
|
231
213
|
if attributes.key?(:'name')
|
@@ -234,8 +216,8 @@ module PulpAnsibleClient
|
|
234
216
|
self.name = nil
|
235
217
|
end
|
236
218
|
|
237
|
-
if attributes.key?(:'
|
238
|
-
self.
|
219
|
+
if attributes.key?(:'connect_timeout')
|
220
|
+
self.connect_timeout = attributes[:'connect_timeout']
|
239
221
|
end
|
240
222
|
|
241
223
|
if attributes.key?(:'hidden_fields')
|
@@ -244,22 +226,40 @@ module PulpAnsibleClient
|
|
244
226
|
end
|
245
227
|
end
|
246
228
|
|
247
|
-
if attributes.key?(:'
|
248
|
-
|
229
|
+
if attributes.key?(:'pulp_labels')
|
230
|
+
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
231
|
+
self.pulp_labels = value
|
232
|
+
end
|
249
233
|
end
|
250
234
|
|
251
|
-
if attributes.key?(:'
|
252
|
-
self.
|
235
|
+
if attributes.key?(:'ca_cert')
|
236
|
+
self.ca_cert = attributes[:'ca_cert']
|
237
|
+
end
|
238
|
+
|
239
|
+
if attributes.key?(:'prn')
|
240
|
+
self.prn = attributes[:'prn']
|
241
|
+
end
|
242
|
+
|
243
|
+
if attributes.key?(:'headers')
|
244
|
+
if (value = attributes[:'headers']).is_a?(Array)
|
245
|
+
self.headers = value
|
246
|
+
end
|
247
|
+
end
|
248
|
+
|
249
|
+
if attributes.key?(:'total_timeout')
|
250
|
+
self.total_timeout = attributes[:'total_timeout']
|
253
251
|
end
|
254
252
|
|
255
253
|
if attributes.key?(:'max_retries')
|
256
254
|
self.max_retries = attributes[:'max_retries']
|
257
255
|
end
|
258
256
|
|
259
|
-
if attributes.key?(:'
|
260
|
-
|
261
|
-
|
262
|
-
|
257
|
+
if attributes.key?(:'sock_read_timeout')
|
258
|
+
self.sock_read_timeout = attributes[:'sock_read_timeout']
|
259
|
+
end
|
260
|
+
|
261
|
+
if attributes.key?(:'proxy_url')
|
262
|
+
self.proxy_url = attributes[:'proxy_url']
|
263
263
|
end
|
264
264
|
|
265
265
|
if attributes.key?(:'metadata_only')
|
@@ -276,34 +276,34 @@ module PulpAnsibleClient
|
|
276
276
|
def list_invalid_properties
|
277
277
|
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
278
278
|
invalid_properties = Array.new
|
279
|
-
if @url.nil?
|
280
|
-
invalid_properties.push('invalid value for "url", url cannot be nil.')
|
281
|
-
end
|
282
|
-
|
283
279
|
if !@download_concurrency.nil? && @download_concurrency < 1
|
284
280
|
invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
|
285
281
|
end
|
286
282
|
|
283
|
+
if @url.nil?
|
284
|
+
invalid_properties.push('invalid value for "url", url cannot be nil.')
|
285
|
+
end
|
286
|
+
|
287
287
|
if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
|
288
288
|
invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.')
|
289
289
|
end
|
290
290
|
|
291
|
-
if
|
292
|
-
invalid_properties.push('invalid value for "
|
291
|
+
if @name.nil?
|
292
|
+
invalid_properties.push('invalid value for "name", name cannot be nil.')
|
293
293
|
end
|
294
294
|
|
295
295
|
if !@connect_timeout.nil? && @connect_timeout < 0.0
|
296
296
|
invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.0.')
|
297
297
|
end
|
298
298
|
|
299
|
-
if @name.nil?
|
300
|
-
invalid_properties.push('invalid value for "name", name cannot be nil.')
|
301
|
-
end
|
302
|
-
|
303
299
|
if !@total_timeout.nil? && @total_timeout < 0.0
|
304
300
|
invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.0.')
|
305
301
|
end
|
306
302
|
|
303
|
+
if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
|
304
|
+
invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.0.')
|
305
|
+
end
|
306
|
+
|
307
307
|
invalid_properties
|
308
308
|
end
|
309
309
|
|
@@ -311,13 +311,13 @@ module PulpAnsibleClient
|
|
311
311
|
# @return true if the model is valid
|
312
312
|
def valid?
|
313
313
|
warn '[DEPRECATED] the `valid?` method is obsolete'
|
314
|
-
return false if @url.nil?
|
315
314
|
return false if !@download_concurrency.nil? && @download_concurrency < 1
|
315
|
+
return false if @url.nil?
|
316
316
|
return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
|
317
|
-
return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
|
318
|
-
return false if !@connect_timeout.nil? && @connect_timeout < 0.0
|
319
317
|
return false if @name.nil?
|
318
|
+
return false if !@connect_timeout.nil? && @connect_timeout < 0.0
|
320
319
|
return false if !@total_timeout.nil? && @total_timeout < 0.0
|
320
|
+
return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
|
321
321
|
true
|
322
322
|
end
|
323
323
|
|
@@ -341,16 +341,6 @@ module PulpAnsibleClient
|
|
341
341
|
@sock_connect_timeout = sock_connect_timeout
|
342
342
|
end
|
343
343
|
|
344
|
-
# Custom attribute writer method with validation
|
345
|
-
# @param [Object] sock_read_timeout Value to be assigned
|
346
|
-
def sock_read_timeout=(sock_read_timeout)
|
347
|
-
if !sock_read_timeout.nil? && sock_read_timeout < 0.0
|
348
|
-
fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.0.'
|
349
|
-
end
|
350
|
-
|
351
|
-
@sock_read_timeout = sock_read_timeout
|
352
|
-
end
|
353
|
-
|
354
344
|
# Custom attribute writer method with validation
|
355
345
|
# @param [Object] connect_timeout Value to be assigned
|
356
346
|
def connect_timeout=(connect_timeout)
|
@@ -371,31 +361,41 @@ module PulpAnsibleClient
|
|
371
361
|
@total_timeout = total_timeout
|
372
362
|
end
|
373
363
|
|
364
|
+
# Custom attribute writer method with validation
|
365
|
+
# @param [Object] sock_read_timeout Value to be assigned
|
366
|
+
def sock_read_timeout=(sock_read_timeout)
|
367
|
+
if !sock_read_timeout.nil? && sock_read_timeout < 0.0
|
368
|
+
fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.0.'
|
369
|
+
end
|
370
|
+
|
371
|
+
@sock_read_timeout = sock_read_timeout
|
372
|
+
end
|
373
|
+
|
374
374
|
# Checks equality by comparing each attribute.
|
375
375
|
# @param [Object] Object to be compared
|
376
376
|
def ==(o)
|
377
377
|
return true if self.equal?(o)
|
378
378
|
self.class == o.class &&
|
379
|
-
|
380
|
-
url == o.url &&
|
381
|
-
client_cert == o.client_cert &&
|
379
|
+
pulp_last_updated == o.pulp_last_updated &&
|
382
380
|
download_concurrency == o.download_concurrency &&
|
383
|
-
|
381
|
+
rate_limit == o.rate_limit &&
|
382
|
+
url == o.url &&
|
383
|
+
tls_validation == o.tls_validation &&
|
384
384
|
pulp_created == o.pulp_created &&
|
385
|
-
|
386
|
-
sock_read_timeout == o.sock_read_timeout &&
|
387
|
-
prn == o.prn &&
|
385
|
+
client_cert == o.client_cert &&
|
388
386
|
pulp_href == o.pulp_href &&
|
387
|
+
sock_connect_timeout == o.sock_connect_timeout &&
|
388
|
+
name == o.name &&
|
389
389
|
connect_timeout == o.connect_timeout &&
|
390
|
-
|
390
|
+
hidden_fields == o.hidden_fields &&
|
391
|
+
pulp_labels == o.pulp_labels &&
|
392
|
+
ca_cert == o.ca_cert &&
|
393
|
+
prn == o.prn &&
|
391
394
|
headers == o.headers &&
|
392
|
-
name == o.name &&
|
393
395
|
total_timeout == o.total_timeout &&
|
394
|
-
hidden_fields == o.hidden_fields &&
|
395
|
-
pulp_last_updated == o.pulp_last_updated &&
|
396
|
-
rate_limit == o.rate_limit &&
|
397
396
|
max_retries == o.max_retries &&
|
398
|
-
|
397
|
+
sock_read_timeout == o.sock_read_timeout &&
|
398
|
+
proxy_url == o.proxy_url &&
|
399
399
|
metadata_only == o.metadata_only &&
|
400
400
|
git_ref == o.git_ref
|
401
401
|
end
|
@@ -409,7 +409,7 @@ module PulpAnsibleClient
|
|
409
409
|
# Calculates hash code according to all attributes.
|
410
410
|
# @return [Integer] Hash code
|
411
411
|
def hash
|
412
|
-
[
|
412
|
+
[pulp_last_updated, download_concurrency, rate_limit, url, tls_validation, pulp_created, client_cert, pulp_href, sock_connect_timeout, name, connect_timeout, hidden_fields, pulp_labels, ca_cert, prn, headers, total_timeout, max_retries, sock_read_timeout, proxy_url, metadata_only, git_ref].hash
|
413
413
|
end
|
414
414
|
|
415
415
|
# Builds the object from hash
|
@@ -16,15 +16,15 @@ require 'time'
|
|
16
16
|
module PulpAnsibleClient
|
17
17
|
# A serializer for Role versions.
|
18
18
|
class AnsibleRole
|
19
|
+
# A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
20
|
+
attr_accessor :pulp_labels
|
21
|
+
|
19
22
|
# A URI of a repository the new content unit should be associated with.
|
20
23
|
attr_accessor :repository
|
21
24
|
|
22
25
|
# Artifact file representing the physical content
|
23
26
|
attr_accessor :artifact
|
24
27
|
|
25
|
-
# A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
26
|
-
attr_accessor :pulp_labels
|
27
|
-
|
28
28
|
attr_accessor :version
|
29
29
|
|
30
30
|
attr_accessor :name
|
@@ -34,9 +34,9 @@ module PulpAnsibleClient
|
|
34
34
|
# Attribute mapping from ruby-style variable name to JSON key.
|
35
35
|
def self.attribute_map
|
36
36
|
{
|
37
|
+
:'pulp_labels' => :'pulp_labels',
|
37
38
|
:'repository' => :'repository',
|
38
39
|
:'artifact' => :'artifact',
|
39
|
-
:'pulp_labels' => :'pulp_labels',
|
40
40
|
:'version' => :'version',
|
41
41
|
:'name' => :'name',
|
42
42
|
:'namespace' => :'namespace'
|
@@ -51,9 +51,9 @@ module PulpAnsibleClient
|
|
51
51
|
# Attribute type mapping.
|
52
52
|
def self.openapi_types
|
53
53
|
{
|
54
|
+
:'pulp_labels' => :'Hash<String, String>',
|
54
55
|
:'repository' => :'String',
|
55
56
|
:'artifact' => :'String',
|
56
|
-
:'pulp_labels' => :'Hash<String, String>',
|
57
57
|
:'version' => :'String',
|
58
58
|
:'name' => :'String',
|
59
59
|
:'namespace' => :'String'
|
@@ -81,6 +81,12 @@ module PulpAnsibleClient
|
|
81
81
|
h[k.to_sym] = v
|
82
82
|
}
|
83
83
|
|
84
|
+
if attributes.key?(:'pulp_labels')
|
85
|
+
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
86
|
+
self.pulp_labels = value
|
87
|
+
end
|
88
|
+
end
|
89
|
+
|
84
90
|
if attributes.key?(:'repository')
|
85
91
|
self.repository = attributes[:'repository']
|
86
92
|
end
|
@@ -91,12 +97,6 @@ module PulpAnsibleClient
|
|
91
97
|
self.artifact = nil
|
92
98
|
end
|
93
99
|
|
94
|
-
if attributes.key?(:'pulp_labels')
|
95
|
-
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
96
|
-
self.pulp_labels = value
|
97
|
-
end
|
98
|
-
end
|
99
|
-
|
100
100
|
if attributes.key?(:'version')
|
101
101
|
self.version = attributes[:'version']
|
102
102
|
else
|
@@ -213,9 +213,9 @@ module PulpAnsibleClient
|
|
213
213
|
def ==(o)
|
214
214
|
return true if self.equal?(o)
|
215
215
|
self.class == o.class &&
|
216
|
+
pulp_labels == o.pulp_labels &&
|
216
217
|
repository == o.repository &&
|
217
218
|
artifact == o.artifact &&
|
218
|
-
pulp_labels == o.pulp_labels &&
|
219
219
|
version == o.version &&
|
220
220
|
name == o.name &&
|
221
221
|
namespace == o.namespace
|
@@ -230,7 +230,7 @@ module PulpAnsibleClient
|
|
230
230
|
# Calculates hash code according to all attributes.
|
231
231
|
# @return [Integer] Hash code
|
232
232
|
def hash
|
233
|
-
[repository, artifact,
|
233
|
+
[pulp_labels, repository, artifact, version, name, namespace].hash
|
234
234
|
end
|
235
235
|
|
236
236
|
# Builds the object from hash
|