pulp_ansible_client 0.16.2 → 0.17.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +88 -22
- data/docs/AnsibleAnsibleNamespaceMetadata.md +29 -0
- data/docs/AnsibleAnsibleNamespaceMetadataResponse.md +35 -0
- data/docs/AnsibleAnsibleRepository.md +3 -1
- data/docs/AnsibleAnsibleRepositoryResponse.md +5 -1
- data/docs/AnsibleCollectionRemote.md +1 -1
- data/docs/AnsibleCollectionRemoteResponse.md +4 -2
- data/docs/AnsibleCollectionVersion.md +5 -5
- data/docs/AnsibleCollectionVersionMark.md +19 -0
- data/docs/AnsibleCollectionVersionMarkResponse.md +23 -0
- data/docs/AnsibleCollectionVersionResponse.md +3 -3
- data/docs/AnsibleCollectionsApi.md +230 -6
- data/docs/AnsibleGitRemote.md +26 -26
- data/docs/AnsibleGitRemoteResponse.md +26 -26
- data/docs/AnsibleRepositoryMark.md +19 -0
- data/docs/AnsibleRoleRemote.md +1 -1
- data/docs/AnsibleRoleRemoteResponse.md +1 -1
- data/docs/AnsibleRoleResponse.md +3 -3
- data/docs/CollectionNamespaceResponse.md +3 -1
- data/docs/CollectionRefResponse.md +1 -1
- data/docs/CollectionResponse.md +6 -6
- data/docs/CollectionSummaryResponse.md +35 -0
- data/docs/CollectionVersionCopyMove.md +21 -0
- data/docs/CollectionVersionListResponse.md +4 -2
- data/docs/CollectionVersionResponse.md +6 -4
- data/docs/CollectionVersionSearchList.md +27 -0
- data/docs/CollectionVersionSearchListResponse.md +29 -0
- data/docs/ContentCollectionDeprecationsApi.md +2 -6
- data/docs/ContentCollectionMarksApi.md +198 -0
- data/docs/ContentCollectionSignaturesApi.md +2 -6
- data/docs/ContentCollectionVersionsApi.md +6 -10
- data/docs/ContentNamespacesApi.md +220 -0
- data/docs/ContentRolesApi.md +2 -6
- data/docs/DistributionsAnsibleApi.md +230 -6
- data/docs/GalaxyCollectionResponse.md +4 -4
- data/docs/GalaxyCollectionVersionResponse.md +4 -4
- data/docs/GalaxyRoleResponse.md +1 -1
- data/docs/GalaxyRoleVersionResponse.md +1 -1
- data/docs/MyPermissionsResponse.md +17 -0
- data/docs/NamespaceLink.md +19 -0
- data/docs/NamespaceLinkResponse.md +19 -0
- data/docs/NestedRole.md +21 -0
- data/docs/NestedRoleResponse.md +21 -0
- data/docs/ObjectRolesResponse.md +17 -0
- data/docs/PaginatedCollectionVersionSearchListResponseList.md +21 -0
- data/docs/PaginatedansibleAnsibleNamespaceMetadataResponseList.md +23 -0
- data/docs/PaginatedansibleCollectionVersionMarkResponseList.md +23 -0
- data/docs/PatchedansibleAnsibleNamespaceMetadata.md +29 -0
- data/docs/PatchedansibleAnsibleRepository.md +3 -1
- data/docs/PatchedansibleCollectionRemote.md +1 -1
- data/docs/PatchedansibleGitRemote.md +26 -26
- data/docs/PatchedansibleRoleRemote.md +1 -1
- data/docs/ProgressReportResponse.md +27 -0
- data/docs/PulpAnsibleApiV3CollectionsAllApi.md +2 -6
- data/docs/PulpAnsibleApiV3CollectionsApi.md +2 -6
- data/docs/PulpAnsibleApiV3CollectionsVersionsApi.md +2 -6
- data/docs/PulpAnsibleApiV3NamespacesApi.md +158 -0
- data/docs/PulpAnsibleApiV3PluginAnsibleClientConfigurationApi.md +6 -6
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +2 -6
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexApi.md +2 -6
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +2 -6
- data/docs/PulpAnsibleApiV3PluginAnsibleContentNamespacesApi.md +363 -0
- data/docs/PulpAnsibleApiV3PluginAnsibleSearchCollectionVersionsApi.md +168 -0
- data/docs/PulpAnsibleDefaultApiV3CollectionsAllApi.md +2 -6
- data/docs/PulpAnsibleDefaultApiV3CollectionsApi.md +2 -6
- data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsApi.md +2 -6
- data/docs/PulpAnsibleDefaultApiV3NamespacesApi.md +154 -0
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleClientConfigurationApi.md +6 -6
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +2 -6
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi.md +2 -6
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +2 -6
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.md +353 -0
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleSearchCollectionVersionsApi.md +164 -0
- data/docs/RemotesCollectionApi.md +238 -6
- data/docs/RemotesGitApi.md +230 -6
- data/docs/RemotesRoleApi.md +230 -6
- data/docs/RepositoriesAnsibleApi.md +450 -6
- data/docs/RepositoriesAnsibleVersionsApi.md +2 -4
- data/docs/Repository.md +25 -0
- data/docs/RepositoryResponse.md +33 -0
- data/docs/Task.md +19 -0
- data/docs/TaskResponse.md +45 -0
- data/docs/UnpaginatedCollectionVersionResponse.md +6 -4
- data/docs/VersionsApi.md +10 -10
- data/lib/pulp_ansible_client/api/ansible_collections_api.rb +270 -8
- data/lib/pulp_ansible_client/api/content_collection_deprecations_api.rb +2 -8
- data/lib/pulp_ansible_client/api/content_collection_marks_api.rb +247 -0
- data/lib/pulp_ansible_client/api/content_collection_signatures_api.rb +2 -8
- data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +8 -14
- data/lib/pulp_ansible_client/api/content_namespaces_api.rb +276 -0
- data/lib/pulp_ansible_client/api/content_roles_api.rb +2 -8
- data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +270 -8
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_all_api.rb +2 -8
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_api.rb +2 -8
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_api.rb +2 -8
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_namespaces_api.rb +209 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_client_configuration_api.rb +8 -8
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api.rb +2 -8
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api.rb +2 -8
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api.rb +2 -8
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_namespaces_api.rb +531 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_search_collection_versions_api.rb +229 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_all_api.rb +2 -8
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_api.rb +2 -8
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_api.rb +2 -8
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_namespaces_api.rb +197 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_client_configuration_api.rb +7 -7
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api.rb +2 -8
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api.rb +2 -8
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api.rb +2 -8
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api.rb +501 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_search_collection_versions_api.rb +217 -0
- data/lib/pulp_ansible_client/api/remotes_collection_api.rb +283 -9
- data/lib/pulp_ansible_client/api/remotes_git_api.rb +270 -8
- data/lib/pulp_ansible_client/api/remotes_role_api.rb +270 -8
- data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +542 -8
- data/lib/pulp_ansible_client/api/repositories_ansible_versions_api.rb +2 -5
- data/lib/pulp_ansible_client/api/versions_api.rb +12 -12
- data/lib/pulp_ansible_client/models/ansible_ansible_namespace_metadata.rb +359 -0
- data/lib/pulp_ansible_client/models/ansible_ansible_namespace_metadata_response.rb +402 -0
- data/lib/pulp_ansible_client/models/ansible_ansible_repository.rb +14 -5
- data/lib/pulp_ansible_client/models/ansible_ansible_repository_response.rb +23 -5
- data/lib/pulp_ansible_client/models/ansible_collection_remote.rb +1 -1
- data/lib/pulp_ansible_client/models/ansible_collection_remote_response.rb +14 -5
- data/lib/pulp_ansible_client/models/ansible_collection_version.rb +18 -18
- data/lib/pulp_ansible_client/models/ansible_collection_version_mark.rb +258 -0
- data/lib/pulp_ansible_client/models/ansible_collection_version_mark_response.rb +268 -0
- data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +10 -10
- data/lib/pulp_ansible_client/models/ansible_git_remote.rb +249 -249
- data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +144 -144
- data/lib/pulp_ansible_client/models/ansible_repository_mark.rb +260 -0
- data/lib/pulp_ansible_client/models/ansible_role_remote.rb +1 -1
- data/lib/pulp_ansible_client/models/ansible_role_remote_response.rb +1 -1
- data/lib/pulp_ansible_client/models/ansible_role_response.rb +11 -11
- data/lib/pulp_ansible_client/models/collection_namespace_response.rb +13 -4
- data/lib/pulp_ansible_client/models/collection_ref_response.rb +0 -1
- data/lib/pulp_ansible_client/models/collection_response.rb +0 -6
- data/lib/pulp_ansible_client/models/collection_summary_response.rb +359 -0
- data/lib/pulp_ansible_client/models/collection_version_copy_move.rb +242 -0
- data/lib/pulp_ansible_client/models/collection_version_list_response.rb +16 -6
- data/lib/pulp_ansible_client/models/collection_version_response.rb +12 -5
- data/lib/pulp_ansible_client/models/collection_version_search_list.rb +279 -0
- data/lib/pulp_ansible_client/models/collection_version_search_list_response.rb +287 -0
- data/lib/pulp_ansible_client/models/galaxy_collection_response.rb +0 -4
- data/lib/pulp_ansible_client/models/galaxy_collection_version_response.rb +0 -4
- data/lib/pulp_ansible_client/models/galaxy_role_response.rb +0 -1
- data/lib/pulp_ansible_client/models/galaxy_role_version_response.rb +0 -1
- data/lib/pulp_ansible_client/models/my_permissions_response.rb +213 -0
- data/lib/pulp_ansible_client/models/namespace_link.rb +282 -0
- data/lib/pulp_ansible_client/models/namespace_link_response.rb +264 -0
- data/lib/pulp_ansible_client/models/nested_role.rb +253 -0
- data/lib/pulp_ansible_client/models/nested_role_response.rb +234 -0
- data/lib/pulp_ansible_client/models/object_roles_response.rb +213 -0
- data/lib/pulp_ansible_client/models/paginated_collection_version_search_list_response_list.rb +226 -0
- data/lib/pulp_ansible_client/models/paginatedansible_ansible_namespace_metadata_response_list.rb +237 -0
- data/lib/pulp_ansible_client/models/paginatedansible_collection_version_mark_response_list.rb +237 -0
- data/lib/pulp_ansible_client/models/patchedansible_ansible_namespace_metadata.rb +350 -0
- data/lib/pulp_ansible_client/models/patchedansible_ansible_repository.rb +14 -5
- data/lib/pulp_ansible_client/models/patchedansible_collection_remote.rb +1 -1
- data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +244 -244
- data/lib/pulp_ansible_client/models/patchedansible_role_remote.rb +1 -1
- data/lib/pulp_ansible_client/models/progress_report_response.rb +259 -0
- data/lib/pulp_ansible_client/models/repository.rb +306 -0
- data/lib/pulp_ansible_client/models/repository_response.rb +309 -0
- data/lib/pulp_ansible_client/models/task.rb +266 -0
- data/lib/pulp_ansible_client/models/task_response.rb +366 -0
- data/lib/pulp_ansible_client/models/unpaginated_collection_version_response.rb +12 -5
- data/lib/pulp_ansible_client/version.rb +1 -1
- data/lib/pulp_ansible_client.rb +32 -0
- data/spec/api/ansible_collections_api_spec.rb +51 -3
- data/spec/api/content_collection_deprecations_api_spec.rb +1 -3
- data/spec/api/content_collection_marks_api_spec.rb +83 -0
- data/spec/api/content_collection_signatures_api_spec.rb +1 -3
- data/spec/api/content_collection_versions_api_spec.rb +3 -5
- data/spec/api/content_namespaces_api_spec.rb +93 -0
- data/spec/api/content_roles_api_spec.rb +1 -3
- data/spec/api/distributions_ansible_api_spec.rb +51 -3
- data/spec/api/pulp_ansible_api_v3_collections_all_api_spec.rb +1 -3
- data/spec/api/pulp_ansible_api_v3_collections_api_spec.rb +1 -3
- data/spec/api/pulp_ansible_api_v3_collections_versions_api_spec.rb +1 -3
- data/spec/api/pulp_ansible_api_v3_namespaces_api_spec.rb +77 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_client_configuration_api_spec.rb +3 -3
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +1 -3
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api_spec.rb +1 -3
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +1 -3
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_namespaces_api_spec.rb +131 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_search_collection_versions_api_spec.rb +83 -0
- data/spec/api/pulp_ansible_default_api_v3_collections_all_api_spec.rb +1 -3
- data/spec/api/pulp_ansible_default_api_v3_collections_api_spec.rb +1 -3
- data/spec/api/pulp_ansible_default_api_v3_collections_versions_api_spec.rb +1 -3
- data/spec/api/pulp_ansible_default_api_v3_namespaces_api_spec.rb +75 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_client_configuration_api_spec.rb +3 -3
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +1 -3
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api_spec.rb +1 -3
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +1 -3
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api_spec.rb +126 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_search_collection_versions_api_spec.rb +81 -0
- data/spec/api/remotes_collection_api_spec.rb +55 -3
- data/spec/api/remotes_git_api_spec.rb +51 -3
- data/spec/api/remotes_role_api_spec.rb +51 -3
- data/spec/api/repositories_ansible_api_spec.rb +99 -3
- data/spec/api/repositories_ansible_versions_api_spec.rb +1 -2
- data/spec/api/versions_api_spec.rb +4 -4
- data/spec/models/ansible_ansible_namespace_metadata_response_spec.rb +95 -0
- data/spec/models/ansible_ansible_namespace_metadata_spec.rb +77 -0
- data/spec/models/ansible_ansible_repository_response_spec.rb +12 -0
- data/spec/models/ansible_ansible_repository_spec.rb +6 -0
- data/spec/models/ansible_collection_remote_response_spec.rb +6 -0
- data/spec/models/ansible_collection_version_mark_response_spec.rb +59 -0
- data/spec/models/ansible_collection_version_mark_spec.rb +47 -0
- data/spec/models/ansible_collection_version_response_spec.rb +2 -2
- data/spec/models/ansible_collection_version_spec.rb +3 -3
- 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_repository_mark_spec.rb +47 -0
- data/spec/models/ansible_role_response_spec.rb +3 -3
- data/spec/models/collection_namespace_response_spec.rb +6 -0
- data/spec/models/collection_summary_response_spec.rb +95 -0
- data/spec/models/collection_version_copy_move_spec.rb +53 -0
- data/spec/models/collection_version_list_response_spec.rb +6 -0
- data/spec/models/collection_version_response_spec.rb +6 -0
- data/spec/models/collection_version_search_list_response_spec.rb +77 -0
- data/spec/models/collection_version_search_list_spec.rb +71 -0
- data/spec/models/my_permissions_response_spec.rb +41 -0
- data/spec/models/namespace_link_response_spec.rb +47 -0
- data/spec/models/namespace_link_spec.rb +47 -0
- data/spec/models/nested_role_response_spec.rb +53 -0
- data/spec/models/nested_role_spec.rb +53 -0
- data/spec/models/object_roles_response_spec.rb +41 -0
- data/spec/models/paginated_collection_version_search_list_response_list_spec.rb +53 -0
- data/spec/models/paginatedansible_ansible_namespace_metadata_response_list_spec.rb +59 -0
- data/spec/models/paginatedansible_collection_version_mark_response_list_spec.rb +59 -0
- data/spec/models/patchedansible_ansible_namespace_metadata_spec.rb +77 -0
- data/spec/models/patchedansible_ansible_repository_spec.rb +6 -0
- data/spec/models/patchedansible_git_remote_spec.rb +20 -20
- data/spec/models/progress_report_response_spec.rb +71 -0
- data/spec/models/repository_response_spec.rb +89 -0
- data/spec/models/repository_spec.rb +65 -0
- data/spec/models/task_response_spec.rb +125 -0
- data/spec/models/task_spec.rb +47 -0
- data/spec/models/unpaginated_collection_version_response_spec.rb +6 -0
- metadata +231 -103
@@ -15,60 +15,60 @@ require 'date'
|
|
15
15
|
module PulpAnsibleClient
|
16
16
|
# A serializer for Git Collection Remotes.
|
17
17
|
class AnsibleGitRemoteResponse
|
18
|
-
|
19
|
-
attr_accessor :sock_connect_timeout
|
18
|
+
attr_accessor :pulp_href
|
20
19
|
|
21
|
-
#
|
22
|
-
attr_accessor :
|
20
|
+
# 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.
|
21
|
+
attr_accessor :sock_read_timeout
|
23
22
|
|
24
|
-
#
|
25
|
-
attr_accessor :
|
23
|
+
# List of hidden (write only) fields
|
24
|
+
attr_accessor :hidden_fields
|
26
25
|
|
27
|
-
#
|
28
|
-
attr_accessor :
|
26
|
+
# Timestamp of creation.
|
27
|
+
attr_accessor :pulp_created
|
28
|
+
|
29
|
+
# If True, TLS peer validation must be performed.
|
30
|
+
attr_accessor :tls_validation
|
29
31
|
|
30
32
|
# Timestamp of the most recent update of the remote.
|
31
33
|
attr_accessor :pulp_last_updated
|
32
34
|
|
33
|
-
#
|
34
|
-
attr_accessor :
|
35
|
+
# A unique name for this remote.
|
36
|
+
attr_accessor :name
|
35
37
|
|
36
|
-
#
|
37
|
-
attr_accessor :
|
38
|
+
# A PEM encoded client certificate used for authentication.
|
39
|
+
attr_accessor :client_cert
|
38
40
|
|
39
41
|
# The proxy URL. Format: scheme://host:port
|
40
42
|
attr_accessor :proxy_url
|
41
43
|
|
42
|
-
#
|
43
|
-
attr_accessor :
|
44
|
-
|
45
|
-
# 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.
|
46
|
-
attr_accessor :sock_read_timeout
|
47
|
-
|
48
|
-
# Total number of simultaneous connections. If not set then the default value will be used.
|
49
|
-
attr_accessor :download_concurrency
|
50
|
-
|
51
|
-
attr_accessor :pulp_href
|
44
|
+
# The URL of an external content source.
|
45
|
+
attr_accessor :url
|
52
46
|
|
53
47
|
# Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used.
|
54
48
|
attr_accessor :max_retries
|
55
49
|
|
56
|
-
|
57
|
-
attr_accessor :hidden_fields
|
50
|
+
attr_accessor :pulp_labels
|
58
51
|
|
59
|
-
#
|
60
|
-
attr_accessor :
|
52
|
+
# aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.
|
53
|
+
attr_accessor :total_timeout
|
61
54
|
|
62
|
-
#
|
63
|
-
attr_accessor :
|
55
|
+
# Headers for aiohttp.Clientsession
|
56
|
+
attr_accessor :headers
|
64
57
|
|
65
|
-
#
|
66
|
-
attr_accessor :
|
58
|
+
# 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.
|
59
|
+
attr_accessor :sock_connect_timeout
|
60
|
+
|
61
|
+
# aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.
|
62
|
+
attr_accessor :connect_timeout
|
63
|
+
|
64
|
+
# Total number of simultaneous connections. If not set then the default value will be used.
|
65
|
+
attr_accessor :download_concurrency
|
67
66
|
|
68
67
|
# Limits requests per second for each concurrent downloader
|
69
68
|
attr_accessor :rate_limit
|
70
69
|
|
71
|
-
|
70
|
+
# A PEM encoded CA certificate used to validate the server certificate presented by the remote server.
|
71
|
+
attr_accessor :ca_cert
|
72
72
|
|
73
73
|
# If True, only metadata about the content will be stored in Pulp. Clients will retrieve content from the remote URL.
|
74
74
|
attr_accessor :metadata_only
|
@@ -79,25 +79,25 @@ module PulpAnsibleClient
|
|
79
79
|
# Attribute mapping from ruby-style variable name to JSON key.
|
80
80
|
def self.attribute_map
|
81
81
|
{
|
82
|
-
:'
|
82
|
+
:'pulp_href' => :'pulp_href',
|
83
|
+
:'sock_read_timeout' => :'sock_read_timeout',
|
84
|
+
:'hidden_fields' => :'hidden_fields',
|
85
|
+
:'pulp_created' => :'pulp_created',
|
86
|
+
:'tls_validation' => :'tls_validation',
|
87
|
+
:'pulp_last_updated' => :'pulp_last_updated',
|
83
88
|
:'name' => :'name',
|
89
|
+
:'client_cert' => :'client_cert',
|
90
|
+
:'proxy_url' => :'proxy_url',
|
91
|
+
:'url' => :'url',
|
92
|
+
:'max_retries' => :'max_retries',
|
93
|
+
:'pulp_labels' => :'pulp_labels',
|
84
94
|
:'total_timeout' => :'total_timeout',
|
85
|
-
:'ca_cert' => :'ca_cert',
|
86
|
-
:'pulp_last_updated' => :'pulp_last_updated',
|
87
95
|
:'headers' => :'headers',
|
88
|
-
:'
|
89
|
-
:'proxy_url' => :'proxy_url',
|
96
|
+
:'sock_connect_timeout' => :'sock_connect_timeout',
|
90
97
|
:'connect_timeout' => :'connect_timeout',
|
91
|
-
:'sock_read_timeout' => :'sock_read_timeout',
|
92
98
|
:'download_concurrency' => :'download_concurrency',
|
93
|
-
:'pulp_href' => :'pulp_href',
|
94
|
-
:'max_retries' => :'max_retries',
|
95
|
-
:'hidden_fields' => :'hidden_fields',
|
96
|
-
:'tls_validation' => :'tls_validation',
|
97
|
-
:'url' => :'url',
|
98
|
-
:'client_cert' => :'client_cert',
|
99
99
|
:'rate_limit' => :'rate_limit',
|
100
|
-
:'
|
100
|
+
:'ca_cert' => :'ca_cert',
|
101
101
|
:'metadata_only' => :'metadata_only',
|
102
102
|
:'git_ref' => :'git_ref'
|
103
103
|
}
|
@@ -106,25 +106,25 @@ module PulpAnsibleClient
|
|
106
106
|
# Attribute type mapping.
|
107
107
|
def self.openapi_types
|
108
108
|
{
|
109
|
-
:'
|
109
|
+
:'pulp_href' => :'String',
|
110
|
+
:'sock_read_timeout' => :'Float',
|
111
|
+
:'hidden_fields' => :'Array<AnsibleCollectionRemoteResponseHiddenFields>',
|
112
|
+
:'pulp_created' => :'DateTime',
|
113
|
+
:'tls_validation' => :'Boolean',
|
114
|
+
:'pulp_last_updated' => :'DateTime',
|
110
115
|
:'name' => :'String',
|
116
|
+
:'client_cert' => :'String',
|
117
|
+
:'proxy_url' => :'String',
|
118
|
+
:'url' => :'String',
|
119
|
+
:'max_retries' => :'Integer',
|
120
|
+
:'pulp_labels' => :'Hash<String, String>',
|
111
121
|
:'total_timeout' => :'Float',
|
112
|
-
:'ca_cert' => :'String',
|
113
|
-
:'pulp_last_updated' => :'DateTime',
|
114
122
|
:'headers' => :'Array<Object>',
|
115
|
-
:'
|
116
|
-
:'proxy_url' => :'String',
|
123
|
+
:'sock_connect_timeout' => :'Float',
|
117
124
|
:'connect_timeout' => :'Float',
|
118
|
-
:'sock_read_timeout' => :'Float',
|
119
125
|
:'download_concurrency' => :'Integer',
|
120
|
-
:'pulp_href' => :'String',
|
121
|
-
:'max_retries' => :'Integer',
|
122
|
-
:'hidden_fields' => :'Array<AnsibleCollectionRemoteResponseHiddenFields>',
|
123
|
-
:'tls_validation' => :'Boolean',
|
124
|
-
:'url' => :'String',
|
125
|
-
:'client_cert' => :'String',
|
126
126
|
:'rate_limit' => :'Integer',
|
127
|
-
:'
|
127
|
+
:'ca_cert' => :'String',
|
128
128
|
:'metadata_only' => :'Boolean',
|
129
129
|
:'git_ref' => :'String'
|
130
130
|
}
|
@@ -133,16 +133,16 @@ module PulpAnsibleClient
|
|
133
133
|
# List of attributes with nullable: true
|
134
134
|
def self.openapi_nullable
|
135
135
|
Set.new([
|
136
|
-
:'
|
137
|
-
:'
|
138
|
-
:'ca_cert',
|
136
|
+
:'sock_read_timeout',
|
137
|
+
:'client_cert',
|
139
138
|
:'proxy_url',
|
139
|
+
:'max_retries',
|
140
|
+
:'total_timeout',
|
141
|
+
:'sock_connect_timeout',
|
140
142
|
:'connect_timeout',
|
141
|
-
:'sock_read_timeout',
|
142
143
|
:'download_concurrency',
|
143
|
-
:'max_retries',
|
144
|
-
:'client_cert',
|
145
144
|
:'rate_limit',
|
145
|
+
:'ca_cert',
|
146
146
|
])
|
147
147
|
end
|
148
148
|
|
@@ -161,86 +161,86 @@ module PulpAnsibleClient
|
|
161
161
|
h[k.to_sym] = v
|
162
162
|
}
|
163
163
|
|
164
|
-
if attributes.key?(:'
|
165
|
-
self.
|
164
|
+
if attributes.key?(:'pulp_href')
|
165
|
+
self.pulp_href = attributes[:'pulp_href']
|
166
166
|
end
|
167
167
|
|
168
|
-
if attributes.key?(:'
|
169
|
-
self.
|
168
|
+
if attributes.key?(:'sock_read_timeout')
|
169
|
+
self.sock_read_timeout = attributes[:'sock_read_timeout']
|
170
170
|
end
|
171
171
|
|
172
|
-
if attributes.key?(:'
|
173
|
-
|
172
|
+
if attributes.key?(:'hidden_fields')
|
173
|
+
if (value = attributes[:'hidden_fields']).is_a?(Array)
|
174
|
+
self.hidden_fields = value
|
175
|
+
end
|
174
176
|
end
|
175
177
|
|
176
|
-
if attributes.key?(:'
|
177
|
-
self.
|
178
|
+
if attributes.key?(:'pulp_created')
|
179
|
+
self.pulp_created = attributes[:'pulp_created']
|
180
|
+
end
|
181
|
+
|
182
|
+
if attributes.key?(:'tls_validation')
|
183
|
+
self.tls_validation = attributes[:'tls_validation']
|
178
184
|
end
|
179
185
|
|
180
186
|
if attributes.key?(:'pulp_last_updated')
|
181
187
|
self.pulp_last_updated = attributes[:'pulp_last_updated']
|
182
188
|
end
|
183
189
|
|
184
|
-
if attributes.key?(:'
|
185
|
-
|
186
|
-
self.headers = value
|
187
|
-
end
|
190
|
+
if attributes.key?(:'name')
|
191
|
+
self.name = attributes[:'name']
|
188
192
|
end
|
189
193
|
|
190
|
-
if attributes.key?(:'
|
191
|
-
self.
|
194
|
+
if attributes.key?(:'client_cert')
|
195
|
+
self.client_cert = attributes[:'client_cert']
|
192
196
|
end
|
193
197
|
|
194
198
|
if attributes.key?(:'proxy_url')
|
195
199
|
self.proxy_url = attributes[:'proxy_url']
|
196
200
|
end
|
197
201
|
|
198
|
-
if attributes.key?(:'
|
199
|
-
self.
|
200
|
-
end
|
201
|
-
|
202
|
-
if attributes.key?(:'sock_read_timeout')
|
203
|
-
self.sock_read_timeout = attributes[:'sock_read_timeout']
|
202
|
+
if attributes.key?(:'url')
|
203
|
+
self.url = attributes[:'url']
|
204
204
|
end
|
205
205
|
|
206
|
-
if attributes.key?(:'
|
207
|
-
self.
|
206
|
+
if attributes.key?(:'max_retries')
|
207
|
+
self.max_retries = attributes[:'max_retries']
|
208
208
|
end
|
209
209
|
|
210
|
-
if attributes.key?(:'
|
211
|
-
|
210
|
+
if attributes.key?(:'pulp_labels')
|
211
|
+
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
212
|
+
self.pulp_labels = value
|
213
|
+
end
|
212
214
|
end
|
213
215
|
|
214
|
-
if attributes.key?(:'
|
215
|
-
self.
|
216
|
+
if attributes.key?(:'total_timeout')
|
217
|
+
self.total_timeout = attributes[:'total_timeout']
|
216
218
|
end
|
217
219
|
|
218
|
-
if attributes.key?(:'
|
219
|
-
if (value = attributes[:'
|
220
|
-
self.
|
220
|
+
if attributes.key?(:'headers')
|
221
|
+
if (value = attributes[:'headers']).is_a?(Array)
|
222
|
+
self.headers = value
|
221
223
|
end
|
222
224
|
end
|
223
225
|
|
224
|
-
if attributes.key?(:'
|
225
|
-
self.
|
226
|
+
if attributes.key?(:'sock_connect_timeout')
|
227
|
+
self.sock_connect_timeout = attributes[:'sock_connect_timeout']
|
226
228
|
end
|
227
229
|
|
228
|
-
if attributes.key?(:'
|
229
|
-
self.
|
230
|
+
if attributes.key?(:'connect_timeout')
|
231
|
+
self.connect_timeout = attributes[:'connect_timeout']
|
230
232
|
end
|
231
233
|
|
232
|
-
if attributes.key?(:'
|
233
|
-
self.
|
234
|
+
if attributes.key?(:'download_concurrency')
|
235
|
+
self.download_concurrency = attributes[:'download_concurrency']
|
234
236
|
end
|
235
237
|
|
236
238
|
if attributes.key?(:'rate_limit')
|
237
239
|
self.rate_limit = attributes[:'rate_limit']
|
238
240
|
end
|
239
241
|
|
240
|
-
if attributes.key?(:'
|
241
|
-
|
242
|
-
self.pulp_labels = value
|
243
|
-
end
|
242
|
+
if attributes.key?(:'ca_cert')
|
243
|
+
self.ca_cert = attributes[:'ca_cert']
|
244
244
|
end
|
245
245
|
|
246
246
|
if attributes.key?(:'metadata_only')
|
@@ -256,58 +256,58 @@ module PulpAnsibleClient
|
|
256
256
|
# @return Array for valid properties with the reasons
|
257
257
|
def list_invalid_properties
|
258
258
|
invalid_properties = Array.new
|
259
|
-
if !@
|
260
|
-
invalid_properties.push('invalid value for "
|
259
|
+
if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
|
260
|
+
invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.0.')
|
261
261
|
end
|
262
262
|
|
263
263
|
if @name.nil?
|
264
264
|
invalid_properties.push('invalid value for "name", name cannot be nil.')
|
265
265
|
end
|
266
266
|
|
267
|
+
if @url.nil?
|
268
|
+
invalid_properties.push('invalid value for "url", url cannot be nil.')
|
269
|
+
end
|
270
|
+
|
267
271
|
if !@total_timeout.nil? && @total_timeout < 0.0
|
268
272
|
invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.0.')
|
269
273
|
end
|
270
274
|
|
271
|
-
if !@
|
272
|
-
invalid_properties.push('invalid value for "
|
275
|
+
if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
|
276
|
+
invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.')
|
273
277
|
end
|
274
278
|
|
275
|
-
if !@
|
276
|
-
invalid_properties.push('invalid value for "
|
279
|
+
if !@connect_timeout.nil? && @connect_timeout < 0.0
|
280
|
+
invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.0.')
|
277
281
|
end
|
278
282
|
|
279
283
|
if !@download_concurrency.nil? && @download_concurrency < 1
|
280
284
|
invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
|
281
285
|
end
|
282
286
|
|
283
|
-
if @url.nil?
|
284
|
-
invalid_properties.push('invalid value for "url", url cannot be nil.')
|
285
|
-
end
|
286
|
-
|
287
287
|
invalid_properties
|
288
288
|
end
|
289
289
|
|
290
290
|
# Check to see if the all the properties in the model are valid
|
291
291
|
# @return true if the model is valid
|
292
292
|
def valid?
|
293
|
-
return false if !@
|
293
|
+
return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
|
294
294
|
return false if @name.nil?
|
295
|
+
return false if @url.nil?
|
295
296
|
return false if !@total_timeout.nil? && @total_timeout < 0.0
|
297
|
+
return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
|
296
298
|
return false if !@connect_timeout.nil? && @connect_timeout < 0.0
|
297
|
-
return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
|
298
299
|
return false if !@download_concurrency.nil? && @download_concurrency < 1
|
299
|
-
return false if @url.nil?
|
300
300
|
true
|
301
301
|
end
|
302
302
|
|
303
303
|
# Custom attribute writer method with validation
|
304
|
-
# @param [Object]
|
305
|
-
def
|
306
|
-
if !
|
307
|
-
fail ArgumentError, 'invalid value for "
|
304
|
+
# @param [Object] sock_read_timeout Value to be assigned
|
305
|
+
def sock_read_timeout=(sock_read_timeout)
|
306
|
+
if !sock_read_timeout.nil? && sock_read_timeout < 0.0
|
307
|
+
fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.0.'
|
308
308
|
end
|
309
309
|
|
310
|
-
@
|
310
|
+
@sock_read_timeout = sock_read_timeout
|
311
311
|
end
|
312
312
|
|
313
313
|
# Custom attribute writer method with validation
|
@@ -321,23 +321,23 @@ module PulpAnsibleClient
|
|
321
321
|
end
|
322
322
|
|
323
323
|
# Custom attribute writer method with validation
|
324
|
-
# @param [Object]
|
325
|
-
def
|
326
|
-
if !
|
327
|
-
fail ArgumentError, 'invalid value for "
|
324
|
+
# @param [Object] sock_connect_timeout Value to be assigned
|
325
|
+
def sock_connect_timeout=(sock_connect_timeout)
|
326
|
+
if !sock_connect_timeout.nil? && sock_connect_timeout < 0.0
|
327
|
+
fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.'
|
328
328
|
end
|
329
329
|
|
330
|
-
@
|
330
|
+
@sock_connect_timeout = sock_connect_timeout
|
331
331
|
end
|
332
332
|
|
333
333
|
# Custom attribute writer method with validation
|
334
|
-
# @param [Object]
|
335
|
-
def
|
336
|
-
if !
|
337
|
-
fail ArgumentError, 'invalid value for "
|
334
|
+
# @param [Object] connect_timeout Value to be assigned
|
335
|
+
def connect_timeout=(connect_timeout)
|
336
|
+
if !connect_timeout.nil? && connect_timeout < 0.0
|
337
|
+
fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.0.'
|
338
338
|
end
|
339
339
|
|
340
|
-
@
|
340
|
+
@connect_timeout = connect_timeout
|
341
341
|
end
|
342
342
|
|
343
343
|
# Custom attribute writer method with validation
|
@@ -355,25 +355,25 @@ module PulpAnsibleClient
|
|
355
355
|
def ==(o)
|
356
356
|
return true if self.equal?(o)
|
357
357
|
self.class == o.class &&
|
358
|
-
|
358
|
+
pulp_href == o.pulp_href &&
|
359
|
+
sock_read_timeout == o.sock_read_timeout &&
|
360
|
+
hidden_fields == o.hidden_fields &&
|
361
|
+
pulp_created == o.pulp_created &&
|
362
|
+
tls_validation == o.tls_validation &&
|
363
|
+
pulp_last_updated == o.pulp_last_updated &&
|
359
364
|
name == o.name &&
|
365
|
+
client_cert == o.client_cert &&
|
366
|
+
proxy_url == o.proxy_url &&
|
367
|
+
url == o.url &&
|
368
|
+
max_retries == o.max_retries &&
|
369
|
+
pulp_labels == o.pulp_labels &&
|
360
370
|
total_timeout == o.total_timeout &&
|
361
|
-
ca_cert == o.ca_cert &&
|
362
|
-
pulp_last_updated == o.pulp_last_updated &&
|
363
371
|
headers == o.headers &&
|
364
|
-
|
365
|
-
proxy_url == o.proxy_url &&
|
372
|
+
sock_connect_timeout == o.sock_connect_timeout &&
|
366
373
|
connect_timeout == o.connect_timeout &&
|
367
|
-
sock_read_timeout == o.sock_read_timeout &&
|
368
374
|
download_concurrency == o.download_concurrency &&
|
369
|
-
pulp_href == o.pulp_href &&
|
370
|
-
max_retries == o.max_retries &&
|
371
|
-
hidden_fields == o.hidden_fields &&
|
372
|
-
tls_validation == o.tls_validation &&
|
373
|
-
url == o.url &&
|
374
|
-
client_cert == o.client_cert &&
|
375
375
|
rate_limit == o.rate_limit &&
|
376
|
-
|
376
|
+
ca_cert == o.ca_cert &&
|
377
377
|
metadata_only == o.metadata_only &&
|
378
378
|
git_ref == o.git_ref
|
379
379
|
end
|
@@ -387,7 +387,7 @@ module PulpAnsibleClient
|
|
387
387
|
# Calculates hash code according to all attributes.
|
388
388
|
# @return [Integer] Hash code
|
389
389
|
def hash
|
390
|
-
[
|
390
|
+
[pulp_href, sock_read_timeout, hidden_fields, pulp_created, tls_validation, pulp_last_updated, name, client_cert, proxy_url, url, max_retries, pulp_labels, total_timeout, headers, sock_connect_timeout, connect_timeout, download_concurrency, rate_limit, ca_cert, metadata_only, git_ref].hash
|
391
391
|
end
|
392
392
|
|
393
393
|
# Builds the object from hash
|