pulp_ansible_client 0.18.0 → 0.19.0
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 +6 -4
- data/docs/AnsibleCollectionVersion.md +5 -5
- data/docs/AnsibleCollectionVersionResponse.md +4 -4
- data/docs/AnsibleCollectionVersionSignature.md +3 -3
- data/docs/AnsibleGitRemote.md +30 -30
- data/docs/AnsibleGitRemoteResponse.md +28 -28
- data/docs/AnsibleRole.md +2 -0
- data/docs/AnsibleRoleResponse.md +4 -4
- data/docs/CollectionNamespaceResponse.md +1 -1
- data/docs/CollectionResponse.md +5 -3
- data/docs/CollectionVersionResponse.md +1 -1
- data/docs/CollectionVersionSignatureResponse.md +23 -0
- data/docs/ContentCollectionVersionsApi.md +6 -6
- data/docs/DistributionsAnsibleApi.md +2 -2
- data/docs/PatchedCollection.md +17 -0
- data/docs/PatchedansibleGitRemote.md +30 -30
- data/docs/PulpAnsibleApiV3CollectionsApi.md +4 -4
- data/docs/PulpAnsibleApiV3CollectionsVersionsApi.md +2 -2
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexApi.md +4 -4
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +2 -2
- data/docs/PulpAnsibleDefaultApiV3CollectionsApi.md +4 -4
- data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsApi.md +2 -2
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi.md +4 -4
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +2 -2
- data/docs/TaskResponse.md +2 -0
- 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 +3 -3
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_api.rb +9 -9
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_api.rb +3 -3
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api.rb +9 -9
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api.rb +3 -3
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_api.rb +9 -9
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_api.rb +3 -3
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api.rb +9 -9
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api.rb +3 -3
- data/lib/pulp_ansible_client/models/ansible_collection_version.rb +21 -21
- data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +14 -14
- data/lib/pulp_ansible_client/models/ansible_collection_version_signature.rb +11 -11
- data/lib/pulp_ansible_client/models/ansible_git_remote.rb +255 -255
- data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +158 -158
- data/lib/pulp_ansible_client/models/ansible_role.rb +11 -1
- data/lib/pulp_ansible_client/models/ansible_role_response.rb +14 -14
- data/lib/pulp_ansible_client/models/collection_namespace_response.rb +1 -0
- data/lib/pulp_ansible_client/models/collection_response.rb +19 -6
- data/lib/pulp_ansible_client/models/collection_version_response.rb +9 -2
- data/lib/pulp_ansible_client/models/collection_version_signature_response.rb +259 -0
- data/lib/pulp_ansible_client/models/patched_collection.rb +207 -0
- data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +241 -241
- data/lib/pulp_ansible_client/models/task_response.rb +11 -1
- data/lib/pulp_ansible_client/models/unpaginated_collection_version_response.rb +9 -2
- data/lib/pulp_ansible_client/version.rb +1 -1
- data/lib/pulp_ansible_client.rb +2 -0
- data/spec/api/content_collection_versions_api_spec.rb +3 -3
- data/spec/api/distributions_ansible_api_spec.rb +1 -1
- data/spec/api/pulp_ansible_api_v3_collections_api_spec.rb +1 -1
- data/spec/api/pulp_ansible_api_v3_collections_versions_api_spec.rb +1 -1
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api_spec.rb +1 -1
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +1 -1
- data/spec/api/pulp_ansible_default_api_v3_collections_api_spec.rb +1 -1
- data/spec/api/pulp_ansible_default_api_v3_collections_versions_api_spec.rb +1 -1
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api_spec.rb +1 -1
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +1 -1
- data/spec/models/ansible_collection_version_response_spec.rb +2 -2
- data/spec/models/ansible_collection_version_signature_spec.rb +2 -2
- data/spec/models/ansible_collection_version_spec.rb +4 -4
- data/spec/models/ansible_git_remote_response_spec.rb +19 -19
- data/spec/models/ansible_git_remote_spec.rb +20 -20
- data/spec/models/ansible_role_response_spec.rb +2 -2
- data/spec/models/ansible_role_spec.rb +6 -0
- data/spec/models/collection_response_spec.rb +6 -0
- data/spec/models/collection_version_signature_response_spec.rb +59 -0
- data/spec/models/patched_collection_spec.rb +41 -0
- data/spec/models/patchedansible_git_remote_spec.rb +20 -20
- data/spec/models/task_response_spec.rb +6 -0
- metadata +139 -131
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: afb0147f812188dcc9d5564499ff341d04fcbdcf9f2ab0024649e6bf40c1053e
|
|
4
|
+
data.tar.gz: f1736dbfd57ca4071646e42906ddd3c4cd65e2119965a926f33b9df05a5ad43c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fe98809dcb17607394f988226c3db35de61c4cba060c8ca202b563d3ab55881c1e7adb6e7a470669f7aecc21e350543a1ef1ce91abf88575ae0ed48273d458dc
|
|
7
|
+
data.tar.gz: 03f790d3c3a2443b76d27ad28e5dbedb910117cd07926b0695a779a795b9630befb60b642224baa092dac4991d1561e48e311aee07571b74746061b1bd4168d6
|
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.19.0
|
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
12
12
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
|
13
13
|
|
|
@@ -24,16 +24,16 @@ gem build pulp_ansible_client.gemspec
|
|
|
24
24
|
Then either install the gem locally:
|
|
25
25
|
|
|
26
26
|
```shell
|
|
27
|
-
gem install ./pulp_ansible_client-0.
|
|
27
|
+
gem install ./pulp_ansible_client-0.19.0.gem
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
(for development, run `gem install --dev ./pulp_ansible_client-0.
|
|
30
|
+
(for development, run `gem install --dev ./pulp_ansible_client-0.19.0.gem` to install the development dependencies)
|
|
31
31
|
|
|
32
32
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
33
33
|
|
|
34
34
|
Finally add this to the Gemfile:
|
|
35
35
|
|
|
36
|
-
gem 'pulp_ansible_client', '~> 0.
|
|
36
|
+
gem 'pulp_ansible_client', '~> 0.19.0'
|
|
37
37
|
|
|
38
38
|
### Install from Git
|
|
39
39
|
|
|
@@ -302,6 +302,7 @@ Class | Method | HTTP request | Description
|
|
|
302
302
|
- [PulpAnsibleClient::CollectionVersionResponse](docs/CollectionVersionResponse.md)
|
|
303
303
|
- [PulpAnsibleClient::CollectionVersionSearchList](docs/CollectionVersionSearchList.md)
|
|
304
304
|
- [PulpAnsibleClient::CollectionVersionSearchListResponse](docs/CollectionVersionSearchListResponse.md)
|
|
305
|
+
- [PulpAnsibleClient::CollectionVersionSignatureResponse](docs/CollectionVersionSignatureResponse.md)
|
|
305
306
|
- [PulpAnsibleClient::ContentSummaryResponse](docs/ContentSummaryResponse.md)
|
|
306
307
|
- [PulpAnsibleClient::Copy](docs/Copy.md)
|
|
307
308
|
- [PulpAnsibleClient::GalaxyCollection](docs/GalaxyCollection.md)
|
|
@@ -337,6 +338,7 @@ Class | Method | HTTP request | Description
|
|
|
337
338
|
- [PulpAnsibleClient::PaginatedansibleGitRemoteResponseList](docs/PaginatedansibleGitRemoteResponseList.md)
|
|
338
339
|
- [PulpAnsibleClient::PaginatedansibleRoleRemoteResponseList](docs/PaginatedansibleRoleRemoteResponseList.md)
|
|
339
340
|
- [PulpAnsibleClient::PaginatedansibleRoleResponseList](docs/PaginatedansibleRoleResponseList.md)
|
|
341
|
+
- [PulpAnsibleClient::PatchedCollection](docs/PatchedCollection.md)
|
|
340
342
|
- [PulpAnsibleClient::PatchedansibleAnsibleDistribution](docs/PatchedansibleAnsibleDistribution.md)
|
|
341
343
|
- [PulpAnsibleClient::PatchedansibleAnsibleNamespaceMetadata](docs/PatchedansibleAnsibleNamespaceMetadata.md)
|
|
342
344
|
- [PulpAnsibleClient::PatchedansibleAnsibleRepository](docs/PatchedansibleAnsibleRepository.md)
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**artifact** | **String** | Artifact file representing the physical content | [optional]
|
|
8
7
|
**upload** | **String** | An uncommitted upload that may be turned into the artifact of the content unit. | [optional]
|
|
9
|
-
**file** | **File** | An uploaded file that may be turned into the artifact of the content unit. | [optional]
|
|
10
8
|
**repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
|
|
9
|
+
**artifact** | **String** | Artifact file representing the physical content | [optional]
|
|
10
|
+
**file** | **File** | An uploaded file that may be turned into the artifact of the content unit. | [optional]
|
|
11
11
|
**expected_name** | **String** | The name of the collection. | [optional]
|
|
12
12
|
**expected_namespace** | **String** | The namespace of the collection. | [optional]
|
|
13
13
|
**expected_version** | **String** | The version of the collection. | [optional]
|
|
@@ -17,10 +17,10 @@ Name | Type | Description | Notes
|
|
|
17
17
|
```ruby
|
|
18
18
|
require 'PulpAnsibleClient'
|
|
19
19
|
|
|
20
|
-
instance = PulpAnsibleClient::AnsibleCollectionVersion.new(
|
|
21
|
-
upload: null,
|
|
22
|
-
file: null,
|
|
20
|
+
instance = PulpAnsibleClient::AnsibleCollectionVersion.new(upload: null,
|
|
23
21
|
repository: null,
|
|
22
|
+
artifact: null,
|
|
23
|
+
file: null,
|
|
24
24
|
expected_name: null,
|
|
25
25
|
expected_namespace: null,
|
|
26
26
|
expected_version: null)
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
|
-
**artifact** | **String** | Artifact file representing the physical content | [optional]
|
|
9
7
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
8
|
+
**artifact** | **String** | Artifact file representing the physical content | [optional]
|
|
9
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
|
10
10
|
**sha256** | **String** | The SHA-256 checksum if available. | [optional] [readonly]
|
|
11
11
|
**md5** | **String** | The MD5 checksum if available. | [optional] [readonly]
|
|
12
12
|
**sha1** | **String** | The SHA-1 checksum if available. | [optional] [readonly]
|
|
@@ -37,9 +37,9 @@ Name | Type | Description | Notes
|
|
|
37
37
|
```ruby
|
|
38
38
|
require 'PulpAnsibleClient'
|
|
39
39
|
|
|
40
|
-
instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(
|
|
40
|
+
instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(pulp_created: null,
|
|
41
41
|
artifact: null,
|
|
42
|
-
|
|
42
|
+
pulp_href: null,
|
|
43
43
|
sha256: null,
|
|
44
44
|
md5: null,
|
|
45
45
|
sha1: null,
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**file** | **File** | An uploaded file that may be turned into the artifact of the content unit. |
|
|
8
7
|
**repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
|
|
8
|
+
**file** | **File** | An uploaded file that may be turned into the artifact of the content unit. |
|
|
9
9
|
**signed_collection** | **String** | The content this signature is pointing to. |
|
|
10
10
|
|
|
11
11
|
## Code Sample
|
|
@@ -13,8 +13,8 @@ Name | Type | Description | Notes
|
|
|
13
13
|
```ruby
|
|
14
14
|
require 'PulpAnsibleClient'
|
|
15
15
|
|
|
16
|
-
instance = PulpAnsibleClient::AnsibleCollectionVersionSignature.new(
|
|
17
|
-
|
|
16
|
+
instance = PulpAnsibleClient::AnsibleCollectionVersionSignature.new(repository: null,
|
|
17
|
+
file: null,
|
|
18
18
|
signed_collection: null)
|
|
19
19
|
```
|
|
20
20
|
|
data/docs/AnsibleGitRemote.md
CHANGED
|
@@ -4,26 +4,26 @@
|
|
|
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
|
-
**pulp_labels** | **Hash<String, String>** | | [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
|
-
**proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
|
11
|
-
**rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
|
|
12
|
-
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
|
13
|
-
**client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
|
|
14
|
-
**password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
|
15
|
-
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
|
16
|
-
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
|
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]
|
|
18
|
-
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
|
19
|
-
**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]
|
|
20
|
-
**name** | **String** | A unique name for this remote. |
|
|
21
7
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
|
8
|
+
**name** | **String** | A unique name for this remote. |
|
|
9
|
+
**rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
|
|
22
10
|
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
|
|
11
|
+
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
|
23
12
|
**proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
|
|
24
13
|
**sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
|
25
|
-
**
|
|
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]
|
|
26
15
|
**url** | **String** | The URL of an external content source. |
|
|
16
|
+
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
|
17
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
18
|
+
**connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
|
19
|
+
**password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
|
20
|
+
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
|
21
|
+
**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
|
+
**client_key** | **String** | A PEM encoded private key used for authentication. | [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
|
+
**proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
|
25
|
+
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
|
26
|
+
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [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
|
|
|
@@ -32,26 +32,26 @@ Name | Type | Description | Notes
|
|
|
32
32
|
```ruby
|
|
33
33
|
require 'PulpAnsibleClient'
|
|
34
34
|
|
|
35
|
-
instance = PulpAnsibleClient::AnsibleGitRemote.new(
|
|
36
|
-
pulp_labels: null,
|
|
37
|
-
max_retries: null,
|
|
38
|
-
proxy_password: null,
|
|
39
|
-
rate_limit: null,
|
|
40
|
-
headers: null,
|
|
41
|
-
client_key: null,
|
|
42
|
-
password: null,
|
|
43
|
-
username: null,
|
|
44
|
-
tls_validation: null,
|
|
45
|
-
total_timeout: null,
|
|
46
|
-
proxy_url: null,
|
|
47
|
-
connect_timeout: null,
|
|
35
|
+
instance = PulpAnsibleClient::AnsibleGitRemote.new(download_concurrency: null,
|
|
48
36
|
name: null,
|
|
49
|
-
|
|
37
|
+
rate_limit: null,
|
|
50
38
|
ca_cert: null,
|
|
39
|
+
proxy_url: null,
|
|
51
40
|
proxy_username: null,
|
|
52
41
|
sock_connect_timeout: null,
|
|
53
|
-
|
|
42
|
+
total_timeout: null,
|
|
54
43
|
url: null,
|
|
44
|
+
username: null,
|
|
45
|
+
pulp_labels: null,
|
|
46
|
+
connect_timeout: null,
|
|
47
|
+
password: null,
|
|
48
|
+
headers: null,
|
|
49
|
+
sock_read_timeout: null,
|
|
50
|
+
client_key: null,
|
|
51
|
+
max_retries: null,
|
|
52
|
+
proxy_password: null,
|
|
53
|
+
tls_validation: null,
|
|
54
|
+
client_cert: null,
|
|
55
55
|
metadata_only: null,
|
|
56
56
|
git_ref: null)
|
|
57
57
|
```
|
|
@@ -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
|
-
**pulp_labels** | **Hash<String, String>** | | [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
|
-
**rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
|
|
11
|
-
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
|
12
|
-
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
|
13
|
-
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
|
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
|
-
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
|
16
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
17
|
-
**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
|
-
**name** | **String** | A unique name for this remote. |
|
|
19
7
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
|
20
|
-
**
|
|
8
|
+
**name** | **String** | A unique name for this remote. |
|
|
9
|
+
**rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
|
|
21
10
|
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
|
|
11
|
+
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
|
22
12
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
13
|
+
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
|
23
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]
|
|
24
|
-
**
|
|
15
|
+
**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]
|
|
25
16
|
**url** | **String** | The URL of an external content source. |
|
|
17
|
+
**hidden_fields** | [**Array<AnsibleCollectionRemoteResponseHiddenFields>**](AnsibleCollectionRemoteResponseHiddenFields.md) | List of hidden (write only) fields | [optional] [readonly]
|
|
18
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
19
|
+
**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]
|
|
20
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
21
|
+
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
|
22
|
+
**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
|
+
**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
|
+
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
|
25
|
+
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
|
26
26
|
**metadata_only** | **Boolean** | If True, only metadata about the content will be stored in Pulp. Clients will retrieve content from the remote URL. | [optional]
|
|
27
27
|
**git_ref** | **String** | A git ref. e.g.: branch, tag, or commit sha. | [optional]
|
|
28
28
|
|
|
@@ -31,25 +31,25 @@ Name | Type | Description | Notes
|
|
|
31
31
|
```ruby
|
|
32
32
|
require 'PulpAnsibleClient'
|
|
33
33
|
|
|
34
|
-
instance = PulpAnsibleClient::AnsibleGitRemoteResponse.new(
|
|
35
|
-
pulp_labels: null,
|
|
36
|
-
max_retries: null,
|
|
37
|
-
rate_limit: null,
|
|
38
|
-
pulp_last_updated: null,
|
|
39
|
-
headers: null,
|
|
40
|
-
tls_validation: null,
|
|
41
|
-
total_timeout: null,
|
|
42
|
-
proxy_url: null,
|
|
43
|
-
pulp_created: null,
|
|
44
|
-
connect_timeout: null,
|
|
34
|
+
instance = PulpAnsibleClient::AnsibleGitRemoteResponse.new(download_concurrency: null,
|
|
45
35
|
name: null,
|
|
46
|
-
|
|
47
|
-
hidden_fields: null,
|
|
36
|
+
rate_limit: null,
|
|
48
37
|
ca_cert: null,
|
|
38
|
+
proxy_url: null,
|
|
49
39
|
pulp_href: null,
|
|
40
|
+
pulp_last_updated: null,
|
|
50
41
|
sock_connect_timeout: null,
|
|
51
|
-
|
|
42
|
+
total_timeout: null,
|
|
52
43
|
url: null,
|
|
44
|
+
hidden_fields: null,
|
|
45
|
+
pulp_labels: null,
|
|
46
|
+
connect_timeout: null,
|
|
47
|
+
pulp_created: null,
|
|
48
|
+
headers: null,
|
|
49
|
+
sock_read_timeout: null,
|
|
50
|
+
max_retries: null,
|
|
51
|
+
tls_validation: null,
|
|
52
|
+
client_cert: null,
|
|
53
53
|
metadata_only: null,
|
|
54
54
|
git_ref: null)
|
|
55
55
|
```
|
data/docs/AnsibleRole.md
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**artifact** | **String** | Artifact file representing the physical content |
|
|
8
|
+
**repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
|
|
8
9
|
**version** | **String** | |
|
|
9
10
|
**name** | **String** | |
|
|
10
11
|
**namespace** | **String** | |
|
|
@@ -15,6 +16,7 @@ Name | Type | Description | Notes
|
|
|
15
16
|
require 'PulpAnsibleClient'
|
|
16
17
|
|
|
17
18
|
instance = PulpAnsibleClient::AnsibleRole.new(artifact: null,
|
|
19
|
+
repository: null,
|
|
18
20
|
version: null,
|
|
19
21
|
name: null,
|
|
20
22
|
namespace: null)
|
data/docs/AnsibleRoleResponse.md
CHANGED
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
9
7
|
**artifact** | **String** | Artifact file representing the physical content |
|
|
8
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
9
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
|
10
10
|
**version** | **String** | |
|
|
11
11
|
**name** | **String** | |
|
|
12
12
|
**namespace** | **String** | |
|
|
@@ -16,9 +16,9 @@ Name | Type | Description | Notes
|
|
|
16
16
|
```ruby
|
|
17
17
|
require 'PulpAnsibleClient'
|
|
18
18
|
|
|
19
|
-
instance = PulpAnsibleClient::AnsibleRoleResponse.new(
|
|
19
|
+
instance = PulpAnsibleClient::AnsibleRoleResponse.new(artifact: null,
|
|
20
20
|
pulp_created: null,
|
|
21
|
-
|
|
21
|
+
pulp_href: null,
|
|
22
22
|
version: null,
|
|
23
23
|
name: null,
|
|
24
24
|
namespace: null)
|
data/docs/CollectionResponse.md
CHANGED
|
@@ -7,11 +7,12 @@ Name | Type | Description | Notes
|
|
|
7
7
|
**href** | **String** | Get href. | [optional] [readonly]
|
|
8
8
|
**namespace** | **String** | | [optional] [readonly]
|
|
9
9
|
**name** | **String** | | [optional] [readonly]
|
|
10
|
-
**deprecated** | **Boolean** |
|
|
10
|
+
**deprecated** | **Boolean** | |
|
|
11
11
|
**versions_url** | **String** | Get a link to a collection versions list. | [optional] [readonly]
|
|
12
12
|
**highest_version** | [**Object**](.md) | Get a highest version and its link. | [optional] [readonly]
|
|
13
13
|
**created_at** | **DateTime** | Get the timestamp of the lowest version CollectionVersion's created timestamp. | [optional] [readonly]
|
|
14
|
-
**updated_at** | **DateTime** | Get the timestamp of the
|
|
14
|
+
**updated_at** | **DateTime** | Get the timestamp of the latest version CollectionVersion's created timestamp. | [optional] [readonly]
|
|
15
|
+
**download_count** | **String** | | [optional] [readonly]
|
|
15
16
|
|
|
16
17
|
## Code Sample
|
|
17
18
|
|
|
@@ -25,7 +26,8 @@ instance = PulpAnsibleClient::CollectionResponse.new(href: null,
|
|
|
25
26
|
versions_url: null,
|
|
26
27
|
highest_version: null,
|
|
27
28
|
created_at: null,
|
|
28
|
-
updated_at: null
|
|
29
|
+
updated_at: null,
|
|
30
|
+
download_count: null)
|
|
29
31
|
```
|
|
30
32
|
|
|
31
33
|
|
|
@@ -15,7 +15,7 @@ Name | Type | Description | Notes
|
|
|
15
15
|
**download_url** | **String** | Get artifact download URL. | [optional] [readonly]
|
|
16
16
|
**name** | **String** | | [optional] [readonly]
|
|
17
17
|
**namespace** | [**CollectionNamespaceResponse**](CollectionNamespaceResponse.md) | | [optional] [readonly]
|
|
18
|
-
**signatures** | **
|
|
18
|
+
**signatures** | [**Array<CollectionVersionSignatureResponse>**](CollectionVersionSignatureResponse.md) | |
|
|
19
19
|
**metadata** | [**CollectionMetadataResponse**](CollectionMetadataResponse.md) | | [optional] [readonly]
|
|
20
20
|
**git_url** | **String** | Get the git URL. | [optional] [readonly]
|
|
21
21
|
**git_commit_sha** | **String** | Get the git commit sha. | [optional] [readonly]
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# PulpAnsibleClient::CollectionVersionSignatureResponse
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
Name | Type | Description | Notes
|
|
6
|
+
------------ | ------------- | ------------- | -------------
|
|
7
|
+
**signature** | **String** | | [optional] [readonly]
|
|
8
|
+
**pubkey_fingerprint** | **String** | |
|
|
9
|
+
**signing_service** | **String** | | [optional] [readonly]
|
|
10
|
+
**pulp_created** | **DateTime** | | [optional] [readonly]
|
|
11
|
+
|
|
12
|
+
## Code Sample
|
|
13
|
+
|
|
14
|
+
```ruby
|
|
15
|
+
require 'PulpAnsibleClient'
|
|
16
|
+
|
|
17
|
+
instance = PulpAnsibleClient::CollectionVersionSignatureResponse.new(signature: null,
|
|
18
|
+
pubkey_fingerprint: null,
|
|
19
|
+
signing_service: null,
|
|
20
|
+
pulp_created: null)
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
|
|
@@ -32,10 +32,10 @@ end
|
|
|
32
32
|
|
|
33
33
|
api_instance = PulpAnsibleClient::ContentCollectionVersionsApi.new
|
|
34
34
|
opts = {
|
|
35
|
-
artifact: 'artifact_example', # String | Artifact file representing the physical content
|
|
36
35
|
upload: 'upload_example', # String | An uncommitted upload that may be turned into the artifact of the content unit.
|
|
37
|
-
file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the artifact of the content unit.
|
|
38
36
|
repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
|
|
37
|
+
artifact: 'artifact_example', # String | Artifact file representing the physical content
|
|
38
|
+
file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the artifact of the content unit.
|
|
39
39
|
expected_name: 'expected_name_example', # String | The name of the collection.
|
|
40
40
|
expected_namespace: 'expected_namespace_example', # String | The namespace of the collection.
|
|
41
41
|
expected_version: 'expected_version_example' # String | The version of the collection.
|
|
@@ -55,10 +55,10 @@ end
|
|
|
55
55
|
|
|
56
56
|
Name | Type | Description | Notes
|
|
57
57
|
------------- | ------------- | ------------- | -------------
|
|
58
|
-
**artifact** | **String**| Artifact file representing the physical content | [optional]
|
|
59
58
|
**upload** | **String**| An uncommitted upload that may be turned into the artifact of the content unit. | [optional]
|
|
60
|
-
**file** | **File**| An uploaded file that may be turned into the artifact of the content unit. | [optional]
|
|
61
59
|
**repository** | **String**| A URI of a repository the new content unit should be associated with. | [optional]
|
|
60
|
+
**artifact** | **String**| Artifact file representing the physical content | [optional]
|
|
61
|
+
**file** | **File**| An uploaded file that may be turned into the artifact of the content unit. | [optional]
|
|
62
62
|
**expected_name** | **String**| The name of the collection. | [optional]
|
|
63
63
|
**expected_namespace** | **String**| The namespace of the collection. | [optional]
|
|
64
64
|
**expected_version** | **String**| The version of the collection. | [optional]
|
|
@@ -104,7 +104,7 @@ opts = {
|
|
|
104
104
|
name: 'name_example', # String |
|
|
105
105
|
namespace: 'namespace_example', # String |
|
|
106
106
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
107
|
-
ordering: ['ordering_example'], # 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) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `version` - Version * `-version` - Version (descending) * `
|
|
107
|
+
ordering: ['ordering_example'], # 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) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `is_highest` - Is highest * `-is_highest` - Is highest (descending) * `search_vector` - Search vector * `-search_vector` - Search vector (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
108
108
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
109
109
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
110
110
|
q: 'q_example', # String |
|
|
@@ -136,7 +136,7 @@ Name | Type | Description | Notes
|
|
|
136
136
|
**name** | **String**| | [optional]
|
|
137
137
|
**namespace** | **String**| | [optional]
|
|
138
138
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
139
|
-
**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) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `version` - Version * `-version` - Version (descending) * `
|
|
139
|
+
**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) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `is_highest` - Is highest * `-is_highest` - Is highest (descending) * `search_vector` - Search vector * `-search_vector` - Search vector (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
|
140
140
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
141
141
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
142
142
|
**q** | **String**| | [optional]
|
|
@@ -210,7 +210,7 @@ opts = {
|
|
|
210
210
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
|
211
211
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
|
212
212
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
213
|
-
ordering: ['ordering_example'], # 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) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
213
|
+
ordering: ['ordering_example'], # 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) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
214
214
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
215
215
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
216
216
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
@@ -246,7 +246,7 @@ Name | Type | Description | Notes
|
|
|
246
246
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
|
247
247
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
|
248
248
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
249
|
-
**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) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
|
249
|
+
**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) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
|
250
250
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
251
251
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
252
252
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# PulpAnsibleClient::PatchedCollection
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
Name | Type | Description | Notes
|
|
6
|
+
------------ | ------------- | ------------- | -------------
|
|
7
|
+
**deprecated** | **Boolean** | | [optional]
|
|
8
|
+
|
|
9
|
+
## Code Sample
|
|
10
|
+
|
|
11
|
+
```ruby
|
|
12
|
+
require 'PulpAnsibleClient'
|
|
13
|
+
|
|
14
|
+
instance = PulpAnsibleClient::PatchedCollection.new(deprecated: null)
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
|
|
@@ -4,26 +4,26 @@
|
|
|
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
|
-
**pulp_labels** | **Hash<String, String>** | | [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
|
-
**proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
|
11
|
-
**rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
|
|
12
|
-
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
|
13
|
-
**client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
|
|
14
|
-
**password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
|
15
|
-
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
|
16
|
-
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
|
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]
|
|
18
|
-
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
|
19
|
-
**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]
|
|
20
|
-
**name** | **String** | A unique name for this remote. | [optional]
|
|
21
7
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
|
8
|
+
**name** | **String** | A unique name for this remote. | [optional]
|
|
9
|
+
**rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
|
|
22
10
|
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
|
|
11
|
+
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
|
23
12
|
**proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
|
|
24
13
|
**sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
|
25
|
-
**
|
|
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]
|
|
26
15
|
**url** | **String** | The URL of an external content source. | [optional]
|
|
16
|
+
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
|
17
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
18
|
+
**connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
|
19
|
+
**password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
|
20
|
+
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
|
21
|
+
**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
|
+
**client_key** | **String** | A PEM encoded private key used for authentication. | [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
|
+
**proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
|
25
|
+
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
|
26
|
+
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [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
|
|
|
@@ -32,26 +32,26 @@ Name | Type | Description | Notes
|
|
|
32
32
|
```ruby
|
|
33
33
|
require 'PulpAnsibleClient'
|
|
34
34
|
|
|
35
|
-
instance = PulpAnsibleClient::PatchedansibleGitRemote.new(
|
|
36
|
-
pulp_labels: null,
|
|
37
|
-
max_retries: null,
|
|
38
|
-
proxy_password: null,
|
|
39
|
-
rate_limit: null,
|
|
40
|
-
headers: null,
|
|
41
|
-
client_key: null,
|
|
42
|
-
password: null,
|
|
43
|
-
username: null,
|
|
44
|
-
tls_validation: null,
|
|
45
|
-
total_timeout: null,
|
|
46
|
-
proxy_url: null,
|
|
47
|
-
connect_timeout: null,
|
|
35
|
+
instance = PulpAnsibleClient::PatchedansibleGitRemote.new(download_concurrency: null,
|
|
48
36
|
name: null,
|
|
49
|
-
|
|
37
|
+
rate_limit: null,
|
|
50
38
|
ca_cert: null,
|
|
39
|
+
proxy_url: null,
|
|
51
40
|
proxy_username: null,
|
|
52
41
|
sock_connect_timeout: null,
|
|
53
|
-
|
|
42
|
+
total_timeout: null,
|
|
54
43
|
url: null,
|
|
44
|
+
username: null,
|
|
45
|
+
pulp_labels: null,
|
|
46
|
+
connect_timeout: null,
|
|
47
|
+
password: null,
|
|
48
|
+
headers: null,
|
|
49
|
+
sock_read_timeout: null,
|
|
50
|
+
client_key: null,
|
|
51
|
+
max_retries: null,
|
|
52
|
+
proxy_password: null,
|
|
53
|
+
tls_validation: null,
|
|
54
|
+
client_cert: null,
|
|
55
55
|
metadata_only: null,
|
|
56
56
|
git_ref: null)
|
|
57
57
|
```
|