pulp_ansible_client 0.22.1 → 0.23.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 +4 -4
- data/docs/AnsibleAnsibleCollectionDeprecatedResponse.md +2 -0
- data/docs/AnsibleAnsibleRepositoryResponse.md +2 -0
- data/docs/AnsibleCollectionRemoteResponse.md +2 -0
- data/docs/AnsibleCollectionVersion.md +7 -5
- data/docs/AnsibleCollectionVersionResponse.md +11 -9
- data/docs/AnsibleCollectionVersionSignature.md +2 -0
- data/docs/AnsibleCollectionVersionSignatureResponse.md +2 -0
- data/docs/AnsibleCollectionsApi.md +4 -2
- data/docs/AnsibleGitRemote.md +29 -29
- data/docs/AnsibleGitRemoteResponse.md +26 -24
- data/docs/AnsibleRole.md +3 -3
- data/docs/AnsibleRoleRemoteResponse.md +2 -0
- data/docs/AnsibleRoleResponse.md +6 -4
- data/docs/CollectionImportDetailResponse.md +2 -2
- data/docs/CollectionSummaryResponse.md +2 -2
- data/docs/CollectionVersionDocsResponse.md +1 -1
- data/docs/CollectionVersionResponse.md +2 -2
- data/docs/CollectionVersionSearchList.md +0 -2
- data/docs/ContentCollectionDeprecationsApi.md +10 -8
- data/docs/ContentCollectionMarksApi.md +10 -8
- data/docs/ContentCollectionSignaturesApi.md +13 -9
- data/docs/ContentCollectionVersionsApi.md +16 -14
- data/docs/ContentNamespacesApi.md +10 -8
- data/docs/ContentRolesApi.md +10 -8
- data/docs/Copy.md +1 -1
- data/docs/DistributionsAnsibleApi.md +4 -2
- data/docs/PatchedansibleGitRemote.md +29 -29
- data/docs/PulpAnsibleApiV3CollectionsAllApi.md +4 -2
- data/docs/PulpAnsibleApiV3CollectionsApi.md +4 -2
- data/docs/PulpAnsibleApiV3CollectionsVersionsApi.md +10 -10
- data/docs/PulpAnsibleApiV3NamespacesApi.md +4 -2
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +4 -2
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexApi.md +4 -2
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +10 -10
- data/docs/PulpAnsibleApiV3PluginAnsibleContentNamespacesApi.md +4 -2
- data/docs/PulpAnsibleDefaultApiV3CollectionsAllApi.md +4 -2
- data/docs/PulpAnsibleDefaultApiV3CollectionsApi.md +4 -2
- data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsApi.md +10 -10
- data/docs/PulpAnsibleDefaultApiV3NamespacesApi.md +4 -2
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +4 -2
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi.md +4 -2
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +10 -10
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.md +4 -2
- data/docs/RemotesCollectionApi.md +4 -2
- data/docs/RemotesGitApi.md +4 -2
- data/docs/RemotesRoleApi.md +4 -2
- data/docs/RepositoriesAnsibleApi.md +8 -6
- data/docs/RepositoriesAnsibleVersionsApi.md +8 -6
- data/docs/RepositoryResponse.md +2 -0
- data/docs/RepositoryVersionResponse.md +2 -0
- data/lib/pulp_ansible_client/api/ansible_collections_api.rb +5 -2
- data/lib/pulp_ansible_client/api/content_collection_deprecations_api.rb +11 -8
- data/lib/pulp_ansible_client/api/content_collection_marks_api.rb +11 -8
- data/lib/pulp_ansible_client/api/content_collection_signatures_api.rb +18 -8
- data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +25 -18
- data/lib/pulp_ansible_client/api/content_namespaces_api.rb +11 -8
- data/lib/pulp_ansible_client/api/content_roles_api.rb +11 -8
- data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +5 -2
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_all_api.rb +5 -2
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_api.rb +5 -2
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_api.rb +12 -12
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_namespaces_api.rb +5 -2
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api.rb +5 -2
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api.rb +5 -2
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api.rb +12 -12
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_namespaces_api.rb +5 -2
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_all_api.rb +5 -2
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_api.rb +5 -2
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_api.rb +12 -12
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_namespaces_api.rb +5 -2
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api.rb +5 -2
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api.rb +5 -2
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api.rb +12 -12
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api.rb +5 -2
- data/lib/pulp_ansible_client/api/remotes_collection_api.rb +5 -2
- data/lib/pulp_ansible_client/api/remotes_git_api.rb +5 -2
- data/lib/pulp_ansible_client/api/remotes_role_api.rb +5 -2
- data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +9 -6
- data/lib/pulp_ansible_client/api/repositories_ansible_versions_api.rb +10 -7
- data/lib/pulp_ansible_client/models/ansible_ansible_collection_deprecated_response.rb +11 -1
- data/lib/pulp_ansible_client/models/ansible_ansible_repository_response.rb +11 -1
- data/lib/pulp_ansible_client/models/ansible_collection_remote_response.rb +11 -1
- data/lib/pulp_ansible_client/models/ansible_collection_version.rb +43 -18
- data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +33 -23
- data/lib/pulp_ansible_client/models/ansible_collection_version_signature.rb +26 -1
- data/lib/pulp_ansible_client/models/ansible_collection_version_signature_response.rb +11 -1
- data/lib/pulp_ansible_client/models/ansible_git_remote.rb +248 -248
- data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +163 -153
- data/lib/pulp_ansible_client/models/ansible_role.rb +11 -11
- data/lib/pulp_ansible_client/models/ansible_role_remote_response.rb +11 -1
- data/lib/pulp_ansible_client/models/ansible_role_response.rb +28 -18
- data/lib/pulp_ansible_client/models/collection_import_detail_response.rb +2 -2
- data/lib/pulp_ansible_client/models/collection_summary_response.rb +2 -2
- data/lib/pulp_ansible_client/models/collection_version_docs_response.rb +1 -1
- data/lib/pulp_ansible_client/models/collection_version_response.rb +2 -2
- data/lib/pulp_ansible_client/models/collection_version_search_list.rb +1 -16
- data/lib/pulp_ansible_client/models/copy.rb +1 -1
- data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +239 -239
- data/lib/pulp_ansible_client/models/repository.rb +1 -1
- data/lib/pulp_ansible_client/models/repository_add_remove_content.rb +1 -1
- data/lib/pulp_ansible_client/models/repository_response.rb +12 -2
- data/lib/pulp_ansible_client/models/repository_version_response.rb +12 -2
- data/lib/pulp_ansible_client/version.rb +1 -1
- data/spec/api/ansible_collections_api_spec.rb +2 -1
- data/spec/api/content_collection_deprecations_api_spec.rb +5 -4
- data/spec/api/content_collection_marks_api_spec.rb +5 -4
- data/spec/api/content_collection_signatures_api_spec.rb +6 -4
- data/spec/api/content_collection_versions_api_spec.rb +8 -7
- data/spec/api/content_namespaces_api_spec.rb +5 -4
- data/spec/api/content_roles_api_spec.rb +5 -4
- data/spec/api/distributions_ansible_api_spec.rb +2 -1
- data/spec/api/pulp_ansible_api_v3_collections_all_api_spec.rb +2 -1
- data/spec/api/pulp_ansible_api_v3_collections_api_spec.rb +2 -1
- data/spec/api/pulp_ansible_api_v3_collections_versions_api_spec.rb +5 -5
- data/spec/api/pulp_ansible_api_v3_namespaces_api_spec.rb +2 -1
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +2 -1
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api_spec.rb +2 -1
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +5 -5
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_namespaces_api_spec.rb +2 -1
- data/spec/api/pulp_ansible_default_api_v3_collections_all_api_spec.rb +2 -1
- data/spec/api/pulp_ansible_default_api_v3_collections_api_spec.rb +2 -1
- data/spec/api/pulp_ansible_default_api_v3_collections_versions_api_spec.rb +5 -5
- data/spec/api/pulp_ansible_default_api_v3_namespaces_api_spec.rb +2 -1
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +2 -1
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api_spec.rb +2 -1
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +5 -5
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api_spec.rb +2 -1
- data/spec/api/remotes_collection_api_spec.rb +2 -1
- data/spec/api/remotes_git_api_spec.rb +2 -1
- data/spec/api/remotes_role_api_spec.rb +2 -1
- data/spec/api/repositories_ansible_api_spec.rb +4 -3
- data/spec/api/repositories_ansible_versions_api_spec.rb +4 -3
- data/spec/models/ansible_ansible_collection_deprecated_response_spec.rb +6 -0
- data/spec/models/ansible_ansible_repository_response_spec.rb +6 -0
- data/spec/models/ansible_collection_remote_response_spec.rb +6 -0
- data/spec/models/ansible_collection_version_response_spec.rb +9 -3
- data/spec/models/ansible_collection_version_signature_response_spec.rb +6 -0
- data/spec/models/ansible_collection_version_signature_spec.rb +6 -0
- data/spec/models/ansible_collection_version_spec.rb +9 -3
- data/spec/models/ansible_git_remote_response_spec.rb +24 -18
- data/spec/models/ansible_git_remote_spec.rb +20 -20
- data/spec/models/ansible_role_remote_response_spec.rb +6 -0
- data/spec/models/ansible_role_response_spec.rb +9 -3
- data/spec/models/ansible_role_spec.rb +2 -2
- data/spec/models/collection_version_search_list_spec.rb +0 -6
- data/spec/models/patchedansible_git_remote_spec.rb +20 -20
- data/spec/models/repository_response_spec.rb +6 -0
- data/spec/models/repository_version_response_spec.rb +6 -0
- metadata +127 -127
@@ -15,58 +15,61 @@ require 'date'
|
|
15
15
|
module PulpAnsibleClient
|
16
16
|
# A serializer for Git Collection Remotes.
|
17
17
|
class AnsibleGitRemoteResponse
|
18
|
-
#
|
19
|
-
attr_accessor :
|
20
|
-
|
21
|
-
# aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.
|
22
|
-
attr_accessor :connect_timeout
|
23
|
-
|
24
|
-
# 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.
|
25
|
-
attr_accessor :sock_connect_timeout
|
18
|
+
# 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.
|
19
|
+
attr_accessor :sock_read_timeout
|
26
20
|
|
27
|
-
|
21
|
+
# The Pulp Resource Name (PRN).
|
22
|
+
attr_accessor :prn
|
28
23
|
|
29
|
-
#
|
30
|
-
attr_accessor :
|
24
|
+
# aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.
|
25
|
+
attr_accessor :total_timeout
|
31
26
|
|
32
|
-
# The
|
33
|
-
attr_accessor :
|
27
|
+
# The URL of an external content source.
|
28
|
+
attr_accessor :url
|
34
29
|
|
35
|
-
# aiohttp.ClientTimeout.
|
36
|
-
attr_accessor :
|
30
|
+
# 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.
|
31
|
+
attr_accessor :sock_connect_timeout
|
37
32
|
|
38
33
|
# A unique name for this remote.
|
39
34
|
attr_accessor :name
|
40
35
|
|
41
|
-
|
42
|
-
|
36
|
+
attr_accessor :pulp_labels
|
37
|
+
|
38
|
+
attr_accessor :pulp_href
|
43
39
|
|
44
40
|
# Limits requests per second for each concurrent downloader
|
45
41
|
attr_accessor :rate_limit
|
46
42
|
|
47
|
-
# A PEM encoded client certificate used for authentication.
|
48
|
-
attr_accessor :client_cert
|
49
|
-
|
50
|
-
# A PEM encoded CA certificate used to validate the server certificate presented by the remote server.
|
51
|
-
attr_accessor :ca_cert
|
52
|
-
|
53
|
-
# aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.
|
54
|
-
attr_accessor :total_timeout
|
55
|
-
|
56
43
|
# Timestamp of creation.
|
57
44
|
attr_accessor :pulp_created
|
58
45
|
|
59
|
-
# Total number of simultaneous connections. If not set then the default value will be used.
|
60
|
-
attr_accessor :download_concurrency
|
61
|
-
|
62
|
-
attr_accessor :pulp_labels
|
63
|
-
|
64
46
|
# Headers for aiohttp.Clientsession
|
65
47
|
attr_accessor :headers
|
66
48
|
|
49
|
+
# Total number of simultaneous connections. If not set then the default value will be used.
|
50
|
+
attr_accessor :download_concurrency
|
51
|
+
|
67
52
|
# List of hidden (write only) fields
|
68
53
|
attr_accessor :hidden_fields
|
69
54
|
|
55
|
+
# aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.
|
56
|
+
attr_accessor :connect_timeout
|
57
|
+
|
58
|
+
# The proxy URL. Format: scheme://host:port
|
59
|
+
attr_accessor :proxy_url
|
60
|
+
|
61
|
+
# A PEM encoded CA certificate used to validate the server certificate presented by the remote server.
|
62
|
+
attr_accessor :ca_cert
|
63
|
+
|
64
|
+
# If True, TLS peer validation must be performed.
|
65
|
+
attr_accessor :tls_validation
|
66
|
+
|
67
|
+
# Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used.
|
68
|
+
attr_accessor :max_retries
|
69
|
+
|
70
|
+
# A PEM encoded client certificate used for authentication.
|
71
|
+
attr_accessor :client_cert
|
72
|
+
|
70
73
|
# Timestamp of the most recent update of the remote.
|
71
74
|
attr_accessor :pulp_last_updated
|
72
75
|
|
@@ -79,24 +82,25 @@ module PulpAnsibleClient
|
|
79
82
|
# Attribute mapping from ruby-style variable name to JSON key.
|
80
83
|
def self.attribute_map
|
81
84
|
{
|
82
|
-
:'max_retries' => :'max_retries',
|
83
|
-
:'connect_timeout' => :'connect_timeout',
|
84
|
-
:'sock_connect_timeout' => :'sock_connect_timeout',
|
85
|
-
:'pulp_href' => :'pulp_href',
|
86
|
-
:'tls_validation' => :'tls_validation',
|
87
|
-
:'proxy_url' => :'proxy_url',
|
88
85
|
:'sock_read_timeout' => :'sock_read_timeout',
|
89
|
-
:'
|
86
|
+
:'prn' => :'prn',
|
87
|
+
:'total_timeout' => :'total_timeout',
|
90
88
|
:'url' => :'url',
|
89
|
+
:'sock_connect_timeout' => :'sock_connect_timeout',
|
90
|
+
:'name' => :'name',
|
91
|
+
:'pulp_labels' => :'pulp_labels',
|
92
|
+
:'pulp_href' => :'pulp_href',
|
91
93
|
:'rate_limit' => :'rate_limit',
|
92
|
-
:'client_cert' => :'client_cert',
|
93
|
-
:'ca_cert' => :'ca_cert',
|
94
|
-
:'total_timeout' => :'total_timeout',
|
95
94
|
:'pulp_created' => :'pulp_created',
|
96
|
-
:'download_concurrency' => :'download_concurrency',
|
97
|
-
:'pulp_labels' => :'pulp_labels',
|
98
95
|
:'headers' => :'headers',
|
96
|
+
:'download_concurrency' => :'download_concurrency',
|
99
97
|
:'hidden_fields' => :'hidden_fields',
|
98
|
+
:'connect_timeout' => :'connect_timeout',
|
99
|
+
:'proxy_url' => :'proxy_url',
|
100
|
+
:'ca_cert' => :'ca_cert',
|
101
|
+
:'tls_validation' => :'tls_validation',
|
102
|
+
:'max_retries' => :'max_retries',
|
103
|
+
:'client_cert' => :'client_cert',
|
100
104
|
:'pulp_last_updated' => :'pulp_last_updated',
|
101
105
|
:'metadata_only' => :'metadata_only',
|
102
106
|
:'git_ref' => :'git_ref'
|
@@ -106,24 +110,25 @@ module PulpAnsibleClient
|
|
106
110
|
# Attribute type mapping.
|
107
111
|
def self.openapi_types
|
108
112
|
{
|
109
|
-
:'max_retries' => :'Integer',
|
110
|
-
:'connect_timeout' => :'Float',
|
111
|
-
:'sock_connect_timeout' => :'Float',
|
112
|
-
:'pulp_href' => :'String',
|
113
|
-
:'tls_validation' => :'Boolean',
|
114
|
-
:'proxy_url' => :'String',
|
115
113
|
:'sock_read_timeout' => :'Float',
|
116
|
-
:'
|
114
|
+
:'prn' => :'String',
|
115
|
+
:'total_timeout' => :'Float',
|
117
116
|
:'url' => :'String',
|
117
|
+
:'sock_connect_timeout' => :'Float',
|
118
|
+
:'name' => :'String',
|
119
|
+
:'pulp_labels' => :'Hash<String, String>',
|
120
|
+
:'pulp_href' => :'String',
|
118
121
|
:'rate_limit' => :'Integer',
|
119
|
-
:'client_cert' => :'String',
|
120
|
-
:'ca_cert' => :'String',
|
121
|
-
:'total_timeout' => :'Float',
|
122
122
|
:'pulp_created' => :'DateTime',
|
123
|
-
:'download_concurrency' => :'Integer',
|
124
|
-
:'pulp_labels' => :'Hash<String, String>',
|
125
123
|
:'headers' => :'Array<Object>',
|
124
|
+
:'download_concurrency' => :'Integer',
|
126
125
|
:'hidden_fields' => :'Array<AnsibleCollectionRemoteResponseHiddenFields>',
|
126
|
+
:'connect_timeout' => :'Float',
|
127
|
+
:'proxy_url' => :'String',
|
128
|
+
:'ca_cert' => :'String',
|
129
|
+
:'tls_validation' => :'Boolean',
|
130
|
+
:'max_retries' => :'Integer',
|
131
|
+
:'client_cert' => :'String',
|
127
132
|
:'pulp_last_updated' => :'DateTime',
|
128
133
|
:'metadata_only' => :'Boolean',
|
129
134
|
:'git_ref' => :'String'
|
@@ -133,16 +138,16 @@ module PulpAnsibleClient
|
|
133
138
|
# List of attributes with nullable: true
|
134
139
|
def self.openapi_nullable
|
135
140
|
Set.new([
|
136
|
-
:'max_retries',
|
137
|
-
:'connect_timeout',
|
138
|
-
:'sock_connect_timeout',
|
139
|
-
:'proxy_url',
|
140
141
|
:'sock_read_timeout',
|
141
|
-
:'rate_limit',
|
142
|
-
:'client_cert',
|
143
|
-
:'ca_cert',
|
144
142
|
:'total_timeout',
|
143
|
+
:'sock_connect_timeout',
|
144
|
+
:'rate_limit',
|
145
145
|
:'download_concurrency',
|
146
|
+
:'connect_timeout',
|
147
|
+
:'proxy_url',
|
148
|
+
:'ca_cert',
|
149
|
+
:'max_retries',
|
150
|
+
:'client_cert',
|
146
151
|
])
|
147
152
|
end
|
148
153
|
|
@@ -161,84 +166,88 @@ module PulpAnsibleClient
|
|
161
166
|
h[k.to_sym] = v
|
162
167
|
}
|
163
168
|
|
164
|
-
if attributes.key?(:'
|
165
|
-
self.
|
166
|
-
end
|
167
|
-
|
168
|
-
if attributes.key?(:'connect_timeout')
|
169
|
-
self.connect_timeout = attributes[:'connect_timeout']
|
170
|
-
end
|
171
|
-
|
172
|
-
if attributes.key?(:'sock_connect_timeout')
|
173
|
-
self.sock_connect_timeout = attributes[:'sock_connect_timeout']
|
169
|
+
if attributes.key?(:'sock_read_timeout')
|
170
|
+
self.sock_read_timeout = attributes[:'sock_read_timeout']
|
174
171
|
end
|
175
172
|
|
176
|
-
if attributes.key?(:'
|
177
|
-
self.
|
173
|
+
if attributes.key?(:'prn')
|
174
|
+
self.prn = attributes[:'prn']
|
178
175
|
end
|
179
176
|
|
180
|
-
if attributes.key?(:'
|
181
|
-
self.
|
177
|
+
if attributes.key?(:'total_timeout')
|
178
|
+
self.total_timeout = attributes[:'total_timeout']
|
182
179
|
end
|
183
180
|
|
184
|
-
if attributes.key?(:'
|
185
|
-
self.
|
181
|
+
if attributes.key?(:'url')
|
182
|
+
self.url = attributes[:'url']
|
186
183
|
end
|
187
184
|
|
188
|
-
if attributes.key?(:'
|
189
|
-
self.
|
185
|
+
if attributes.key?(:'sock_connect_timeout')
|
186
|
+
self.sock_connect_timeout = attributes[:'sock_connect_timeout']
|
190
187
|
end
|
191
188
|
|
192
189
|
if attributes.key?(:'name')
|
193
190
|
self.name = attributes[:'name']
|
194
191
|
end
|
195
192
|
|
196
|
-
if attributes.key?(:'
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
if attributes.key?(:'rate_limit')
|
201
|
-
self.rate_limit = attributes[:'rate_limit']
|
202
|
-
end
|
203
|
-
|
204
|
-
if attributes.key?(:'client_cert')
|
205
|
-
self.client_cert = attributes[:'client_cert']
|
193
|
+
if attributes.key?(:'pulp_labels')
|
194
|
+
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
195
|
+
self.pulp_labels = value
|
196
|
+
end
|
206
197
|
end
|
207
198
|
|
208
|
-
if attributes.key?(:'
|
209
|
-
self.
|
199
|
+
if attributes.key?(:'pulp_href')
|
200
|
+
self.pulp_href = attributes[:'pulp_href']
|
210
201
|
end
|
211
202
|
|
212
|
-
if attributes.key?(:'
|
213
|
-
self.
|
203
|
+
if attributes.key?(:'rate_limit')
|
204
|
+
self.rate_limit = attributes[:'rate_limit']
|
214
205
|
end
|
215
206
|
|
216
207
|
if attributes.key?(:'pulp_created')
|
217
208
|
self.pulp_created = attributes[:'pulp_created']
|
218
209
|
end
|
219
210
|
|
220
|
-
if attributes.key?(:'download_concurrency')
|
221
|
-
self.download_concurrency = attributes[:'download_concurrency']
|
222
|
-
end
|
223
|
-
|
224
|
-
if attributes.key?(:'pulp_labels')
|
225
|
-
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
226
|
-
self.pulp_labels = value
|
227
|
-
end
|
228
|
-
end
|
229
|
-
|
230
211
|
if attributes.key?(:'headers')
|
231
212
|
if (value = attributes[:'headers']).is_a?(Array)
|
232
213
|
self.headers = value
|
233
214
|
end
|
234
215
|
end
|
235
216
|
|
217
|
+
if attributes.key?(:'download_concurrency')
|
218
|
+
self.download_concurrency = attributes[:'download_concurrency']
|
219
|
+
end
|
220
|
+
|
236
221
|
if attributes.key?(:'hidden_fields')
|
237
222
|
if (value = attributes[:'hidden_fields']).is_a?(Array)
|
238
223
|
self.hidden_fields = value
|
239
224
|
end
|
240
225
|
end
|
241
226
|
|
227
|
+
if attributes.key?(:'connect_timeout')
|
228
|
+
self.connect_timeout = attributes[:'connect_timeout']
|
229
|
+
end
|
230
|
+
|
231
|
+
if attributes.key?(:'proxy_url')
|
232
|
+
self.proxy_url = attributes[:'proxy_url']
|
233
|
+
end
|
234
|
+
|
235
|
+
if attributes.key?(:'ca_cert')
|
236
|
+
self.ca_cert = attributes[:'ca_cert']
|
237
|
+
end
|
238
|
+
|
239
|
+
if attributes.key?(:'tls_validation')
|
240
|
+
self.tls_validation = attributes[:'tls_validation']
|
241
|
+
end
|
242
|
+
|
243
|
+
if attributes.key?(:'max_retries')
|
244
|
+
self.max_retries = attributes[:'max_retries']
|
245
|
+
end
|
246
|
+
|
247
|
+
if attributes.key?(:'client_cert')
|
248
|
+
self.client_cert = attributes[:'client_cert']
|
249
|
+
end
|
250
|
+
|
242
251
|
if attributes.key?(:'pulp_last_updated')
|
243
252
|
self.pulp_last_updated = attributes[:'pulp_last_updated']
|
244
253
|
end
|
@@ -256,70 +265,50 @@ module PulpAnsibleClient
|
|
256
265
|
# @return Array for valid properties with the reasons
|
257
266
|
def list_invalid_properties
|
258
267
|
invalid_properties = Array.new
|
259
|
-
if !@connect_timeout.nil? && @connect_timeout < 0
|
260
|
-
invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.')
|
261
|
-
end
|
262
|
-
|
263
|
-
if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
|
264
|
-
invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.')
|
265
|
-
end
|
266
|
-
|
267
268
|
if !@sock_read_timeout.nil? && @sock_read_timeout < 0
|
268
269
|
invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.')
|
269
270
|
end
|
270
271
|
|
271
|
-
if
|
272
|
-
invalid_properties.push('invalid value for "
|
272
|
+
if !@total_timeout.nil? && @total_timeout < 0
|
273
|
+
invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.')
|
273
274
|
end
|
274
275
|
|
275
276
|
if @url.nil?
|
276
277
|
invalid_properties.push('invalid value for "url", url cannot be nil.')
|
277
278
|
end
|
278
279
|
|
279
|
-
if !@
|
280
|
-
invalid_properties.push('invalid value for "
|
280
|
+
if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
|
281
|
+
invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.')
|
282
|
+
end
|
283
|
+
|
284
|
+
if @name.nil?
|
285
|
+
invalid_properties.push('invalid value for "name", name cannot be nil.')
|
281
286
|
end
|
282
287
|
|
283
288
|
if !@download_concurrency.nil? && @download_concurrency < 1
|
284
289
|
invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
|
285
290
|
end
|
286
291
|
|
292
|
+
if !@connect_timeout.nil? && @connect_timeout < 0
|
293
|
+
invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.')
|
294
|
+
end
|
295
|
+
|
287
296
|
invalid_properties
|
288
297
|
end
|
289
298
|
|
290
299
|
# Check to see if the all the properties in the model are valid
|
291
300
|
# @return true if the model is valid
|
292
301
|
def valid?
|
293
|
-
return false if !@connect_timeout.nil? && @connect_timeout < 0
|
294
|
-
return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
|
295
302
|
return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0
|
296
|
-
return false if @name.nil?
|
297
|
-
return false if @url.nil?
|
298
303
|
return false if !@total_timeout.nil? && @total_timeout < 0
|
304
|
+
return false if @url.nil?
|
305
|
+
return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
|
306
|
+
return false if @name.nil?
|
299
307
|
return false if !@download_concurrency.nil? && @download_concurrency < 1
|
308
|
+
return false if !@connect_timeout.nil? && @connect_timeout < 0
|
300
309
|
true
|
301
310
|
end
|
302
311
|
|
303
|
-
# Custom attribute writer method with validation
|
304
|
-
# @param [Object] connect_timeout Value to be assigned
|
305
|
-
def connect_timeout=(connect_timeout)
|
306
|
-
if !connect_timeout.nil? && connect_timeout < 0
|
307
|
-
fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.'
|
308
|
-
end
|
309
|
-
|
310
|
-
@connect_timeout = connect_timeout
|
311
|
-
end
|
312
|
-
|
313
|
-
# Custom attribute writer method with validation
|
314
|
-
# @param [Object] sock_connect_timeout Value to be assigned
|
315
|
-
def sock_connect_timeout=(sock_connect_timeout)
|
316
|
-
if !sock_connect_timeout.nil? && sock_connect_timeout < 0
|
317
|
-
fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.'
|
318
|
-
end
|
319
|
-
|
320
|
-
@sock_connect_timeout = sock_connect_timeout
|
321
|
-
end
|
322
|
-
|
323
312
|
# Custom attribute writer method with validation
|
324
313
|
# @param [Object] sock_read_timeout Value to be assigned
|
325
314
|
def sock_read_timeout=(sock_read_timeout)
|
@@ -340,6 +329,16 @@ module PulpAnsibleClient
|
|
340
329
|
@total_timeout = total_timeout
|
341
330
|
end
|
342
331
|
|
332
|
+
# Custom attribute writer method with validation
|
333
|
+
# @param [Object] sock_connect_timeout Value to be assigned
|
334
|
+
def sock_connect_timeout=(sock_connect_timeout)
|
335
|
+
if !sock_connect_timeout.nil? && sock_connect_timeout < 0
|
336
|
+
fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.'
|
337
|
+
end
|
338
|
+
|
339
|
+
@sock_connect_timeout = sock_connect_timeout
|
340
|
+
end
|
341
|
+
|
343
342
|
# Custom attribute writer method with validation
|
344
343
|
# @param [Object] download_concurrency Value to be assigned
|
345
344
|
def download_concurrency=(download_concurrency)
|
@@ -350,29 +349,40 @@ module PulpAnsibleClient
|
|
350
349
|
@download_concurrency = download_concurrency
|
351
350
|
end
|
352
351
|
|
352
|
+
# Custom attribute writer method with validation
|
353
|
+
# @param [Object] connect_timeout Value to be assigned
|
354
|
+
def connect_timeout=(connect_timeout)
|
355
|
+
if !connect_timeout.nil? && connect_timeout < 0
|
356
|
+
fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.'
|
357
|
+
end
|
358
|
+
|
359
|
+
@connect_timeout = connect_timeout
|
360
|
+
end
|
361
|
+
|
353
362
|
# Checks equality by comparing each attribute.
|
354
363
|
# @param [Object] Object to be compared
|
355
364
|
def ==(o)
|
356
365
|
return true if self.equal?(o)
|
357
366
|
self.class == o.class &&
|
358
|
-
max_retries == o.max_retries &&
|
359
|
-
connect_timeout == o.connect_timeout &&
|
360
|
-
sock_connect_timeout == o.sock_connect_timeout &&
|
361
|
-
pulp_href == o.pulp_href &&
|
362
|
-
tls_validation == o.tls_validation &&
|
363
|
-
proxy_url == o.proxy_url &&
|
364
367
|
sock_read_timeout == o.sock_read_timeout &&
|
365
|
-
|
368
|
+
prn == o.prn &&
|
369
|
+
total_timeout == o.total_timeout &&
|
366
370
|
url == o.url &&
|
371
|
+
sock_connect_timeout == o.sock_connect_timeout &&
|
372
|
+
name == o.name &&
|
373
|
+
pulp_labels == o.pulp_labels &&
|
374
|
+
pulp_href == o.pulp_href &&
|
367
375
|
rate_limit == o.rate_limit &&
|
368
|
-
client_cert == o.client_cert &&
|
369
|
-
ca_cert == o.ca_cert &&
|
370
|
-
total_timeout == o.total_timeout &&
|
371
376
|
pulp_created == o.pulp_created &&
|
372
|
-
download_concurrency == o.download_concurrency &&
|
373
|
-
pulp_labels == o.pulp_labels &&
|
374
377
|
headers == o.headers &&
|
378
|
+
download_concurrency == o.download_concurrency &&
|
375
379
|
hidden_fields == o.hidden_fields &&
|
380
|
+
connect_timeout == o.connect_timeout &&
|
381
|
+
proxy_url == o.proxy_url &&
|
382
|
+
ca_cert == o.ca_cert &&
|
383
|
+
tls_validation == o.tls_validation &&
|
384
|
+
max_retries == o.max_retries &&
|
385
|
+
client_cert == o.client_cert &&
|
376
386
|
pulp_last_updated == o.pulp_last_updated &&
|
377
387
|
metadata_only == o.metadata_only &&
|
378
388
|
git_ref == o.git_ref
|
@@ -387,7 +397,7 @@ module PulpAnsibleClient
|
|
387
397
|
# Calculates hash code according to all attributes.
|
388
398
|
# @return [Integer] Hash code
|
389
399
|
def hash
|
390
|
-
[
|
400
|
+
[sock_read_timeout, prn, total_timeout, url, sock_connect_timeout, name, pulp_labels, pulp_href, rate_limit, pulp_created, headers, download_concurrency, hidden_fields, connect_timeout, proxy_url, ca_cert, tls_validation, max_retries, client_cert, pulp_last_updated, metadata_only, git_ref].hash
|
391
401
|
end
|
392
402
|
|
393
403
|
# Builds the object from hash
|
@@ -15,12 +15,12 @@ require 'date'
|
|
15
15
|
module PulpAnsibleClient
|
16
16
|
# A serializer for Role versions.
|
17
17
|
class AnsibleRole
|
18
|
-
# A URI of a repository the new content unit should be associated with.
|
19
|
-
attr_accessor :repository
|
20
|
-
|
21
18
|
# Artifact file representing the physical content
|
22
19
|
attr_accessor :artifact
|
23
20
|
|
21
|
+
# A URI of a repository the new content unit should be associated with.
|
22
|
+
attr_accessor :repository
|
23
|
+
|
24
24
|
attr_accessor :version
|
25
25
|
|
26
26
|
attr_accessor :name
|
@@ -30,8 +30,8 @@ module PulpAnsibleClient
|
|
30
30
|
# Attribute mapping from ruby-style variable name to JSON key.
|
31
31
|
def self.attribute_map
|
32
32
|
{
|
33
|
-
:'repository' => :'repository',
|
34
33
|
:'artifact' => :'artifact',
|
34
|
+
:'repository' => :'repository',
|
35
35
|
:'version' => :'version',
|
36
36
|
:'name' => :'name',
|
37
37
|
:'namespace' => :'namespace'
|
@@ -41,8 +41,8 @@ module PulpAnsibleClient
|
|
41
41
|
# Attribute type mapping.
|
42
42
|
def self.openapi_types
|
43
43
|
{
|
44
|
-
:'repository' => :'String',
|
45
44
|
:'artifact' => :'String',
|
45
|
+
:'repository' => :'String',
|
46
46
|
:'version' => :'String',
|
47
47
|
:'name' => :'String',
|
48
48
|
:'namespace' => :'String'
|
@@ -70,14 +70,14 @@ module PulpAnsibleClient
|
|
70
70
|
h[k.to_sym] = v
|
71
71
|
}
|
72
72
|
|
73
|
-
if attributes.key?(:'repository')
|
74
|
-
self.repository = attributes[:'repository']
|
75
|
-
end
|
76
|
-
|
77
73
|
if attributes.key?(:'artifact')
|
78
74
|
self.artifact = attributes[:'artifact']
|
79
75
|
end
|
80
76
|
|
77
|
+
if attributes.key?(:'repository')
|
78
|
+
self.repository = attributes[:'repository']
|
79
|
+
end
|
80
|
+
|
81
81
|
if attributes.key?(:'version')
|
82
82
|
self.version = attributes[:'version']
|
83
83
|
end
|
@@ -186,8 +186,8 @@ module PulpAnsibleClient
|
|
186
186
|
def ==(o)
|
187
187
|
return true if self.equal?(o)
|
188
188
|
self.class == o.class &&
|
189
|
-
repository == o.repository &&
|
190
189
|
artifact == o.artifact &&
|
190
|
+
repository == o.repository &&
|
191
191
|
version == o.version &&
|
192
192
|
name == o.name &&
|
193
193
|
namespace == o.namespace
|
@@ -202,7 +202,7 @@ module PulpAnsibleClient
|
|
202
202
|
# Calculates hash code according to all attributes.
|
203
203
|
# @return [Integer] Hash code
|
204
204
|
def hash
|
205
|
-
[
|
205
|
+
[artifact, repository, version, name, namespace].hash
|
206
206
|
end
|
207
207
|
|
208
208
|
# Builds the object from hash
|
@@ -17,6 +17,9 @@ module PulpAnsibleClient
|
|
17
17
|
class AnsibleRoleRemoteResponse
|
18
18
|
attr_accessor :pulp_href
|
19
19
|
|
20
|
+
# The Pulp Resource Name (PRN).
|
21
|
+
attr_accessor :prn
|
22
|
+
|
20
23
|
# Timestamp of creation.
|
21
24
|
attr_accessor :pulp_created
|
22
25
|
|
@@ -77,6 +80,7 @@ module PulpAnsibleClient
|
|
77
80
|
def self.attribute_map
|
78
81
|
{
|
79
82
|
:'pulp_href' => :'pulp_href',
|
83
|
+
:'prn' => :'prn',
|
80
84
|
:'pulp_created' => :'pulp_created',
|
81
85
|
:'pulp_last_updated' => :'pulp_last_updated',
|
82
86
|
:'name' => :'name',
|
@@ -103,6 +107,7 @@ module PulpAnsibleClient
|
|
103
107
|
def self.openapi_types
|
104
108
|
{
|
105
109
|
:'pulp_href' => :'String',
|
110
|
+
:'prn' => :'String',
|
106
111
|
:'pulp_created' => :'DateTime',
|
107
112
|
:'pulp_last_updated' => :'DateTime',
|
108
113
|
:'name' => :'String',
|
@@ -160,6 +165,10 @@ module PulpAnsibleClient
|
|
160
165
|
self.pulp_href = attributes[:'pulp_href']
|
161
166
|
end
|
162
167
|
|
168
|
+
if attributes.key?(:'prn')
|
169
|
+
self.prn = attributes[:'prn']
|
170
|
+
end
|
171
|
+
|
163
172
|
if attributes.key?(:'pulp_created')
|
164
173
|
self.pulp_created = attributes[:'pulp_created']
|
165
174
|
end
|
@@ -347,6 +356,7 @@ module PulpAnsibleClient
|
|
347
356
|
return true if self.equal?(o)
|
348
357
|
self.class == o.class &&
|
349
358
|
pulp_href == o.pulp_href &&
|
359
|
+
prn == o.prn &&
|
350
360
|
pulp_created == o.pulp_created &&
|
351
361
|
pulp_last_updated == o.pulp_last_updated &&
|
352
362
|
name == o.name &&
|
@@ -377,7 +387,7 @@ module PulpAnsibleClient
|
|
377
387
|
# Calculates hash code according to all attributes.
|
378
388
|
# @return [Integer] Hash code
|
379
389
|
def hash
|
380
|
-
[pulp_href, pulp_created, pulp_last_updated, name, url, ca_cert, client_cert, tls_validation, proxy_url, pulp_labels, download_concurrency, max_retries, policy, total_timeout, connect_timeout, sock_connect_timeout, sock_read_timeout, headers, rate_limit, hidden_fields].hash
|
390
|
+
[pulp_href, prn, pulp_created, pulp_last_updated, name, url, ca_cert, client_cert, tls_validation, proxy_url, pulp_labels, download_concurrency, max_retries, policy, total_timeout, connect_timeout, sock_connect_timeout, sock_read_timeout, headers, rate_limit, hidden_fields].hash
|
381
391
|
end
|
382
392
|
|
383
393
|
# Builds the object from hash
|