pulp_ansible_client 0.24.8 → 0.24.10
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 +4 -4
- data/docs/AnsibleCollectionVersionResponse.md +8 -8
- data/docs/AnsibleGitRemote.md +26 -26
- data/docs/AnsibleGitRemoteResponse.md +28 -28
- data/docs/AnsibleRoleResponse.md +8 -8
- data/docs/ContentCollectionVersionsApi.md +6 -6
- data/docs/PatchedansibleGitRemote.md +26 -26
- data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +9 -9
- data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +37 -37
- data/lib/pulp_ansible_client/models/ansible_git_remote.rb +236 -236
- data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +154 -154
- data/lib/pulp_ansible_client/models/ansible_role_response.rb +37 -37
- data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +225 -225
- data/lib/pulp_ansible_client/version.rb +1 -1
- data/spec/api/content_collection_versions_api_spec.rb +3 -3
- data/spec/models/ansible_collection_version_response_spec.rb +6 -6
- data/spec/models/ansible_git_remote_response_spec.rb +18 -18
- data/spec/models/ansible_git_remote_spec.rb +19 -19
- data/spec/models/ansible_role_response_spec.rb +6 -6
- data/spec/models/patchedansible_git_remote_spec.rb +19 -19
- metadata +124 -124
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 61c386743f4eeba6ec9501ed3b2966031ec89c3fd19d024fbaff0b35fc8072f0
|
|
4
|
+
data.tar.gz: 985bd8ad115f5f01caaa27898b201da2de185d4b5ea1c05673d2f1b6fcaf7977
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3dc4d3d4865bc9ac82b648bc928673f850b41042a8db542c03b5020db6dc8de8215dd7f5e04e354cd97ee3eea2f26d2669cf1c29691019e58d248773c5f0cfc6
|
|
7
|
+
data.tar.gz: b67e6c8610fc7c1c68f2e331339d7ec50c2d2da430243e709692ec9d9e0501f21a06a6d5fe667c2b31a3f13c47bacec76f3e9a9a2952d1088c8079293a62c71f
|
data/README.md
CHANGED
|
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
|
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
8
8
|
|
|
9
9
|
- API version: v3
|
|
10
|
-
- Package version: 0.24.
|
|
10
|
+
- Package version: 0.24.10
|
|
11
11
|
- Generator version: 7.10.0
|
|
12
12
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
13
13
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
|
@@ -25,16 +25,16 @@ gem build pulp_ansible_client.gemspec
|
|
|
25
25
|
Then either install the gem locally:
|
|
26
26
|
|
|
27
27
|
```shell
|
|
28
|
-
gem install ./pulp_ansible_client-0.24.
|
|
28
|
+
gem install ./pulp_ansible_client-0.24.10.gem
|
|
29
29
|
```
|
|
30
30
|
|
|
31
|
-
(for development, run `gem install --dev ./pulp_ansible_client-0.24.
|
|
31
|
+
(for development, run `gem install --dev ./pulp_ansible_client-0.24.10.gem` to install the development dependencies)
|
|
32
32
|
|
|
33
33
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
34
34
|
|
|
35
35
|
Finally add this to the Gemfile:
|
|
36
36
|
|
|
37
|
-
gem 'pulp_ansible_client', '~> 0.24.
|
|
37
|
+
gem 'pulp_ansible_client', '~> 0.24.10'
|
|
38
38
|
|
|
39
39
|
### Install from Git
|
|
40
40
|
|
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **pulp_href** | **String** | | [optional][readonly] |
|
|
8
|
-
| **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
|
|
9
|
-
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
|
10
7
|
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
|
11
|
-
| **artifact** | **String** | Artifact file representing the physical content | [optional] |
|
|
12
8
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
|
9
|
+
| **artifact** | **String** | Artifact file representing the physical content | [optional] |
|
|
10
|
+
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
|
11
|
+
| **pulp_href** | **String** | | [optional][readonly] |
|
|
12
|
+
| **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
|
|
13
13
|
| **sha256** | **String** | The SHA-256 checksum if available. | [optional][readonly] |
|
|
14
14
|
| **md5** | **String** | The MD5 checksum if available. | [optional][readonly] |
|
|
15
15
|
| **sha1** | **String** | The SHA-1 checksum if available. | [optional][readonly] |
|
|
@@ -37,12 +37,12 @@
|
|
|
37
37
|
require 'pulp_ansible_client'
|
|
38
38
|
|
|
39
39
|
instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(
|
|
40
|
-
pulp_href: null,
|
|
41
|
-
pulp_last_updated: null,
|
|
42
|
-
prn: null,
|
|
43
40
|
pulp_labels: null,
|
|
44
|
-
artifact: null,
|
|
45
41
|
pulp_created: null,
|
|
42
|
+
artifact: null,
|
|
43
|
+
prn: null,
|
|
44
|
+
pulp_href: null,
|
|
45
|
+
pulp_last_updated: null,
|
|
46
46
|
sha256: null,
|
|
47
47
|
md5: null,
|
|
48
48
|
sha1: null,
|
data/docs/AnsibleGitRemote.md
CHANGED
|
@@ -4,26 +4,26 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **
|
|
8
|
-
| **
|
|
9
|
-
| **
|
|
7
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
8
|
+
| **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
|
|
9
|
+
| **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
10
10
|
| **sock_read_timeout** | **Float** | 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. | [optional] |
|
|
11
|
-
| **
|
|
11
|
+
| **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
|
|
12
|
+
| **url** | **String** | The URL of an external content source. | |
|
|
12
13
|
| **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
|
|
14
|
+
| **name** | **String** | A unique name for this remote. | |
|
|
15
|
+
| **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
|
|
16
|
+
| **proxy_username** | **String** | The username to authenticte to the proxy. | [optional] |
|
|
17
|
+
| **sock_connect_timeout** | **Float** | 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. | [optional] |
|
|
18
|
+
| **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
|
|
13
19
|
| **client_key** | **String** | A PEM encoded private key used for authentication. | [optional] |
|
|
14
|
-
| **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
|
|
15
|
-
| **url** | **String** | The URL of an external content source. | |
|
|
16
20
|
| **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
17
|
-
| **
|
|
21
|
+
| **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
|
|
18
22
|
| **username** | **String** | The username to be used for authentication when syncing. | [optional] |
|
|
19
|
-
| **name** | **String** | A unique name for this remote. | |
|
|
20
23
|
| **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] |
|
|
21
|
-
| **
|
|
22
|
-
| **
|
|
23
|
-
| **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
|
|
24
|
+
| **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
|
|
25
|
+
| **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
|
|
24
26
|
| **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
|
|
25
|
-
| **sock_connect_timeout** | **Float** | 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. | [optional] |
|
|
26
|
-
| **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
|
|
27
27
|
| **metadata_only** | **Boolean** | If True, only metadata about the content will be stored in Pulp. Clients will retrieve content from the remote URL. | [optional] |
|
|
28
28
|
| **git_ref** | **String** | A git ref. e.g.: branch, tag, or commit sha. | [optional] |
|
|
29
29
|
|
|
@@ -33,26 +33,26 @@
|
|
|
33
33
|
require 'pulp_ansible_client'
|
|
34
34
|
|
|
35
35
|
instance = PulpAnsibleClient::AnsibleGitRemote.new(
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
36
|
+
pulp_labels: null,
|
|
37
|
+
proxy_password: null,
|
|
38
|
+
total_timeout: null,
|
|
39
39
|
sock_read_timeout: null,
|
|
40
|
-
|
|
40
|
+
headers: null,
|
|
41
|
+
url: null,
|
|
41
42
|
ca_cert: null,
|
|
43
|
+
name: null,
|
|
44
|
+
download_concurrency: null,
|
|
45
|
+
proxy_username: null,
|
|
46
|
+
sock_connect_timeout: null,
|
|
47
|
+
tls_validation: null,
|
|
42
48
|
client_key: null,
|
|
43
|
-
proxy_password: null,
|
|
44
|
-
url: null,
|
|
45
49
|
connect_timeout: null,
|
|
46
|
-
|
|
50
|
+
proxy_url: null,
|
|
47
51
|
username: null,
|
|
48
|
-
name: null,
|
|
49
52
|
max_retries: null,
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
tls_validation: null,
|
|
53
|
+
client_cert: null,
|
|
54
|
+
rate_limit: null,
|
|
53
55
|
password: null,
|
|
54
|
-
sock_connect_timeout: null,
|
|
55
|
-
download_concurrency: null,
|
|
56
56
|
metadata_only: null,
|
|
57
57
|
git_ref: null
|
|
58
58
|
)
|
|
@@ -4,26 +4,26 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **
|
|
8
|
-
| **
|
|
9
|
-
| **
|
|
7
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
8
|
+
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
|
9
|
+
| **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
10
10
|
| **sock_read_timeout** | **Float** | 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. | [optional] |
|
|
11
|
-
| **
|
|
11
|
+
| **pulp_href** | **String** | | [optional][readonly] |
|
|
12
12
|
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
|
13
|
-
| **
|
|
13
|
+
| **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
|
|
14
|
+
| **url** | **String** | The URL of an external content source. | |
|
|
14
15
|
| **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
|
|
15
|
-
| **
|
|
16
|
+
| **name** | **String** | A unique name for this remote. | |
|
|
17
|
+
| **pulp_last_updated** | **Time** | Timestamp of the most recent update of the remote. | [optional][readonly] |
|
|
16
18
|
| **hidden_fields** | [**Array<AnsibleCollectionRemoteResponseHiddenFieldsInner>**](AnsibleCollectionRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional][readonly] |
|
|
17
|
-
| **
|
|
19
|
+
| **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
|
|
20
|
+
| **sock_connect_timeout** | **Float** | 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. | [optional] |
|
|
21
|
+
| **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
|
|
18
22
|
| **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
19
|
-
| **
|
|
20
|
-
| **name** | **String** | A unique name for this remote. | |
|
|
23
|
+
| **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
|
|
21
24
|
| **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] |
|
|
22
|
-
| **
|
|
23
|
-
| **
|
|
24
|
-
| **sock_connect_timeout** | **Float** | 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. | [optional] |
|
|
25
|
-
| **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
|
|
26
|
-
| **pulp_href** | **String** | | [optional][readonly] |
|
|
25
|
+
| **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
|
|
26
|
+
| **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
|
|
27
27
|
| **metadata_only** | **Boolean** | If True, only metadata about the content will be stored in Pulp. Clients will retrieve content from the remote URL. | [optional] |
|
|
28
28
|
| **git_ref** | **String** | A git ref. e.g.: branch, tag, or commit sha. | [optional] |
|
|
29
29
|
|
|
@@ -33,26 +33,26 @@
|
|
|
33
33
|
require 'pulp_ansible_client'
|
|
34
34
|
|
|
35
35
|
instance = PulpAnsibleClient::AnsibleGitRemoteResponse.new(
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
36
|
+
pulp_labels: null,
|
|
37
|
+
pulp_created: null,
|
|
38
|
+
total_timeout: null,
|
|
39
39
|
sock_read_timeout: null,
|
|
40
|
-
|
|
40
|
+
pulp_href: null,
|
|
41
41
|
prn: null,
|
|
42
|
-
|
|
42
|
+
headers: null,
|
|
43
|
+
url: null,
|
|
43
44
|
ca_cert: null,
|
|
44
|
-
|
|
45
|
+
name: null,
|
|
46
|
+
pulp_last_updated: null,
|
|
45
47
|
hidden_fields: null,
|
|
46
|
-
|
|
48
|
+
download_concurrency: null,
|
|
49
|
+
sock_connect_timeout: null,
|
|
50
|
+
tls_validation: null,
|
|
47
51
|
connect_timeout: null,
|
|
48
|
-
|
|
49
|
-
name: null,
|
|
52
|
+
proxy_url: null,
|
|
50
53
|
max_retries: null,
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
sock_connect_timeout: null,
|
|
54
|
-
download_concurrency: null,
|
|
55
|
-
pulp_href: null,
|
|
54
|
+
client_cert: null,
|
|
55
|
+
rate_limit: null,
|
|
56
56
|
metadata_only: null,
|
|
57
57
|
git_ref: null
|
|
58
58
|
)
|
data/docs/AnsibleRoleResponse.md
CHANGED
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **pulp_href** | **String** | | [optional][readonly] |
|
|
8
|
-
| **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
|
|
9
|
-
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
|
10
7
|
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
|
11
|
-
| **artifact** | **String** | Artifact file representing the physical content | |
|
|
12
8
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
|
9
|
+
| **artifact** | **String** | Artifact file representing the physical content | |
|
|
10
|
+
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
|
11
|
+
| **pulp_href** | **String** | | [optional][readonly] |
|
|
12
|
+
| **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
|
|
13
13
|
| **version** | **String** | | |
|
|
14
14
|
| **name** | **String** | | |
|
|
15
15
|
| **namespace** | **String** | | |
|
|
@@ -20,12 +20,12 @@
|
|
|
20
20
|
require 'pulp_ansible_client'
|
|
21
21
|
|
|
22
22
|
instance = PulpAnsibleClient::AnsibleRoleResponse.new(
|
|
23
|
-
pulp_href: null,
|
|
24
|
-
pulp_last_updated: null,
|
|
25
|
-
prn: null,
|
|
26
23
|
pulp_labels: null,
|
|
27
|
-
artifact: null,
|
|
28
24
|
pulp_created: null,
|
|
25
|
+
artifact: null,
|
|
26
|
+
prn: null,
|
|
27
|
+
pulp_href: null,
|
|
28
|
+
pulp_last_updated: null,
|
|
29
29
|
version: null,
|
|
30
30
|
name: null,
|
|
31
31
|
namespace: null
|
|
@@ -34,11 +34,11 @@ end
|
|
|
34
34
|
api_instance = PulpAnsibleClient::ContentCollectionVersionsApi.new
|
|
35
35
|
opts = {
|
|
36
36
|
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
|
37
|
-
upload: 'upload_example', # String | An uncommitted upload that may be turned into the content unit.
|
|
38
|
-
file: File.new('/path/to/some/file'), # File | An uploaded file that may be turned into the content unit.
|
|
39
|
-
file_url: 'file_url_example', # String | A url that Pulp can download and turn into the content unit.
|
|
40
37
|
pulp_labels: { key: 'inner_example'}, # Hash<String, String> | A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
|
41
38
|
artifact: 'artifact_example', # String | Artifact file representing the physical content
|
|
39
|
+
file: File.new('/path/to/some/file'), # File | An uploaded file that may be turned into the content unit.
|
|
40
|
+
upload: 'upload_example', # String | An uncommitted upload that may be turned into the content unit.
|
|
41
|
+
file_url: 'file_url_example', # String | A url that Pulp can download and turn into the content unit.
|
|
42
42
|
repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
|
|
43
43
|
expected_name: 'expected_name_example', # String | The name of the collection.
|
|
44
44
|
expected_namespace: 'expected_namespace_example', # String | The namespace of the collection.
|
|
@@ -77,11 +77,11 @@ end
|
|
|
77
77
|
| Name | Type | Description | Notes |
|
|
78
78
|
| ---- | ---- | ----------- | ----- |
|
|
79
79
|
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
|
80
|
-
| **upload** | **String** | An uncommitted upload that may be turned into the content unit. | [optional] |
|
|
81
|
-
| **file** | **File** | An uploaded file that may be turned into the content unit. | [optional] |
|
|
82
|
-
| **file_url** | **String** | A url that Pulp can download and turn into the content unit. | [optional] |
|
|
83
80
|
| **pulp_labels** | [**Hash<String, String>**](Hash.md) | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
|
84
81
|
| **artifact** | **String** | Artifact file representing the physical content | [optional] |
|
|
82
|
+
| **file** | **File** | An uploaded file that may be turned into the content unit. | [optional] |
|
|
83
|
+
| **upload** | **String** | An uncommitted upload that may be turned into the content unit. | [optional] |
|
|
84
|
+
| **file_url** | **String** | A url that Pulp can download and turn into the content unit. | [optional] |
|
|
85
85
|
| **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] |
|
|
86
86
|
| **expected_name** | **String** | The name of the collection. | [optional] |
|
|
87
87
|
| **expected_namespace** | **String** | The namespace of the collection. | [optional] |
|
|
@@ -4,26 +4,26 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **
|
|
8
|
-
| **
|
|
9
|
-
| **
|
|
7
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
8
|
+
| **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
|
|
9
|
+
| **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
10
10
|
| **sock_read_timeout** | **Float** | 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. | [optional] |
|
|
11
|
-
| **
|
|
11
|
+
| **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
|
|
12
|
+
| **url** | **String** | The URL of an external content source. | [optional] |
|
|
12
13
|
| **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
|
|
14
|
+
| **name** | **String** | A unique name for this remote. | [optional] |
|
|
15
|
+
| **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
|
|
16
|
+
| **proxy_username** | **String** | The username to authenticte to the proxy. | [optional] |
|
|
17
|
+
| **sock_connect_timeout** | **Float** | 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. | [optional] |
|
|
18
|
+
| **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
|
|
13
19
|
| **client_key** | **String** | A PEM encoded private key used for authentication. | [optional] |
|
|
14
|
-
| **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
|
|
15
|
-
| **url** | **String** | The URL of an external content source. | [optional] |
|
|
16
20
|
| **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
17
|
-
| **
|
|
21
|
+
| **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
|
|
18
22
|
| **username** | **String** | The username to be used for authentication when syncing. | [optional] |
|
|
19
|
-
| **name** | **String** | A unique name for this remote. | [optional] |
|
|
20
23
|
| **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] |
|
|
21
|
-
| **
|
|
22
|
-
| **
|
|
23
|
-
| **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
|
|
24
|
+
| **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
|
|
25
|
+
| **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
|
|
24
26
|
| **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
|
|
25
|
-
| **sock_connect_timeout** | **Float** | 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. | [optional] |
|
|
26
|
-
| **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
|
|
27
27
|
| **metadata_only** | **Boolean** | If True, only metadata about the content will be stored in Pulp. Clients will retrieve content from the remote URL. | [optional] |
|
|
28
28
|
| **git_ref** | **String** | A git ref. e.g.: branch, tag, or commit sha. | [optional] |
|
|
29
29
|
|
|
@@ -33,26 +33,26 @@
|
|
|
33
33
|
require 'pulp_ansible_client'
|
|
34
34
|
|
|
35
35
|
instance = PulpAnsibleClient::PatchedansibleGitRemote.new(
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
36
|
+
pulp_labels: null,
|
|
37
|
+
proxy_password: null,
|
|
38
|
+
total_timeout: null,
|
|
39
39
|
sock_read_timeout: null,
|
|
40
|
-
|
|
40
|
+
headers: null,
|
|
41
|
+
url: null,
|
|
41
42
|
ca_cert: null,
|
|
43
|
+
name: null,
|
|
44
|
+
download_concurrency: null,
|
|
45
|
+
proxy_username: null,
|
|
46
|
+
sock_connect_timeout: null,
|
|
47
|
+
tls_validation: null,
|
|
42
48
|
client_key: null,
|
|
43
|
-
proxy_password: null,
|
|
44
|
-
url: null,
|
|
45
49
|
connect_timeout: null,
|
|
46
|
-
|
|
50
|
+
proxy_url: null,
|
|
47
51
|
username: null,
|
|
48
|
-
name: null,
|
|
49
52
|
max_retries: null,
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
tls_validation: null,
|
|
53
|
+
client_cert: null,
|
|
54
|
+
rate_limit: null,
|
|
53
55
|
password: null,
|
|
54
|
-
sock_connect_timeout: null,
|
|
55
|
-
download_concurrency: null,
|
|
56
56
|
metadata_only: null,
|
|
57
57
|
git_ref: null
|
|
58
58
|
)
|
|
@@ -23,11 +23,11 @@ module PulpAnsibleClient
|
|
|
23
23
|
# Trigger an asynchronous task to create content,optionally create new repository version.
|
|
24
24
|
# @param [Hash] opts the optional parameters
|
|
25
25
|
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
26
|
-
# @option opts [String] :upload An uncommitted upload that may be turned into the content unit.
|
|
27
|
-
# @option opts [File] :file An uploaded file that may be turned into the content unit.
|
|
28
|
-
# @option opts [String] :file_url A url that Pulp can download and turn into the content unit.
|
|
29
26
|
# @option opts [Hash<String, String>] :pulp_labels A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
|
30
27
|
# @option opts [String] :artifact Artifact file representing the physical content
|
|
28
|
+
# @option opts [File] :file An uploaded file that may be turned into the content unit.
|
|
29
|
+
# @option opts [String] :upload An uncommitted upload that may be turned into the content unit.
|
|
30
|
+
# @option opts [String] :file_url A url that Pulp can download and turn into the content unit.
|
|
31
31
|
# @option opts [String] :repository A URI of a repository the new content unit should be associated with.
|
|
32
32
|
# @option opts [String] :expected_name The name of the collection.
|
|
33
33
|
# @option opts [String] :expected_namespace The namespace of the collection.
|
|
@@ -42,11 +42,11 @@ module PulpAnsibleClient
|
|
|
42
42
|
# Trigger an asynchronous task to create content,optionally create new repository version.
|
|
43
43
|
# @param [Hash] opts the optional parameters
|
|
44
44
|
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
45
|
-
# @option opts [String] :upload An uncommitted upload that may be turned into the content unit.
|
|
46
|
-
# @option opts [File] :file An uploaded file that may be turned into the content unit.
|
|
47
|
-
# @option opts [String] :file_url A url that Pulp can download and turn into the content unit.
|
|
48
45
|
# @option opts [Hash<String, String>] :pulp_labels A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
|
49
46
|
# @option opts [String] :artifact Artifact file representing the physical content
|
|
47
|
+
# @option opts [File] :file An uploaded file that may be turned into the content unit.
|
|
48
|
+
# @option opts [String] :upload An uncommitted upload that may be turned into the content unit.
|
|
49
|
+
# @option opts [String] :file_url A url that Pulp can download and turn into the content unit.
|
|
50
50
|
# @option opts [String] :repository A URI of a repository the new content unit should be associated with.
|
|
51
51
|
# @option opts [String] :expected_name The name of the collection.
|
|
52
52
|
# @option opts [String] :expected_namespace The namespace of the collection.
|
|
@@ -103,11 +103,11 @@ module PulpAnsibleClient
|
|
|
103
103
|
|
|
104
104
|
# form parameters
|
|
105
105
|
form_params = opts[:form_params] || {}
|
|
106
|
-
form_params['upload'] = opts[:'upload'] if !opts[:'upload'].nil?
|
|
107
|
-
form_params['file'] = opts[:'file'] if !opts[:'file'].nil?
|
|
108
|
-
form_params['file_url'] = opts[:'file_url'] if !opts[:'file_url'].nil?
|
|
109
106
|
form_params['pulp_labels'] = opts[:'pulp_labels'] if !opts[:'pulp_labels'].nil?
|
|
110
107
|
form_params['artifact'] = opts[:'artifact'] if !opts[:'artifact'].nil?
|
|
108
|
+
form_params['file'] = opts[:'file'] if !opts[:'file'].nil?
|
|
109
|
+
form_params['upload'] = opts[:'upload'] if !opts[:'upload'].nil?
|
|
110
|
+
form_params['file_url'] = opts[:'file_url'] if !opts[:'file_url'].nil?
|
|
111
111
|
form_params['repository'] = opts[:'repository'] if !opts[:'repository'].nil?
|
|
112
112
|
form_params['expected_name'] = opts[:'expected_name'] if !opts[:'expected_name'].nil?
|
|
113
113
|
form_params['expected_namespace'] = opts[:'expected_namespace'] if !opts[:'expected_namespace'].nil?
|
|
@@ -16,22 +16,22 @@ require 'time'
|
|
|
16
16
|
module PulpAnsibleClient
|
|
17
17
|
# A serializer for CollectionVersion Content.
|
|
18
18
|
class AnsibleCollectionVersionResponse
|
|
19
|
-
attr_accessor :pulp_href
|
|
20
|
-
|
|
21
|
-
# Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.
|
|
22
|
-
attr_accessor :pulp_last_updated
|
|
23
|
-
|
|
24
|
-
# The Pulp Resource Name (PRN).
|
|
25
|
-
attr_accessor :prn
|
|
26
|
-
|
|
27
19
|
# A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
|
28
20
|
attr_accessor :pulp_labels
|
|
29
21
|
|
|
22
|
+
# Timestamp of creation.
|
|
23
|
+
attr_accessor :pulp_created
|
|
24
|
+
|
|
30
25
|
# Artifact file representing the physical content
|
|
31
26
|
attr_accessor :artifact
|
|
32
27
|
|
|
33
|
-
#
|
|
34
|
-
attr_accessor :
|
|
28
|
+
# The Pulp Resource Name (PRN).
|
|
29
|
+
attr_accessor :prn
|
|
30
|
+
|
|
31
|
+
attr_accessor :pulp_href
|
|
32
|
+
|
|
33
|
+
# Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.
|
|
34
|
+
attr_accessor :pulp_last_updated
|
|
35
35
|
|
|
36
36
|
# The SHA-256 checksum if available.
|
|
37
37
|
attr_accessor :sha256
|
|
@@ -95,12 +95,12 @@ module PulpAnsibleClient
|
|
|
95
95
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
96
96
|
def self.attribute_map
|
|
97
97
|
{
|
|
98
|
-
:'pulp_href' => :'pulp_href',
|
|
99
|
-
:'pulp_last_updated' => :'pulp_last_updated',
|
|
100
|
-
:'prn' => :'prn',
|
|
101
98
|
:'pulp_labels' => :'pulp_labels',
|
|
102
|
-
:'artifact' => :'artifact',
|
|
103
99
|
:'pulp_created' => :'pulp_created',
|
|
100
|
+
:'artifact' => :'artifact',
|
|
101
|
+
:'prn' => :'prn',
|
|
102
|
+
:'pulp_href' => :'pulp_href',
|
|
103
|
+
:'pulp_last_updated' => :'pulp_last_updated',
|
|
104
104
|
:'sha256' => :'sha256',
|
|
105
105
|
:'md5' => :'md5',
|
|
106
106
|
:'sha1' => :'sha1',
|
|
@@ -132,12 +132,12 @@ module PulpAnsibleClient
|
|
|
132
132
|
# Attribute type mapping.
|
|
133
133
|
def self.openapi_types
|
|
134
134
|
{
|
|
135
|
-
:'pulp_href' => :'String',
|
|
136
|
-
:'pulp_last_updated' => :'Time',
|
|
137
|
-
:'prn' => :'String',
|
|
138
135
|
:'pulp_labels' => :'Hash<String, String>',
|
|
139
|
-
:'artifact' => :'String',
|
|
140
136
|
:'pulp_created' => :'Time',
|
|
137
|
+
:'artifact' => :'String',
|
|
138
|
+
:'prn' => :'String',
|
|
139
|
+
:'pulp_href' => :'String',
|
|
140
|
+
:'pulp_last_updated' => :'Time',
|
|
141
141
|
:'sha256' => :'String',
|
|
142
142
|
:'md5' => :'String',
|
|
143
143
|
:'sha1' => :'String',
|
|
@@ -183,30 +183,30 @@ module PulpAnsibleClient
|
|
|
183
183
|
h[k.to_sym] = v
|
|
184
184
|
}
|
|
185
185
|
|
|
186
|
-
if attributes.key?(:'pulp_href')
|
|
187
|
-
self.pulp_href = attributes[:'pulp_href']
|
|
188
|
-
end
|
|
189
|
-
|
|
190
|
-
if attributes.key?(:'pulp_last_updated')
|
|
191
|
-
self.pulp_last_updated = attributes[:'pulp_last_updated']
|
|
192
|
-
end
|
|
193
|
-
|
|
194
|
-
if attributes.key?(:'prn')
|
|
195
|
-
self.prn = attributes[:'prn']
|
|
196
|
-
end
|
|
197
|
-
|
|
198
186
|
if attributes.key?(:'pulp_labels')
|
|
199
187
|
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
|
200
188
|
self.pulp_labels = value
|
|
201
189
|
end
|
|
202
190
|
end
|
|
203
191
|
|
|
192
|
+
if attributes.key?(:'pulp_created')
|
|
193
|
+
self.pulp_created = attributes[:'pulp_created']
|
|
194
|
+
end
|
|
195
|
+
|
|
204
196
|
if attributes.key?(:'artifact')
|
|
205
197
|
self.artifact = attributes[:'artifact']
|
|
206
198
|
end
|
|
207
199
|
|
|
208
|
-
if attributes.key?(:'
|
|
209
|
-
self.
|
|
200
|
+
if attributes.key?(:'prn')
|
|
201
|
+
self.prn = attributes[:'prn']
|
|
202
|
+
end
|
|
203
|
+
|
|
204
|
+
if attributes.key?(:'pulp_href')
|
|
205
|
+
self.pulp_href = attributes[:'pulp_href']
|
|
206
|
+
end
|
|
207
|
+
|
|
208
|
+
if attributes.key?(:'pulp_last_updated')
|
|
209
|
+
self.pulp_last_updated = attributes[:'pulp_last_updated']
|
|
210
210
|
end
|
|
211
211
|
|
|
212
212
|
if attributes.key?(:'sha256')
|
|
@@ -464,12 +464,12 @@ module PulpAnsibleClient
|
|
|
464
464
|
def ==(o)
|
|
465
465
|
return true if self.equal?(o)
|
|
466
466
|
self.class == o.class &&
|
|
467
|
-
pulp_href == o.pulp_href &&
|
|
468
|
-
pulp_last_updated == o.pulp_last_updated &&
|
|
469
|
-
prn == o.prn &&
|
|
470
467
|
pulp_labels == o.pulp_labels &&
|
|
471
|
-
artifact == o.artifact &&
|
|
472
468
|
pulp_created == o.pulp_created &&
|
|
469
|
+
artifact == o.artifact &&
|
|
470
|
+
prn == o.prn &&
|
|
471
|
+
pulp_href == o.pulp_href &&
|
|
472
|
+
pulp_last_updated == o.pulp_last_updated &&
|
|
473
473
|
sha256 == o.sha256 &&
|
|
474
474
|
md5 == o.md5 &&
|
|
475
475
|
sha1 == o.sha1 &&
|
|
@@ -501,7 +501,7 @@ module PulpAnsibleClient
|
|
|
501
501
|
# Calculates hash code according to all attributes.
|
|
502
502
|
# @return [Integer] Hash code
|
|
503
503
|
def hash
|
|
504
|
-
[
|
|
504
|
+
[pulp_labels, pulp_created, artifact, prn, pulp_href, pulp_last_updated, sha256, md5, sha1, sha224, sha384, sha512, id, authors, dependencies, description, documentation, homepage, issues, license, name, namespace, origin_repository, tags, version, requires_ansible].hash
|
|
505
505
|
end
|
|
506
506
|
|
|
507
507
|
# Builds the object from hash
|