pulp_ansible_client 0.7.0 → 0.7.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (205) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/README.md +7 -6
  4. data/docs/AnsibleCollectionRemote.md +7 -1
  5. data/docs/AnsibleCollectionRemoteResponse.md +3 -7
  6. data/docs/AnsibleCollectionVersionResponse.md +3 -3
  7. data/docs/AnsibleCollectionsApi.md +4 -4
  8. data/docs/AnsibleRoleRemote.md +7 -1
  9. data/docs/AnsibleRoleRemoteResponse.md +3 -7
  10. data/docs/AnsibleRoleResponse.md +3 -3
  11. data/docs/CollectionVersionResponse.md +5 -5
  12. data/docs/ContentCollectionVersionsApi.md +18 -18
  13. data/docs/ContentRolesApi.md +12 -12
  14. data/docs/ContentSummary.md +3 -3
  15. data/docs/ContentSummaryResponse.md +3 -3
  16. data/docs/DistributionsAnsibleApi.md +20 -20
  17. data/docs/PatchedansibleCollectionRemote.md +7 -1
  18. data/docs/PatchedansibleRoleRemote.md +7 -1
  19. data/docs/PulpAnsibleGalaxyApiCollectionsApi.md +6 -6
  20. data/docs/PulpAnsibleGalaxyApiV3AllApi.md +8 -26
  21. data/docs/PulpAnsibleGalaxyApiV3VersionsApi.md +18 -18
  22. data/docs/RemotesCollectionApi.md +24 -24
  23. data/docs/RemotesRoleApi.md +24 -24
  24. data/docs/RepositoriesAnsibleApi.md +12 -12
  25. data/docs/RepositoriesAnsibleVersionsApi.md +28 -28
  26. data/docs/RepositoryAddRemoveContent.md +2 -2
  27. data/docs/UnpaginatedCollectionVersionResponse.md +37 -0
  28. data/lib/pulp_ansible_client/api/ansible_collections_api.rb +5 -5
  29. data/lib/pulp_ansible_client/api/ansible_copy_api.rb +1 -1
  30. data/lib/pulp_ansible_client/api/api_collections_api.rb +1 -1
  31. data/lib/pulp_ansible_client/api/api_roles_api.rb +1 -1
  32. data/lib/pulp_ansible_client/api/collection_import_api.rb +1 -1
  33. data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +19 -19
  34. data/lib/pulp_ansible_client/api/content_roles_api.rb +13 -13
  35. data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +23 -23
  36. data/lib/pulp_ansible_client/api/galaxy_detail_api.rb +1 -1
  37. data/lib/pulp_ansible_client/api/pulp_ansible_api_api.rb +1 -1
  38. data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_collections_api.rb +7 -7
  39. data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v2_versions_api.rb +1 -1
  40. data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v3_all_api.rb +10 -37
  41. data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v3_collections_api.rb +1 -1
  42. data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v3_collections_docs_blob_api.rb +1 -1
  43. data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v3_versions_api.rb +19 -19
  44. data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_v3_api.rb +1 -1
  45. data/lib/pulp_ansible_client/api/pulp_ansible_tags_api.rb +1 -1
  46. data/lib/pulp_ansible_client/api/remotes_collection_api.rb +27 -27
  47. data/lib/pulp_ansible_client/api/remotes_role_api.rb +27 -27
  48. data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +14 -14
  49. data/lib/pulp_ansible_client/api/repositories_ansible_versions_api.rb +31 -31
  50. data/lib/pulp_ansible_client/api/versions_api.rb +1 -1
  51. data/lib/pulp_ansible_client/api_client.rb +12 -8
  52. data/lib/pulp_ansible_client/api_error.rb +1 -1
  53. data/lib/pulp_ansible_client/configuration.rb +8 -1
  54. data/lib/pulp_ansible_client/models/ansible_ansible_distribution.rb +1 -1
  55. data/lib/pulp_ansible_client/models/ansible_ansible_distribution_response.rb +1 -1
  56. data/lib/pulp_ansible_client/models/ansible_ansible_repository.rb +1 -1
  57. data/lib/pulp_ansible_client/models/ansible_ansible_repository_response.rb +1 -1
  58. data/lib/pulp_ansible_client/models/ansible_collection_remote.rb +37 -3
  59. data/lib/pulp_ansible_client/models/ansible_collection_remote_response.rb +15 -36
  60. data/lib/pulp_ansible_client/models/ansible_collection_response.rb +1 -1
  61. data/lib/pulp_ansible_client/models/ansible_collection_version.rb +16 -16
  62. data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +26 -26
  63. data/lib/pulp_ansible_client/models/ansible_repository_sync_url.rb +1 -1
  64. data/lib/pulp_ansible_client/models/ansible_role.rb +1 -1
  65. data/lib/pulp_ansible_client/models/ansible_role_remote.rb +37 -3
  66. data/lib/pulp_ansible_client/models/ansible_role_remote_response.rb +15 -36
  67. data/lib/pulp_ansible_client/models/ansible_role_response.rb +11 -11
  68. data/lib/pulp_ansible_client/models/ansible_tag_response.rb +1 -1
  69. data/lib/pulp_ansible_client/models/artifact_ref_response.rb +1 -1
  70. data/lib/pulp_ansible_client/models/async_operation_response.rb +1 -1
  71. data/lib/pulp_ansible_client/models/collection_import_detail_response.rb +1 -1
  72. data/lib/pulp_ansible_client/models/collection_metadata_response.rb +1 -1
  73. data/lib/pulp_ansible_client/models/collection_namespace_response.rb +1 -1
  74. data/lib/pulp_ansible_client/models/collection_one_shot.rb +1 -1
  75. data/lib/pulp_ansible_client/models/collection_ref_response.rb +1 -1
  76. data/lib/pulp_ansible_client/models/collection_response.rb +1 -1
  77. data/lib/pulp_ansible_client/models/collection_version_docs_response.rb +1 -1
  78. data/lib/pulp_ansible_client/models/collection_version_response.rb +25 -35
  79. data/lib/pulp_ansible_client/models/content_summary.rb +13 -7
  80. data/lib/pulp_ansible_client/models/content_summary_response.rb +13 -7
  81. data/lib/pulp_ansible_client/models/copy.rb +1 -1
  82. data/lib/pulp_ansible_client/models/galaxy_collection.rb +1 -1
  83. data/lib/pulp_ansible_client/models/galaxy_collection_response.rb +1 -1
  84. data/lib/pulp_ansible_client/models/galaxy_collection_version_response.rb +1 -1
  85. data/lib/pulp_ansible_client/models/galaxy_role_response.rb +1 -1
  86. data/lib/pulp_ansible_client/models/galaxy_role_version_response.rb +1 -1
  87. data/lib/pulp_ansible_client/models/paginated_collection_response_list.rb +1 -1
  88. data/lib/pulp_ansible_client/models/paginated_collection_response_list_links.rb +1 -1
  89. data/lib/pulp_ansible_client/models/paginated_collection_response_list_meta.rb +1 -1
  90. data/lib/pulp_ansible_client/models/paginated_collection_version_response_list.rb +1 -1
  91. data/lib/pulp_ansible_client/models/paginated_galaxy_collection_response_list.rb +1 -1
  92. data/lib/pulp_ansible_client/models/paginated_galaxy_collection_version_response_list.rb +1 -1
  93. data/lib/pulp_ansible_client/models/paginated_galaxy_role_response_list.rb +1 -1
  94. data/lib/pulp_ansible_client/models/paginated_galaxy_role_version_response_list.rb +1 -1
  95. data/lib/pulp_ansible_client/models/paginated_repository_version_response_list.rb +1 -1
  96. data/lib/pulp_ansible_client/models/paginated_tag_response_list.rb +1 -1
  97. data/lib/pulp_ansible_client/models/paginatedansible_ansible_distribution_response_list.rb +1 -1
  98. data/lib/pulp_ansible_client/models/paginatedansible_ansible_repository_response_list.rb +1 -1
  99. data/lib/pulp_ansible_client/models/paginatedansible_collection_remote_response_list.rb +1 -1
  100. data/lib/pulp_ansible_client/models/paginatedansible_collection_response_list.rb +1 -1
  101. data/lib/pulp_ansible_client/models/paginatedansible_collection_version_response_list.rb +1 -1
  102. data/lib/pulp_ansible_client/models/paginatedansible_role_remote_response_list.rb +1 -1
  103. data/lib/pulp_ansible_client/models/paginatedansible_role_response_list.rb +1 -1
  104. data/lib/pulp_ansible_client/models/patchedansible_ansible_distribution.rb +1 -1
  105. data/lib/pulp_ansible_client/models/patchedansible_ansible_repository.rb +1 -1
  106. data/lib/pulp_ansible_client/models/patchedansible_collection_remote.rb +37 -3
  107. data/lib/pulp_ansible_client/models/patchedansible_role_remote.rb +37 -3
  108. data/lib/pulp_ansible_client/models/policy_enum.rb +1 -1
  109. data/lib/pulp_ansible_client/models/repo_metadata_response.rb +1 -1
  110. data/lib/pulp_ansible_client/models/repository_add_remove_content.rb +3 -3
  111. data/lib/pulp_ansible_client/models/repository_version.rb +1 -1
  112. data/lib/pulp_ansible_client/models/repository_version_response.rb +1 -1
  113. data/lib/pulp_ansible_client/models/tag_response.rb +1 -1
  114. data/lib/pulp_ansible_client/models/unpaginated_collection_version_response.rb +323 -0
  115. data/lib/pulp_ansible_client/version.rb +2 -2
  116. data/lib/pulp_ansible_client.rb +2 -1
  117. data/pulp_ansible_client.gemspec +1 -1
  118. data/spec/api/ansible_collections_api_spec.rb +3 -3
  119. data/spec/api/ansible_copy_api_spec.rb +1 -1
  120. data/spec/api/api_collections_api_spec.rb +1 -1
  121. data/spec/api/api_roles_api_spec.rb +1 -1
  122. data/spec/api/collection_import_api_spec.rb +1 -1
  123. data/spec/api/content_collection_versions_api_spec.rb +10 -10
  124. data/spec/api/content_roles_api_spec.rb +7 -7
  125. data/spec/api/distributions_ansible_api_spec.rb +11 -11
  126. data/spec/api/galaxy_detail_api_spec.rb +1 -1
  127. data/spec/api/pulp_ansible_api_api_spec.rb +1 -1
  128. data/spec/api/pulp_ansible_galaxy_api_collections_api_spec.rb +4 -4
  129. data/spec/api/pulp_ansible_galaxy_api_v2_versions_api_spec.rb +1 -1
  130. data/spec/api/pulp_ansible_galaxy_api_v3_all_api_spec.rb +5 -14
  131. data/spec/api/pulp_ansible_galaxy_api_v3_collections_api_spec.rb +1 -1
  132. data/spec/api/pulp_ansible_galaxy_api_v3_collections_docs_blob_api_spec.rb +1 -1
  133. data/spec/api/pulp_ansible_galaxy_api_v3_versions_api_spec.rb +10 -10
  134. data/spec/api/pulp_ansible_galaxy_v3_api_spec.rb +1 -1
  135. data/spec/api/pulp_ansible_tags_api_spec.rb +1 -1
  136. data/spec/api/remotes_collection_api_spec.rb +13 -13
  137. data/spec/api/remotes_role_api_spec.rb +13 -13
  138. data/spec/api/repositories_ansible_api_spec.rb +7 -7
  139. data/spec/api/repositories_ansible_versions_api_spec.rb +15 -15
  140. data/spec/api/versions_api_spec.rb +1 -1
  141. data/spec/api_client_spec.rb +2 -2
  142. data/spec/configuration_spec.rb +1 -1
  143. data/spec/models/ansible_ansible_distribution_response_spec.rb +1 -1
  144. data/spec/models/ansible_ansible_distribution_spec.rb +1 -1
  145. data/spec/models/ansible_ansible_repository_response_spec.rb +1 -1
  146. data/spec/models/ansible_ansible_repository_spec.rb +1 -1
  147. data/spec/models/ansible_collection_remote_response_spec.rb +7 -19
  148. data/spec/models/ansible_collection_remote_spec.rb +19 -1
  149. data/spec/models/ansible_collection_response_spec.rb +1 -1
  150. data/spec/models/ansible_collection_version_response_spec.rb +4 -4
  151. data/spec/models/ansible_collection_version_spec.rb +1 -1
  152. data/spec/models/ansible_repository_sync_url_spec.rb +1 -1
  153. data/spec/models/ansible_role_remote_response_spec.rb +7 -19
  154. data/spec/models/ansible_role_remote_spec.rb +19 -1
  155. data/spec/models/ansible_role_response_spec.rb +4 -4
  156. data/spec/models/ansible_role_spec.rb +1 -1
  157. data/spec/models/ansible_tag_response_spec.rb +1 -1
  158. data/spec/models/artifact_ref_response_spec.rb +1 -1
  159. data/spec/models/async_operation_response_spec.rb +1 -1
  160. data/spec/models/collection_import_detail_response_spec.rb +1 -1
  161. data/spec/models/collection_metadata_response_spec.rb +1 -1
  162. data/spec/models/collection_namespace_response_spec.rb +1 -1
  163. data/spec/models/collection_one_shot_spec.rb +1 -1
  164. data/spec/models/collection_ref_response_spec.rb +1 -1
  165. data/spec/models/collection_response_spec.rb +1 -1
  166. data/spec/models/collection_version_docs_response_spec.rb +1 -1
  167. data/spec/models/collection_version_response_spec.rb +10 -10
  168. data/spec/models/content_summary_response_spec.rb +1 -1
  169. data/spec/models/content_summary_spec.rb +1 -1
  170. data/spec/models/copy_spec.rb +1 -1
  171. data/spec/models/galaxy_collection_response_spec.rb +1 -1
  172. data/spec/models/galaxy_collection_spec.rb +1 -1
  173. data/spec/models/galaxy_collection_version_response_spec.rb +1 -1
  174. data/spec/models/galaxy_role_response_spec.rb +1 -1
  175. data/spec/models/galaxy_role_version_response_spec.rb +1 -1
  176. data/spec/models/paginated_collection_response_list_links_spec.rb +1 -1
  177. data/spec/models/paginated_collection_response_list_meta_spec.rb +1 -1
  178. data/spec/models/paginated_collection_response_list_spec.rb +1 -1
  179. data/spec/models/paginated_collection_version_response_list_spec.rb +1 -1
  180. data/spec/models/paginated_galaxy_collection_response_list_spec.rb +1 -1
  181. data/spec/models/paginated_galaxy_collection_version_response_list_spec.rb +1 -1
  182. data/spec/models/paginated_galaxy_role_response_list_spec.rb +1 -1
  183. data/spec/models/paginated_galaxy_role_version_response_list_spec.rb +1 -1
  184. data/spec/models/paginated_repository_version_response_list_spec.rb +1 -1
  185. data/spec/models/paginated_tag_response_list_spec.rb +1 -1
  186. data/spec/models/paginatedansible_ansible_distribution_response_list_spec.rb +1 -1
  187. data/spec/models/paginatedansible_ansible_repository_response_list_spec.rb +1 -1
  188. data/spec/models/paginatedansible_collection_remote_response_list_spec.rb +1 -1
  189. data/spec/models/paginatedansible_collection_response_list_spec.rb +1 -1
  190. data/spec/models/paginatedansible_collection_version_response_list_spec.rb +1 -1
  191. data/spec/models/paginatedansible_role_remote_response_list_spec.rb +1 -1
  192. data/spec/models/paginatedansible_role_response_list_spec.rb +1 -1
  193. data/spec/models/patchedansible_ansible_distribution_spec.rb +1 -1
  194. data/spec/models/patchedansible_ansible_repository_spec.rb +1 -1
  195. data/spec/models/patchedansible_collection_remote_spec.rb +19 -1
  196. data/spec/models/patchedansible_role_remote_spec.rb +19 -1
  197. data/spec/models/policy_enum_spec.rb +1 -1
  198. data/spec/models/repo_metadata_response_spec.rb +1 -1
  199. data/spec/models/repository_add_remove_content_spec.rb +1 -1
  200. data/spec/models/repository_version_response_spec.rb +1 -1
  201. data/spec/models/repository_version_spec.rb +1 -1
  202. data/spec/models/tag_response_spec.rb +1 -1
  203. data/spec/models/unpaginated_collection_version_response_spec.rb +101 -0
  204. data/spec/spec_helper.rb +1 -1
  205. metadata +67 -63
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1fe57dff708b85b3e6a11b5d139c02f37cc2e4f74a674ccb2ea6feaed7b6d020
4
- data.tar.gz: 1ec7fb95119056518e0f199bd36b55f4f865785866a0334143b214447d44b932
3
+ metadata.gz: 3b005e269d038c5a4d003704c2c613d9542105b5d24d59eb740419cdbf8efc85
4
+ data.tar.gz: 1b06a6117e97f74986ff52233a7b44ab6758550fd6f18896406e333d45bf1aa1
5
5
  SHA512:
6
- metadata.gz: 783ab9797912e9291bf70ea0322410c38b62c8144cea976a821bca7a41084f92fb6249f8b6557cd89619d4ba5bb2edaa7a6dfd0a1e38c0cf407a6e446aa973f9
7
- data.tar.gz: 9318b9f75e44d0012a10293d23f652e29bda12cee17d3705c3870e194cefc1388d118911ebe8b4a0d248fd3edde388430df74f0bd6c7d3c47e016bd60ceab100
6
+ metadata.gz: 69568c5c8fa6526c4783d7a91096610cc86c1e699e832807f9a44c97308eb4b24b03f74198ec33f4408359f654cd4de7f20be0dd433f0b21eb2cee35657e1039
7
+ data.tar.gz: d672622944d2ed9a579add466c7b3bc80c4ab94b83cef8de8762f3677b7fc57e9157c5e4bd493c3a2c08fa32c581c8d5199aa417221f5b4012a5a44afb6b95b7
data/Gemfile CHANGED
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
3
3
  gemspec
4
4
 
5
5
  group :development, :test do
6
- gem 'rake', '~> 12.0.0'
6
+ gem 'rake', '~> 13.0.1'
7
7
  gem 'pry-byebug'
8
8
  gem 'rubocop', '~> 0.66.0'
9
9
  end
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.7.0
10
+ - Package version: 0.7.4
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.7.0.gem
27
+ gem install ./pulp_ansible_client-0.7.4.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_ansible_client-0.7.0.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_ansible_client-0.7.4.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.7.0'
36
+ gem 'pulp_ansible_client', '~> 0.7.4'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -67,8 +67,8 @@ end
67
67
  api_instance = PulpAnsibleClient::AnsibleCollectionsApi.new
68
68
  opts = {
69
69
  limit: 56, # Integer | Number of results to return per page.
70
- name: 'name_example', # String | name
71
- namespace: 'namespace_example', # String | namespace
70
+ name: 'name_example', # String |
71
+ namespace: 'namespace_example', # String |
72
72
  offset: 56, # Integer | The initial index from which to return the results.
73
73
  ordering: 'ordering_example', # String | Which field to use when ordering the results.
74
74
  fields: 'fields_example', # String | A list of fields to include in the response.
@@ -214,6 +214,7 @@ Class | Method | HTTP request | Description
214
214
  - [PulpAnsibleClient::RepositoryVersion](docs/RepositoryVersion.md)
215
215
  - [PulpAnsibleClient::RepositoryVersionResponse](docs/RepositoryVersionResponse.md)
216
216
  - [PulpAnsibleClient::TagResponse](docs/TagResponse.md)
217
+ - [PulpAnsibleClient::UnpaginatedCollectionVersionResponse](docs/UnpaginatedCollectionVersionResponse.md)
217
218
 
218
219
 
219
220
  ## Documentation for Authorization
@@ -10,7 +10,9 @@ Name | Type | Description | Notes
10
10
  **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
11
11
  **client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
12
12
  **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
13
- **proxy_url** | **String** | The proxy URL. Format: scheme://user:password@host:port | [optional]
13
+ **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
14
+ **proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
15
+ **proxy_password** | **String** | The password to authenticte to the proxy. | [optional]
14
16
  **username** | **String** | The username to be used for authentication when syncing. | [optional]
15
17
  **password** | **String** | The password to be used for authentication when syncing. | [optional]
16
18
  **pulp_labels** | [**Object**](.md) | | [optional]
@@ -20,6 +22,7 @@ Name | Type | Description | Notes
20
22
  **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. | [optional]
21
23
  **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. | [optional]
22
24
  **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. | [optional]
25
+ **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
23
26
  **rate_limit** | **Integer** | Limits total download rate in requests per second | [optional]
24
27
  **requirements_file** | **String** | The string version of Collection requirements yaml. | [optional]
25
28
  **auth_url** | **String** | The URL to receive a session token from, e.g. used with Automation Hub. | [optional]
@@ -37,6 +40,8 @@ instance = PulpAnsibleClient::AnsibleCollectionRemote.new(name: null,
37
40
  client_key: null,
38
41
  tls_validation: null,
39
42
  proxy_url: null,
43
+ proxy_username: null,
44
+ proxy_password: null,
40
45
  username: null,
41
46
  password: null,
42
47
  pulp_labels: null,
@@ -46,6 +51,7 @@ instance = PulpAnsibleClient::AnsibleCollectionRemote.new(name: null,
46
51
  connect_timeout: null,
47
52
  sock_connect_timeout: null,
48
53
  sock_read_timeout: null,
54
+ headers: null,
49
55
  rate_limit: null,
50
56
  requirements_file: null,
51
57
  auth_url: null,
@@ -10,11 +10,8 @@ Name | Type | Description | Notes
10
10
  **url** | **String** | The URL of an external content source. |
11
11
  **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
12
12
  **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
13
- **client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
14
13
  **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
15
- **proxy_url** | **String** | The proxy URL. Format: scheme://user:password@host:port | [optional]
16
- **username** | **String** | The username to be used for authentication when syncing. | [optional]
17
- **password** | **String** | The password to be used for authentication when syncing. | [optional]
14
+ **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
18
15
  **pulp_labels** | [**Object**](.md) | | [optional]
19
16
  **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
20
17
  **download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
@@ -23,6 +20,7 @@ Name | Type | Description | Notes
23
20
  **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. | [optional]
24
21
  **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. | [optional]
25
22
  **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. | [optional]
23
+ **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
26
24
  **rate_limit** | **Integer** | Limits total download rate in requests per second | [optional]
27
25
  **requirements_file** | **String** | The string version of Collection requirements yaml. | [optional]
28
26
  **auth_url** | **String** | The URL to receive a session token from, e.g. used with Automation Hub. | [optional]
@@ -39,11 +37,8 @@ instance = PulpAnsibleClient::AnsibleCollectionRemoteResponse.new(pulp_href: nul
39
37
  url: null,
40
38
  ca_cert: null,
41
39
  client_cert: null,
42
- client_key: null,
43
40
  tls_validation: null,
44
41
  proxy_url: null,
45
- username: null,
46
- password: null,
47
42
  pulp_labels: null,
48
43
  pulp_last_updated: null,
49
44
  download_concurrency: null,
@@ -52,6 +47,7 @@ instance = PulpAnsibleClient::AnsibleCollectionRemoteResponse.new(pulp_href: nul
52
47
  connect_timeout: null,
53
48
  sock_connect_timeout: null,
54
49
  sock_read_timeout: null,
50
+ headers: null,
55
51
  rate_limit: null,
56
52
  requirements_file: null,
57
53
  auth_url: null,
@@ -4,9 +4,9 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_href** | **String** | | [optional] [readonly]
8
7
  **artifact** | **String** | Artifact file representing the physical content |
9
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **pulp_href** | **String** | | [optional] [readonly]
10
10
  **md5** | **String** | The MD5 checksum if available. | [optional] [readonly]
11
11
  **sha1** | **String** | The SHA-1 checksum if available. | [optional] [readonly]
12
12
  **sha224** | **String** | The SHA-224 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,
41
- artifact: null,
40
+ instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(artifact: null,
42
41
  pulp_created: null,
42
+ pulp_href: null,
43
43
  md5: null,
44
44
  sha1: null,
45
45
  sha224: null,
@@ -32,8 +32,8 @@ end
32
32
  api_instance = PulpAnsibleClient::AnsibleCollectionsApi.new
33
33
  opts = {
34
34
  limit: 56, # Integer | Number of results to return per page.
35
- name: 'name_example', # String | name
36
- namespace: 'namespace_example', # String | namespace
35
+ name: 'name_example', # String |
36
+ namespace: 'namespace_example', # String |
37
37
  offset: 56, # Integer | The initial index from which to return the results.
38
38
  ordering: 'ordering_example', # String | Which field to use when ordering the results.
39
39
  fields: 'fields_example', # String | A list of fields to include in the response.
@@ -55,8 +55,8 @@ end
55
55
  Name | Type | Description | Notes
56
56
  ------------- | ------------- | ------------- | -------------
57
57
  **limit** | **Integer**| Number of results to return per page. | [optional]
58
- **name** | **String**| name | [optional]
59
- **namespace** | **String**| namespace | [optional]
58
+ **name** | **String**| | [optional]
59
+ **namespace** | **String**| | [optional]
60
60
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
61
61
  **ordering** | **String**| Which field to use when ordering the results. | [optional]
62
62
  **fields** | **String**| A list of fields to include in the response. | [optional]
@@ -10,7 +10,9 @@ Name | Type | Description | Notes
10
10
  **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
11
11
  **client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
12
12
  **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
13
- **proxy_url** | **String** | The proxy URL. Format: scheme://user:password@host:port | [optional]
13
+ **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
14
+ **proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
15
+ **proxy_password** | **String** | The password to authenticte to the proxy. | [optional]
14
16
  **username** | **String** | The username to be used for authentication when syncing. | [optional]
15
17
  **password** | **String** | The password to be used for authentication when syncing. | [optional]
16
18
  **pulp_labels** | [**Object**](.md) | | [optional]
@@ -20,6 +22,7 @@ Name | Type | Description | Notes
20
22
  **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. | [optional]
21
23
  **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. | [optional]
22
24
  **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. | [optional]
25
+ **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
23
26
  **rate_limit** | **Integer** | Limits total download rate in requests per second | [optional]
24
27
 
25
28
  ## Code Sample
@@ -34,6 +37,8 @@ instance = PulpAnsibleClient::AnsibleRoleRemote.new(name: null,
34
37
  client_key: null,
35
38
  tls_validation: null,
36
39
  proxy_url: null,
40
+ proxy_username: null,
41
+ proxy_password: null,
37
42
  username: null,
38
43
  password: null,
39
44
  pulp_labels: null,
@@ -43,6 +48,7 @@ instance = PulpAnsibleClient::AnsibleRoleRemote.new(name: null,
43
48
  connect_timeout: null,
44
49
  sock_connect_timeout: null,
45
50
  sock_read_timeout: null,
51
+ headers: null,
46
52
  rate_limit: null)
47
53
  ```
48
54
 
@@ -10,11 +10,8 @@ Name | Type | Description | Notes
10
10
  **url** | **String** | The URL of an external content source. |
11
11
  **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
12
12
  **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
13
- **client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
14
13
  **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
15
- **proxy_url** | **String** | The proxy URL. Format: scheme://user:password@host:port | [optional]
16
- **username** | **String** | The username to be used for authentication when syncing. | [optional]
17
- **password** | **String** | The password to be used for authentication when syncing. | [optional]
14
+ **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
18
15
  **pulp_labels** | [**Object**](.md) | | [optional]
19
16
  **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
20
17
  **download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
@@ -23,6 +20,7 @@ Name | Type | Description | Notes
23
20
  **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. | [optional]
24
21
  **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. | [optional]
25
22
  **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. | [optional]
23
+ **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
26
24
  **rate_limit** | **Integer** | Limits total download rate in requests per second | [optional]
27
25
 
28
26
  ## Code Sample
@@ -36,11 +34,8 @@ instance = PulpAnsibleClient::AnsibleRoleRemoteResponse.new(pulp_href: null,
36
34
  url: null,
37
35
  ca_cert: null,
38
36
  client_cert: null,
39
- client_key: null,
40
37
  tls_validation: null,
41
38
  proxy_url: null,
42
- username: null,
43
- password: null,
44
39
  pulp_labels: null,
45
40
  pulp_last_updated: null,
46
41
  download_concurrency: null,
@@ -49,6 +44,7 @@ instance = PulpAnsibleClient::AnsibleRoleRemoteResponse.new(pulp_href: null,
49
44
  connect_timeout: null,
50
45
  sock_connect_timeout: null,
51
46
  sock_read_timeout: null,
47
+ headers: null,
52
48
  rate_limit: null)
53
49
  ```
54
50
 
@@ -4,9 +4,9 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_href** | **String** | | [optional] [readonly]
8
7
  **artifact** | **String** | Artifact file representing the physical content |
9
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,
20
- artifact: null,
19
+ instance = PulpAnsibleClient::AnsibleRoleResponse.new(artifact: null,
21
20
  pulp_created: null,
21
+ pulp_href: null,
22
22
  version: null,
23
23
  name: null,
24
24
  namespace: null)
@@ -8,8 +8,6 @@ Name | Type | Description | Notes
8
8
  **href** | **String** | | [optional] [readonly]
9
9
  **created_at** | **DateTime** | |
10
10
  **updated_at** | **DateTime** | |
11
- **manifest** | [**Object**](.md) | A JSON field holding MANIFEST.json data. |
12
- **files** | [**Object**](.md) | A JSON field holding FILES.json data. |
13
11
  **requires_ansible** | **String** | | [optional]
14
12
  **artifact** | [**ArtifactRefResponse**](ArtifactRefResponse.md) | | [optional] [readonly]
15
13
  **collection** | [**CollectionRefResponse**](CollectionRefResponse.md) | | [optional] [readonly]
@@ -17,6 +15,8 @@ Name | Type | Description | Notes
17
15
  **name** | **String** | | [optional] [readonly]
18
16
  **namespace** | [**CollectionNamespaceResponse**](CollectionNamespaceResponse.md) | | [optional] [readonly]
19
17
  **metadata** | [**CollectionMetadataResponse**](CollectionMetadataResponse.md) | | [optional] [readonly]
18
+ **manifest** | [**Object**](.md) | A JSON field holding MANIFEST.json data. | [optional] [readonly]
19
+ **files** | [**Object**](.md) | A JSON field holding FILES.json data. | [optional] [readonly]
20
20
 
21
21
  ## Code Sample
22
22
 
@@ -27,15 +27,15 @@ instance = PulpAnsibleClient::CollectionVersionResponse.new(version: null,
27
27
  href: null,
28
28
  created_at: null,
29
29
  updated_at: null,
30
- manifest: null,
31
- files: null,
32
30
  requires_ansible: null,
33
31
  artifact: null,
34
32
  collection: null,
35
33
  download_url: null,
36
34
  name: null,
37
35
  namespace: null,
38
- metadata: null)
36
+ metadata: null,
37
+ manifest: null,
38
+ files: null)
39
39
  ```
40
40
 
41
41
 
@@ -85,18 +85,18 @@ end
85
85
 
86
86
  api_instance = PulpAnsibleClient::ContentCollectionVersionsApi.new
87
87
  opts = {
88
- is_highest: 'is_highest_example', # String | is_highest
88
+ is_highest: true, # Boolean |
89
89
  limit: 56, # Integer | Number of results to return per page.
90
- name: 'name_example', # String | name
91
- namespace: 'namespace_example', # String | namespace
90
+ name: 'name_example', # String |
91
+ namespace: 'namespace_example', # String |
92
92
  offset: 56, # Integer | The initial index from which to return the results.
93
93
  ordering: 'ordering_example', # String | Which field to use when ordering the results.
94
- q: 'q_example', # String | q
95
- repository_version: 'repository_version_example', # String | repository_version
96
- repository_version_added: 'repository_version_added_example', # String | repository_version_added
97
- repository_version_removed: 'repository_version_removed_example', # String | repository_version_removed
98
- tags: 'tags_example', # String | tags
99
- version: 'version_example', # String | version
94
+ q: 'q_example', # String |
95
+ repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
96
+ repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
97
+ repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
98
+ tags: 'tags_example', # String | Filter by comma separate list of tags that must all be matched
99
+ version: 'version_example', # String | Filter results where version matches value
100
100
  fields: 'fields_example', # String | A list of fields to include in the response.
101
101
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
102
102
  }
@@ -115,18 +115,18 @@ end
115
115
 
116
116
  Name | Type | Description | Notes
117
117
  ------------- | ------------- | ------------- | -------------
118
- **is_highest** | **String**| is_highest | [optional]
118
+ **is_highest** | **Boolean**| | [optional]
119
119
  **limit** | **Integer**| Number of results to return per page. | [optional]
120
- **name** | **String**| name | [optional]
121
- **namespace** | **String**| namespace | [optional]
120
+ **name** | **String**| | [optional]
121
+ **namespace** | **String**| | [optional]
122
122
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
123
123
  **ordering** | **String**| Which field to use when ordering the results. | [optional]
124
- **q** | **String**| q | [optional]
125
- **repository_version** | **String**| repository_version | [optional]
126
- **repository_version_added** | **String**| repository_version_added | [optional]
127
- **repository_version_removed** | **String**| repository_version_removed | [optional]
128
- **tags** | **String**| tags | [optional]
129
- **version** | **String**| version | [optional]
124
+ **q** | **String**| | [optional]
125
+ **repository_version** | **String**| Repository Version referenced by HREF | [optional]
126
+ **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
127
+ **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
128
+ **tags** | **String**| Filter by comma separate list of tags that must all be matched | [optional]
129
+ **version** | **String**| Filter results where version matches value | [optional]
130
130
  **fields** | **String**| A list of fields to include in the response. | [optional]
131
131
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
132
132
 
@@ -86,14 +86,14 @@ end
86
86
  api_instance = PulpAnsibleClient::ContentRolesApi.new
87
87
  opts = {
88
88
  limit: 56, # Integer | Number of results to return per page.
89
- name: 'name_example', # String | name
90
- namespace: 'namespace_example', # String | namespace
89
+ name: 'name_example', # String | Filter results where name matches value
90
+ namespace: 'namespace_example', # String | Filter results where namespace matches value
91
91
  offset: 56, # Integer | The initial index from which to return the results.
92
92
  ordering: 'ordering_example', # String | Which field to use when ordering the results.
93
- repository_version: 'repository_version_example', # String | repository_version
94
- repository_version_added: 'repository_version_added_example', # String | repository_version_added
95
- repository_version_removed: 'repository_version_removed_example', # String | repository_version_removed
96
- version: 'version_example', # String | version
93
+ repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
94
+ repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
95
+ repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
96
+ version: 'version_example', # String | Filter results where version matches value
97
97
  fields: 'fields_example', # String | A list of fields to include in the response.
98
98
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
99
99
  }
@@ -113,14 +113,14 @@ end
113
113
  Name | Type | Description | Notes
114
114
  ------------- | ------------- | ------------- | -------------
115
115
  **limit** | **Integer**| Number of results to return per page. | [optional]
116
- **name** | **String**| name | [optional]
117
- **namespace** | **String**| namespace | [optional]
116
+ **name** | **String**| Filter results where name matches value | [optional]
117
+ **namespace** | **String**| Filter results where namespace matches value | [optional]
118
118
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
119
119
  **ordering** | **String**| Which field to use when ordering the results. | [optional]
120
- **repository_version** | **String**| repository_version | [optional]
121
- **repository_version_added** | **String**| repository_version_added | [optional]
122
- **repository_version_removed** | **String**| repository_version_removed | [optional]
123
- **version** | **String**| version | [optional]
120
+ **repository_version** | **String**| Repository Version referenced by HREF | [optional]
121
+ **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
122
+ **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
123
+ **version** | **String**| Filter results where version matches value | [optional]
124
124
  **fields** | **String**| A list of fields to include in the response. | [optional]
125
125
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
126
126
 
@@ -4,9 +4,9 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **added** | [**Object**](.md) | |
8
- **removed** | [**Object**](.md) | |
9
- **present** | [**Object**](.md) | |
7
+ **added** | **Hash<String, Object>** | |
8
+ **removed** | **Hash<String, Object>** | |
9
+ **present** | **Hash<String, Object>** | |
10
10
 
11
11
  ## Code Sample
12
12
 
@@ -4,9 +4,9 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **added** | [**Object**](.md) | |
8
- **removed** | [**Object**](.md) | |
9
- **present** | [**Object**](.md) | |
7
+ **added** | **Hash<String, Object>** | |
8
+ **removed** | **Hash<String, Object>** | |
9
+ **present** | **Hash<String, Object>** | |
10
10
 
11
11
  ## Code Sample
12
12
 
@@ -141,19 +141,19 @@ end
141
141
 
142
142
  api_instance = PulpAnsibleClient::DistributionsAnsibleApi.new
143
143
  opts = {
144
- base_path: 'base_path_example', # String | base_path
145
- base_path__contains: 'base_path__contains_example', # String | base_path__contains
146
- base_path__icontains: 'base_path__icontains_example', # String | base_path__icontains
147
- base_path__in: 'base_path__in_example', # String | base_path__in
144
+ base_path: 'base_path_example', # String |
145
+ base_path__contains: 'base_path__contains_example', # String | Filter results where base_path contains value
146
+ base_path__icontains: 'base_path__icontains_example', # String | Filter results where base_path contains value
147
+ base_path__in: ['base_path__in_example'], # Array<String> | Filter results where base_path is in a comma-separated list of values
148
148
  limit: 56, # Integer | Number of results to return per page.
149
- name: 'name_example', # String | name
150
- name__contains: 'name__contains_example', # String | name__contains
151
- name__icontains: 'name__icontains_example', # String | name__icontains
152
- name__in: 'name__in_example', # String | name__in
153
- name__startswith: 'name__startswith_example', # String | name__startswith
149
+ name: 'name_example', # String |
150
+ name__contains: 'name__contains_example', # String | Filter results where name contains value
151
+ name__icontains: 'name__icontains_example', # String | Filter results where name contains value
152
+ name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
153
+ name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
154
154
  offset: 56, # Integer | The initial index from which to return the results.
155
155
  ordering: 'ordering_example', # String | Which field to use when ordering the results.
156
- pulp_label_select: 'pulp_label_select_example', # String | pulp_label_select
156
+ pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
157
157
  fields: 'fields_example', # String | A list of fields to include in the response.
158
158
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
159
159
  }
@@ -172,19 +172,19 @@ end
172
172
 
173
173
  Name | Type | Description | Notes
174
174
  ------------- | ------------- | ------------- | -------------
175
- **base_path** | **String**| base_path | [optional]
176
- **base_path__contains** | **String**| base_path__contains | [optional]
177
- **base_path__icontains** | **String**| base_path__icontains | [optional]
178
- **base_path__in** | **String**| base_path__in | [optional]
175
+ **base_path** | **String**| | [optional]
176
+ **base_path__contains** | **String**| Filter results where base_path contains value | [optional]
177
+ **base_path__icontains** | **String**| Filter results where base_path contains value | [optional]
178
+ **base_path__in** | [**Array&lt;String&gt;**](String.md)| Filter results where base_path is in a comma-separated list of values | [optional]
179
179
  **limit** | **Integer**| Number of results to return per page. | [optional]
180
- **name** | **String**| name | [optional]
181
- **name__contains** | **String**| name__contains | [optional]
182
- **name__icontains** | **String**| name__icontains | [optional]
183
- **name__in** | **String**| name__in | [optional]
184
- **name__startswith** | **String**| name__startswith | [optional]
180
+ **name** | **String**| | [optional]
181
+ **name__contains** | **String**| Filter results where name contains value | [optional]
182
+ **name__icontains** | **String**| Filter results where name contains value | [optional]
183
+ **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
184
+ **name__startswith** | **String**| Filter results where name starts with value | [optional]
185
185
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
186
186
  **ordering** | **String**| Which field to use when ordering the results. | [optional]
187
- **pulp_label_select** | **String**| pulp_label_select | [optional]
187
+ **pulp_label_select** | **String**| Filter labels by search string | [optional]
188
188
  **fields** | **String**| A list of fields to include in the response. | [optional]
189
189
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
190
190
 
@@ -10,7 +10,9 @@ Name | Type | Description | Notes
10
10
  **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
11
11
  **client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
12
12
  **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
13
- **proxy_url** | **String** | The proxy URL. Format: scheme://user:password@host:port | [optional]
13
+ **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
14
+ **proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
15
+ **proxy_password** | **String** | The password to authenticte to the proxy. | [optional]
14
16
  **username** | **String** | The username to be used for authentication when syncing. | [optional]
15
17
  **password** | **String** | The password to be used for authentication when syncing. | [optional]
16
18
  **pulp_labels** | [**Object**](.md) | | [optional]
@@ -20,6 +22,7 @@ Name | Type | Description | Notes
20
22
  **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. | [optional]
21
23
  **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. | [optional]
22
24
  **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. | [optional]
25
+ **headers** | **Array&lt;Object&gt;** | Headers for aiohttp.Clientsession | [optional]
23
26
  **rate_limit** | **Integer** | Limits total download rate in requests per second | [optional]
24
27
  **requirements_file** | **String** | The string version of Collection requirements yaml. | [optional]
25
28
  **auth_url** | **String** | The URL to receive a session token from, e.g. used with Automation Hub. | [optional]
@@ -37,6 +40,8 @@ instance = PulpAnsibleClient::PatchedansibleCollectionRemote.new(name: null,
37
40
  client_key: null,
38
41
  tls_validation: null,
39
42
  proxy_url: null,
43
+ proxy_username: null,
44
+ proxy_password: null,
40
45
  username: null,
41
46
  password: null,
42
47
  pulp_labels: null,
@@ -46,6 +51,7 @@ instance = PulpAnsibleClient::PatchedansibleCollectionRemote.new(name: null,
46
51
  connect_timeout: null,
47
52
  sock_connect_timeout: null,
48
53
  sock_read_timeout: null,
54
+ headers: null,
49
55
  rate_limit: null,
50
56
  requirements_file: null,
51
57
  auth_url: null,
@@ -10,7 +10,9 @@ Name | Type | Description | Notes
10
10
  **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
11
11
  **client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
12
12
  **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
13
- **proxy_url** | **String** | The proxy URL. Format: scheme://user:password@host:port | [optional]
13
+ **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
14
+ **proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
15
+ **proxy_password** | **String** | The password to authenticte to the proxy. | [optional]
14
16
  **username** | **String** | The username to be used for authentication when syncing. | [optional]
15
17
  **password** | **String** | The password to be used for authentication when syncing. | [optional]
16
18
  **pulp_labels** | [**Object**](.md) | | [optional]
@@ -20,6 +22,7 @@ Name | Type | Description | Notes
20
22
  **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. | [optional]
21
23
  **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. | [optional]
22
24
  **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. | [optional]
25
+ **headers** | **Array&lt;Object&gt;** | Headers for aiohttp.Clientsession | [optional]
23
26
  **rate_limit** | **Integer** | Limits total download rate in requests per second | [optional]
24
27
 
25
28
  ## Code Sample
@@ -34,6 +37,8 @@ instance = PulpAnsibleClient::PatchedansibleRoleRemote.new(name: null,
34
37
  client_key: null,
35
38
  tls_validation: null,
36
39
  proxy_url: null,
40
+ proxy_username: null,
41
+ proxy_password: null,
37
42
  username: null,
38
43
  password: null,
39
44
  pulp_labels: null,
@@ -43,6 +48,7 @@ instance = PulpAnsibleClient::PatchedansibleRoleRemote.new(name: null,
43
48
  connect_timeout: null,
44
49
  sock_connect_timeout: null,
45
50
  sock_read_timeout: null,
51
+ headers: null,
46
52
  rate_limit: null)
47
53
  ```
48
54
 
@@ -27,10 +27,10 @@ require 'pulp_ansible_client'
27
27
  api_instance = PulpAnsibleClient::PulpAnsibleGalaxyApiCollectionsApi.new
28
28
  path = 'path_example' # String |
29
29
  opts = {
30
- deprecated: 'deprecated_example', # String | deprecated
30
+ deprecated: 'deprecated_example', # String |
31
31
  limit: 56, # Integer | Number of results to return per page.
32
- name: 'name_example', # String | name
33
- namespace: 'namespace_example', # String | namespace
32
+ name: 'name_example', # String |
33
+ namespace: 'namespace_example', # String |
34
34
  offset: 56, # Integer | The initial index from which to return the results.
35
35
  fields: 'fields_example', # String | A list of fields to include in the response.
36
36
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
@@ -50,10 +50,10 @@ end
50
50
  Name | Type | Description | Notes
51
51
  ------------- | ------------- | ------------- | -------------
52
52
  **path** | **String**| |
53
- **deprecated** | **String**| deprecated | [optional]
53
+ **deprecated** | **String**| | [optional]
54
54
  **limit** | **Integer**| Number of results to return per page. | [optional]
55
- **name** | **String**| name | [optional]
56
- **namespace** | **String**| namespace | [optional]
55
+ **name** | **String**| | [optional]
56
+ **namespace** | **String**| | [optional]
57
57
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
58
58
  **fields** | **String**| A list of fields to include in the response. | [optional]
59
59
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]