pulp_ansible_client 0.26.0 → 0.27.0
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 +30 -30
- 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 +32 -18
- 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 +28 -12
- 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 +30 -15
- 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 +15 -0
- data/lib/pulp_ansible_client/api/versions_api.rb +3 -0
- data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +26 -26
- data/lib/pulp_ansible_client/models/ansible_git_remote.rb +224 -224
- data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +167 -167
- data/lib/pulp_ansible_client/models/ansible_role.rb +11 -11
- data/lib/pulp_ansible_client/models/ansible_role_response.rb +27 -27
- 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 +218 -218
- 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 +10 -5
- 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 +5 -0
- data/spec/api/versions_api_spec.rb +1 -0
- data/spec/models/ansible_collection_version_response_spec.rb +5 -5
- data/spec/models/ansible_git_remote_response_spec.rb +19 -19
- data/spec/models/ansible_git_remote_spec.rb +19 -19
- data/spec/models/ansible_role_response_spec.rb +5 -5
- 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 +124 -124
- 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 AnsibleGitRemoteResponse
|
19
|
-
#
|
20
|
-
attr_accessor :
|
19
|
+
# aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.
|
20
|
+
attr_accessor :total_timeout
|
21
21
|
|
22
|
-
# The
|
23
|
-
attr_accessor :
|
22
|
+
# aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.
|
23
|
+
attr_accessor :connect_timeout
|
24
24
|
|
25
|
-
#
|
26
|
-
attr_accessor :
|
25
|
+
# Headers for aiohttp.Clientsession
|
26
|
+
attr_accessor :headers
|
27
27
|
|
28
|
-
#
|
29
|
-
attr_accessor :
|
28
|
+
# Timestamp of the most recent update of the remote.
|
29
|
+
attr_accessor :pulp_last_updated
|
30
30
|
|
31
|
-
#
|
32
|
-
attr_accessor :
|
31
|
+
# List of hidden (write only) fields
|
32
|
+
attr_accessor :hidden_fields
|
33
33
|
|
34
34
|
# Timestamp of creation.
|
35
35
|
attr_accessor :pulp_created
|
36
36
|
|
37
|
-
#
|
38
|
-
attr_accessor :
|
37
|
+
# If True, TLS peer validation must be performed.
|
38
|
+
attr_accessor :tls_validation
|
39
|
+
|
40
|
+
# Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used.
|
41
|
+
attr_accessor :max_retries
|
39
42
|
|
40
43
|
# 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.
|
41
44
|
attr_accessor :sock_read_timeout
|
42
45
|
|
43
|
-
#
|
44
|
-
attr_accessor :
|
45
|
-
|
46
|
-
attr_accessor :pulp_href
|
47
|
-
|
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
|
46
|
+
# A PEM encoded client certificate used for authentication.
|
47
|
+
attr_accessor :client_cert
|
50
48
|
|
51
|
-
#
|
52
|
-
attr_accessor :
|
49
|
+
# A PEM encoded CA certificate used to validate the server certificate presented by the remote server.
|
50
|
+
attr_accessor :ca_cert
|
53
51
|
|
54
|
-
#
|
55
|
-
attr_accessor :
|
52
|
+
# The URL of an external content source.
|
53
|
+
attr_accessor :url
|
56
54
|
|
57
55
|
# A unique name for this remote.
|
58
56
|
attr_accessor :name
|
59
57
|
|
60
|
-
#
|
61
|
-
attr_accessor :
|
62
|
-
|
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
|
58
|
+
# The Pulp Resource Name (PRN).
|
59
|
+
attr_accessor :prn
|
68
60
|
|
69
61
|
# Limits requests per second for each concurrent downloader
|
70
62
|
attr_accessor :rate_limit
|
71
63
|
|
72
|
-
#
|
73
|
-
attr_accessor :
|
64
|
+
# 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.
|
65
|
+
attr_accessor :sock_connect_timeout
|
66
|
+
|
67
|
+
attr_accessor :pulp_href
|
74
68
|
|
75
69
|
attr_accessor :pulp_labels
|
76
70
|
|
71
|
+
# The proxy URL. Format: scheme://host:port
|
72
|
+
attr_accessor :proxy_url
|
73
|
+
|
74
|
+
# Total number of simultaneous connections. If not set then the default value will be used.
|
75
|
+
attr_accessor :download_concurrency
|
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
|
79
79
|
|
@@ -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',
|
89
|
-
:'download_concurrency' => :'download_concurrency',
|
90
|
-
:'sock_connect_timeout' => :'sock_connect_timeout',
|
91
|
-
:'pulp_created' => :'pulp_created',
|
92
|
-
:'proxy_url' => :'proxy_url',
|
93
|
-
:'sock_read_timeout' => :'sock_read_timeout',
|
94
|
-
:'prn' => :'prn',
|
95
|
-
:'pulp_href' => :'pulp_href',
|
86
|
+
:'total_timeout' => :'total_timeout',
|
96
87
|
:'connect_timeout' => :'connect_timeout',
|
97
|
-
:'tls_validation' => :'tls_validation',
|
98
88
|
:'headers' => :'headers',
|
99
|
-
:'name' => :'name',
|
100
|
-
:'total_timeout' => :'total_timeout',
|
101
|
-
:'hidden_fields' => :'hidden_fields',
|
102
89
|
:'pulp_last_updated' => :'pulp_last_updated',
|
103
|
-
:'
|
90
|
+
:'hidden_fields' => :'hidden_fields',
|
91
|
+
:'pulp_created' => :'pulp_created',
|
92
|
+
:'tls_validation' => :'tls_validation',
|
104
93
|
:'max_retries' => :'max_retries',
|
94
|
+
:'sock_read_timeout' => :'sock_read_timeout',
|
95
|
+
:'client_cert' => :'client_cert',
|
96
|
+
:'ca_cert' => :'ca_cert',
|
97
|
+
:'url' => :'url',
|
98
|
+
:'name' => :'name',
|
99
|
+
:'prn' => :'prn',
|
100
|
+
:'rate_limit' => :'rate_limit',
|
101
|
+
:'sock_connect_timeout' => :'sock_connect_timeout',
|
102
|
+
:'pulp_href' => :'pulp_href',
|
105
103
|
:'pulp_labels' => :'pulp_labels',
|
104
|
+
:'proxy_url' => :'proxy_url',
|
105
|
+
:'download_concurrency' => :'download_concurrency',
|
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',
|
122
|
-
:'download_concurrency' => :'Integer',
|
123
|
-
:'sock_connect_timeout' => :'Float',
|
124
|
-
:'pulp_created' => :'Time',
|
125
|
-
:'proxy_url' => :'String',
|
126
|
-
:'sock_read_timeout' => :'Float',
|
127
|
-
:'prn' => :'String',
|
128
|
-
:'pulp_href' => :'String',
|
119
|
+
:'total_timeout' => :'Float',
|
129
120
|
:'connect_timeout' => :'Float',
|
130
|
-
:'tls_validation' => :'Boolean',
|
131
121
|
:'headers' => :'Array<Object>',
|
132
|
-
:'name' => :'String',
|
133
|
-
:'total_timeout' => :'Float',
|
134
|
-
:'hidden_fields' => :'Array<AnsibleCollectionRemoteResponseHiddenFieldsInner>',
|
135
122
|
:'pulp_last_updated' => :'Time',
|
136
|
-
:'
|
123
|
+
:'hidden_fields' => :'Array<AnsibleCollectionRemoteResponseHiddenFieldsInner>',
|
124
|
+
:'pulp_created' => :'Time',
|
125
|
+
:'tls_validation' => :'Boolean',
|
137
126
|
:'max_retries' => :'Integer',
|
127
|
+
:'sock_read_timeout' => :'Float',
|
128
|
+
:'client_cert' => :'String',
|
129
|
+
:'ca_cert' => :'String',
|
130
|
+
:'url' => :'String',
|
131
|
+
:'name' => :'String',
|
132
|
+
:'prn' => :'String',
|
133
|
+
:'rate_limit' => :'Integer',
|
134
|
+
:'sock_connect_timeout' => :'Float',
|
135
|
+
:'pulp_href' => :'String',
|
138
136
|
:'pulp_labels' => :'Hash<String, String>',
|
137
|
+
:'proxy_url' => :'String',
|
138
|
+
:'download_concurrency' => :'Integer',
|
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
|
-
:'
|
147
|
+
:'total_timeout',
|
148
|
+
:'connect_timeout',
|
149
|
+
:'max_retries',
|
150
|
+
:'sock_read_timeout',
|
148
151
|
:'client_cert',
|
149
|
-
:'
|
152
|
+
:'ca_cert',
|
153
|
+
:'rate_limit',
|
150
154
|
:'sock_connect_timeout',
|
151
155
|
:'proxy_url',
|
152
|
-
:'
|
153
|
-
:'connect_timeout',
|
154
|
-
:'total_timeout',
|
155
|
-
:'rate_limit',
|
156
|
-
:'max_retries',
|
156
|
+
:'download_concurrency',
|
157
157
|
])
|
158
158
|
end
|
159
159
|
|
@@ -172,60 +172,58 @@ module PulpAnsibleClient
|
|
172
172
|
h[k.to_sym] = v
|
173
173
|
}
|
174
174
|
|
175
|
-
if attributes.key?(:'
|
176
|
-
self.
|
175
|
+
if attributes.key?(:'total_timeout')
|
176
|
+
self.total_timeout = attributes[:'total_timeout']
|
177
177
|
end
|
178
178
|
|
179
|
-
if attributes.key?(:'
|
180
|
-
self.
|
181
|
-
else
|
182
|
-
self.url = nil
|
179
|
+
if attributes.key?(:'connect_timeout')
|
180
|
+
self.connect_timeout = attributes[:'connect_timeout']
|
183
181
|
end
|
184
182
|
|
185
|
-
if attributes.key?(:'
|
186
|
-
|
183
|
+
if attributes.key?(:'headers')
|
184
|
+
if (value = attributes[:'headers']).is_a?(Array)
|
185
|
+
self.headers = value
|
186
|
+
end
|
187
187
|
end
|
188
188
|
|
189
|
-
if attributes.key?(:'
|
190
|
-
self.
|
189
|
+
if attributes.key?(:'pulp_last_updated')
|
190
|
+
self.pulp_last_updated = attributes[:'pulp_last_updated']
|
191
191
|
end
|
192
192
|
|
193
|
-
if attributes.key?(:'
|
194
|
-
|
193
|
+
if attributes.key?(:'hidden_fields')
|
194
|
+
if (value = attributes[:'hidden_fields']).is_a?(Array)
|
195
|
+
self.hidden_fields = value
|
196
|
+
end
|
195
197
|
end
|
196
198
|
|
197
199
|
if attributes.key?(:'pulp_created')
|
198
200
|
self.pulp_created = attributes[:'pulp_created']
|
199
201
|
end
|
200
202
|
|
201
|
-
if attributes.key?(:'
|
202
|
-
self.
|
203
|
-
end
|
204
|
-
|
205
|
-
if attributes.key?(:'sock_read_timeout')
|
206
|
-
self.sock_read_timeout = attributes[:'sock_read_timeout']
|
203
|
+
if attributes.key?(:'tls_validation')
|
204
|
+
self.tls_validation = attributes[:'tls_validation']
|
207
205
|
end
|
208
206
|
|
209
|
-
if attributes.key?(:'
|
210
|
-
self.
|
207
|
+
if attributes.key?(:'max_retries')
|
208
|
+
self.max_retries = attributes[:'max_retries']
|
211
209
|
end
|
212
210
|
|
213
|
-
if attributes.key?(:'
|
214
|
-
self.
|
211
|
+
if attributes.key?(:'sock_read_timeout')
|
212
|
+
self.sock_read_timeout = attributes[:'sock_read_timeout']
|
215
213
|
end
|
216
214
|
|
217
|
-
if attributes.key?(:'
|
218
|
-
self.
|
215
|
+
if attributes.key?(:'client_cert')
|
216
|
+
self.client_cert = attributes[:'client_cert']
|
219
217
|
end
|
220
218
|
|
221
|
-
if attributes.key?(:'
|
222
|
-
self.
|
219
|
+
if attributes.key?(:'ca_cert')
|
220
|
+
self.ca_cert = attributes[:'ca_cert']
|
223
221
|
end
|
224
222
|
|
225
|
-
if attributes.key?(:'
|
226
|
-
|
227
|
-
|
228
|
-
|
223
|
+
if attributes.key?(:'url')
|
224
|
+
self.url = attributes[:'url']
|
225
|
+
else
|
226
|
+
self.url = nil
|
229
227
|
end
|
230
228
|
|
231
229
|
if attributes.key?(:'name')
|
@@ -234,26 +232,20 @@ module PulpAnsibleClient
|
|
234
232
|
self.name = nil
|
235
233
|
end
|
236
234
|
|
237
|
-
if attributes.key?(:'
|
238
|
-
self.
|
239
|
-
end
|
240
|
-
|
241
|
-
if attributes.key?(:'hidden_fields')
|
242
|
-
if (value = attributes[:'hidden_fields']).is_a?(Array)
|
243
|
-
self.hidden_fields = value
|
244
|
-
end
|
245
|
-
end
|
246
|
-
|
247
|
-
if attributes.key?(:'pulp_last_updated')
|
248
|
-
self.pulp_last_updated = attributes[:'pulp_last_updated']
|
235
|
+
if attributes.key?(:'prn')
|
236
|
+
self.prn = attributes[:'prn']
|
249
237
|
end
|
250
238
|
|
251
239
|
if attributes.key?(:'rate_limit')
|
252
240
|
self.rate_limit = attributes[:'rate_limit']
|
253
241
|
end
|
254
242
|
|
255
|
-
if attributes.key?(:'
|
256
|
-
self.
|
243
|
+
if attributes.key?(:'sock_connect_timeout')
|
244
|
+
self.sock_connect_timeout = attributes[:'sock_connect_timeout']
|
245
|
+
end
|
246
|
+
|
247
|
+
if attributes.key?(:'pulp_href')
|
248
|
+
self.pulp_href = attributes[:'pulp_href']
|
257
249
|
end
|
258
250
|
|
259
251
|
if attributes.key?(:'pulp_labels')
|
@@ -262,6 +254,14 @@ module PulpAnsibleClient
|
|
262
254
|
end
|
263
255
|
end
|
264
256
|
|
257
|
+
if attributes.key?(:'proxy_url')
|
258
|
+
self.proxy_url = attributes[:'proxy_url']
|
259
|
+
end
|
260
|
+
|
261
|
+
if attributes.key?(:'download_concurrency')
|
262
|
+
self.download_concurrency = attributes[:'download_concurrency']
|
263
|
+
end
|
264
|
+
|
265
265
|
if attributes.key?(:'metadata_only')
|
266
266
|
self.metadata_only = attributes[:'metadata_only']
|
267
267
|
end
|
@@ -276,32 +276,32 @@ module PulpAnsibleClient
|
|
276
276
|
def list_invalid_properties
|
277
277
|
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
278
278
|
invalid_properties = Array.new
|
279
|
-
if
|
280
|
-
invalid_properties.push('invalid value for "
|
281
|
-
end
|
282
|
-
|
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.')
|
279
|
+
if !@total_timeout.nil? && @total_timeout < 0.0
|
280
|
+
invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.0.')
|
285
281
|
end
|
286
282
|
|
287
|
-
if !@
|
288
|
-
invalid_properties.push('invalid value for "
|
283
|
+
if !@connect_timeout.nil? && @connect_timeout < 0.0
|
284
|
+
invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.0.')
|
289
285
|
end
|
290
286
|
|
291
287
|
if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
|
292
288
|
invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.0.')
|
293
289
|
end
|
294
290
|
|
295
|
-
if
|
296
|
-
invalid_properties.push('invalid value for "
|
291
|
+
if @url.nil?
|
292
|
+
invalid_properties.push('invalid value for "url", url cannot be nil.')
|
297
293
|
end
|
298
294
|
|
299
295
|
if @name.nil?
|
300
296
|
invalid_properties.push('invalid value for "name", name cannot be nil.')
|
301
297
|
end
|
302
298
|
|
303
|
-
if !@
|
304
|
-
invalid_properties.push('invalid value for "
|
299
|
+
if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
|
300
|
+
invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.')
|
301
|
+
end
|
302
|
+
|
303
|
+
if !@download_concurrency.nil? && @download_concurrency < 1
|
304
|
+
invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
|
305
305
|
end
|
306
306
|
|
307
307
|
invalid_properties
|
@@ -311,34 +311,34 @@ 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
|
315
|
-
return false if !@download_concurrency.nil? && @download_concurrency < 1
|
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
|
314
|
+
return false if !@total_timeout.nil? && @total_timeout < 0.0
|
318
315
|
return false if !@connect_timeout.nil? && @connect_timeout < 0.0
|
316
|
+
return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
|
317
|
+
return false if @url.nil?
|
319
318
|
return false if @name.nil?
|
320
|
-
return false if !@
|
319
|
+
return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
|
320
|
+
return false if !@download_concurrency.nil? && @download_concurrency < 1
|
321
321
|
true
|
322
322
|
end
|
323
323
|
|
324
324
|
# Custom attribute writer method with validation
|
325
|
-
# @param [Object]
|
326
|
-
def
|
327
|
-
if !
|
328
|
-
fail ArgumentError, 'invalid value for "
|
325
|
+
# @param [Object] total_timeout Value to be assigned
|
326
|
+
def total_timeout=(total_timeout)
|
327
|
+
if !total_timeout.nil? && total_timeout < 0.0
|
328
|
+
fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.0.'
|
329
329
|
end
|
330
330
|
|
331
|
-
@
|
331
|
+
@total_timeout = total_timeout
|
332
332
|
end
|
333
333
|
|
334
334
|
# Custom attribute writer method with validation
|
335
|
-
# @param [Object]
|
336
|
-
def
|
337
|
-
if !
|
338
|
-
fail ArgumentError, 'invalid value for "
|
335
|
+
# @param [Object] connect_timeout Value to be assigned
|
336
|
+
def connect_timeout=(connect_timeout)
|
337
|
+
if !connect_timeout.nil? && connect_timeout < 0.0
|
338
|
+
fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.0.'
|
339
339
|
end
|
340
340
|
|
341
|
-
@
|
341
|
+
@connect_timeout = connect_timeout
|
342
342
|
end
|
343
343
|
|
344
344
|
# Custom attribute writer method with validation
|
@@ -352,23 +352,23 @@ module PulpAnsibleClient
|
|
352
352
|
end
|
353
353
|
|
354
354
|
# Custom attribute writer method with validation
|
355
|
-
# @param [Object]
|
356
|
-
def
|
357
|
-
if !
|
358
|
-
fail ArgumentError, 'invalid value for "
|
355
|
+
# @param [Object] sock_connect_timeout Value to be assigned
|
356
|
+
def sock_connect_timeout=(sock_connect_timeout)
|
357
|
+
if !sock_connect_timeout.nil? && sock_connect_timeout < 0.0
|
358
|
+
fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.'
|
359
359
|
end
|
360
360
|
|
361
|
-
@
|
361
|
+
@sock_connect_timeout = sock_connect_timeout
|
362
362
|
end
|
363
363
|
|
364
364
|
# Custom attribute writer method with validation
|
365
|
-
# @param [Object]
|
366
|
-
def
|
367
|
-
if !
|
368
|
-
fail ArgumentError, 'invalid value for "
|
365
|
+
# @param [Object] download_concurrency Value to be assigned
|
366
|
+
def download_concurrency=(download_concurrency)
|
367
|
+
if !download_concurrency.nil? && download_concurrency < 1
|
368
|
+
fail ArgumentError, 'invalid value for "download_concurrency", must be greater than or equal to 1.'
|
369
369
|
end
|
370
370
|
|
371
|
-
@
|
371
|
+
@download_concurrency = download_concurrency
|
372
372
|
end
|
373
373
|
|
374
374
|
# Checks equality by comparing each attribute.
|
@@ -376,26 +376,26 @@ module PulpAnsibleClient
|
|
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 &&
|
382
|
-
download_concurrency == o.download_concurrency &&
|
383
|
-
sock_connect_timeout == o.sock_connect_timeout &&
|
384
|
-
pulp_created == o.pulp_created &&
|
385
|
-
proxy_url == o.proxy_url &&
|
386
|
-
sock_read_timeout == o.sock_read_timeout &&
|
387
|
-
prn == o.prn &&
|
388
|
-
pulp_href == o.pulp_href &&
|
379
|
+
total_timeout == o.total_timeout &&
|
389
380
|
connect_timeout == o.connect_timeout &&
|
390
|
-
tls_validation == o.tls_validation &&
|
391
381
|
headers == o.headers &&
|
392
|
-
name == o.name &&
|
393
|
-
total_timeout == o.total_timeout &&
|
394
|
-
hidden_fields == o.hidden_fields &&
|
395
382
|
pulp_last_updated == o.pulp_last_updated &&
|
396
|
-
|
383
|
+
hidden_fields == o.hidden_fields &&
|
384
|
+
pulp_created == o.pulp_created &&
|
385
|
+
tls_validation == o.tls_validation &&
|
397
386
|
max_retries == o.max_retries &&
|
387
|
+
sock_read_timeout == o.sock_read_timeout &&
|
388
|
+
client_cert == o.client_cert &&
|
389
|
+
ca_cert == o.ca_cert &&
|
390
|
+
url == o.url &&
|
391
|
+
name == o.name &&
|
392
|
+
prn == o.prn &&
|
393
|
+
rate_limit == o.rate_limit &&
|
394
|
+
sock_connect_timeout == o.sock_connect_timeout &&
|
395
|
+
pulp_href == o.pulp_href &&
|
398
396
|
pulp_labels == o.pulp_labels &&
|
397
|
+
proxy_url == o.proxy_url &&
|
398
|
+
download_concurrency == o.download_concurrency &&
|
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
|
+
[total_timeout, connect_timeout, headers, pulp_last_updated, hidden_fields, pulp_created, tls_validation, max_retries, sock_read_timeout, client_cert, ca_cert, url, name, prn, rate_limit, sock_connect_timeout, pulp_href, pulp_labels, proxy_url, download_concurrency, 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 URI of a repository the new content unit should be associated with.
|
20
|
-
attr_accessor :repository
|
21
|
-
|
22
19
|
# Artifact file representing the physical content
|
23
20
|
attr_accessor :artifact
|
24
21
|
|
25
22
|
# A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
26
23
|
attr_accessor :pulp_labels
|
27
24
|
|
25
|
+
# A URI of a repository the new content unit should be associated with.
|
26
|
+
attr_accessor :repository
|
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
|
-
:'repository' => :'repository',
|
38
37
|
:'artifact' => :'artifact',
|
39
38
|
:'pulp_labels' => :'pulp_labels',
|
39
|
+
:'repository' => :'repository',
|
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
|
-
:'repository' => :'String',
|
55
54
|
:'artifact' => :'String',
|
56
55
|
:'pulp_labels' => :'Hash<String, String>',
|
56
|
+
:'repository' => :'String',
|
57
57
|
:'version' => :'String',
|
58
58
|
:'name' => :'String',
|
59
59
|
:'namespace' => :'String'
|
@@ -81,10 +81,6 @@ module PulpAnsibleClient
|
|
81
81
|
h[k.to_sym] = v
|
82
82
|
}
|
83
83
|
|
84
|
-
if attributes.key?(:'repository')
|
85
|
-
self.repository = attributes[:'repository']
|
86
|
-
end
|
87
|
-
|
88
84
|
if attributes.key?(:'artifact')
|
89
85
|
self.artifact = attributes[:'artifact']
|
90
86
|
else
|
@@ -97,6 +93,10 @@ module PulpAnsibleClient
|
|
97
93
|
end
|
98
94
|
end
|
99
95
|
|
96
|
+
if attributes.key?(:'repository')
|
97
|
+
self.repository = attributes[:'repository']
|
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
|
-
repository == o.repository &&
|
217
216
|
artifact == o.artifact &&
|
218
217
|
pulp_labels == o.pulp_labels &&
|
218
|
+
repository == o.repository &&
|
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
|
-
[
|
233
|
+
[artifact, pulp_labels, repository, version, name, namespace].hash
|
234
234
|
end
|
235
235
|
|
236
236
|
# Builds the object from hash
|