pulp_ansible_client 0.29.4 → 0.29.5
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 +6 -6
- data/docs/AnsibleGitRemote.md +24 -24
- data/docs/AnsibleGitRemoteResponse.md +26 -26
- data/docs/AnsibleRoleResponse.md +6 -6
- data/docs/ContentCollectionDeprecationsApi.md +6 -6
- data/docs/ContentCollectionMarksApi.md +8 -8
- data/docs/ContentCollectionSignaturesApi.md +10 -10
- data/docs/ContentCollectionVersionsApi.md +12 -12
- data/docs/ContentNamespacesApi.md +6 -6
- data/docs/ContentRolesApi.md +6 -6
- data/docs/DistributionsAnsibleApi.md +4 -4
- data/docs/PatchedansibleGitRemote.md +24 -24
- data/docs/PulpAnsibleApiV3CollectionsVersionsApi.md +6 -6
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +6 -6
- data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsApi.md +6 -6
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +6 -6
- data/docs/RemotesGitApi.md +2 -2
- data/docs/RepositoriesAnsibleApi.md +2 -2
- data/lib/pulp_ansible_client/api/content_collection_deprecations_api.rb +6 -6
- data/lib/pulp_ansible_client/api/content_collection_marks_api.rb +8 -8
- data/lib/pulp_ansible_client/api/content_collection_signatures_api.rb +10 -10
- data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +15 -15
- data/lib/pulp_ansible_client/api/content_namespaces_api.rb +6 -6
- data/lib/pulp_ansible_client/api/content_roles_api.rb +6 -6
- data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +4 -4
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api.rb +6 -6
- data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +2 -2
- data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +27 -27
- data/lib/pulp_ansible_client/models/ansible_git_remote.rb +210 -210
- data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +140 -140
- data/lib/pulp_ansible_client/models/ansible_role_response.rb +27 -27
- data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +203 -203
- data/lib/pulp_ansible_client/version.rb +1 -1
- data/spec/api/content_collection_deprecations_api_spec.rb +3 -3
- data/spec/api/content_collection_marks_api_spec.rb +4 -4
- data/spec/api/content_collection_signatures_api_spec.rb +5 -5
- data/spec/api/content_collection_versions_api_spec.rb +6 -6
- data/spec/api/content_namespaces_api_spec.rb +3 -3
- data/spec/api/content_roles_api_spec.rb +3 -3
- data/spec/api/distributions_ansible_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_api_v3_collections_versions_api_spec.rb +3 -3
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +3 -3
- data/spec/api/pulp_ansible_default_api_v3_collections_versions_api_spec.rb +3 -3
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +3 -3
- data/spec/api/repositories_ansible_api_spec.rb +1 -1
- data/spec/models/ansible_collection_version_response_spec.rb +5 -5
- data/spec/models/ansible_git_remote_response_spec.rb +19 -19
- data/spec/models/ansible_git_remote_spec.rb +19 -19
- data/spec/models/ansible_role_response_spec.rb +5 -5
- data/spec/models/patchedansible_git_remote_spec.rb +19 -19
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7de48e88598210a6c3440bfeff40ed3b6a4b99dc4d603dcb9bab02977a289797
|
|
4
|
+
data.tar.gz: f725a57b27b6edeb63377f0bbee2c0edab3b785b7288f694c514cfa5bca48111
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cbb4ffafeb7daa269848fee4c429f061a34d974772dacc4dc4dc90d57799e45c20b93c64fb9a0f782a859c98030a6ff214e235d5d94db872b741b9e31c4497ef
|
|
7
|
+
data.tar.gz: 9602e85ccdc2c165f2ce98f43988fb81ecae2302e617c5d5927f563611cf594b4ece0b3daab32ed2474179ef5a89156086088e55596b56bdb9f75c8c058b5e1f
|
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.29.
|
|
10
|
+
- Package version: 0.29.5
|
|
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.29.
|
|
28
|
+
gem install ./pulp_ansible_client-0.29.5.gem
|
|
29
29
|
```
|
|
30
30
|
|
|
31
|
-
(for development, run `gem install --dev ./pulp_ansible_client-0.29.
|
|
31
|
+
(for development, run `gem install --dev ./pulp_ansible_client-0.29.5.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.29.
|
|
37
|
+
gem 'pulp_ansible_client', '~> 0.29.5'
|
|
38
38
|
|
|
39
39
|
### Install from Git
|
|
40
40
|
|
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
|
8
7
|
| **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
|
-
| **vuln_report** | **String** | | [optional][readonly] |
|
|
10
8
|
| **pulp_href** | **String** | | [optional][readonly] |
|
|
11
|
-
| **
|
|
9
|
+
| **vuln_report** | **String** | | [optional][readonly] |
|
|
10
|
+
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
|
12
11
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
|
12
|
+
| **artifact** | **String** | Artifact file representing the physical content | [optional] |
|
|
13
13
|
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
|
14
14
|
| **sha256** | **String** | The SHA-256 checksum if available. | [optional][readonly] |
|
|
15
15
|
| **md5** | **String** | The MD5 checksum if available. | [optional][readonly] |
|
|
@@ -38,12 +38,12 @@
|
|
|
38
38
|
require 'pulp_ansible_client'
|
|
39
39
|
|
|
40
40
|
instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(
|
|
41
|
-
prn: null,
|
|
42
41
|
pulp_last_updated: null,
|
|
43
|
-
vuln_report: null,
|
|
44
42
|
pulp_href: null,
|
|
45
|
-
|
|
43
|
+
vuln_report: null,
|
|
44
|
+
prn: null,
|
|
46
45
|
pulp_created: null,
|
|
46
|
+
artifact: null,
|
|
47
47
|
pulp_labels: null,
|
|
48
48
|
sha256: null,
|
|
49
49
|
md5: null,
|
data/docs/AnsibleGitRemote.md
CHANGED
|
@@ -4,25 +4,25 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **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] |
|
|
8
|
-
| **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
|
|
9
|
-
| **client_key** | **String** | A PEM encoded private key used for authentication. | [optional] |
|
|
10
|
-
| **url** | **String** | The URL of an external content source. | |
|
|
11
|
-
| **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
|
|
12
|
-
| **name** | **String** | A unique name for this remote. | |
|
|
13
|
-
| **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] |
|
|
14
|
-
| **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
|
|
15
7
|
| **username** | **String** | The username to be used for authentication when syncing. | [optional] |
|
|
16
8
|
| **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
|
|
17
|
-
| **
|
|
9
|
+
| **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] |
|
|
10
|
+
| **proxy_username** | **String** | The username to authenticte to the proxy. | [optional] |
|
|
11
|
+
| **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
12
|
| **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
|
|
13
|
+
| **name** | **String** | A unique name for this remote. | |
|
|
19
14
|
| **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] |
|
|
15
|
+
| **url** | **String** | The URL of an external content source. | |
|
|
20
16
|
| **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
|
|
17
|
+
| **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
|
|
18
|
+
| **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
|
|
19
|
+
| **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
|
|
20
|
+
| **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
|
|
21
|
+
| **client_key** | **String** | A PEM encoded private key used for authentication. | [optional] |
|
|
22
|
+
| **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
|
|
21
23
|
| **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] |
|
|
22
|
-
| **
|
|
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] |
|
|
23
25
|
| **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
|
|
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] |
|
|
25
|
-
| **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
|
|
26
26
|
| **pulp_labels** | **Hash<String, String>** | | [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] |
|
|
@@ -33,25 +33,25 @@
|
|
|
33
33
|
require 'pulp_ansible_client'
|
|
34
34
|
|
|
35
35
|
instance = PulpAnsibleClient::AnsibleGitRemote.new(
|
|
36
|
-
sock_read_timeout: null,
|
|
37
|
-
download_concurrency: null,
|
|
38
|
-
client_key: null,
|
|
39
|
-
url: null,
|
|
40
|
-
proxy_url: null,
|
|
41
|
-
name: null,
|
|
42
|
-
connect_timeout: null,
|
|
43
|
-
client_cert: null,
|
|
44
36
|
username: null,
|
|
45
37
|
rate_limit: null,
|
|
46
|
-
|
|
38
|
+
max_retries: null,
|
|
39
|
+
proxy_username: null,
|
|
40
|
+
connect_timeout: null,
|
|
47
41
|
proxy_password: null,
|
|
42
|
+
name: null,
|
|
48
43
|
total_timeout: null,
|
|
44
|
+
url: null,
|
|
49
45
|
tls_validation: null,
|
|
46
|
+
client_cert: null,
|
|
47
|
+
download_concurrency: null,
|
|
48
|
+
proxy_url: null,
|
|
49
|
+
password: null,
|
|
50
|
+
client_key: null,
|
|
51
|
+
ca_cert: null,
|
|
50
52
|
sock_connect_timeout: null,
|
|
51
|
-
|
|
53
|
+
sock_read_timeout: null,
|
|
52
54
|
headers: null,
|
|
53
|
-
max_retries: null,
|
|
54
|
-
ca_cert: null,
|
|
55
55
|
pulp_labels: null,
|
|
56
56
|
metadata_only: null,
|
|
57
57
|
git_ref: null
|
|
@@ -4,25 +4,25 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
|
8
|
-
| **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] |
|
|
9
|
-
| **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
|
|
10
7
|
| **pulp_last_updated** | **Time** | Timestamp of the most recent update of the remote. | [optional][readonly] |
|
|
11
|
-
| **url** | **String** | The URL of an external content source. | |
|
|
12
|
-
| **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
|
|
13
|
-
| **pulp_href** | **String** | | [optional][readonly] |
|
|
14
|
-
| **hidden_fields** | [**Array<AnsibleCollectionRemoteResponseHiddenFieldsInner>**](AnsibleCollectionRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [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_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
|
|
18
8
|
| **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
|
|
9
|
+
| **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] |
|
|
10
|
+
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
|
11
|
+
| **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] |
|
|
12
|
+
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
|
13
|
+
| **name** | **String** | A unique name for this remote. | |
|
|
19
14
|
| **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] |
|
|
15
|
+
| **pulp_href** | **String** | | [optional][readonly] |
|
|
16
|
+
| **url** | **String** | The URL of an external content source. | |
|
|
17
|
+
| **hidden_fields** | [**Array<AnsibleCollectionRemoteResponseHiddenFieldsInner>**](AnsibleCollectionRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional] |
|
|
20
18
|
| **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
|
|
19
|
+
| **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
|
|
20
|
+
| **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
|
|
21
|
+
| **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
|
|
22
|
+
| **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
|
|
21
23
|
| **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] |
|
|
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] |
|
|
22
25
|
| **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
|
|
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] |
|
|
24
|
-
| **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
|
|
25
|
-
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
|
26
26
|
| **pulp_labels** | **Hash<String, String>** | | [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] |
|
|
@@ -33,25 +33,25 @@
|
|
|
33
33
|
require 'pulp_ansible_client'
|
|
34
34
|
|
|
35
35
|
instance = PulpAnsibleClient::AnsibleGitRemoteResponse.new(
|
|
36
|
-
prn: null,
|
|
37
|
-
sock_read_timeout: null,
|
|
38
|
-
download_concurrency: null,
|
|
39
36
|
pulp_last_updated: null,
|
|
40
|
-
url: null,
|
|
41
|
-
proxy_url: null,
|
|
42
|
-
pulp_href: null,
|
|
43
|
-
hidden_fields: null,
|
|
44
|
-
name: null,
|
|
45
|
-
connect_timeout: null,
|
|
46
|
-
client_cert: null,
|
|
47
37
|
rate_limit: null,
|
|
38
|
+
max_retries: null,
|
|
39
|
+
prn: null,
|
|
40
|
+
connect_timeout: null,
|
|
41
|
+
pulp_created: null,
|
|
42
|
+
name: null,
|
|
48
43
|
total_timeout: null,
|
|
44
|
+
pulp_href: null,
|
|
45
|
+
url: null,
|
|
46
|
+
hidden_fields: null,
|
|
49
47
|
tls_validation: null,
|
|
48
|
+
client_cert: null,
|
|
49
|
+
download_concurrency: null,
|
|
50
|
+
proxy_url: null,
|
|
51
|
+
ca_cert: null,
|
|
50
52
|
sock_connect_timeout: null,
|
|
53
|
+
sock_read_timeout: null,
|
|
51
54
|
headers: null,
|
|
52
|
-
max_retries: null,
|
|
53
|
-
ca_cert: null,
|
|
54
|
-
pulp_created: null,
|
|
55
55
|
pulp_labels: null,
|
|
56
56
|
metadata_only: null,
|
|
57
57
|
git_ref: null
|
data/docs/AnsibleRoleResponse.md
CHANGED
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
|
8
7
|
| **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
|
-
| **vuln_report** | **String** | | [optional][readonly] |
|
|
10
8
|
| **pulp_href** | **String** | | [optional][readonly] |
|
|
11
|
-
| **
|
|
9
|
+
| **vuln_report** | **String** | | [optional][readonly] |
|
|
10
|
+
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
|
12
11
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
|
12
|
+
| **artifact** | **String** | Artifact file representing the physical content | |
|
|
13
13
|
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
|
14
14
|
| **version** | **String** | | |
|
|
15
15
|
| **name** | **String** | | |
|
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
require 'pulp_ansible_client'
|
|
22
22
|
|
|
23
23
|
instance = PulpAnsibleClient::AnsibleRoleResponse.new(
|
|
24
|
-
prn: null,
|
|
25
24
|
pulp_last_updated: null,
|
|
26
|
-
vuln_report: null,
|
|
27
25
|
pulp_href: null,
|
|
28
|
-
|
|
26
|
+
vuln_report: null,
|
|
27
|
+
prn: null,
|
|
29
28
|
pulp_created: null,
|
|
29
|
+
artifact: null,
|
|
30
30
|
pulp_labels: null,
|
|
31
31
|
version: null,
|
|
32
32
|
name: null,
|
|
@@ -117,9 +117,9 @@ opts = {
|
|
|
117
117
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
118
118
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
119
119
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
120
|
-
repository_version: 'repository_version_example', # String |
|
|
121
|
-
repository_version_added: 'repository_version_added_example', # String |
|
|
122
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
|
120
|
+
repository_version: 'repository_version_example', # String |
|
|
121
|
+
repository_version_added: 'repository_version_added_example', # String |
|
|
122
|
+
repository_version_removed: 'repository_version_removed_example', # String |
|
|
123
123
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
|
124
124
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
|
125
125
|
}
|
|
@@ -165,9 +165,9 @@ end
|
|
|
165
165
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
166
166
|
| **pulp_label_select** | **String** | Filter labels by search string | [optional] |
|
|
167
167
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
|
168
|
-
| **repository_version** | **String** |
|
|
169
|
-
| **repository_version_added** | **String** |
|
|
170
|
-
| **repository_version_removed** | **String** |
|
|
168
|
+
| **repository_version** | **String** | | [optional] |
|
|
169
|
+
| **repository_version_added** | **String** | | [optional] |
|
|
170
|
+
| **repository_version_removed** | **String** | | [optional] |
|
|
171
171
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
|
172
172
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
|
173
173
|
|
|
@@ -109,7 +109,7 @@ api_instance = PulpAnsibleClient::ContentCollectionMarksApi.new
|
|
|
109
109
|
opts = {
|
|
110
110
|
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
|
111
111
|
limit: 56, # Integer | Number of results to return per page.
|
|
112
|
-
marked_collection: '
|
|
112
|
+
marked_collection: 'marked_collection_example', # String |
|
|
113
113
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
114
114
|
ordering: ['-pk'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `value` - Value * `-value` - Value (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
115
115
|
orphaned_for: 8.14, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
@@ -118,9 +118,9 @@ opts = {
|
|
|
118
118
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
119
119
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
120
120
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
121
|
-
repository_version: 'repository_version_example', # String |
|
|
122
|
-
repository_version_added: 'repository_version_added_example', # String |
|
|
123
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
|
121
|
+
repository_version: 'repository_version_example', # String |
|
|
122
|
+
repository_version_added: 'repository_version_added_example', # String |
|
|
123
|
+
repository_version_removed: 'repository_version_removed_example', # String |
|
|
124
124
|
value: 'value_example', # String | Filter marks by value
|
|
125
125
|
value__in: ['inner_example'], # Array<String> | Filter results where value is in a comma-separated list of values
|
|
126
126
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
|
@@ -160,7 +160,7 @@ end
|
|
|
160
160
|
| ---- | ---- | ----------- | ----- |
|
|
161
161
|
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
|
162
162
|
| **limit** | **Integer** | Number of results to return per page. | [optional] |
|
|
163
|
-
| **marked_collection** | **String** |
|
|
163
|
+
| **marked_collection** | **String** | | [optional] |
|
|
164
164
|
| **offset** | **Integer** | The initial index from which to return the results. | [optional] |
|
|
165
165
|
| **ordering** | [**Array<String>**](String.md) | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `value` - Value * `-value` - Value (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
|
166
166
|
| **orphaned_for** | **Float** | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional] |
|
|
@@ -169,9 +169,9 @@ end
|
|
|
169
169
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
170
170
|
| **pulp_label_select** | **String** | Filter labels by search string | [optional] |
|
|
171
171
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
|
172
|
-
| **repository_version** | **String** |
|
|
173
|
-
| **repository_version_added** | **String** |
|
|
174
|
-
| **repository_version_removed** | **String** |
|
|
172
|
+
| **repository_version** | **String** | | [optional] |
|
|
173
|
+
| **repository_version_added** | **String** | | [optional] |
|
|
174
|
+
| **repository_version_removed** | **String** | | [optional] |
|
|
175
175
|
| **value** | **String** | Filter marks by value | [optional] |
|
|
176
176
|
| **value__in** | [**Array<String>**](String.md) | Filter results where value is in a comma-separated list of values | [optional] |
|
|
177
177
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
|
@@ -131,11 +131,11 @@ opts = {
|
|
|
131
131
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
132
132
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
133
133
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
134
|
-
repository_version: 'repository_version_example', # String |
|
|
135
|
-
repository_version_added: 'repository_version_added_example', # String |
|
|
136
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
|
137
|
-
signed_collection: '
|
|
138
|
-
signing_service: '
|
|
134
|
+
repository_version: 'repository_version_example', # String |
|
|
135
|
+
repository_version_added: 'repository_version_added_example', # String |
|
|
136
|
+
repository_version_removed: 'repository_version_removed_example', # String |
|
|
137
|
+
signed_collection: 'signed_collection_example', # String |
|
|
138
|
+
signing_service: 'signing_service_example', # String |
|
|
139
139
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
|
140
140
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
|
141
141
|
}
|
|
@@ -183,11 +183,11 @@ end
|
|
|
183
183
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
184
184
|
| **pulp_label_select** | **String** | Filter labels by search string | [optional] |
|
|
185
185
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
|
186
|
-
| **repository_version** | **String** |
|
|
187
|
-
| **repository_version_added** | **String** |
|
|
188
|
-
| **repository_version_removed** | **String** |
|
|
189
|
-
| **signed_collection** | **String** |
|
|
190
|
-
| **signing_service** | **String** |
|
|
186
|
+
| **repository_version** | **String** | | [optional] |
|
|
187
|
+
| **repository_version_added** | **String** | | [optional] |
|
|
188
|
+
| **repository_version_removed** | **String** | | [optional] |
|
|
189
|
+
| **signed_collection** | **String** | | [optional] |
|
|
190
|
+
| **signing_service** | **String** | | [optional] |
|
|
191
191
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
|
192
192
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
|
193
193
|
|
|
@@ -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
|
-
file_url: 'file_url_example', # String | A url that Pulp can download and turn into the content unit.
|
|
38
|
-
downloader_config: PulpAnsibleClient::RemoteNetworkConfig.new, # RemoteNetworkConfig | Configuration for the download process (e.g., proxies, auth, timeouts). Only applicable when providing a 'file_url.
|
|
39
37
|
repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
|
|
40
|
-
artifact: 'artifact_example', # String | Artifact file representing the physical content
|
|
41
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
|
+
artifact: 'artifact_example', # String | Artifact file representing the physical content
|
|
42
41
|
upload: 'upload_example', # String | An uncommitted upload that may be turned into the content unit.
|
|
42
|
+
downloader_config: PulpAnsibleClient::RemoteNetworkConfig.new, # RemoteNetworkConfig | Configuration for the download process (e.g., proxies, auth, timeouts). Only applicable when providing a 'file_url.
|
|
43
43
|
pulp_labels: { key: 'inner_example'}, # Hash<String, String> | A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
|
44
44
|
expected_name: 'expected_name_example', # String | The name of the collection.
|
|
45
45
|
expected_namespace: 'expected_namespace_example', # String | The namespace of the collection.
|
|
@@ -78,12 +78,12 @@ end
|
|
|
78
78
|
| Name | Type | Description | Notes |
|
|
79
79
|
| ---- | ---- | ----------- | ----- |
|
|
80
80
|
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
|
81
|
-
| **file_url** | **String** | A url that Pulp can download and turn into the content unit. | [optional] |
|
|
82
|
-
| **downloader_config** | [**RemoteNetworkConfig**](RemoteNetworkConfig.md) | Configuration for the download process (e.g., proxies, auth, timeouts). Only applicable when providing a 'file_url. | [optional] |
|
|
83
81
|
| **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
82
|
| **file** | **File** | An uploaded file that may be turned into the content unit. | [optional] |
|
|
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] |
|
|
86
85
|
| **upload** | **String** | An uncommitted upload that may be turned into the content unit. | [optional] |
|
|
86
|
+
| **downloader_config** | [**RemoteNetworkConfig**](RemoteNetworkConfig.md) | Configuration for the download process (e.g., proxies, auth, timeouts). Only applicable when providing a 'file_url. | [optional] |
|
|
87
87
|
| **pulp_labels** | [**Hash<String, String>**](Hash.md) | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
|
88
88
|
| **expected_name** | **String** | The name of the collection. | [optional] |
|
|
89
89
|
| **expected_namespace** | **String** | The namespace of the collection. | [optional] |
|
|
@@ -137,9 +137,9 @@ opts = {
|
|
|
137
137
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
138
138
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
139
139
|
q: 'q_example', # String |
|
|
140
|
-
repository_version: 'repository_version_example', # String |
|
|
141
|
-
repository_version_added: 'repository_version_added_example', # String |
|
|
142
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
|
140
|
+
repository_version: 'repository_version_example', # String |
|
|
141
|
+
repository_version_added: 'repository_version_added_example', # String |
|
|
142
|
+
repository_version_removed: 'repository_version_removed_example', # String |
|
|
143
143
|
tags: 'tags_example', # String | Filter by comma separate list of tags that must all be matched
|
|
144
144
|
version: 'version_example', # String | Filter results where version matches value
|
|
145
145
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
|
@@ -189,9 +189,9 @@ end
|
|
|
189
189
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
190
190
|
| **pulp_label_select** | **String** | Filter labels by search string | [optional] |
|
|
191
191
|
| **q** | **String** | | [optional] |
|
|
192
|
-
| **repository_version** | **String** |
|
|
193
|
-
| **repository_version_added** | **String** |
|
|
194
|
-
| **repository_version_removed** | **String** |
|
|
192
|
+
| **repository_version** | **String** | | [optional] |
|
|
193
|
+
| **repository_version_added** | **String** | | [optional] |
|
|
194
|
+
| **repository_version_removed** | **String** | | [optional] |
|
|
195
195
|
| **tags** | **String** | Filter by comma separate list of tags that must all be matched | [optional] |
|
|
196
196
|
| **version** | **String** | Filter results where version matches value | [optional] |
|
|
197
197
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
|
@@ -140,9 +140,9 @@ opts = {
|
|
|
140
140
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
141
141
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
142
142
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
143
|
-
repository_version: 'repository_version_example', # String |
|
|
144
|
-
repository_version_added: 'repository_version_added_example', # String |
|
|
145
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
|
143
|
+
repository_version: 'repository_version_example', # String |
|
|
144
|
+
repository_version_added: 'repository_version_added_example', # String |
|
|
145
|
+
repository_version_removed: 'repository_version_removed_example', # String |
|
|
146
146
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
|
147
147
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
|
148
148
|
}
|
|
@@ -208,9 +208,9 @@ end
|
|
|
208
208
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
209
209
|
| **pulp_label_select** | **String** | Filter labels by search string | [optional] |
|
|
210
210
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
|
211
|
-
| **repository_version** | **String** |
|
|
212
|
-
| **repository_version_added** | **String** |
|
|
213
|
-
| **repository_version_removed** | **String** |
|
|
211
|
+
| **repository_version** | **String** | | [optional] |
|
|
212
|
+
| **repository_version_added** | **String** | | [optional] |
|
|
213
|
+
| **repository_version_removed** | **String** | | [optional] |
|
|
214
214
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
|
215
215
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
|
216
216
|
|
data/docs/ContentRolesApi.md
CHANGED
|
@@ -119,9 +119,9 @@ opts = {
|
|
|
119
119
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
120
120
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
121
121
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
122
|
-
repository_version: 'repository_version_example', # String |
|
|
123
|
-
repository_version_added: 'repository_version_added_example', # String |
|
|
124
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
|
122
|
+
repository_version: 'repository_version_example', # String |
|
|
123
|
+
repository_version_added: 'repository_version_added_example', # String |
|
|
124
|
+
repository_version_removed: 'repository_version_removed_example', # String |
|
|
125
125
|
version: 'version_example', # String | Filter results where version matches value
|
|
126
126
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
|
127
127
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
|
@@ -170,9 +170,9 @@ end
|
|
|
170
170
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
171
171
|
| **pulp_label_select** | **String** | Filter labels by search string | [optional] |
|
|
172
172
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
|
173
|
-
| **repository_version** | **String** |
|
|
174
|
-
| **repository_version_added** | **String** |
|
|
175
|
-
| **repository_version_removed** | **String** |
|
|
173
|
+
| **repository_version** | **String** | | [optional] |
|
|
174
|
+
| **repository_version_added** | **String** | | [optional] |
|
|
175
|
+
| **repository_version_removed** | **String** | | [optional] |
|
|
176
176
|
| **version** | **String** | Filter results where version matches value | [optional] |
|
|
177
177
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
|
178
178
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
|
@@ -287,8 +287,8 @@ opts = {
|
|
|
287
287
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
288
288
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
289
289
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
290
|
-
repository: '
|
|
291
|
-
repository__in: ['inner_example'], # Array<String> |
|
|
290
|
+
repository: 'repository_example', # String |
|
|
291
|
+
repository__in: ['inner_example'], # Array<String> |
|
|
292
292
|
with_content: 'with_content_example', # String | Filter distributions based on the content served by them
|
|
293
293
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
|
294
294
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
|
@@ -348,8 +348,8 @@ end
|
|
|
348
348
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
349
349
|
| **pulp_label_select** | **String** | Filter labels by search string | [optional] |
|
|
350
350
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
|
351
|
-
| **repository** | **String** |
|
|
352
|
-
| **repository__in** | [**Array<String>**](String.md) |
|
|
351
|
+
| **repository** | **String** | | [optional] |
|
|
352
|
+
| **repository__in** | [**Array<String>**](String.md) | | [optional] |
|
|
353
353
|
| **with_content** | **String** | Filter distributions based on the content served by them | [optional] |
|
|
354
354
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
|
355
355
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
|
@@ -4,25 +4,25 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **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] |
|
|
8
|
-
| **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
|
|
9
|
-
| **client_key** | **String** | A PEM encoded private key used for authentication. | [optional] |
|
|
10
|
-
| **url** | **String** | The URL of an external content source. | [optional] |
|
|
11
|
-
| **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
|
|
12
|
-
| **name** | **String** | A unique name for this remote. | [optional] |
|
|
13
|
-
| **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] |
|
|
14
|
-
| **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
|
|
15
7
|
| **username** | **String** | The username to be used for authentication when syncing. | [optional] |
|
|
16
8
|
| **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
|
|
17
|
-
| **
|
|
9
|
+
| **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] |
|
|
10
|
+
| **proxy_username** | **String** | The username to authenticte to the proxy. | [optional] |
|
|
11
|
+
| **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
12
|
| **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
|
|
13
|
+
| **name** | **String** | A unique name for this remote. | [optional] |
|
|
19
14
|
| **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] |
|
|
15
|
+
| **url** | **String** | The URL of an external content source. | [optional] |
|
|
20
16
|
| **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
|
|
17
|
+
| **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
|
|
18
|
+
| **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
|
|
19
|
+
| **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
|
|
20
|
+
| **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
|
|
21
|
+
| **client_key** | **String** | A PEM encoded private key used for authentication. | [optional] |
|
|
22
|
+
| **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
|
|
21
23
|
| **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] |
|
|
22
|
-
| **
|
|
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] |
|
|
23
25
|
| **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
|
|
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] |
|
|
25
|
-
| **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
|
|
26
26
|
| **pulp_labels** | **Hash<String, String>** | | [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] |
|
|
@@ -33,25 +33,25 @@
|
|
|
33
33
|
require 'pulp_ansible_client'
|
|
34
34
|
|
|
35
35
|
instance = PulpAnsibleClient::PatchedansibleGitRemote.new(
|
|
36
|
-
sock_read_timeout: null,
|
|
37
|
-
download_concurrency: null,
|
|
38
|
-
client_key: null,
|
|
39
|
-
url: null,
|
|
40
|
-
proxy_url: null,
|
|
41
|
-
name: null,
|
|
42
|
-
connect_timeout: null,
|
|
43
|
-
client_cert: null,
|
|
44
36
|
username: null,
|
|
45
37
|
rate_limit: null,
|
|
46
|
-
|
|
38
|
+
max_retries: null,
|
|
39
|
+
proxy_username: null,
|
|
40
|
+
connect_timeout: null,
|
|
47
41
|
proxy_password: null,
|
|
42
|
+
name: null,
|
|
48
43
|
total_timeout: null,
|
|
44
|
+
url: null,
|
|
49
45
|
tls_validation: null,
|
|
46
|
+
client_cert: null,
|
|
47
|
+
download_concurrency: null,
|
|
48
|
+
proxy_url: null,
|
|
49
|
+
password: null,
|
|
50
|
+
client_key: null,
|
|
51
|
+
ca_cert: null,
|
|
50
52
|
sock_connect_timeout: null,
|
|
51
|
-
|
|
53
|
+
sock_read_timeout: null,
|
|
52
54
|
headers: null,
|
|
53
|
-
max_retries: null,
|
|
54
|
-
ca_cert: null,
|
|
55
55
|
pulp_labels: null,
|
|
56
56
|
metadata_only: null,
|
|
57
57
|
git_ref: null
|
|
@@ -126,9 +126,9 @@ opts = {
|
|
|
126
126
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
127
127
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
128
128
|
q: 'q_example', # String |
|
|
129
|
-
repository_version: 'repository_version_example', # String |
|
|
130
|
-
repository_version_added: 'repository_version_added_example', # String |
|
|
131
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
|
129
|
+
repository_version: 'repository_version_example', # String |
|
|
130
|
+
repository_version_added: 'repository_version_added_example', # String |
|
|
131
|
+
repository_version_removed: 'repository_version_removed_example', # String |
|
|
132
132
|
tags: 'tags_example', # String | Filter by comma separate list of tags that must all be matched
|
|
133
133
|
version: 'version_example', # String | Filter results where version matches value
|
|
134
134
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
|
@@ -181,9 +181,9 @@ end
|
|
|
181
181
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
182
182
|
| **pulp_label_select** | **String** | Filter labels by search string | [optional] |
|
|
183
183
|
| **q** | **String** | | [optional] |
|
|
184
|
-
| **repository_version** | **String** |
|
|
185
|
-
| **repository_version_added** | **String** |
|
|
186
|
-
| **repository_version_removed** | **String** |
|
|
184
|
+
| **repository_version** | **String** | | [optional] |
|
|
185
|
+
| **repository_version_added** | **String** | | [optional] |
|
|
186
|
+
| **repository_version_removed** | **String** | | [optional] |
|
|
187
187
|
| **tags** | **String** | Filter by comma separate list of tags that must all be matched | [optional] |
|
|
188
188
|
| **version** | **String** | Filter results where version matches value | [optional] |
|
|
189
189
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|