pulp_ansible_client 0.16.2 → 0.17.0.dev1676430674

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pulp_ansible_client might be problematic. Click here for more details.

Files changed (141) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +8 -7
  3. data/docs/AnsibleAnsibleRepository.md +1 -1
  4. data/docs/AnsibleAnsibleRepositoryResponse.md +4 -2
  5. data/docs/AnsibleCollectionRemote.md +1 -1
  6. data/docs/AnsibleCollectionRemoteResponse.md +4 -2
  7. data/docs/AnsibleCollectionVersion.md +3 -3
  8. data/docs/AnsibleCollectionVersionResponse.md +2 -2
  9. data/docs/AnsibleCollectionsApi.md +2 -6
  10. data/docs/AnsibleGitRemote.md +25 -25
  11. data/docs/AnsibleGitRemoteResponse.md +25 -25
  12. data/docs/AnsibleRoleRemote.md +1 -1
  13. data/docs/AnsibleRoleRemoteResponse.md +1 -1
  14. data/docs/AnsibleRoleResponse.md +2 -2
  15. data/docs/CollectionRefResponse.md +1 -1
  16. data/docs/CollectionResponse.md +6 -6
  17. data/docs/CollectionVersionListResponse.md +1 -1
  18. data/docs/CollectionVersionResponse.md +4 -4
  19. data/docs/ContentCollectionDeprecationsApi.md +2 -6
  20. data/docs/ContentCollectionSignaturesApi.md +2 -6
  21. data/docs/ContentCollectionVersionsApi.md +4 -8
  22. data/docs/ContentRolesApi.md +2 -6
  23. data/docs/DistributionsAnsibleApi.md +2 -6
  24. data/docs/GalaxyCollectionResponse.md +4 -4
  25. data/docs/GalaxyCollectionVersionResponse.md +4 -4
  26. data/docs/GalaxyRoleResponse.md +1 -1
  27. data/docs/GalaxyRoleVersionResponse.md +1 -1
  28. data/docs/PatchedansibleAnsibleRepository.md +1 -1
  29. data/docs/PatchedansibleCollectionRemote.md +1 -1
  30. data/docs/PatchedansibleGitRemote.md +25 -25
  31. data/docs/PatchedansibleRoleRemote.md +1 -1
  32. data/docs/ProgressReportResponse.md +27 -0
  33. data/docs/PulpAnsibleApiV3CollectionsAllApi.md +2 -6
  34. data/docs/PulpAnsibleApiV3CollectionsApi.md +2 -6
  35. data/docs/PulpAnsibleApiV3CollectionsVersionsApi.md +2 -6
  36. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +2 -6
  37. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexApi.md +2 -6
  38. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +2 -6
  39. data/docs/PulpAnsibleDefaultApiV3CollectionsAllApi.md +2 -6
  40. data/docs/PulpAnsibleDefaultApiV3CollectionsApi.md +2 -6
  41. data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsApi.md +2 -6
  42. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +2 -6
  43. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi.md +2 -6
  44. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +2 -6
  45. data/docs/RemotesCollectionApi.md +10 -6
  46. data/docs/RemotesGitApi.md +2 -6
  47. data/docs/RemotesRoleApi.md +2 -6
  48. data/docs/RepositoriesAnsibleApi.md +2 -6
  49. data/docs/RepositoriesAnsibleVersionsApi.md +2 -4
  50. data/docs/RepositoryAddRemoveContent.md +2 -2
  51. data/docs/Task.md +19 -0
  52. data/docs/TaskResponse.md +45 -0
  53. data/docs/UnpaginatedCollectionVersionResponse.md +4 -4
  54. data/lib/pulp_ansible_client/api/ansible_collections_api.rb +2 -8
  55. data/lib/pulp_ansible_client/api/content_collection_deprecations_api.rb +2 -8
  56. data/lib/pulp_ansible_client/api/content_collection_signatures_api.rb +2 -8
  57. data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +5 -11
  58. data/lib/pulp_ansible_client/api/content_roles_api.rb +2 -8
  59. data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +2 -8
  60. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_all_api.rb +2 -8
  61. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_api.rb +2 -8
  62. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_api.rb +2 -8
  63. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api.rb +2 -8
  64. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api.rb +2 -8
  65. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api.rb +2 -8
  66. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_all_api.rb +2 -8
  67. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_api.rb +2 -8
  68. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_api.rb +2 -8
  69. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api.rb +2 -8
  70. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api.rb +2 -8
  71. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api.rb +2 -8
  72. data/lib/pulp_ansible_client/api/remotes_collection_api.rb +15 -9
  73. data/lib/pulp_ansible_client/api/remotes_git_api.rb +2 -8
  74. data/lib/pulp_ansible_client/api/remotes_role_api.rb +2 -8
  75. data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +2 -8
  76. data/lib/pulp_ansible_client/api/repositories_ansible_versions_api.rb +2 -5
  77. data/lib/pulp_ansible_client/models/ansible_ansible_repository.rb +1 -1
  78. data/lib/pulp_ansible_client/models/ansible_ansible_repository_response.rb +15 -6
  79. data/lib/pulp_ansible_client/models/ansible_collection_remote.rb +1 -1
  80. data/lib/pulp_ansible_client/models/ansible_collection_remote_response.rb +14 -5
  81. data/lib/pulp_ansible_client/models/ansible_collection_version.rb +11 -11
  82. data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +10 -10
  83. data/lib/pulp_ansible_client/models/ansible_git_remote.rb +230 -230
  84. data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +149 -149
  85. data/lib/pulp_ansible_client/models/ansible_role_remote.rb +1 -1
  86. data/lib/pulp_ansible_client/models/ansible_role_remote_response.rb +1 -1
  87. data/lib/pulp_ansible_client/models/ansible_role_response.rb +10 -10
  88. data/lib/pulp_ansible_client/models/collection_ref_response.rb +0 -1
  89. data/lib/pulp_ansible_client/models/collection_response.rb +0 -6
  90. data/lib/pulp_ansible_client/models/collection_version_list_response.rb +0 -1
  91. data/lib/pulp_ansible_client/models/collection_version_response.rb +0 -4
  92. data/lib/pulp_ansible_client/models/galaxy_collection_response.rb +0 -4
  93. data/lib/pulp_ansible_client/models/galaxy_collection_version_response.rb +0 -4
  94. data/lib/pulp_ansible_client/models/galaxy_role_response.rb +0 -1
  95. data/lib/pulp_ansible_client/models/galaxy_role_version_response.rb +0 -1
  96. data/lib/pulp_ansible_client/models/patchedansible_ansible_repository.rb +1 -1
  97. data/lib/pulp_ansible_client/models/patchedansible_collection_remote.rb +1 -1
  98. data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +215 -215
  99. data/lib/pulp_ansible_client/models/patchedansible_role_remote.rb +1 -1
  100. data/lib/pulp_ansible_client/models/progress_report_response.rb +259 -0
  101. data/lib/pulp_ansible_client/models/repository_add_remove_content.rb +2 -2
  102. data/lib/pulp_ansible_client/models/task.rb +266 -0
  103. data/lib/pulp_ansible_client/models/task_response.rb +366 -0
  104. data/lib/pulp_ansible_client/models/unpaginated_collection_version_response.rb +0 -4
  105. data/lib/pulp_ansible_client/version.rb +1 -1
  106. data/lib/pulp_ansible_client.rb +3 -0
  107. data/spec/api/ansible_collections_api_spec.rb +1 -3
  108. data/spec/api/content_collection_deprecations_api_spec.rb +1 -3
  109. data/spec/api/content_collection_signatures_api_spec.rb +1 -3
  110. data/spec/api/content_collection_versions_api_spec.rb +2 -4
  111. data/spec/api/content_roles_api_spec.rb +1 -3
  112. data/spec/api/distributions_ansible_api_spec.rb +1 -3
  113. data/spec/api/pulp_ansible_api_v3_collections_all_api_spec.rb +1 -3
  114. data/spec/api/pulp_ansible_api_v3_collections_api_spec.rb +1 -3
  115. data/spec/api/pulp_ansible_api_v3_collections_versions_api_spec.rb +1 -3
  116. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +1 -3
  117. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api_spec.rb +1 -3
  118. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +1 -3
  119. data/spec/api/pulp_ansible_default_api_v3_collections_all_api_spec.rb +1 -3
  120. data/spec/api/pulp_ansible_default_api_v3_collections_api_spec.rb +1 -3
  121. data/spec/api/pulp_ansible_default_api_v3_collections_versions_api_spec.rb +1 -3
  122. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +1 -3
  123. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api_spec.rb +1 -3
  124. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +1 -3
  125. data/spec/api/remotes_collection_api_spec.rb +5 -3
  126. data/spec/api/remotes_git_api_spec.rb +1 -3
  127. data/spec/api/remotes_role_api_spec.rb +1 -3
  128. data/spec/api/repositories_ansible_api_spec.rb +1 -3
  129. data/spec/api/repositories_ansible_versions_api_spec.rb +1 -2
  130. data/spec/models/ansible_ansible_repository_response_spec.rb +6 -0
  131. data/spec/models/ansible_collection_remote_response_spec.rb +6 -0
  132. data/spec/models/ansible_collection_version_response_spec.rb +2 -2
  133. data/spec/models/ansible_collection_version_spec.rb +2 -2
  134. data/spec/models/ansible_git_remote_response_spec.rb +19 -19
  135. data/spec/models/ansible_git_remote_spec.rb +19 -19
  136. data/spec/models/ansible_role_response_spec.rb +2 -2
  137. data/spec/models/patchedansible_git_remote_spec.rb +19 -19
  138. data/spec/models/progress_report_response_spec.rb +71 -0
  139. data/spec/models/task_response_spec.rb +125 -0
  140. data/spec/models/task_spec.rb +47 -0
  141. metadata +114 -102
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 91bb346267e5d08e6def22c54a97c7f4dda46e8c41eddf2cf0c12a99caa83a7f
4
- data.tar.gz: 44cde891447fb8a6781bacb73ea855730f3418d0b8db6d3bd7efdba8dda92cff
3
+ metadata.gz: 3d57cd3c42413b37dd07b73dc373e87e30c67dd3b53cb495499acc19b991a825
4
+ data.tar.gz: 5449ac3e01d349d78fb9b4695d8b56d8df1c5b9dbb72ab5285d40bdec039d8ac
5
5
  SHA512:
6
- metadata.gz: 8c59add7bc182af8e1bcb828f978108297fce712a826367a43d471f740eb153bf21f7712e1b253f70be8003369442499f5c9906d9ac0bce9bcebc427c2e5c748
7
- data.tar.gz: b09004e90d0e2370d3780da6ee2852ba1d93c8ba4a85a08d16ccf7ee76a4ee1b83c87bd20ea7b3baae6e83b692824403008e0af2c01f605e6c27c84d3d0f2f5f
6
+ metadata.gz: 81addd04cccc113c89f7d4683eec03adb57b24ca04f7455ec131b6f7280542fd663f6e82acf9d00867f449c7664f26ce06e47412caf3622738c737c6112dee91
7
+ data.tar.gz: 59007ce77836ca33f36a25cfb1e6ff0f5be23a655d91821f98254112b954349979678a32fcab128d9b2267c8d215fd4d6a17e08924bdcfcf6235a0dc70c9bc88
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.16.2
10
+ - Package version: 0.17.0.dev1676430674
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.16.2.gem
27
+ gem install ./pulp_ansible_client-0.17.0.dev1676430674.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_ansible_client-0.16.2.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_ansible_client-0.17.0.dev1676430674.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.16.2'
36
+ gem 'pulp_ansible_client', '~> 0.17.0.dev1676430674'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -70,9 +70,7 @@ opts = {
70
70
  name: 'name_example', # String |
71
71
  namespace: 'namespace_example', # String |
72
72
  offset: 56, # Integer | The initial index from which to return the results.
73
- 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) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `name` - Name * `-name` - Name (descending) * `pk` - Pk * `-pk` - Pk (descending)
74
- pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
75
- pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
73
+ ordering: ['ordering_example'], # Array<String> | Ordering
76
74
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
77
75
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
78
76
  }
@@ -283,11 +281,14 @@ Class | Method | HTTP request | Description
283
281
  - [PulpAnsibleClient::PatchedansibleGitRemote](docs/PatchedansibleGitRemote.md)
284
282
  - [PulpAnsibleClient::PatchedansibleRoleRemote](docs/PatchedansibleRoleRemote.md)
285
283
  - [PulpAnsibleClient::PolicyEnum](docs/PolicyEnum.md)
284
+ - [PulpAnsibleClient::ProgressReportResponse](docs/ProgressReportResponse.md)
286
285
  - [PulpAnsibleClient::Repair](docs/Repair.md)
287
286
  - [PulpAnsibleClient::RepoMetadataResponse](docs/RepoMetadataResponse.md)
288
287
  - [PulpAnsibleClient::RepositoryAddRemoveContent](docs/RepositoryAddRemoveContent.md)
289
288
  - [PulpAnsibleClient::RepositoryVersionResponse](docs/RepositoryVersionResponse.md)
290
289
  - [PulpAnsibleClient::TagResponse](docs/TagResponse.md)
290
+ - [PulpAnsibleClient::Task](docs/Task.md)
291
+ - [PulpAnsibleClient::TaskResponse](docs/TaskResponse.md)
291
292
  - [PulpAnsibleClient::UnpaginatedCollectionVersionResponse](docs/UnpaginatedCollectionVersionResponse.md)
292
293
 
293
294
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
8
8
  **name** | **String** | A unique name for this repository. |
9
9
  **description** | **String** | An optional description. | [optional]
10
- **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
10
+ **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
11
11
  **remote** | **String** | An optional remote to use by default when syncing. | [optional]
12
12
  **last_synced_metadata_time** | **DateTime** | Last synced metadata time. | [optional]
13
13
  **gpgkey** | **String** | Gpg public key to verify collection signatures against | [optional]
@@ -11,10 +11,11 @@ Name | Type | Description | Notes
11
11
  **latest_version_href** | **String** | | [optional] [readonly]
12
12
  **name** | **String** | A unique name for this repository. |
13
13
  **description** | **String** | An optional description. | [optional]
14
- **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
14
+ **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
15
15
  **remote** | **String** | An optional remote to use by default when syncing. | [optional]
16
16
  **last_synced_metadata_time** | **DateTime** | Last synced metadata time. | [optional]
17
17
  **gpgkey** | **String** | Gpg public key to verify collection signatures against | [optional]
18
+ **last_sync_task** | [**TaskResponse**](TaskResponse.md) | | [optional] [readonly]
18
19
 
19
20
  ## Code Sample
20
21
 
@@ -31,7 +32,8 @@ instance = PulpAnsibleClient::AnsibleAnsibleRepositoryResponse.new(pulp_href: nu
31
32
  retain_repo_versions: null,
32
33
  remote: null,
33
34
  last_synced_metadata_time: null,
34
- gpgkey: null)
35
+ gpgkey: null,
36
+ last_sync_task: null)
35
37
  ```
36
38
 
37
39
 
@@ -18,7 +18,7 @@ Name | Type | Description | Notes
18
18
  **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
19
19
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
20
20
  **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
21
- **policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. * &#x60;immediate&#x60; - immediate * &#x60;When syncing, download all metadata and content now.&#x60; - When syncing, download all metadata and content now. | [optional]
21
+ **policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. | [optional]
22
22
  **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]
23
23
  **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]
24
24
  **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
@@ -16,7 +16,7 @@ Name | Type | Description | Notes
16
16
  **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
17
17
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
18
18
  **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
19
- **policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. * &#x60;immediate&#x60; - immediate * &#x60;When syncing, download all metadata and content now.&#x60; - When syncing, download all metadata and content now. | [optional]
19
+ **policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. | [optional]
20
20
  **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]
21
21
  **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]
22
22
  **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]
@@ -28,6 +28,7 @@ Name | Type | Description | Notes
28
28
  **auth_url** | **String** | The URL to receive a session token from, e.g. used with Automation Hub. | [optional]
29
29
  **sync_dependencies** | **Boolean** | Sync dependencies for collections specified via requirements file | [optional] [default to true]
30
30
  **signed_only** | **Boolean** | Sync only collections that have a signature | [optional] [default to false]
31
+ **last_sync_task** | [**TaskResponse**](TaskResponse.md) | | [optional] [readonly]
31
32
 
32
33
  ## Code Sample
33
34
 
@@ -57,7 +58,8 @@ instance = PulpAnsibleClient::AnsibleCollectionRemoteResponse.new(pulp_href: nul
57
58
  requirements_file: null,
58
59
  auth_url: null,
59
60
  sync_dependencies: null,
60
- signed_only: null)
61
+ signed_only: null,
62
+ last_sync_task: null)
61
63
  ```
62
64
 
63
65
 
@@ -4,8 +4,8 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
8
7
  **file** | **File** | An uploaded file that may be turned into the artifact of the content unit. | [optional]
8
+ **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
9
9
  **upload** | **String** | An uncommitted upload that may be turned into the artifact of the content unit. | [optional]
10
10
  **artifact** | **String** | Artifact file representing the physical content | [optional]
11
11
  **expected_name** | **String** | The name of the collection. | [optional]
@@ -17,8 +17,8 @@ Name | Type | Description | Notes
17
17
  ```ruby
18
18
  require 'PulpAnsibleClient'
19
19
 
20
- instance = PulpAnsibleClient::AnsibleCollectionVersion.new(repository: null,
21
- file: null,
20
+ instance = PulpAnsibleClient::AnsibleCollectionVersion.new(file: null,
21
+ repository: null,
22
22
  upload: null,
23
23
  artifact: null,
24
24
  expected_name: null,
@@ -5,8 +5,8 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
8
- **pulp_href** | **String** | | [optional] [readonly]
9
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]
@@ -38,8 +38,8 @@ Name | Type | Description | Notes
38
38
  require 'PulpAnsibleClient'
39
39
 
40
40
  instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(pulp_created: null,
41
- pulp_href: null,
42
41
  artifact: null,
42
+ pulp_href: null,
43
43
  sha256: null,
44
44
  md5: null,
45
45
  sha1: null,
@@ -35,9 +35,7 @@ opts = {
35
35
  name: 'name_example', # String |
36
36
  namespace: 'namespace_example', # String |
37
37
  offset: 56, # Integer | The initial index from which to return the results.
38
- 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) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `name` - Name * `-name` - Name (descending) * `pk` - Pk * `-pk` - Pk (descending)
39
- pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
40
- pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
38
+ ordering: ['ordering_example'], # Array<String> | Ordering
41
39
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
42
40
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
43
41
  }
@@ -60,9 +58,7 @@ Name | Type | Description | Notes
60
58
  **name** | **String**| | [optional]
61
59
  **namespace** | **String**| | [optional]
62
60
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
63
- **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;namespace&#x60; - Namespace * &#x60;-namespace&#x60; - Namespace (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
64
- **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
65
- **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
61
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
66
62
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
67
63
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
68
64
 
@@ -4,25 +4,25 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
+ **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]
8
+ **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
7
9
  **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]
10
+ **headers** | **Array&lt;Object&gt;** | Headers for aiohttp.Clientsession | [optional]
11
+ **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
12
+ **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
13
+ **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
14
+ **client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
8
15
  **name** | **String** | A unique name for this remote. |
9
- **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
10
16
  **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
11
- **headers** | **Array&lt;Object&gt;** | Headers for aiohttp.Clientsession | [optional]
17
+ **url** | **String** | The URL of an external content source. |
12
18
  **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
13
- **client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
14
- **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]
15
- **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]
16
19
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
17
- **username** | **String** | The username to be used for authentication when syncing. | [optional]
18
- **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
19
20
  **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
20
- **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
21
- **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
22
- **url** | **String** | The URL of an external content source. |
23
- **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
24
- **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
25
21
  **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
22
+ **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]
23
+ **username** | **String** | The username to be used for authentication when syncing. | [optional]
24
+ **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
25
+ **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
26
26
  **proxy_username** | **String** | The username to authenticte to the proxy. | [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]
@@ -32,25 +32,25 @@ Name | Type | Description | Notes
32
32
  ```ruby
33
33
  require 'PulpAnsibleClient'
34
34
 
35
- instance = PulpAnsibleClient::AnsibleGitRemote.new(sock_connect_timeout: null,
35
+ instance = PulpAnsibleClient::AnsibleGitRemote.new(connect_timeout: null,
36
+ proxy_password: null,
37
+ sock_connect_timeout: null,
38
+ headers: null,
39
+ rate_limit: null,
40
+ client_cert: null,
41
+ password: null,
42
+ client_key: null,
36
43
  name: null,
37
- total_timeout: null,
38
44
  ca_cert: null,
39
- headers: null,
45
+ url: null,
40
46
  proxy_url: null,
41
- client_key: null,
42
- connect_timeout: null,
43
- sock_read_timeout: null,
44
47
  download_concurrency: null,
45
- username: null,
46
- password: null,
47
48
  max_retries: null,
48
- proxy_password: null,
49
- tls_validation: null,
50
- url: null,
51
- client_cert: null,
52
- rate_limit: null,
53
49
  pulp_labels: null,
50
+ total_timeout: null,
51
+ username: null,
52
+ sock_read_timeout: null,
53
+ tls_validation: null,
54
54
  proxy_username: null,
55
55
  metadata_only: null,
56
56
  git_ref: null)
@@ -4,25 +4,25 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
+ **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]
8
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
7
10
  **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]
11
+ **headers** | **Array&lt;Object&gt;** | Headers for aiohttp.Clientsession | [optional]
12
+ **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
13
+ **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
14
+ **hidden_fields** | [**Array&lt;AnsibleCollectionRemoteResponseHiddenFields&gt;**](AnsibleCollectionRemoteResponseHiddenFields.md) | List of hidden (write only) fields | [optional] [readonly]
8
15
  **name** | **String** | A unique name for this remote. |
9
- **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
10
16
  **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
11
- **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
12
- **headers** | **Array&lt;Object&gt;** | Headers for aiohttp.Clientsession | [optional]
13
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
17
+ **url** | **String** | The URL of an external content source. |
14
18
  **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
15
- **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]
16
- **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]
17
19
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
18
- **pulp_href** | **String** | | [optional] [readonly]
19
20
  **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
20
- **hidden_fields** | [**Array&lt;AnsibleCollectionRemoteResponseHiddenFields&gt;**](AnsibleCollectionRemoteResponseHiddenFields.md) | List of hidden (write only) fields | [optional] [readonly]
21
- **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
22
- **url** | **String** | The URL of an external content source. |
23
- **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
24
- **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
25
21
  **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
22
+ **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]
23
+ **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
24
+ **pulp_href** | **String** | | [optional] [readonly]
25
+ **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [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_connect_timeout: null,
35
- name: null,
36
- total_timeout: null,
37
- ca_cert: null,
34
+ instance = PulpAnsibleClient::AnsibleGitRemoteResponse.new(connect_timeout: null,
35
+ pulp_created: null,
38
36
  pulp_last_updated: null,
37
+ sock_connect_timeout: null,
39
38
  headers: null,
40
- pulp_created: null,
39
+ rate_limit: null,
40
+ client_cert: null,
41
+ hidden_fields: null,
42
+ name: null,
43
+ ca_cert: null,
44
+ url: null,
41
45
  proxy_url: null,
42
- connect_timeout: null,
43
- sock_read_timeout: null,
44
46
  download_concurrency: null,
45
- pulp_href: null,
46
47
  max_retries: null,
47
- hidden_fields: null,
48
- tls_validation: null,
49
- url: null,
50
- client_cert: null,
51
- rate_limit: null,
52
48
  pulp_labels: null,
49
+ total_timeout: null,
50
+ sock_read_timeout: null,
51
+ pulp_href: null,
52
+ tls_validation: null,
53
53
  metadata_only: null,
54
54
  git_ref: null)
55
55
  ```
@@ -18,7 +18,7 @@ Name | Type | Description | Notes
18
18
  **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
19
19
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
20
20
  **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
21
- **policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. * &#x60;immediate&#x60; - immediate * &#x60;When syncing, download all metadata and content now.&#x60; - When syncing, download all metadata and content now. | [optional]
21
+ **policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. | [optional]
22
22
  **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]
23
23
  **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]
24
24
  **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
@@ -16,7 +16,7 @@ Name | Type | Description | Notes
16
16
  **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
17
17
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
18
18
  **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
19
- **policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. * &#x60;immediate&#x60; - immediate * &#x60;When syncing, download all metadata and content now.&#x60; - When syncing, download all metadata and content now. | [optional]
19
+ **policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. | [optional]
20
20
  **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]
21
21
  **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]
22
22
  **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]
@@ -5,8 +5,8 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **artifact** | **String** | Artifact file representing the physical content |
8
- **pulp_href** | **String** | | [optional] [readonly]
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** | |
@@ -17,8 +17,8 @@ Name | Type | Description | Notes
17
17
  require 'PulpAnsibleClient'
18
18
 
19
19
  instance = PulpAnsibleClient::AnsibleRoleResponse.new(artifact: null,
20
- pulp_href: null,
21
20
  pulp_created: null,
21
+ pulp_href: null,
22
22
  version: null,
23
23
  name: null,
24
24
  namespace: null)
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **id** | **String** | |
8
8
  **name** | **String** | |
9
- **href** | **String** | Returns link to a collection. | [optional] [readonly]
9
+ **href** | **String** | | [optional] [readonly]
10
10
 
11
11
  ## Code Sample
12
12
 
@@ -4,14 +4,14 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **href** | **String** | Get href. | [optional] [readonly]
7
+ **href** | **String** | | [optional] [readonly]
8
8
  **namespace** | **String** | | [optional] [readonly]
9
9
  **name** | **String** | | [optional] [readonly]
10
- **deprecated** | **Boolean** | Get deprecated. | [optional] [readonly]
11
- **versions_url** | **String** | Get a link to a collection versions list. | [optional] [readonly]
12
- **highest_version** | [**Object**](.md) | Get a highest version and its link. | [optional] [readonly]
13
- **created_at** | **DateTime** | Get the timestamp of the lowest version CollectionVersion&#39;s created timestamp. | [optional] [readonly]
14
- **updated_at** | **DateTime** | Get the timestamp of the highest version CollectionVersion&#39;s created timestamp. | [optional] [readonly]
10
+ **deprecated** | **Boolean** | | [optional] [readonly]
11
+ **versions_url** | **String** | | [optional] [readonly]
12
+ **highest_version** | [**Object**](.md) | | [optional] [readonly]
13
+ **created_at** | **DateTime** | | [optional] [readonly]
14
+ **updated_at** | **DateTime** | | [optional] [readonly]
15
15
 
16
16
  ## Code Sample
17
17
 
@@ -5,7 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **version** | **String** | | [optional] [readonly]
8
- **href** | **String** | Get href. | [optional] [readonly]
8
+ **href** | **String** | | [optional] [readonly]
9
9
  **created_at** | **DateTime** | |
10
10
  **updated_at** | **DateTime** | |
11
11
  **requires_ansible** | **String** | | [optional]
@@ -5,19 +5,19 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **version** | **String** | | [optional] [readonly]
8
- **href** | **String** | Get href. | [optional] [readonly]
8
+ **href** | **String** | | [optional] [readonly]
9
9
  **created_at** | **DateTime** | |
10
10
  **updated_at** | **DateTime** | |
11
11
  **requires_ansible** | **String** | | [optional]
12
12
  **artifact** | [**ArtifactRefResponse**](ArtifactRefResponse.md) | | [optional] [readonly]
13
13
  **collection** | [**CollectionRefResponse**](CollectionRefResponse.md) | | [optional] [readonly]
14
- **download_url** | **String** | Get artifact download URL. | [optional] [readonly]
14
+ **download_url** | **String** | | [optional] [readonly]
15
15
  **name** | **String** | | [optional] [readonly]
16
16
  **namespace** | [**CollectionNamespaceResponse**](CollectionNamespaceResponse.md) | | [optional] [readonly]
17
17
  **signatures** | **String** | | [optional] [readonly]
18
18
  **metadata** | [**CollectionMetadataResponse**](CollectionMetadataResponse.md) | | [optional] [readonly]
19
- **git_url** | **String** | Get the git URL. | [optional] [readonly]
20
- **git_commit_sha** | **String** | Get the git commit sha. | [optional] [readonly]
19
+ **git_url** | **String** | | [optional] [readonly]
20
+ **git_commit_sha** | **String** | | [optional] [readonly]
21
21
  **manifest** | [**Object**](.md) | A JSON field holding MANIFEST.json data. | [optional] [readonly]
22
22
  **files** | [**Object**](.md) | A JSON field holding FILES.json data. | [optional] [readonly]
23
23
 
@@ -87,9 +87,7 @@ api_instance = PulpAnsibleClient::ContentCollectionDeprecationsApi.new
87
87
  opts = {
88
88
  limit: 56, # Integer | Number of results to return per page.
89
89
  offset: 56, # Integer | The initial index from which to return the results.
90
- ordering: ['ordering_example'], # Array<String> | Ordering * `pk` - Pk * `-pk` - Pk (descending)
91
- pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
92
- pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
90
+ ordering: ['ordering_example'], # Array<String> | Ordering
93
91
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
94
92
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
95
93
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
@@ -113,9 +111,7 @@ Name | Type | Description | Notes
113
111
  ------------- | ------------- | ------------- | -------------
114
112
  **limit** | **Integer**| Number of results to return per page. | [optional]
115
113
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
116
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
117
- **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
118
- **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
114
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
119
115
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
120
116
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
121
117
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
@@ -93,11 +93,9 @@ api_instance = PulpAnsibleClient::ContentCollectionSignaturesApi.new
93
93
  opts = {
94
94
  limit: 56, # Integer | Number of results to return per page.
95
95
  offset: 56, # Integer | The initial index from which to return the results.
96
- 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) * `data` - Data * `-data` - Data (descending) * `digest` - Digest * `-digest` - Digest (descending) * `pubkey_fingerprint` - Pubkey fingerprint * `-pubkey_fingerprint` - Pubkey fingerprint (descending) * `pk` - Pk * `-pk` - Pk (descending)
96
+ ordering: ['ordering_example'], # Array<String> | Ordering
97
97
  pubkey_fingerprint: 'pubkey_fingerprint_example', # String | Filter results where pubkey_fingerprint matches value
98
98
  pubkey_fingerprint__in: ['pubkey_fingerprint__in_example'], # Array<String> | Filter results where pubkey_fingerprint is in a comma-separated list of values
99
- pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
100
- pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
101
99
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
102
100
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
103
101
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
@@ -123,11 +121,9 @@ Name | Type | Description | Notes
123
121
  ------------- | ------------- | ------------- | -------------
124
122
  **limit** | **Integer**| Number of results to return per page. | [optional]
125
123
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
126
- **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;data&#x60; - Data * &#x60;-data&#x60; - Data (descending) * &#x60;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;pubkey_fingerprint&#x60; - Pubkey fingerprint * &#x60;-pubkey_fingerprint&#x60; - Pubkey fingerprint (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
124
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
127
125
  **pubkey_fingerprint** | **String**| Filter results where pubkey_fingerprint matches value | [optional]
128
126
  **pubkey_fingerprint__in** | [**Array&lt;String&gt;**](String.md)| Filter results where pubkey_fingerprint is in a comma-separated list of values | [optional]
129
- **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
130
- **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
131
127
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
132
128
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
133
129
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
@@ -32,8 +32,8 @@ end
32
32
 
33
33
  api_instance = PulpAnsibleClient::ContentCollectionVersionsApi.new
34
34
  opts = {
35
- repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
36
35
  file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the artifact of the content unit.
36
+ repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
37
37
  upload: 'upload_example', # String | An uncommitted upload that may be turned into the artifact of the content unit.
38
38
  artifact: 'artifact_example', # String | Artifact file representing the physical content
39
39
  expected_name: 'expected_name_example', # String | The name of the collection.
@@ -55,8 +55,8 @@ end
55
55
 
56
56
  Name | Type | Description | Notes
57
57
  ------------- | ------------- | ------------- | -------------
58
- **repository** | **String**| A URI of a repository the new content unit should be associated with. | [optional]
59
58
  **file** | **File**| An uploaded file that may be turned into the artifact of the content unit. | [optional]
59
+ **repository** | **String**| A URI of a repository the new content unit should be associated with. | [optional]
60
60
  **upload** | **String**| An uncommitted upload that may be turned into the artifact of the content unit. | [optional]
61
61
  **artifact** | **String**| Artifact file representing the physical content | [optional]
62
62
  **expected_name** | **String**| The name of the collection. | [optional]
@@ -104,9 +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)
108
- pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
109
- pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
107
+ ordering: ['ordering_example'], # Array<String> | Ordering
110
108
  q: 'q_example', # String |
111
109
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
112
110
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
@@ -136,9 +134,7 @@ Name | Type | Description | Notes
136
134
  **name** | **String**| | [optional]
137
135
  **namespace** | **String**| | [optional]
138
136
  **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]
140
- **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
141
- **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
137
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
142
138
  **q** | **String**| | [optional]
143
139
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
144
140
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
@@ -89,9 +89,7 @@ opts = {
89
89
  name: 'name_example', # String | Filter results where name matches value
90
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
- 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) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `name` - Name * `-name` - Name (descending) * `version` - Version * `-version` - Version (descending) * `pk` - Pk * `-pk` - Pk (descending)
93
- pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
94
- pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
92
+ ordering: ['ordering_example'], # Array<String> | Ordering
95
93
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
96
94
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
97
95
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
@@ -118,9 +116,7 @@ Name | Type | Description | Notes
118
116
  **name** | **String**| Filter results where name matches value | [optional]
119
117
  **namespace** | **String**| Filter results where namespace matches value | [optional]
120
118
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
121
- **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;namespace&#x60; - Namespace * &#x60;-namespace&#x60; - Namespace (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
122
- **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
123
- **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
119
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
124
120
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
125
121
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
126
122
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]