pulp_ansible_client 0.27.1 → 0.28.1
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/AnsibleAnsibleCollectionDeprecatedResponse.md +2 -0
- data/docs/AnsibleAnsibleRepositoryResponse.md +1 -1
- data/docs/AnsibleCollectionRemoteResponse.md +1 -1
- data/docs/AnsibleCollectionVersionResponse.md +10 -8
- data/docs/AnsibleCollectionVersionSignatureResponse.md +2 -0
- data/docs/AnsibleGitRemote.md +26 -26
- data/docs/AnsibleGitRemoteResponse.md +28 -28
- data/docs/AnsibleRole.md +2 -2
- data/docs/AnsibleRoleRemoteResponse.md +1 -1
- data/docs/AnsibleRoleResponse.md +6 -4
- data/docs/CollectionMetadataResponse.md +4 -4
- data/docs/CollectionSummaryResponse.md +2 -2
- data/docs/CollectionVersionListResponse.md +1 -1
- data/docs/CollectionVersionResponse.md +1 -1
- data/docs/ContentCollectionVersionsApi.md +6 -6
- data/docs/DistributionsAnsibleApi.md +10 -10
- data/docs/PatchedansibleGitRemote.md +26 -26
- data/docs/RemotesCollectionApi.md +10 -10
- data/docs/RemotesGitApi.md +12 -12
- data/docs/RemotesRoleApi.md +10 -10
- data/docs/RepositoriesAnsibleApi.md +10 -10
- data/docs/RepositoryVersionResponse.md +3 -1
- data/docs/UnpaginatedCollectionVersionResponse.md +1 -1
- data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +9 -9
- data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +10 -10
- data/lib/pulp_ansible_client/api/remotes_collection_api.rb +10 -10
- data/lib/pulp_ansible_client/api/remotes_git_api.rb +10 -10
- data/lib/pulp_ansible_client/api/remotes_role_api.rb +10 -10
- data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +10 -10
- data/lib/pulp_ansible_client/models/ansible_ansible_collection_deprecated_response.rb +10 -1
- data/lib/pulp_ansible_client/models/ansible_ansible_repository.rb +0 -15
- data/lib/pulp_ansible_client/models/ansible_ansible_repository_response.rb +0 -15
- data/lib/pulp_ansible_client/models/ansible_collection_remote.rb +0 -33
- data/lib/pulp_ansible_client/models/ansible_collection_remote_response.rb +0 -30
- data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +32 -38
- data/lib/pulp_ansible_client/models/ansible_collection_version_signature_response.rb +10 -1
- data/lib/pulp_ansible_client/models/ansible_git_remote.rb +229 -244
- data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +162 -177
- data/lib/pulp_ansible_client/models/ansible_role.rb +11 -11
- data/lib/pulp_ansible_client/models/ansible_role_remote.rb +0 -15
- data/lib/pulp_ansible_client/models/ansible_role_remote_response.rb +0 -15
- data/lib/pulp_ansible_client/models/ansible_role_response.rb +32 -23
- data/lib/pulp_ansible_client/models/collection_summary_response.rb +0 -15
- data/lib/pulp_ansible_client/models/collection_version_list_response.rb +0 -15
- data/lib/pulp_ansible_client/models/collection_version_response.rb +0 -15
- data/lib/pulp_ansible_client/models/paginated_collection_response_list_links.rb +0 -4
- data/lib/pulp_ansible_client/models/paginated_galaxy_role_response_list.rb +0 -2
- data/lib/pulp_ansible_client/models/paginated_galaxy_role_version_response_list.rb +0 -2
- data/lib/pulp_ansible_client/models/paginated_repository_version_response_list.rb +0 -2
- data/lib/pulp_ansible_client/models/paginated_tag_response_list.rb +0 -2
- data/lib/pulp_ansible_client/models/paginatedansible_ansible_collection_deprecated_response_list.rb +0 -2
- data/lib/pulp_ansible_client/models/paginatedansible_ansible_distribution_response_list.rb +0 -2
- data/lib/pulp_ansible_client/models/paginatedansible_ansible_namespace_metadata_response_list.rb +0 -2
- data/lib/pulp_ansible_client/models/paginatedansible_ansible_repository_response_list.rb +0 -2
- data/lib/pulp_ansible_client/models/paginatedansible_collection_remote_response_list.rb +0 -2
- data/lib/pulp_ansible_client/models/paginatedansible_collection_response_list.rb +0 -2
- data/lib/pulp_ansible_client/models/paginatedansible_collection_version_mark_response_list.rb +0 -2
- data/lib/pulp_ansible_client/models/paginatedansible_collection_version_response_list.rb +0 -2
- data/lib/pulp_ansible_client/models/paginatedansible_collection_version_signature_response_list.rb +0 -2
- data/lib/pulp_ansible_client/models/paginatedansible_git_remote_response_list.rb +0 -2
- data/lib/pulp_ansible_client/models/paginatedansible_role_remote_response_list.rb +0 -2
- data/lib/pulp_ansible_client/models/paginatedansible_role_response_list.rb +0 -2
- data/lib/pulp_ansible_client/models/patchedansible_ansible_repository.rb +0 -15
- data/lib/pulp_ansible_client/models/patchedansible_collection_remote.rb +0 -33
- data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +220 -235
- data/lib/pulp_ansible_client/models/patchedansible_role_remote.rb +0 -15
- data/lib/pulp_ansible_client/models/repository.rb +0 -15
- data/lib/pulp_ansible_client/models/repository_response.rb +0 -15
- data/lib/pulp_ansible_client/models/repository_version_response.rb +13 -4
- data/lib/pulp_ansible_client/models/unpaginated_collection_version_response.rb +0 -15
- data/lib/pulp_ansible_client/version.rb +1 -1
- data/spec/api/content_collection_versions_api_spec.rb +3 -3
- data/spec/api/distributions_ansible_api_spec.rb +4 -4
- data/spec/api/remotes_collection_api_spec.rb +4 -4
- data/spec/api/remotes_git_api_spec.rb +4 -4
- data/spec/api/remotes_role_api_spec.rb +4 -4
- data/spec/api/repositories_ansible_api_spec.rb +4 -4
- data/spec/models/ansible_ansible_collection_deprecated_response_spec.rb +6 -0
- data/spec/models/ansible_collection_version_response_spec.rb +12 -6
- data/spec/models/ansible_collection_version_signature_response_spec.rb +6 -0
- data/spec/models/ansible_git_remote_response_spec.rb +20 -20
- data/spec/models/ansible_git_remote_spec.rb +19 -19
- data/spec/models/ansible_role_response_spec.rb +12 -6
- data/spec/models/ansible_role_spec.rb +2 -2
- data/spec/models/patchedansible_git_remote_spec.rb +19 -19
- data/spec/models/repository_version_response_spec.rb +6 -0
- metadata +127 -127
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 81a4c7d2249b1bbd8f31c5d9e8d8b853bb0e12149943ba2e108b2d412c46643e
|
|
4
|
+
data.tar.gz: 3402c793cc4232e0505c670128fd37072afea6b66aebf1951c82c6e8eaedea91
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f1b93adccadbf798696b757f3cb422fdf49b63d3a7f550c7e3c5870990c35f0052b0b1e316fdcb85e84fe71c35c1933e42e7d825fb6fe6f8d76112a46281dde2
|
|
7
|
+
data.tar.gz: be7954d1a73e7deb1c9161505212d6f268c546d39850532a9a61c4ad13ca90f754d2b774867cbee8cc705e98fed3b07f27a6558f5a176edb1a675b564da7fd74
|
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.
|
|
10
|
+
- Package version: 0.28.1
|
|
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.
|
|
28
|
+
gem install ./pulp_ansible_client-0.28.1.gem
|
|
29
29
|
```
|
|
30
30
|
|
|
31
|
-
(for development, run `gem install --dev ./pulp_ansible_client-0.
|
|
31
|
+
(for development, run `gem install --dev ./pulp_ansible_client-0.28.1.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.
|
|
37
|
+
gem 'pulp_ansible_client', '~> 0.28.1'
|
|
38
38
|
|
|
39
39
|
### Install from Git
|
|
40
40
|
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
|
10
10
|
| **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] |
|
|
11
11
|
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
|
12
|
+
| **vuln_report** | **String** | | [optional][readonly] |
|
|
12
13
|
| **name** | **String** | The name of the Collection. | |
|
|
13
14
|
| **namespace** | **String** | The namespace of the Collection. | |
|
|
14
15
|
|
|
@@ -23,6 +24,7 @@ instance = PulpAnsibleClient::AnsibleAnsibleCollectionDeprecatedResponse.new(
|
|
|
23
24
|
pulp_created: null,
|
|
24
25
|
pulp_last_updated: null,
|
|
25
26
|
pulp_labels: null,
|
|
27
|
+
vuln_report: null,
|
|
26
28
|
name: null,
|
|
27
29
|
namespace: null
|
|
28
30
|
)
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
| **remote** | **String** | An optional remote to use by default when syncing. | [optional] |
|
|
18
18
|
| **last_synced_metadata_time** | **Time** | Last synced metadata time. | [optional] |
|
|
19
19
|
| **gpgkey** | **String** | Gpg public key to verify collection signatures against | [optional] |
|
|
20
|
-
| **last_sync_task** | **Object** | | [optional]
|
|
20
|
+
| **last_sync_task** | **Object** | | [optional] |
|
|
21
21
|
| **private** | **Boolean** | | [optional] |
|
|
22
22
|
|
|
23
23
|
## Example
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
| **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] |
|
|
25
25
|
| **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
|
|
26
26
|
| **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
|
|
27
|
-
| **hidden_fields** | [**Array<AnsibleCollectionRemoteResponseHiddenFieldsInner>**](AnsibleCollectionRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional]
|
|
27
|
+
| **hidden_fields** | [**Array<AnsibleCollectionRemoteResponseHiddenFieldsInner>**](AnsibleCollectionRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional] |
|
|
28
28
|
| **requirements_file** | **String** | The string version of Collection requirements yaml. | [optional] |
|
|
29
29
|
| **auth_url** | **String** | The URL to receive a session token from, e.g. used with Automation Hub. | [optional] |
|
|
30
30
|
| **sync_dependencies** | **Boolean** | Sync dependencies for collections specified via requirements file | [optional] |
|
|
@@ -4,12 +4,13 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
|
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
7
|
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
|
10
8
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
|
11
9
|
| **pulp_href** | **String** | | [optional][readonly] |
|
|
10
|
+
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
|
12
11
|
| **artifact** | **String** | Artifact file representing the physical content | [optional] |
|
|
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
|
+
| **vuln_report** | **String** | | [optional][readonly] |
|
|
13
14
|
| **sha256** | **String** | The SHA-256 checksum if available. | [optional][readonly] |
|
|
14
15
|
| **md5** | **String** | The MD5 checksum if available. | [optional][readonly] |
|
|
15
16
|
| **sha1** | **String** | The SHA-1 checksum if available. | [optional][readonly] |
|
|
@@ -17,8 +18,8 @@
|
|
|
17
18
|
| **sha384** | **String** | The SHA-384 checksum if available. | [optional][readonly] |
|
|
18
19
|
| **sha512** | **String** | The SHA-512 checksum if available. | [optional][readonly] |
|
|
19
20
|
| **id** | **String** | A collection identifier. | [optional][readonly] |
|
|
20
|
-
| **authors** | **Array<String>** | A list of the CollectionVersion content's authors. | [optional]
|
|
21
|
-
| **contents** | **Array<Object>** | A JSON field with data about the contents. | [optional]
|
|
21
|
+
| **authors** | **Array<String>** | A list of the CollectionVersion content's authors. | [optional] |
|
|
22
|
+
| **contents** | **Array<Object>** | A JSON field with data about the contents. | [optional] |
|
|
22
23
|
| **dependencies** | **Object** | A dict declaring Collections that this collection requires to be installed for it to be usable. | [optional][readonly] |
|
|
23
24
|
| **description** | **String** | A short summary description of the collection. | [optional][readonly] |
|
|
24
25
|
| **docs_blob** | **Object** | A JSON field holding the various documentation blobs in the collection. | [optional][readonly] |
|
|
@@ -27,11 +28,11 @@
|
|
|
27
28
|
| **documentation** | **String** | The URL to any online docs. | [optional][readonly] |
|
|
28
29
|
| **homepage** | **String** | The URL to the homepage of the collection/project. | [optional][readonly] |
|
|
29
30
|
| **issues** | **String** | The URL to the collection issue tracker. | [optional][readonly] |
|
|
30
|
-
| **license** | **Array<String>** | A list of licenses for content inside of a collection. | [optional]
|
|
31
|
+
| **license** | **Array<String>** | A list of licenses for content inside of a collection. | [optional] |
|
|
31
32
|
| **name** | **String** | The name of the collection. | [optional][readonly] |
|
|
32
33
|
| **namespace** | **String** | The namespace of the collection. | [optional][readonly] |
|
|
33
34
|
| **origin_repository** | **String** | The URL of the originating SCM repository. | [optional][readonly] |
|
|
34
|
-
| **tags** | [**Array<CollectionSummaryResponseTagsInner>**](CollectionSummaryResponseTagsInner.md) | | [optional]
|
|
35
|
+
| **tags** | [**Array<CollectionSummaryResponseTagsInner>**](CollectionSummaryResponseTagsInner.md) | | [optional] |
|
|
35
36
|
| **version** | **String** | The version of the collection. | [optional][readonly] |
|
|
36
37
|
| **requires_ansible** | **String** | The version of Ansible required to use the collection. Multiple versions can be separated with a comma. | [optional][readonly] |
|
|
37
38
|
|
|
@@ -41,12 +42,13 @@
|
|
|
41
42
|
require 'pulp_ansible_client'
|
|
42
43
|
|
|
43
44
|
instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(
|
|
44
|
-
pulp_labels: null,
|
|
45
|
-
pulp_last_updated: null,
|
|
46
45
|
prn: null,
|
|
47
46
|
pulp_created: null,
|
|
48
47
|
pulp_href: null,
|
|
48
|
+
pulp_labels: null,
|
|
49
49
|
artifact: null,
|
|
50
|
+
pulp_last_updated: null,
|
|
51
|
+
vuln_report: null,
|
|
50
52
|
sha256: null,
|
|
51
53
|
md5: null,
|
|
52
54
|
sha1: null,
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
|
10
10
|
| **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] |
|
|
11
11
|
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
|
12
|
+
| **vuln_report** | **String** | | [optional][readonly] |
|
|
12
13
|
| **signed_collection** | **String** | The content this signature is pointing to. | |
|
|
13
14
|
| **pubkey_fingerprint** | **String** | The fingerprint of the public key. | [optional][readonly] |
|
|
14
15
|
| **signing_service** | **String** | The signing service used to create the signature. | [optional][readonly] |
|
|
@@ -24,6 +25,7 @@ instance = PulpAnsibleClient::AnsibleCollectionVersionSignatureResponse.new(
|
|
|
24
25
|
pulp_created: null,
|
|
25
26
|
pulp_last_updated: null,
|
|
26
27
|
pulp_labels: null,
|
|
28
|
+
vuln_report: null,
|
|
27
29
|
signed_collection: null,
|
|
28
30
|
pubkey_fingerprint: null,
|
|
29
31
|
signing_service: null
|
data/docs/AnsibleGitRemote.md
CHANGED
|
@@ -5,25 +5,25 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
|
|
8
|
+
| **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] |
|
|
9
|
+
| **name** | **String** | A unique name for this remote. | |
|
|
10
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
8
11
|
| **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
|
|
12
|
+
| **client_key** | **String** | A PEM encoded private key used for authentication. | [optional] |
|
|
13
|
+
| **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] |
|
|
14
|
+
| **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] |
|
|
15
|
+
| **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
|
|
16
|
+
| **username** | **String** | The username to be used for authentication when syncing. | [optional] |
|
|
9
17
|
| **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
|
|
18
|
+
| **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
19
|
| **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
|
|
11
|
-
| **
|
|
20
|
+
| **proxy_username** | **String** | The username to authenticte to the proxy. | [optional] |
|
|
21
|
+
| **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
|
|
12
22
|
| **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
|
|
13
23
|
| **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
|
|
14
|
-
| **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] |
|
|
15
|
-
| **name** | **String** | A unique name for this remote. | |
|
|
16
|
-
| **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
|
-
| **client_key** | **String** | A PEM encoded private key used for authentication. | [optional] |
|
|
18
|
-
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
19
|
-
| **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
|
|
20
24
|
| **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
|
|
21
|
-
| **
|
|
22
|
-
| **
|
|
23
|
-
| **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] |
|
|
24
|
-
| **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
|
|
25
|
-
| **proxy_username** | **String** | The username to authenticte to the proxy. | [optional] |
|
|
26
|
-
| **username** | **String** | The username to be used for authentication when syncing. | [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
|
+
| **url** | **String** | The URL of an external content source. | |
|
|
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
|
|
|
@@ -34,25 +34,25 @@ require 'pulp_ansible_client'
|
|
|
34
34
|
|
|
35
35
|
instance = PulpAnsibleClient::AnsibleGitRemote.new(
|
|
36
36
|
password: null,
|
|
37
|
+
connect_timeout: null,
|
|
38
|
+
name: null,
|
|
39
|
+
pulp_labels: null,
|
|
37
40
|
download_concurrency: null,
|
|
41
|
+
client_key: null,
|
|
42
|
+
sock_read_timeout: null,
|
|
43
|
+
max_retries: null,
|
|
44
|
+
ca_cert: null,
|
|
45
|
+
username: null,
|
|
38
46
|
rate_limit: null,
|
|
47
|
+
total_timeout: null,
|
|
39
48
|
proxy_password: null,
|
|
40
|
-
|
|
49
|
+
proxy_username: null,
|
|
50
|
+
proxy_url: null,
|
|
41
51
|
tls_validation: null,
|
|
42
52
|
client_cert: null,
|
|
43
|
-
sock_connect_timeout: null,
|
|
44
|
-
name: null,
|
|
45
|
-
connect_timeout: null,
|
|
46
|
-
client_key: null,
|
|
47
|
-
pulp_labels: null,
|
|
48
|
-
ca_cert: null,
|
|
49
53
|
headers: null,
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
sock_read_timeout: null,
|
|
53
|
-
proxy_url: null,
|
|
54
|
-
proxy_username: null,
|
|
55
|
-
username: null,
|
|
54
|
+
sock_connect_timeout: null,
|
|
55
|
+
url: 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
|
-
| **pulp_last_updated** | **Time** | Timestamp of the most recent update of the remote. | [optional][readonly] |
|
|
8
|
-
| **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
|
|
9
|
-
| **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
|
|
10
|
-
| **url** | **String** | The URL of an external content source. | |
|
|
11
|
-
| **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
|
|
12
7
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
|
13
|
-
| **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
|
|
14
|
-
| **pulp_href** | **String** | | [optional][readonly] |
|
|
15
|
-
| **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] |
|
|
16
|
-
| **name** | **String** | A unique name for this remote. | |
|
|
17
8
|
| **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] |
|
|
18
|
-
| **
|
|
9
|
+
| **name** | **String** | A unique name for this remote. | |
|
|
19
10
|
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
11
|
+
| **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
|
|
12
|
+
| **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] |
|
|
13
|
+
| **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] |
|
|
20
14
|
| **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
|
|
21
|
-
| **
|
|
22
|
-
| **
|
|
15
|
+
| **hidden_fields** | [**Array<AnsibleCollectionRemoteResponseHiddenFieldsInner>**](AnsibleCollectionRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional] |
|
|
16
|
+
| **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
|
|
23
17
|
| **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] |
|
|
24
|
-
| **
|
|
25
|
-
| **
|
|
18
|
+
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
|
19
|
+
| **pulp_href** | **String** | | [optional][readonly] |
|
|
26
20
|
| **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
|
|
21
|
+
| **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
|
|
22
|
+
| **pulp_last_updated** | **Time** | Timestamp of the most recent update of the remote. | [optional][readonly] |
|
|
23
|
+
| **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
|
|
24
|
+
| **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [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
|
+
| **url** | **String** | The URL of an external content source. | |
|
|
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
|
-
pulp_last_updated: null,
|
|
37
|
-
download_concurrency: null,
|
|
38
|
-
rate_limit: null,
|
|
39
|
-
url: null,
|
|
40
|
-
tls_validation: null,
|
|
41
36
|
pulp_created: null,
|
|
42
|
-
client_cert: null,
|
|
43
|
-
pulp_href: null,
|
|
44
|
-
sock_connect_timeout: null,
|
|
45
|
-
name: null,
|
|
46
37
|
connect_timeout: null,
|
|
47
|
-
|
|
38
|
+
name: null,
|
|
48
39
|
pulp_labels: null,
|
|
40
|
+
download_concurrency: null,
|
|
41
|
+
sock_read_timeout: null,
|
|
42
|
+
max_retries: null,
|
|
49
43
|
ca_cert: null,
|
|
50
|
-
|
|
51
|
-
|
|
44
|
+
hidden_fields: null,
|
|
45
|
+
rate_limit: null,
|
|
52
46
|
total_timeout: null,
|
|
53
|
-
|
|
54
|
-
|
|
47
|
+
prn: null,
|
|
48
|
+
pulp_href: null,
|
|
55
49
|
proxy_url: null,
|
|
50
|
+
tls_validation: null,
|
|
51
|
+
pulp_last_updated: null,
|
|
52
|
+
client_cert: null,
|
|
53
|
+
headers: null,
|
|
54
|
+
sock_connect_timeout: null,
|
|
55
|
+
url: null,
|
|
56
56
|
metadata_only: null,
|
|
57
57
|
git_ref: null
|
|
58
58
|
)
|
data/docs/AnsibleRole.md
CHANGED
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
|
8
7
|
| **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] |
|
|
8
|
+
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
|
9
9
|
| **artifact** | **String** | Artifact file representing the physical content | |
|
|
10
10
|
| **version** | **String** | | |
|
|
11
11
|
| **name** | **String** | | |
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
require 'pulp_ansible_client'
|
|
18
18
|
|
|
19
19
|
instance = PulpAnsibleClient::AnsibleRole.new(
|
|
20
|
-
pulp_labels: null,
|
|
21
20
|
repository: null,
|
|
21
|
+
pulp_labels: null,
|
|
22
22
|
artifact: null,
|
|
23
23
|
version: null,
|
|
24
24
|
name: null,
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
| **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] |
|
|
25
25
|
| **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
|
|
26
26
|
| **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
|
|
27
|
-
| **hidden_fields** | [**Array<AnsibleCollectionRemoteResponseHiddenFieldsInner>**](AnsibleCollectionRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional]
|
|
27
|
+
| **hidden_fields** | [**Array<AnsibleCollectionRemoteResponseHiddenFieldsInner>**](AnsibleCollectionRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional] |
|
|
28
28
|
|
|
29
29
|
## Example
|
|
30
30
|
|
data/docs/AnsibleRoleResponse.md
CHANGED
|
@@ -4,12 +4,13 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
|
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
7
|
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
|
10
8
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
|
11
9
|
| **pulp_href** | **String** | | [optional][readonly] |
|
|
10
|
+
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
|
12
11
|
| **artifact** | **String** | Artifact file representing the physical content | |
|
|
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
|
+
| **vuln_report** | **String** | | [optional][readonly] |
|
|
13
14
|
| **version** | **String** | | |
|
|
14
15
|
| **name** | **String** | | |
|
|
15
16
|
| **namespace** | **String** | | |
|
|
@@ -20,12 +21,13 @@
|
|
|
20
21
|
require 'pulp_ansible_client'
|
|
21
22
|
|
|
22
23
|
instance = PulpAnsibleClient::AnsibleRoleResponse.new(
|
|
23
|
-
pulp_labels: null,
|
|
24
|
-
pulp_last_updated: null,
|
|
25
24
|
prn: null,
|
|
26
25
|
pulp_created: null,
|
|
27
26
|
pulp_href: null,
|
|
27
|
+
pulp_labels: null,
|
|
28
28
|
artifact: null,
|
|
29
|
+
pulp_last_updated: null,
|
|
30
|
+
vuln_report: null,
|
|
29
31
|
version: null,
|
|
30
32
|
name: null,
|
|
31
33
|
namespace: null
|
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **authors** | **Array<String>** | | [optional]
|
|
8
|
-
| **contents** | **Object** | | [optional]
|
|
9
|
-
| **dependencies** | **Object** | | [optional]
|
|
7
|
+
| **authors** | **Array<String>** | | [optional] |
|
|
8
|
+
| **contents** | **Object** | | [optional] |
|
|
9
|
+
| **dependencies** | **Object** | | [optional] |
|
|
10
10
|
| **description** | **String** | | [optional][readonly] |
|
|
11
11
|
| **documentation** | **String** | | [optional][readonly] |
|
|
12
12
|
| **homepage** | **String** | | [optional][readonly] |
|
|
13
13
|
| **issues** | **String** | | [optional][readonly] |
|
|
14
|
-
| **license** | **Array<String>** | | [optional]
|
|
14
|
+
| **license** | **Array<String>** | | [optional] |
|
|
15
15
|
| **repository** | **String** | | [optional][readonly] |
|
|
16
16
|
| **tags** | **Array<String>** | | [optional] |
|
|
17
17
|
|
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
| **version** | **String** | The version of the collection. | [optional][readonly] |
|
|
11
11
|
| **requires_ansible** | **String** | The version of Ansible required to use the collection. Multiple versions can be separated with a comma. | [optional][readonly] |
|
|
12
12
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
|
13
|
-
| **contents** | **Array<Object>** | A JSON field with data about the contents. | [optional]
|
|
13
|
+
| **contents** | **Array<Object>** | A JSON field with data about the contents. | [optional] |
|
|
14
14
|
| **dependencies** | **Object** | A dict declaring Collections that this collection requires to be installed for it to be usable. | [optional][readonly] |
|
|
15
15
|
| **description** | **String** | A short summary description of the collection. | [optional][readonly] |
|
|
16
|
-
| **tags** | [**Array<CollectionSummaryResponseTagsInner>**](CollectionSummaryResponseTagsInner.md) | | [optional]
|
|
16
|
+
| **tags** | [**Array<CollectionSummaryResponseTagsInner>**](CollectionSummaryResponseTagsInner.md) | | [optional] |
|
|
17
17
|
|
|
18
18
|
## Example
|
|
19
19
|
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
| **created_at** | **Time** | | |
|
|
10
10
|
| **updated_at** | **Time** | | |
|
|
11
11
|
| **requires_ansible** | **String** | | [optional] |
|
|
12
|
-
| **marks** | **Array<String>** | Get a list of mark values filtering only those in the current repo. | [optional]
|
|
12
|
+
| **marks** | **Array<String>** | Get a list of mark values filtering only those in the current repo. | [optional] |
|
|
13
13
|
|
|
14
14
|
## Example
|
|
15
15
|
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
| **created_at** | **Time** | | |
|
|
10
10
|
| **updated_at** | **Time** | | |
|
|
11
11
|
| **requires_ansible** | **String** | | [optional] |
|
|
12
|
-
| **marks** | **Array<String>** | Get a list of mark values filtering only those in the current repo. | [optional]
|
|
12
|
+
| **marks** | **Array<String>** | Get a list of mark values filtering only those in the current repo. | [optional] |
|
|
13
13
|
| **artifact** | [**ArtifactRefResponse**](ArtifactRefResponse.md) | | [optional][readonly] |
|
|
14
14
|
| **collection** | [**CollectionRefResponse**](CollectionRefResponse.md) | | [optional][readonly] |
|
|
15
15
|
| **download_url** | **String** | Get artifact download URL. | [optional][readonly] |
|
|
@@ -34,12 +34,12 @@ 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
|
+
repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
|
|
37
38
|
pulp_labels: { key: 'inner_example'}, # Hash<String, String> | A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
|
38
39
|
upload: 'upload_example', # String | An uncommitted upload that may be turned into the content unit.
|
|
39
|
-
file: File.new('/path/to/some/file'), # File | An uploaded file that may be turned into the content unit.
|
|
40
|
-
repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
|
|
41
|
-
artifact: 'artifact_example', # String | Artifact file representing the physical content
|
|
42
40
|
file_url: 'file_url_example', # String | A url that Pulp can download and turn into the content unit.
|
|
41
|
+
artifact: 'artifact_example', # String | Artifact file representing the physical content
|
|
42
|
+
file: File.new('/path/to/some/file'), # File | An uploaded file that may be turned into the content unit.
|
|
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.
|
|
45
45
|
expected_version: 'expected_version_example' # String | The version of the collection.
|
|
@@ -77,12 +77,12 @@ 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
|
+
| **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] |
|
|
80
81
|
| **pulp_labels** | [**Hash<String, String>**](Hash.md) | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
|
81
82
|
| **upload** | **String** | An uncommitted upload that may be turned into the content unit. | [optional] |
|
|
82
|
-
| **file** | **File** | An uploaded file that may be turned into the content unit. | [optional] |
|
|
83
|
-
| **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] |
|
|
84
|
-
| **artifact** | **String** | Artifact file representing the physical content | [optional] |
|
|
85
83
|
| **file_url** | **String** | A url that Pulp can download and turn into the content unit. | [optional] |
|
|
84
|
+
| **artifact** | **String** | Artifact file representing the physical content | [optional] |
|
|
85
|
+
| **file** | **File** | An uploaded file that may be turned into the content unit. | [optional] |
|
|
86
86
|
| **expected_name** | **String** | The name of the collection. | [optional] |
|
|
87
87
|
| **expected_namespace** | **String** | The namespace of the collection. | [optional] |
|
|
88
88
|
| **expected_version** | **String** | The version of the collection. | [optional] |
|
|
@@ -526,11 +526,11 @@ end
|
|
|
526
526
|
|
|
527
527
|
## partial_update
|
|
528
528
|
|
|
529
|
-
> <
|
|
529
|
+
> <AnsibleAnsibleDistributionResponse> partial_update(ansible_ansible_distribution_href, patchedansible_ansible_distribution, opts)
|
|
530
530
|
|
|
531
531
|
Update an ansible distribution
|
|
532
532
|
|
|
533
|
-
|
|
533
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
|
534
534
|
|
|
535
535
|
### Examples
|
|
536
536
|
|
|
@@ -564,7 +564,7 @@ end
|
|
|
564
564
|
|
|
565
565
|
This returns an Array which contains the response data, status code and headers.
|
|
566
566
|
|
|
567
|
-
> <Array(<
|
|
567
|
+
> <Array(<AnsibleAnsibleDistributionResponse>, Integer, Hash)> partial_update_with_http_info(ansible_ansible_distribution_href, patchedansible_ansible_distribution, opts)
|
|
568
568
|
|
|
569
569
|
```ruby
|
|
570
570
|
begin
|
|
@@ -572,7 +572,7 @@ begin
|
|
|
572
572
|
data, status_code, headers = api_instance.partial_update_with_http_info(ansible_ansible_distribution_href, patchedansible_ansible_distribution, opts)
|
|
573
573
|
p status_code # => 2xx
|
|
574
574
|
p headers # => { ... }
|
|
575
|
-
p data # => <
|
|
575
|
+
p data # => <AnsibleAnsibleDistributionResponse>
|
|
576
576
|
rescue PulpAnsibleClient::ApiError => e
|
|
577
577
|
puts "Error when calling DistributionsAnsibleApi->partial_update_with_http_info: #{e}"
|
|
578
578
|
end
|
|
@@ -588,7 +588,7 @@ end
|
|
|
588
588
|
|
|
589
589
|
### Return type
|
|
590
590
|
|
|
591
|
-
[**
|
|
591
|
+
[**AnsibleAnsibleDistributionResponse**](AnsibleAnsibleDistributionResponse.md)
|
|
592
592
|
|
|
593
593
|
### Authorization
|
|
594
594
|
|
|
@@ -908,11 +908,11 @@ end
|
|
|
908
908
|
|
|
909
909
|
## update
|
|
910
910
|
|
|
911
|
-
> <
|
|
911
|
+
> <AnsibleAnsibleDistributionResponse> update(ansible_ansible_distribution_href, ansible_ansible_distribution, opts)
|
|
912
912
|
|
|
913
913
|
Update an ansible distribution
|
|
914
914
|
|
|
915
|
-
|
|
915
|
+
Update the entity and trigger an asynchronous task if necessary
|
|
916
916
|
|
|
917
917
|
### Examples
|
|
918
918
|
|
|
@@ -946,7 +946,7 @@ end
|
|
|
946
946
|
|
|
947
947
|
This returns an Array which contains the response data, status code and headers.
|
|
948
948
|
|
|
949
|
-
> <Array(<
|
|
949
|
+
> <Array(<AnsibleAnsibleDistributionResponse>, Integer, Hash)> update_with_http_info(ansible_ansible_distribution_href, ansible_ansible_distribution, opts)
|
|
950
950
|
|
|
951
951
|
```ruby
|
|
952
952
|
begin
|
|
@@ -954,7 +954,7 @@ begin
|
|
|
954
954
|
data, status_code, headers = api_instance.update_with_http_info(ansible_ansible_distribution_href, ansible_ansible_distribution, opts)
|
|
955
955
|
p status_code # => 2xx
|
|
956
956
|
p headers # => { ... }
|
|
957
|
-
p data # => <
|
|
957
|
+
p data # => <AnsibleAnsibleDistributionResponse>
|
|
958
958
|
rescue PulpAnsibleClient::ApiError => e
|
|
959
959
|
puts "Error when calling DistributionsAnsibleApi->update_with_http_info: #{e}"
|
|
960
960
|
end
|
|
@@ -970,7 +970,7 @@ end
|
|
|
970
970
|
|
|
971
971
|
### Return type
|
|
972
972
|
|
|
973
|
-
[**
|
|
973
|
+
[**AnsibleAnsibleDistributionResponse**](AnsibleAnsibleDistributionResponse.md)
|
|
974
974
|
|
|
975
975
|
### Authorization
|
|
976
976
|
|
|
@@ -5,25 +5,25 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
|
|
8
|
+
| **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] |
|
|
9
|
+
| **name** | **String** | A unique name for this remote. | [optional] |
|
|
10
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
8
11
|
| **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
|
|
12
|
+
| **client_key** | **String** | A PEM encoded private key used for authentication. | [optional] |
|
|
13
|
+
| **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] |
|
|
14
|
+
| **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] |
|
|
15
|
+
| **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
|
|
16
|
+
| **username** | **String** | The username to be used for authentication when syncing. | [optional] |
|
|
9
17
|
| **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
|
|
18
|
+
| **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
19
|
| **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
|
|
11
|
-
| **
|
|
20
|
+
| **proxy_username** | **String** | The username to authenticte to the proxy. | [optional] |
|
|
21
|
+
| **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
|
|
12
22
|
| **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
|
|
13
23
|
| **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
|
|
14
|
-
| **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] |
|
|
15
|
-
| **name** | **String** | A unique name for this remote. | [optional] |
|
|
16
|
-
| **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
|
-
| **client_key** | **String** | A PEM encoded private key used for authentication. | [optional] |
|
|
18
|
-
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
19
|
-
| **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
|
|
20
24
|
| **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
|
|
21
|
-
| **
|
|
22
|
-
| **
|
|
23
|
-
| **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] |
|
|
24
|
-
| **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
|
|
25
|
-
| **proxy_username** | **String** | The username to authenticte to the proxy. | [optional] |
|
|
26
|
-
| **username** | **String** | The username to be used for authentication when syncing. | [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
|
+
| **url** | **String** | The URL of an external content source. | [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
|
|
|
@@ -34,25 +34,25 @@ require 'pulp_ansible_client'
|
|
|
34
34
|
|
|
35
35
|
instance = PulpAnsibleClient::PatchedansibleGitRemote.new(
|
|
36
36
|
password: null,
|
|
37
|
+
connect_timeout: null,
|
|
38
|
+
name: null,
|
|
39
|
+
pulp_labels: null,
|
|
37
40
|
download_concurrency: null,
|
|
41
|
+
client_key: null,
|
|
42
|
+
sock_read_timeout: null,
|
|
43
|
+
max_retries: null,
|
|
44
|
+
ca_cert: null,
|
|
45
|
+
username: null,
|
|
38
46
|
rate_limit: null,
|
|
47
|
+
total_timeout: null,
|
|
39
48
|
proxy_password: null,
|
|
40
|
-
|
|
49
|
+
proxy_username: null,
|
|
50
|
+
proxy_url: null,
|
|
41
51
|
tls_validation: null,
|
|
42
52
|
client_cert: null,
|
|
43
|
-
sock_connect_timeout: null,
|
|
44
|
-
name: null,
|
|
45
|
-
connect_timeout: null,
|
|
46
|
-
client_key: null,
|
|
47
|
-
pulp_labels: null,
|
|
48
|
-
ca_cert: null,
|
|
49
53
|
headers: null,
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
sock_read_timeout: null,
|
|
53
|
-
proxy_url: null,
|
|
54
|
-
proxy_username: null,
|
|
55
|
-
username: null,
|
|
54
|
+
sock_connect_timeout: null,
|
|
55
|
+
url: null,
|
|
56
56
|
metadata_only: null,
|
|
57
57
|
git_ref: null
|
|
58
58
|
)
|