pulp_ansible_client 0.18.0 → 0.19.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (77) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -4
  3. data/docs/AnsibleCollectionVersion.md +5 -5
  4. data/docs/AnsibleCollectionVersionResponse.md +4 -4
  5. data/docs/AnsibleCollectionVersionSignature.md +3 -3
  6. data/docs/AnsibleGitRemote.md +30 -30
  7. data/docs/AnsibleGitRemoteResponse.md +28 -28
  8. data/docs/AnsibleRole.md +2 -0
  9. data/docs/AnsibleRoleResponse.md +4 -4
  10. data/docs/CollectionNamespaceResponse.md +1 -1
  11. data/docs/CollectionResponse.md +5 -3
  12. data/docs/CollectionVersionResponse.md +1 -1
  13. data/docs/CollectionVersionSignatureResponse.md +23 -0
  14. data/docs/ContentCollectionVersionsApi.md +6 -6
  15. data/docs/DistributionsAnsibleApi.md +2 -2
  16. data/docs/PatchedCollection.md +17 -0
  17. data/docs/PatchedansibleGitRemote.md +30 -30
  18. data/docs/PulpAnsibleApiV3CollectionsApi.md +4 -4
  19. data/docs/PulpAnsibleApiV3CollectionsVersionsApi.md +2 -2
  20. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexApi.md +4 -4
  21. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +2 -2
  22. data/docs/PulpAnsibleDefaultApiV3CollectionsApi.md +4 -4
  23. data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsApi.md +2 -2
  24. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi.md +4 -4
  25. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +2 -2
  26. data/docs/TaskResponse.md +2 -0
  27. data/docs/UnpaginatedCollectionVersionResponse.md +1 -1
  28. data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +9 -9
  29. data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +3 -3
  30. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_api.rb +9 -9
  31. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_api.rb +3 -3
  32. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api.rb +9 -9
  33. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api.rb +3 -3
  34. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_api.rb +9 -9
  35. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_api.rb +3 -3
  36. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api.rb +9 -9
  37. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api.rb +3 -3
  38. data/lib/pulp_ansible_client/models/ansible_collection_version.rb +21 -21
  39. data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +14 -14
  40. data/lib/pulp_ansible_client/models/ansible_collection_version_signature.rb +11 -11
  41. data/lib/pulp_ansible_client/models/ansible_git_remote.rb +255 -255
  42. data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +158 -158
  43. data/lib/pulp_ansible_client/models/ansible_role.rb +11 -1
  44. data/lib/pulp_ansible_client/models/ansible_role_response.rb +14 -14
  45. data/lib/pulp_ansible_client/models/collection_namespace_response.rb +1 -0
  46. data/lib/pulp_ansible_client/models/collection_response.rb +19 -6
  47. data/lib/pulp_ansible_client/models/collection_version_response.rb +9 -2
  48. data/lib/pulp_ansible_client/models/collection_version_signature_response.rb +259 -0
  49. data/lib/pulp_ansible_client/models/patched_collection.rb +207 -0
  50. data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +241 -241
  51. data/lib/pulp_ansible_client/models/task_response.rb +11 -1
  52. data/lib/pulp_ansible_client/models/unpaginated_collection_version_response.rb +9 -2
  53. data/lib/pulp_ansible_client/version.rb +1 -1
  54. data/lib/pulp_ansible_client.rb +2 -0
  55. data/spec/api/content_collection_versions_api_spec.rb +3 -3
  56. data/spec/api/distributions_ansible_api_spec.rb +1 -1
  57. data/spec/api/pulp_ansible_api_v3_collections_api_spec.rb +1 -1
  58. data/spec/api/pulp_ansible_api_v3_collections_versions_api_spec.rb +1 -1
  59. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api_spec.rb +1 -1
  60. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +1 -1
  61. data/spec/api/pulp_ansible_default_api_v3_collections_api_spec.rb +1 -1
  62. data/spec/api/pulp_ansible_default_api_v3_collections_versions_api_spec.rb +1 -1
  63. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api_spec.rb +1 -1
  64. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +1 -1
  65. data/spec/models/ansible_collection_version_response_spec.rb +2 -2
  66. data/spec/models/ansible_collection_version_signature_spec.rb +2 -2
  67. data/spec/models/ansible_collection_version_spec.rb +4 -4
  68. data/spec/models/ansible_git_remote_response_spec.rb +19 -19
  69. data/spec/models/ansible_git_remote_spec.rb +20 -20
  70. data/spec/models/ansible_role_response_spec.rb +2 -2
  71. data/spec/models/ansible_role_spec.rb +6 -0
  72. data/spec/models/collection_response_spec.rb +6 -0
  73. data/spec/models/collection_version_signature_response_spec.rb +59 -0
  74. data/spec/models/patched_collection_spec.rb +41 -0
  75. data/spec/models/patchedansible_git_remote_spec.rb +20 -20
  76. data/spec/models/task_response_spec.rb +6 -0
  77. metadata +139 -131
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 565008ccdc74c47aa3ebd42a5e2056903a7ce321503e6cfcafcb92ad417b7b2e
4
- data.tar.gz: e61c13c05bf305ab2839796c3982c46360bb7a7bd1cf1654ed5adee0e6f21c00
3
+ metadata.gz: afb0147f812188dcc9d5564499ff341d04fcbdcf9f2ab0024649e6bf40c1053e
4
+ data.tar.gz: f1736dbfd57ca4071646e42906ddd3c4cd65e2119965a926f33b9df05a5ad43c
5
5
  SHA512:
6
- metadata.gz: 4dd8368bc483ce2fd0f1d72b0f787db3f8d64b886c18649ed4a7dee554b7cdbe35f413634ae781e4845a129ca90616ac6360f214b39f05b05d8a5c05de7c8627
7
- data.tar.gz: bb09cfc57ed3fd7f88fdd0a66bd2aa1d4760ebe42d712d8f42224915bbb06b44e18e08c6ad83a2206d88013c3041e299a8f127e9c56e51f8480d03eeca506d31
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.18.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.18.0.gem
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.18.0.gem` to install the development dependencies)
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.18.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(artifact: null,
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(pulp_href: null,
40
+ instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(pulp_created: null,
41
41
  artifact: null,
42
- pulp_created: null,
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(file: null,
17
- repository: null,
16
+ instance = PulpAnsibleClient::AnsibleCollectionVersionSignature.new(repository: null,
17
+ file: null,
18
18
  signed_collection: null)
19
19
  ```
20
20
 
@@ -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
- **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [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]
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(sock_read_timeout: null,
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
- download_concurrency: null,
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
- client_cert: null,
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
- **hidden_fields** | [**Array<AnsibleCollectionRemoteResponseHiddenFields>**](AnsibleCollectionRemoteResponseHiddenFields.md) | List of hidden (write only) fields | [optional] [readonly]
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
- **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
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(sock_read_timeout: null,
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
- download_concurrency: null,
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
- client_cert: null,
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)
@@ -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(pulp_href: null,
19
+ instance = PulpAnsibleClient::AnsibleRoleResponse.new(artifact: null,
20
20
  pulp_created: null,
21
- artifact: null,
21
+ pulp_href: null,
22
22
  version: null,
23
23
  name: null,
24
24
  namespace: null)
@@ -5,7 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **name** | **String** | |
8
- **metadata_sha256** | **String** | | [optional] [readonly]
8
+ **metadata_sha256** | **String** | |
9
9
 
10
10
  ## Code Sample
11
11
 
@@ -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** | Get deprecated. | [optional] [readonly]
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 highest version CollectionVersion's created timestamp. | [optional] [readonly]
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** | **String** | | [optional] [readonly]
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) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `is_highest` - Is highest * `-is_highest` - Is highest (descending) * `search_vector` - Search vector * `-search_vector` - Search vector (descending) * `pk` - Pk * `-pk` - Pk (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&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;authors&#x60; - Authors * &#x60;-authors&#x60; - Authors (descending) * &#x60;contents&#x60; - Contents * &#x60;-contents&#x60; - Contents (descending) * &#x60;dependencies&#x60; - Dependencies * &#x60;-dependencies&#x60; - Dependencies (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;docs_blob&#x60; - Docs blob * &#x60;-docs_blob&#x60; - Docs blob (descending) * &#x60;manifest&#x60; - Manifest * &#x60;-manifest&#x60; - Manifest (descending) * &#x60;files&#x60; - Files * &#x60;-files&#x60; - Files (descending) * &#x60;documentation&#x60; - Documentation * &#x60;-documentation&#x60; - Documentation (descending) * &#x60;homepage&#x60; - Homepage * &#x60;-homepage&#x60; - Homepage (descending) * &#x60;issues&#x60; - Issues * &#x60;-issues&#x60; - Issues (descending) * &#x60;license&#x60; - License * &#x60;-license&#x60; - License (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;namespace&#x60; - Namespace * &#x60;-namespace&#x60; - Namespace (descending) * &#x60;repository&#x60; - Repository * &#x60;-repository&#x60; - Repository (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;requires_ansible&#x60; - Requires ansible * &#x60;-requires_ansible&#x60; - Requires ansible (descending) * &#x60;is_highest&#x60; - Is highest * &#x60;-is_highest&#x60; - Is highest (descending) * &#x60;search_vector&#x60; - Search vector * &#x60;-search_vector&#x60; - Search vector (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
139
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;authors&#x60; - Authors * &#x60;-authors&#x60; - Authors (descending) * &#x60;contents&#x60; - Contents * &#x60;-contents&#x60; - Contents (descending) * &#x60;dependencies&#x60; - Dependencies * &#x60;-dependencies&#x60; - Dependencies (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;docs_blob&#x60; - Docs blob * &#x60;-docs_blob&#x60; - Docs blob (descending) * &#x60;manifest&#x60; - Manifest * &#x60;-manifest&#x60; - Manifest (descending) * &#x60;files&#x60; - Files * &#x60;-files&#x60; - Files (descending) * &#x60;documentation&#x60; - Documentation * &#x60;-documentation&#x60; - Documentation (descending) * &#x60;homepage&#x60; - Homepage * &#x60;-homepage&#x60; - Homepage (descending) * &#x60;issues&#x60; - Issues * &#x60;-issues&#x60; - Issues (descending) * &#x60;license&#x60; - License * &#x60;-license&#x60; - License (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;namespace&#x60; - Namespace * &#x60;-namespace&#x60; - Namespace (descending) * &#x60;repository&#x60; - Repository * &#x60;-repository&#x60; - Repository (descending) * &#x60;requires_ansible&#x60; - Requires ansible * &#x60;-requires_ansible&#x60; - Requires ansible (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;version_major&#x60; - Version major * &#x60;-version_major&#x60; - Version major (descending) * &#x60;version_minor&#x60; - Version minor * &#x60;-version_minor&#x60; - Version minor (descending) * &#x60;version_patch&#x60; - Version patch * &#x60;-version_patch&#x60; - Version patch (descending) * &#x60;version_prerelease&#x60; - Version prerelease * &#x60;-version_prerelease&#x60; - Version prerelease (descending) * &#x60;is_highest&#x60; - Is highest * &#x60;-is_highest&#x60; - Is highest (descending) * &#x60;search_vector&#x60; - Search vector * &#x60;-search_vector&#x60; - Search vector (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
140
140
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
141
141
  **pulp_id__in** | [**Array&lt;String&gt;**](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&lt;String&gt;**](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&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;base_path&#x60; - Base path * &#x60;-base_path&#x60; - Base path (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
249
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;base_path&#x60; - Base path * &#x60;-base_path&#x60; - Base path (descending) * &#x60;hidden&#x60; - Hidden * &#x60;-hidden&#x60; - Hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
250
250
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
251
251
  **pulp_id__in** | [**Array&lt;String&gt;**](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&lt;String, String&gt;** | | [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&lt;Object&gt;** | 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
- **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [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]
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&lt;String, String&gt;** | | [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&lt;Object&gt;** | 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(sock_read_timeout: null,
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
- download_concurrency: null,
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
- client_cert: null,
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
  ```