pulp_ansible_client 0.24.5 → 0.24.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +8 -5
- data/docs/AnsibleCollectionVersionResponse.md +8 -8
- data/docs/AnsibleCollectionsApi.md +26 -8
- data/docs/AnsibleCopyApi.md +8 -4
- data/docs/AnsibleGitRemote.md +26 -26
- data/docs/AnsibleGitRemoteResponse.md +22 -22
- data/docs/AnsibleRole.md +4 -4
- data/docs/AnsibleRoleResponse.md +8 -8
- data/docs/ApiPluginAnsibleSearchCollectionVersionsApi.md +10 -4
- data/docs/ApiRolesApi.md +2 -0
- data/docs/CollectionImportApi.md +2 -0
- data/docs/ContentCollectionDeprecationsApi.md +28 -12
- data/docs/ContentCollectionMarksApi.md +28 -12
- data/docs/ContentCollectionSignaturesApi.md +22 -8
- data/docs/ContentCollectionVersionsApi.md +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 +12 -4
- data/docs/PulpAnsibleApiV3CollectionsVersionsDocsBlobApi.md +2 -0
- data/docs/PulpAnsibleApiV3NamespacesApi.md +4 -0
- data/docs/PulpAnsibleApiV3PluginAnsibleClientConfigurationApi.md +2 -0
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +2 -0
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsAllVersionsApi.md +2 -0
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsApi.md +2 -0
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsArtifactsApi.md +2 -0
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexApi.md +20 -8
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +12 -4
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsDocsBlobApi.md +2 -0
- data/docs/PulpAnsibleApiV3PluginAnsibleContentNamespacesApi.md +16 -4
- data/docs/PulpAnsibleArtifactsCollectionsV3Api.md +8 -0
- data/docs/PulpAnsibleDefaultApiApi.md +14 -5
- data/docs/PulpAnsibleDefaultApiV3Api.md +14 -5
- data/docs/PulpAnsibleDefaultApiV3ArtifactsCollectionsApi.md +2 -0
- data/docs/PulpAnsibleDefaultApiV3CollectionVersionsAllApi.md +14 -5
- data/docs/PulpAnsibleDefaultApiV3CollectionsAllApi.md +2 -0
- data/docs/PulpAnsibleDefaultApiV3CollectionsApi.md +20 -8
- data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsApi.md +12 -4
- data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsDocsBlobApi.md +2 -0
- data/docs/PulpAnsibleDefaultApiV3NamespacesApi.md +4 -0
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleClientConfigurationApi.md +14 -5
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +2 -0
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllVersionsApi.md +2 -0
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsApi.md +2 -0
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsArtifactsApi.md +2 -0
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi.md +20 -8
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +12 -4
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsDocsBlobApi.md +2 -0
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.md +16 -4
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleSearchCollectionVersionsApi.md +10 -4
- data/docs/PulpAnsibleTagsApi.md +2 -0
- data/docs/RemotesCollectionApi.md +72 -32
- data/docs/RemotesGitApi.md +72 -32
- data/docs/RemotesRoleApi.md +72 -32
- data/docs/RepositoriesAnsibleApi.md +136 -64
- data/docs/RepositoriesAnsibleVersionsApi.md +30 -14
- data/docs/VersionsApi.md +2 -0
- data/lib/pulp_ansible_client/api/ansible_collections_api.rb +21 -0
- data/lib/pulp_ansible_client/api/ansible_copy_api.rb +3 -0
- data/lib/pulp_ansible_client/api/api_plugin_ansible_search_collection_versions_api.rb +6 -0
- data/lib/pulp_ansible_client/api/api_roles_api.rb +3 -0
- data/lib/pulp_ansible_client/api/collection_import_api.rb +3 -0
- data/lib/pulp_ansible_client/api/content_collection_deprecations_api.rb +15 -0
- data/lib/pulp_ansible_client/api/content_collection_marks_api.rb +15 -0
- data/lib/pulp_ansible_client/api/content_collection_signatures_api.rb +15 -0
- data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +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 +9 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_docs_blob_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_namespaces_api.rb +6 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_client_configuration_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_versions_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_artifacts_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api.rb +12 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api.rb +9 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_namespaces_api.rb +15 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_artifacts_collections_v3_api.rb +12 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_api.rb +9 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_api.rb +9 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_artifacts_collections_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collection_versions_all_api.rb +9 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_all_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_api.rb +12 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_api.rb +9 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_docs_blob_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_namespaces_api.rb +6 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_client_configuration_api.rb +9 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_versions_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_artifacts_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api.rb +12 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api.rb +9 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api.rb +15 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_search_collection_versions_api.rb +6 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_tags_api.rb +3 -0
- data/lib/pulp_ansible_client/api/remotes_collection_api.rb +36 -0
- data/lib/pulp_ansible_client/api/remotes_git_api.rb +36 -0
- data/lib/pulp_ansible_client/api/remotes_role_api.rb +36 -0
- data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +60 -0
- data/lib/pulp_ansible_client/api/repositories_ansible_versions_api.rb +18 -3
- data/lib/pulp_ansible_client/api/versions_api.rb +3 -0
- data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +32 -32
- data/lib/pulp_ansible_client/models/ansible_git_remote.rb +220 -220
- data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +139 -139
- data/lib/pulp_ansible_client/models/ansible_role.rb +17 -17
- data/lib/pulp_ansible_client/models/ansible_role_response.rb +34 -34
- data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +217 -217
- data/lib/pulp_ansible_client/version.rb +1 -1
- data/pulp_ansible_client.gemspec +0 -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 +3 -0
- data/spec/api/pulp_ansible_api_v3_collections_versions_docs_blob_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_namespaces_api_spec.rb +2 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_client_configuration_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_versions_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_artifacts_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api_spec.rb +4 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +3 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_namespaces_api_spec.rb +5 -0
- data/spec/api/pulp_ansible_artifacts_collections_v3_api_spec.rb +4 -0
- data/spec/api/pulp_ansible_default_api_api_spec.rb +3 -0
- data/spec/api/pulp_ansible_default_api_v3_api_spec.rb +3 -0
- data/spec/api/pulp_ansible_default_api_v3_artifacts_collections_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_default_api_v3_collection_versions_all_api_spec.rb +3 -0
- data/spec/api/pulp_ansible_default_api_v3_collections_all_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_default_api_v3_collections_api_spec.rb +4 -0
- data/spec/api/pulp_ansible_default_api_v3_collections_versions_api_spec.rb +3 -0
- data/spec/api/pulp_ansible_default_api_v3_collections_versions_docs_blob_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_default_api_v3_namespaces_api_spec.rb +2 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_client_configuration_api_spec.rb +3 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_versions_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_artifacts_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api_spec.rb +4 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +3 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api_spec.rb +5 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_search_collection_versions_api_spec.rb +2 -0
- data/spec/api/pulp_ansible_tags_api_spec.rb +1 -0
- data/spec/api/remotes_collection_api_spec.rb +12 -0
- data/spec/api/remotes_git_api_spec.rb +12 -0
- data/spec/api/remotes_role_api_spec.rb +12 -0
- data/spec/api/repositories_ansible_api_spec.rb +20 -0
- data/spec/api/repositories_ansible_versions_api_spec.rb +6 -1
- data/spec/api/versions_api_spec.rb +1 -0
- data/spec/models/ansible_collection_version_response_spec.rb +5 -5
- data/spec/models/ansible_git_remote_response_spec.rb +18 -18
- data/spec/models/ansible_git_remote_spec.rb +20 -20
- data/spec/models/ansible_role_response_spec.rb +5 -5
- data/spec/models/ansible_role_spec.rb +2 -2
- data/spec/models/patchedansible_git_remote_spec.rb +20 -20
- metadata +124 -144
@@ -16,10 +16,16 @@ require 'time'
|
|
16
16
|
module PulpAnsibleClient
|
17
17
|
# A serializer for Git Collection Remotes.
|
18
18
|
class AnsibleGitRemoteResponse
|
19
|
+
# Timestamp of the most recent update of the remote.
|
20
|
+
attr_accessor :pulp_last_updated
|
21
|
+
|
22
|
+
# Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used.
|
23
|
+
attr_accessor :max_retries
|
24
|
+
|
19
25
|
attr_accessor :pulp_href
|
20
26
|
|
21
|
-
#
|
22
|
-
attr_accessor :
|
27
|
+
# Total number of simultaneous connections. If not set then the default value will be used.
|
28
|
+
attr_accessor :download_concurrency
|
23
29
|
|
24
30
|
# The URL of an external content source.
|
25
31
|
attr_accessor :url
|
@@ -27,53 +33,47 @@ module PulpAnsibleClient
|
|
27
33
|
# 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.
|
28
34
|
attr_accessor :sock_read_timeout
|
29
35
|
|
30
|
-
#
|
31
|
-
attr_accessor :
|
32
|
-
|
33
|
-
# aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.
|
34
|
-
attr_accessor :total_timeout
|
35
|
-
|
36
|
-
attr_accessor :pulp_labels
|
36
|
+
# The proxy URL. Format: scheme://host:port
|
37
|
+
attr_accessor :proxy_url
|
37
38
|
|
38
39
|
# The Pulp Resource Name (PRN).
|
39
40
|
attr_accessor :prn
|
40
41
|
|
41
|
-
#
|
42
|
-
attr_accessor :
|
42
|
+
# aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.
|
43
|
+
attr_accessor :connect_timeout
|
44
|
+
|
45
|
+
# A PEM encoded CA certificate used to validate the server certificate presented by the remote server.
|
46
|
+
attr_accessor :ca_cert
|
43
47
|
|
44
48
|
# 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.
|
45
49
|
attr_accessor :sock_connect_timeout
|
46
50
|
|
47
|
-
#
|
48
|
-
attr_accessor :
|
49
|
-
|
50
|
-
# Limits requests per second for each concurrent downloader
|
51
|
-
attr_accessor :rate_limit
|
51
|
+
# A unique name for this remote.
|
52
|
+
attr_accessor :name
|
52
53
|
|
53
54
|
# A PEM encoded client certificate used for authentication.
|
54
55
|
attr_accessor :client_cert
|
55
56
|
|
57
|
+
attr_accessor :pulp_labels
|
58
|
+
|
59
|
+
# Timestamp of creation.
|
60
|
+
attr_accessor :pulp_created
|
61
|
+
|
62
|
+
# Limits requests per second for each concurrent downloader
|
63
|
+
attr_accessor :rate_limit
|
64
|
+
|
56
65
|
# List of hidden (write only) fields
|
57
66
|
attr_accessor :hidden_fields
|
58
67
|
|
59
68
|
# Headers for aiohttp.Clientsession
|
60
69
|
attr_accessor :headers
|
61
70
|
|
62
|
-
#
|
63
|
-
attr_accessor :
|
64
|
-
|
65
|
-
# aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.
|
66
|
-
attr_accessor :connect_timeout
|
71
|
+
# aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.
|
72
|
+
attr_accessor :total_timeout
|
67
73
|
|
68
74
|
# If True, TLS peer validation must be performed.
|
69
75
|
attr_accessor :tls_validation
|
70
76
|
|
71
|
-
# A unique name for this remote.
|
72
|
-
attr_accessor :name
|
73
|
-
|
74
|
-
# Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used.
|
75
|
-
attr_accessor :max_retries
|
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
|
+
:'pulp_last_updated' => :'pulp_last_updated',
|
87
|
+
:'max_retries' => :'max_retries',
|
86
88
|
:'pulp_href' => :'pulp_href',
|
87
|
-
:'
|
89
|
+
:'download_concurrency' => :'download_concurrency',
|
88
90
|
:'url' => :'url',
|
89
91
|
:'sock_read_timeout' => :'sock_read_timeout',
|
90
|
-
:'
|
91
|
-
:'total_timeout' => :'total_timeout',
|
92
|
-
:'pulp_labels' => :'pulp_labels',
|
92
|
+
:'proxy_url' => :'proxy_url',
|
93
93
|
:'prn' => :'prn',
|
94
|
-
:'
|
94
|
+
:'connect_timeout' => :'connect_timeout',
|
95
|
+
:'ca_cert' => :'ca_cert',
|
95
96
|
:'sock_connect_timeout' => :'sock_connect_timeout',
|
96
|
-
:'
|
97
|
-
:'rate_limit' => :'rate_limit',
|
97
|
+
:'name' => :'name',
|
98
98
|
:'client_cert' => :'client_cert',
|
99
|
+
:'pulp_labels' => :'pulp_labels',
|
100
|
+
:'pulp_created' => :'pulp_created',
|
101
|
+
:'rate_limit' => :'rate_limit',
|
99
102
|
:'hidden_fields' => :'hidden_fields',
|
100
103
|
:'headers' => :'headers',
|
101
|
-
:'
|
102
|
-
:'connect_timeout' => :'connect_timeout',
|
104
|
+
:'total_timeout' => :'total_timeout',
|
103
105
|
:'tls_validation' => :'tls_validation',
|
104
|
-
:'name' => :'name',
|
105
|
-
:'max_retries' => :'max_retries',
|
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
|
+
:'pulp_last_updated' => :'Time',
|
120
|
+
:'max_retries' => :'Integer',
|
119
121
|
:'pulp_href' => :'String',
|
120
|
-
:'
|
122
|
+
:'download_concurrency' => :'Integer',
|
121
123
|
:'url' => :'String',
|
122
124
|
:'sock_read_timeout' => :'Float',
|
123
|
-
:'
|
124
|
-
:'total_timeout' => :'Float',
|
125
|
-
:'pulp_labels' => :'Hash<String, String>',
|
125
|
+
:'proxy_url' => :'String',
|
126
126
|
:'prn' => :'String',
|
127
|
-
:'
|
127
|
+
:'connect_timeout' => :'Float',
|
128
|
+
:'ca_cert' => :'String',
|
128
129
|
:'sock_connect_timeout' => :'Float',
|
129
|
-
:'
|
130
|
-
:'rate_limit' => :'Integer',
|
130
|
+
:'name' => :'String',
|
131
131
|
:'client_cert' => :'String',
|
132
|
+
:'pulp_labels' => :'Hash<String, String>',
|
133
|
+
:'pulp_created' => :'Time',
|
134
|
+
:'rate_limit' => :'Integer',
|
132
135
|
:'hidden_fields' => :'Array<AnsibleCollectionRemoteResponseHiddenFieldsInner>',
|
133
136
|
:'headers' => :'Array<Object>',
|
134
|
-
:'
|
135
|
-
:'connect_timeout' => :'Float',
|
137
|
+
:'total_timeout' => :'Float',
|
136
138
|
:'tls_validation' => :'Boolean',
|
137
|
-
:'name' => :'String',
|
138
|
-
:'max_retries' => :'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
|
-
:'
|
148
|
-
:'sock_read_timeout',
|
147
|
+
:'max_retries',
|
149
148
|
:'download_concurrency',
|
150
|
-
:'
|
151
|
-
:'sock_connect_timeout',
|
149
|
+
:'sock_read_timeout',
|
152
150
|
:'proxy_url',
|
153
|
-
:'rate_limit',
|
154
|
-
:'client_cert',
|
155
151
|
:'connect_timeout',
|
156
|
-
:'
|
152
|
+
:'ca_cert',
|
153
|
+
:'sock_connect_timeout',
|
154
|
+
:'client_cert',
|
155
|
+
:'rate_limit',
|
156
|
+
:'total_timeout',
|
157
157
|
])
|
158
158
|
end
|
159
159
|
|
@@ -172,12 +172,20 @@ module PulpAnsibleClient
|
|
172
172
|
h[k.to_sym] = v
|
173
173
|
}
|
174
174
|
|
175
|
+
if attributes.key?(:'pulp_last_updated')
|
176
|
+
self.pulp_last_updated = attributes[:'pulp_last_updated']
|
177
|
+
end
|
178
|
+
|
179
|
+
if attributes.key?(:'max_retries')
|
180
|
+
self.max_retries = attributes[:'max_retries']
|
181
|
+
end
|
182
|
+
|
175
183
|
if attributes.key?(:'pulp_href')
|
176
184
|
self.pulp_href = attributes[:'pulp_href']
|
177
185
|
end
|
178
186
|
|
179
|
-
if attributes.key?(:'
|
180
|
-
self.
|
187
|
+
if attributes.key?(:'download_concurrency')
|
188
|
+
self.download_concurrency = attributes[:'download_concurrency']
|
181
189
|
end
|
182
190
|
|
183
191
|
if attributes.key?(:'url')
|
@@ -190,44 +198,50 @@ module PulpAnsibleClient
|
|
190
198
|
self.sock_read_timeout = attributes[:'sock_read_timeout']
|
191
199
|
end
|
192
200
|
|
193
|
-
if attributes.key?(:'
|
194
|
-
self.
|
195
|
-
end
|
196
|
-
|
197
|
-
if attributes.key?(:'total_timeout')
|
198
|
-
self.total_timeout = attributes[:'total_timeout']
|
199
|
-
end
|
200
|
-
|
201
|
-
if attributes.key?(:'pulp_labels')
|
202
|
-
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
203
|
-
self.pulp_labels = value
|
204
|
-
end
|
201
|
+
if attributes.key?(:'proxy_url')
|
202
|
+
self.proxy_url = attributes[:'proxy_url']
|
205
203
|
end
|
206
204
|
|
207
205
|
if attributes.key?(:'prn')
|
208
206
|
self.prn = attributes[:'prn']
|
209
207
|
end
|
210
208
|
|
211
|
-
if attributes.key?(:'
|
212
|
-
self.
|
209
|
+
if attributes.key?(:'connect_timeout')
|
210
|
+
self.connect_timeout = attributes[:'connect_timeout']
|
213
211
|
end
|
214
212
|
|
215
|
-
if attributes.key?(:'
|
216
|
-
self.
|
213
|
+
if attributes.key?(:'ca_cert')
|
214
|
+
self.ca_cert = attributes[:'ca_cert']
|
217
215
|
end
|
218
216
|
|
219
|
-
if attributes.key?(:'
|
220
|
-
self.
|
217
|
+
if attributes.key?(:'sock_connect_timeout')
|
218
|
+
self.sock_connect_timeout = attributes[:'sock_connect_timeout']
|
221
219
|
end
|
222
220
|
|
223
|
-
if attributes.key?(:'
|
224
|
-
self.
|
221
|
+
if attributes.key?(:'name')
|
222
|
+
self.name = attributes[:'name']
|
223
|
+
else
|
224
|
+
self.name = nil
|
225
225
|
end
|
226
226
|
|
227
227
|
if attributes.key?(:'client_cert')
|
228
228
|
self.client_cert = attributes[:'client_cert']
|
229
229
|
end
|
230
230
|
|
231
|
+
if attributes.key?(:'pulp_labels')
|
232
|
+
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
233
|
+
self.pulp_labels = value
|
234
|
+
end
|
235
|
+
end
|
236
|
+
|
237
|
+
if attributes.key?(:'pulp_created')
|
238
|
+
self.pulp_created = attributes[:'pulp_created']
|
239
|
+
end
|
240
|
+
|
241
|
+
if attributes.key?(:'rate_limit')
|
242
|
+
self.rate_limit = attributes[:'rate_limit']
|
243
|
+
end
|
244
|
+
|
231
245
|
if attributes.key?(:'hidden_fields')
|
232
246
|
if (value = attributes[:'hidden_fields']).is_a?(Array)
|
233
247
|
self.hidden_fields = value
|
@@ -240,28 +254,14 @@ module PulpAnsibleClient
|
|
240
254
|
end
|
241
255
|
end
|
242
256
|
|
243
|
-
if attributes.key?(:'
|
244
|
-
self.
|
245
|
-
end
|
246
|
-
|
247
|
-
if attributes.key?(:'connect_timeout')
|
248
|
-
self.connect_timeout = attributes[:'connect_timeout']
|
257
|
+
if attributes.key?(:'total_timeout')
|
258
|
+
self.total_timeout = attributes[:'total_timeout']
|
249
259
|
end
|
250
260
|
|
251
261
|
if attributes.key?(:'tls_validation')
|
252
262
|
self.tls_validation = attributes[:'tls_validation']
|
253
263
|
end
|
254
264
|
|
255
|
-
if attributes.key?(:'name')
|
256
|
-
self.name = attributes[:'name']
|
257
|
-
else
|
258
|
-
self.name = nil
|
259
|
-
end
|
260
|
-
|
261
|
-
if attributes.key?(:'max_retries')
|
262
|
-
self.max_retries = attributes[:'max_retries']
|
263
|
-
end
|
264
|
-
|
265
265
|
if attributes.key?(:'metadata_only')
|
266
266
|
self.metadata_only = attributes[:'metadata_only']
|
267
267
|
end
|
@@ -276,6 +276,10 @@ 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 !@download_concurrency.nil? && @download_concurrency < 1
|
280
|
+
invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
|
281
|
+
end
|
282
|
+
|
279
283
|
if @url.nil?
|
280
284
|
invalid_properties.push('invalid value for "url", url cannot be nil.')
|
281
285
|
end
|
@@ -284,26 +288,22 @@ module PulpAnsibleClient
|
|
284
288
|
invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.0.')
|
285
289
|
end
|
286
290
|
|
287
|
-
if !@
|
288
|
-
invalid_properties.push('invalid value for "
|
289
|
-
end
|
290
|
-
|
291
|
-
if !@total_timeout.nil? && @total_timeout < 0.0
|
292
|
-
invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.0.')
|
291
|
+
if !@connect_timeout.nil? && @connect_timeout < 0.0
|
292
|
+
invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.0.')
|
293
293
|
end
|
294
294
|
|
295
295
|
if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
|
296
296
|
invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.')
|
297
297
|
end
|
298
298
|
|
299
|
-
if !@connect_timeout.nil? && @connect_timeout < 0.0
|
300
|
-
invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.0.')
|
301
|
-
end
|
302
|
-
|
303
299
|
if @name.nil?
|
304
300
|
invalid_properties.push('invalid value for "name", name cannot be nil.')
|
305
301
|
end
|
306
302
|
|
303
|
+
if !@total_timeout.nil? && @total_timeout < 0.0
|
304
|
+
invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.0.')
|
305
|
+
end
|
306
|
+
|
307
307
|
invalid_properties
|
308
308
|
end
|
309
309
|
|
@@ -311,26 +311,16 @@ 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 !@download_concurrency.nil? && @download_concurrency < 1
|
314
315
|
return false if @url.nil?
|
315
316
|
return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
|
316
|
-
return false if !@download_concurrency.nil? && @download_concurrency < 1
|
317
|
-
return false if !@total_timeout.nil? && @total_timeout < 0.0
|
318
|
-
return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
|
319
317
|
return false if !@connect_timeout.nil? && @connect_timeout < 0.0
|
318
|
+
return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
|
320
319
|
return false if @name.nil?
|
320
|
+
return false if !@total_timeout.nil? && @total_timeout < 0.0
|
321
321
|
true
|
322
322
|
end
|
323
323
|
|
324
|
-
# Custom attribute writer method with validation
|
325
|
-
# @param [Object] sock_read_timeout Value to be assigned
|
326
|
-
def sock_read_timeout=(sock_read_timeout)
|
327
|
-
if !sock_read_timeout.nil? && sock_read_timeout < 0.0
|
328
|
-
fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.0.'
|
329
|
-
end
|
330
|
-
|
331
|
-
@sock_read_timeout = sock_read_timeout
|
332
|
-
end
|
333
|
-
|
334
324
|
# Custom attribute writer method with validation
|
335
325
|
# @param [Object] download_concurrency Value to be assigned
|
336
326
|
def download_concurrency=(download_concurrency)
|
@@ -342,13 +332,23 @@ module PulpAnsibleClient
|
|
342
332
|
end
|
343
333
|
|
344
334
|
# Custom attribute writer method with validation
|
345
|
-
# @param [Object]
|
346
|
-
def
|
347
|
-
if !
|
348
|
-
fail ArgumentError, 'invalid value for "
|
335
|
+
# @param [Object] sock_read_timeout Value to be assigned
|
336
|
+
def sock_read_timeout=(sock_read_timeout)
|
337
|
+
if !sock_read_timeout.nil? && sock_read_timeout < 0.0
|
338
|
+
fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.0.'
|
349
339
|
end
|
350
340
|
|
351
|
-
@
|
341
|
+
@sock_read_timeout = sock_read_timeout
|
342
|
+
end
|
343
|
+
|
344
|
+
# Custom attribute writer method with validation
|
345
|
+
# @param [Object] connect_timeout Value to be assigned
|
346
|
+
def connect_timeout=(connect_timeout)
|
347
|
+
if !connect_timeout.nil? && connect_timeout < 0.0
|
348
|
+
fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.0.'
|
349
|
+
end
|
350
|
+
|
351
|
+
@connect_timeout = connect_timeout
|
352
352
|
end
|
353
353
|
|
354
354
|
# Custom attribute writer method with validation
|
@@ -362,13 +362,13 @@ module PulpAnsibleClient
|
|
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] total_timeout Value to be assigned
|
366
|
+
def total_timeout=(total_timeout)
|
367
|
+
if !total_timeout.nil? && total_timeout < 0.0
|
368
|
+
fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.0.'
|
369
369
|
end
|
370
370
|
|
371
|
-
@
|
371
|
+
@total_timeout = total_timeout
|
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
|
+
pulp_last_updated == o.pulp_last_updated &&
|
380
|
+
max_retries == o.max_retries &&
|
379
381
|
pulp_href == o.pulp_href &&
|
380
|
-
|
382
|
+
download_concurrency == o.download_concurrency &&
|
381
383
|
url == o.url &&
|
382
384
|
sock_read_timeout == o.sock_read_timeout &&
|
383
|
-
|
384
|
-
total_timeout == o.total_timeout &&
|
385
|
-
pulp_labels == o.pulp_labels &&
|
385
|
+
proxy_url == o.proxy_url &&
|
386
386
|
prn == o.prn &&
|
387
|
-
|
387
|
+
connect_timeout == o.connect_timeout &&
|
388
|
+
ca_cert == o.ca_cert &&
|
388
389
|
sock_connect_timeout == o.sock_connect_timeout &&
|
389
|
-
|
390
|
-
rate_limit == o.rate_limit &&
|
390
|
+
name == o.name &&
|
391
391
|
client_cert == o.client_cert &&
|
392
|
+
pulp_labels == o.pulp_labels &&
|
393
|
+
pulp_created == o.pulp_created &&
|
394
|
+
rate_limit == o.rate_limit &&
|
392
395
|
hidden_fields == o.hidden_fields &&
|
393
396
|
headers == o.headers &&
|
394
|
-
|
395
|
-
connect_timeout == o.connect_timeout &&
|
397
|
+
total_timeout == o.total_timeout &&
|
396
398
|
tls_validation == o.tls_validation &&
|
397
|
-
name == o.name &&
|
398
|
-
max_retries == o.max_retries &&
|
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, max_retries, pulp_href, download_concurrency, url, sock_read_timeout, proxy_url, prn, connect_timeout, ca_cert, sock_connect_timeout, name, client_cert, pulp_labels, pulp_created, rate_limit, hidden_fields, headers, total_timeout, tls_validation, metadata_only, git_ref].hash
|
413
413
|
end
|
414
414
|
|
415
415
|
# Builds the object from hash
|
@@ -16,14 +16,14 @@ require 'time'
|
|
16
16
|
module PulpAnsibleClient
|
17
17
|
# A serializer for Role versions.
|
18
18
|
class AnsibleRole
|
19
|
-
#
|
20
|
-
attr_accessor :
|
19
|
+
# A URI of a repository the new content unit should be associated with.
|
20
|
+
attr_accessor :repository
|
21
21
|
|
22
22
|
# A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
23
23
|
attr_accessor :pulp_labels
|
24
24
|
|
25
|
-
#
|
26
|
-
attr_accessor :
|
25
|
+
# Artifact file representing the physical content
|
26
|
+
attr_accessor :artifact
|
27
27
|
|
28
28
|
attr_accessor :version
|
29
29
|
|
@@ -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
|
-
:'artifact' => :'artifact',
|
38
|
-
:'pulp_labels' => :'pulp_labels',
|
39
37
|
:'repository' => :'repository',
|
38
|
+
:'pulp_labels' => :'pulp_labels',
|
39
|
+
:'artifact' => :'artifact',
|
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
|
-
:'artifact' => :'String',
|
55
|
-
:'pulp_labels' => :'Hash<String, String>',
|
56
54
|
:'repository' => :'String',
|
55
|
+
:'pulp_labels' => :'Hash<String, String>',
|
56
|
+
:'artifact' => :'String',
|
57
57
|
:'version' => :'String',
|
58
58
|
:'name' => :'String',
|
59
59
|
:'namespace' => :'String'
|
@@ -81,10 +81,8 @@ module PulpAnsibleClient
|
|
81
81
|
h[k.to_sym] = v
|
82
82
|
}
|
83
83
|
|
84
|
-
if attributes.key?(:'
|
85
|
-
self.
|
86
|
-
else
|
87
|
-
self.artifact = nil
|
84
|
+
if attributes.key?(:'repository')
|
85
|
+
self.repository = attributes[:'repository']
|
88
86
|
end
|
89
87
|
|
90
88
|
if attributes.key?(:'pulp_labels')
|
@@ -93,8 +91,10 @@ module PulpAnsibleClient
|
|
93
91
|
end
|
94
92
|
end
|
95
93
|
|
96
|
-
if attributes.key?(:'
|
97
|
-
self.
|
94
|
+
if attributes.key?(:'artifact')
|
95
|
+
self.artifact = attributes[:'artifact']
|
96
|
+
else
|
97
|
+
self.artifact = nil
|
98
98
|
end
|
99
99
|
|
100
100
|
if attributes.key?(:'version')
|
@@ -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
|
-
artifact == o.artifact &&
|
217
|
-
pulp_labels == o.pulp_labels &&
|
218
216
|
repository == o.repository &&
|
217
|
+
pulp_labels == o.pulp_labels &&
|
218
|
+
artifact == o.artifact &&
|
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
|
+
[repository, pulp_labels, artifact, version, name, namespace].hash
|
234
234
|
end
|
235
235
|
|
236
236
|
# Builds the object from hash
|