pulp_container_client 2.16.4 → 2.18.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (80) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +40 -6
  3. data/docs/ContainerContainerDistribution.md +7 -7
  4. data/docs/ContainerContainerDistributionResponse.md +10 -8
  5. data/docs/ContainerContainerPullThroughDistribution.md +35 -0
  6. data/docs/ContainerContainerPullThroughDistributionResponse.md +41 -0
  7. data/docs/ContainerContainerPullThroughRemote.md +57 -0
  8. data/docs/ContainerContainerPullThroughRemoteResponse.md +55 -0
  9. data/docs/{ContainerContainerRemoteResponseHiddenFields.md → ContainerContainerPullThroughRemoteResponseHiddenFields.md} +2 -2
  10. data/docs/ContainerContainerPushRepository.md +5 -5
  11. data/docs/ContainerContainerPushRepositoryResponse.md +13 -13
  12. data/docs/ContainerContainerRemote.md +1 -1
  13. data/docs/ContainerContainerRemoteResponse.md +2 -2
  14. data/docs/ContentBlobsApi.md +2 -0
  15. data/docs/ContentManifestsApi.md +2 -0
  16. data/docs/ContentSignaturesApi.md +2 -0
  17. data/docs/ContentTagsApi.md +2 -0
  18. data/docs/DistributionsPullThroughApi.md +736 -0
  19. data/docs/PaginatedcontainerContainerPullThroughDistributionResponseList.md +23 -0
  20. data/docs/PaginatedcontainerContainerPullThroughRemoteResponseList.md +23 -0
  21. data/docs/PatchedcontainerContainerDistribution.md +7 -7
  22. data/docs/PatchedcontainerContainerPullThroughDistribution.md +35 -0
  23. data/docs/PatchedcontainerContainerPullThroughRemote.md +57 -0
  24. data/docs/PatchedcontainerContainerPushRepository.md +5 -5
  25. data/docs/PatchedcontainerContainerRemote.md +1 -1
  26. data/docs/{PolicyEnum.md → Policy762Enum.md} +2 -2
  27. data/docs/Policy8e2Enum.md +16 -0
  28. data/docs/RemotesPullThroughApi.md +734 -0
  29. data/lib/pulp_container_client/api/content_blobs_api.rb +3 -0
  30. data/lib/pulp_container_client/api/content_manifests_api.rb +3 -0
  31. data/lib/pulp_container_client/api/content_signatures_api.rb +3 -0
  32. data/lib/pulp_container_client/api/content_tags_api.rb +3 -0
  33. data/lib/pulp_container_client/api/distributions_pull_through_api.rb +907 -0
  34. data/lib/pulp_container_client/api/remotes_pull_through_api.rb +904 -0
  35. data/lib/pulp_container_client/models/container_container_distribution.rb +26 -26
  36. data/lib/pulp_container_client/models/container_container_distribution_response.rb +43 -33
  37. data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +373 -0
  38. data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +349 -0
  39. data/lib/pulp_container_client/models/container_container_pull_through_remote.rb +668 -0
  40. data/lib/pulp_container_client/models/container_container_pull_through_remote_response.rb +496 -0
  41. data/lib/pulp_container_client/models/{container_container_remote_response_hidden_fields.rb → container_container_pull_through_remote_response_hidden_fields.rb} +3 -3
  42. data/lib/pulp_container_client/models/container_container_push_repository.rb +47 -47
  43. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +56 -56
  44. data/lib/pulp_container_client/models/container_container_remote.rb +1 -1
  45. data/lib/pulp_container_client/models/container_container_remote_response.rb +2 -2
  46. data/lib/pulp_container_client/models/paginatedcontainer_container_pull_through_distribution_response_list.rb +237 -0
  47. data/lib/pulp_container_client/models/paginatedcontainer_container_pull_through_remote_response_list.rb +237 -0
  48. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +26 -26
  49. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +350 -0
  50. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_remote.rb +650 -0
  51. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +39 -39
  52. data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +1 -1
  53. data/lib/pulp_container_client/models/{policy_enum.rb → policy762_enum.rb} +3 -3
  54. data/lib/pulp_container_client/models/policy8e2_enum.rb +35 -0
  55. data/lib/pulp_container_client/version.rb +1 -1
  56. data/lib/pulp_container_client.rb +13 -2
  57. data/spec/api/content_blobs_api_spec.rb +1 -0
  58. data/spec/api/content_manifests_api_spec.rb +1 -0
  59. data/spec/api/content_signatures_api_spec.rb +1 -0
  60. data/spec/api/content_tags_api_spec.rb +1 -0
  61. data/spec/api/distributions_pull_through_api_spec.rb +215 -0
  62. data/spec/api/remotes_pull_through_api_spec.rb +214 -0
  63. data/spec/models/container_container_distribution_response_spec.rb +12 -6
  64. data/spec/models/container_container_distribution_spec.rb +4 -4
  65. data/spec/models/container_container_pull_through_distribution_response_spec.rb +113 -0
  66. data/spec/models/container_container_pull_through_distribution_spec.rb +95 -0
  67. data/spec/models/{container_container_remote_response_hidden_fields_spec.rb → container_container_pull_through_remote_response_hidden_fields_spec.rb} +6 -6
  68. data/spec/models/container_container_pull_through_remote_response_spec.rb +155 -0
  69. data/spec/models/container_container_pull_through_remote_spec.rb +161 -0
  70. data/spec/models/container_container_push_repository_response_spec.rb +7 -7
  71. data/spec/models/container_container_push_repository_spec.rb +4 -4
  72. data/spec/models/paginatedcontainer_container_pull_through_distribution_response_list_spec.rb +59 -0
  73. data/spec/models/paginatedcontainer_container_pull_through_remote_response_list_spec.rb +59 -0
  74. data/spec/models/patchedcontainer_container_distribution_spec.rb +4 -4
  75. data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +95 -0
  76. data/spec/models/patchedcontainer_container_pull_through_remote_spec.rb +161 -0
  77. data/spec/models/patchedcontainer_container_push_repository_spec.rb +4 -4
  78. data/spec/models/{policy_enum_spec.rb → policy762_enum_spec.rb} +6 -6
  79. data/spec/models/policy8e2_enum_spec.rb +35 -0
  80. metadata +103 -59
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bf5f2a9eec9ed42a424c80cd87beb14c1425c1e0fa522d1c1e7a5e2c09e0a4a1
4
- data.tar.gz: 5687b325d49c377662c836aeb6d72efa67ee03b0d42a39d7fb86a451454b53ae
3
+ metadata.gz: e42c6071e0ef4b9c8eef0e88bf24e912cd980e4ade6bc2812d4e384b4f82d2ef
4
+ data.tar.gz: f818e400a4504a6ba798bdd9b8b73c0ff218d7770acf8cdb3c45f58596ec0e89
5
5
  SHA512:
6
- metadata.gz: 13f77432905bd895d3e8b16aed882c004b147d0ae31dbe048deee5ae1d3c842387c22fb9ce9eb5a362a343456f2b3feaa6357c4d74afe4d3b3e24ba6a4dfc559
7
- data.tar.gz: 478446d0d1de04c4fc875dde5388166ea4cc4d3fbca7c63759e8356915f6f4286ec83ddef45eb4a5d9cf7656daaa4de360d1e09ec0ad5b283d0538b15b6c2e8a
6
+ metadata.gz: 7b5e99b95a4d9b48d30a6ee154033bdd4b1b90f3a99298379017693b997eff0ae6f2632920c095ec843f896d4aa591e425c3121ae881987a69a09b3277c94d65
7
+ data.tar.gz: 446091eb0c1d04fe50c504cfb7169d4346b3dbfc2c1fe9831376f55a506c0ec3770f9756ddd9552ca46d89a26c529bb56294e2140759172b4accec7557cf3540
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: 2.16.4
10
+ - Package version: 2.18.0
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
13
13
 
@@ -24,16 +24,16 @@ gem build pulp_container_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulp_container_client-2.16.4.gem
27
+ gem install ./pulp_container_client-2.18.0.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_container_client-2.16.4.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_container_client-2.18.0.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'pulp_container_client', '~> 2.16.4'
36
+ gem 'pulp_container_client', '~> 2.18.0'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -71,6 +71,7 @@ opts = {
71
71
  limit: 56, # Integer | Number of results to return per page.
72
72
  offset: 56, # Integer | The initial index from which to return the results.
73
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) * `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) * `digest` - Digest * `-digest` - Digest (descending) * `pk` - Pk * `-pk` - Pk (descending)
74
+ orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
74
75
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
75
76
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
76
77
  q: 'q_example', # String |
@@ -117,6 +118,18 @@ Class | Method | HTTP request | Description
117
118
  *PulpContainerClient::DistributionsContainerApi* | [**set_label**](docs/DistributionsContainerApi.md#set_label) | **POST** {container_container_distribution_href}set_label/ | Set a label
118
119
  *PulpContainerClient::DistributionsContainerApi* | [**unset_label**](docs/DistributionsContainerApi.md#unset_label) | **POST** {container_container_distribution_href}unset_label/ | Unset a label
119
120
  *PulpContainerClient::DistributionsContainerApi* | [**update**](docs/DistributionsContainerApi.md#update) | **PUT** {container_container_distribution_href} | Update a container distribution
121
+ *PulpContainerClient::DistributionsPullThroughApi* | [**add_role**](docs/DistributionsPullThroughApi.md#add_role) | **POST** {container_container_pull_through_distribution_href}add_role/ | Add a role
122
+ *PulpContainerClient::DistributionsPullThroughApi* | [**create**](docs/DistributionsPullThroughApi.md#create) | **POST** /pulp/api/v3/distributions/container/pull-through/ | Create a container pull through distribution
123
+ *PulpContainerClient::DistributionsPullThroughApi* | [**delete**](docs/DistributionsPullThroughApi.md#delete) | **DELETE** {container_container_pull_through_distribution_href} | Delete a container pull through distribution
124
+ *PulpContainerClient::DistributionsPullThroughApi* | [**list**](docs/DistributionsPullThroughApi.md#list) | **GET** /pulp/api/v3/distributions/container/pull-through/ | List container pull through distributions
125
+ *PulpContainerClient::DistributionsPullThroughApi* | [**list_roles**](docs/DistributionsPullThroughApi.md#list_roles) | **GET** {container_container_pull_through_distribution_href}list_roles/ | List roles
126
+ *PulpContainerClient::DistributionsPullThroughApi* | [**my_permissions**](docs/DistributionsPullThroughApi.md#my_permissions) | **GET** {container_container_pull_through_distribution_href}my_permissions/ | List user permissions
127
+ *PulpContainerClient::DistributionsPullThroughApi* | [**partial_update**](docs/DistributionsPullThroughApi.md#partial_update) | **PATCH** {container_container_pull_through_distribution_href} | Update a container pull through distribution
128
+ *PulpContainerClient::DistributionsPullThroughApi* | [**read**](docs/DistributionsPullThroughApi.md#read) | **GET** {container_container_pull_through_distribution_href} | Inspect a container pull through distribution
129
+ *PulpContainerClient::DistributionsPullThroughApi* | [**remove_role**](docs/DistributionsPullThroughApi.md#remove_role) | **POST** {container_container_pull_through_distribution_href}remove_role/ | Remove a role
130
+ *PulpContainerClient::DistributionsPullThroughApi* | [**set_label**](docs/DistributionsPullThroughApi.md#set_label) | **POST** {container_container_pull_through_distribution_href}set_label/ | Set a label
131
+ *PulpContainerClient::DistributionsPullThroughApi* | [**unset_label**](docs/DistributionsPullThroughApi.md#unset_label) | **POST** {container_container_pull_through_distribution_href}unset_label/ | Unset a label
132
+ *PulpContainerClient::DistributionsPullThroughApi* | [**update**](docs/DistributionsPullThroughApi.md#update) | **PUT** {container_container_pull_through_distribution_href} | Update a container pull through distribution
120
133
  *PulpContainerClient::IndexDynamicApi* | [**get**](docs/IndexDynamicApi.md#get) | **GET** /index/dynamic |
121
134
  *PulpContainerClient::IndexStaticApi* | [**get**](docs/IndexStaticApi.md#get) | **GET** /index/static |
122
135
  *PulpContainerClient::PulpContainerNamespacesApi* | [**add_role**](docs/PulpContainerNamespacesApi.md#add_role) | **POST** {container_container_namespace_href}add_role/ | Add a role
@@ -139,6 +152,18 @@ Class | Method | HTTP request | Description
139
152
  *PulpContainerClient::RemotesContainerApi* | [**set_label**](docs/RemotesContainerApi.md#set_label) | **POST** {container_container_remote_href}set_label/ | Set a label
140
153
  *PulpContainerClient::RemotesContainerApi* | [**unset_label**](docs/RemotesContainerApi.md#unset_label) | **POST** {container_container_remote_href}unset_label/ | Unset a label
141
154
  *PulpContainerClient::RemotesContainerApi* | [**update**](docs/RemotesContainerApi.md#update) | **PUT** {container_container_remote_href} | Update a container remote
155
+ *PulpContainerClient::RemotesPullThroughApi* | [**add_role**](docs/RemotesPullThroughApi.md#add_role) | **POST** {container_container_pull_through_remote_href}add_role/ | Add a role
156
+ *PulpContainerClient::RemotesPullThroughApi* | [**create**](docs/RemotesPullThroughApi.md#create) | **POST** /pulp/api/v3/remotes/container/pull-through/ | Create a container pull through remote
157
+ *PulpContainerClient::RemotesPullThroughApi* | [**delete**](docs/RemotesPullThroughApi.md#delete) | **DELETE** {container_container_pull_through_remote_href} | Delete a container pull through remote
158
+ *PulpContainerClient::RemotesPullThroughApi* | [**list**](docs/RemotesPullThroughApi.md#list) | **GET** /pulp/api/v3/remotes/container/pull-through/ | List container pull through remotes
159
+ *PulpContainerClient::RemotesPullThroughApi* | [**list_roles**](docs/RemotesPullThroughApi.md#list_roles) | **GET** {container_container_pull_through_remote_href}list_roles/ | List roles
160
+ *PulpContainerClient::RemotesPullThroughApi* | [**my_permissions**](docs/RemotesPullThroughApi.md#my_permissions) | **GET** {container_container_pull_through_remote_href}my_permissions/ | List user permissions
161
+ *PulpContainerClient::RemotesPullThroughApi* | [**partial_update**](docs/RemotesPullThroughApi.md#partial_update) | **PATCH** {container_container_pull_through_remote_href} | Update a container pull through remote
162
+ *PulpContainerClient::RemotesPullThroughApi* | [**read**](docs/RemotesPullThroughApi.md#read) | **GET** {container_container_pull_through_remote_href} | Inspect a container pull through remote
163
+ *PulpContainerClient::RemotesPullThroughApi* | [**remove_role**](docs/RemotesPullThroughApi.md#remove_role) | **POST** {container_container_pull_through_remote_href}remove_role/ | Remove a role
164
+ *PulpContainerClient::RemotesPullThroughApi* | [**set_label**](docs/RemotesPullThroughApi.md#set_label) | **POST** {container_container_pull_through_remote_href}set_label/ | Set a label
165
+ *PulpContainerClient::RemotesPullThroughApi* | [**unset_label**](docs/RemotesPullThroughApi.md#unset_label) | **POST** {container_container_pull_through_remote_href}unset_label/ | Unset a label
166
+ *PulpContainerClient::RemotesPullThroughApi* | [**update**](docs/RemotesPullThroughApi.md#update) | **PUT** {container_container_pull_through_remote_href} | Update a container pull through remote
142
167
  *PulpContainerClient::RepositoriesContainerApi* | [**add**](docs/RepositoriesContainerApi.md#add) | **POST** {container_container_repository_href}add/ | Add content
143
168
  *PulpContainerClient::RepositoriesContainerApi* | [**add_role**](docs/RepositoriesContainerApi.md#add_role) | **POST** {container_container_repository_href}add_role/ | Add a role
144
169
  *PulpContainerClient::RepositoriesContainerApi* | [**build_image**](docs/RepositoriesContainerApi.md#build_image) | **POST** {container_container_repository_href}build_image/ | Build an Image
@@ -192,11 +217,15 @@ Class | Method | HTTP request | Description
192
217
  - [PulpContainerClient::ContainerContainerDistributionResponse](docs/ContainerContainerDistributionResponse.md)
193
218
  - [PulpContainerClient::ContainerContainerNamespace](docs/ContainerContainerNamespace.md)
194
219
  - [PulpContainerClient::ContainerContainerNamespaceResponse](docs/ContainerContainerNamespaceResponse.md)
220
+ - [PulpContainerClient::ContainerContainerPullThroughDistribution](docs/ContainerContainerPullThroughDistribution.md)
221
+ - [PulpContainerClient::ContainerContainerPullThroughDistributionResponse](docs/ContainerContainerPullThroughDistributionResponse.md)
222
+ - [PulpContainerClient::ContainerContainerPullThroughRemote](docs/ContainerContainerPullThroughRemote.md)
223
+ - [PulpContainerClient::ContainerContainerPullThroughRemoteResponse](docs/ContainerContainerPullThroughRemoteResponse.md)
224
+ - [PulpContainerClient::ContainerContainerPullThroughRemoteResponseHiddenFields](docs/ContainerContainerPullThroughRemoteResponseHiddenFields.md)
195
225
  - [PulpContainerClient::ContainerContainerPushRepository](docs/ContainerContainerPushRepository.md)
196
226
  - [PulpContainerClient::ContainerContainerPushRepositoryResponse](docs/ContainerContainerPushRepositoryResponse.md)
197
227
  - [PulpContainerClient::ContainerContainerRemote](docs/ContainerContainerRemote.md)
198
228
  - [PulpContainerClient::ContainerContainerRemoteResponse](docs/ContainerContainerRemoteResponse.md)
199
- - [PulpContainerClient::ContainerContainerRemoteResponseHiddenFields](docs/ContainerContainerRemoteResponseHiddenFields.md)
200
229
  - [PulpContainerClient::ContainerContainerRepository](docs/ContainerContainerRepository.md)
201
230
  - [PulpContainerClient::ContainerContainerRepositoryResponse](docs/ContainerContainerRepositoryResponse.md)
202
231
  - [PulpContainerClient::ContainerManifestResponse](docs/ContainerManifestResponse.md)
@@ -215,6 +244,8 @@ Class | Method | HTTP request | Description
215
244
  - [PulpContainerClient::PaginatedcontainerBlobResponseList](docs/PaginatedcontainerBlobResponseList.md)
216
245
  - [PulpContainerClient::PaginatedcontainerContainerDistributionResponseList](docs/PaginatedcontainerContainerDistributionResponseList.md)
217
246
  - [PulpContainerClient::PaginatedcontainerContainerNamespaceResponseList](docs/PaginatedcontainerContainerNamespaceResponseList.md)
247
+ - [PulpContainerClient::PaginatedcontainerContainerPullThroughDistributionResponseList](docs/PaginatedcontainerContainerPullThroughDistributionResponseList.md)
248
+ - [PulpContainerClient::PaginatedcontainerContainerPullThroughRemoteResponseList](docs/PaginatedcontainerContainerPullThroughRemoteResponseList.md)
218
249
  - [PulpContainerClient::PaginatedcontainerContainerPushRepositoryResponseList](docs/PaginatedcontainerContainerPushRepositoryResponseList.md)
219
250
  - [PulpContainerClient::PaginatedcontainerContainerRemoteResponseList](docs/PaginatedcontainerContainerRemoteResponseList.md)
220
251
  - [PulpContainerClient::PaginatedcontainerContainerRepositoryResponseList](docs/PaginatedcontainerContainerRepositoryResponseList.md)
@@ -222,10 +253,13 @@ Class | Method | HTTP request | Description
222
253
  - [PulpContainerClient::PaginatedcontainerManifestSignatureResponseList](docs/PaginatedcontainerManifestSignatureResponseList.md)
223
254
  - [PulpContainerClient::PaginatedcontainerTagResponseList](docs/PaginatedcontainerTagResponseList.md)
224
255
  - [PulpContainerClient::PatchedcontainerContainerDistribution](docs/PatchedcontainerContainerDistribution.md)
256
+ - [PulpContainerClient::PatchedcontainerContainerPullThroughDistribution](docs/PatchedcontainerContainerPullThroughDistribution.md)
257
+ - [PulpContainerClient::PatchedcontainerContainerPullThroughRemote](docs/PatchedcontainerContainerPullThroughRemote.md)
225
258
  - [PulpContainerClient::PatchedcontainerContainerPushRepository](docs/PatchedcontainerContainerPushRepository.md)
226
259
  - [PulpContainerClient::PatchedcontainerContainerRemote](docs/PatchedcontainerContainerRemote.md)
227
260
  - [PulpContainerClient::PatchedcontainerContainerRepository](docs/PatchedcontainerContainerRepository.md)
228
- - [PulpContainerClient::PolicyEnum](docs/PolicyEnum.md)
261
+ - [PulpContainerClient::Policy762Enum](docs/Policy762Enum.md)
262
+ - [PulpContainerClient::Policy8e2Enum](docs/Policy8e2Enum.md)
229
263
  - [PulpContainerClient::RecursiveManage](docs/RecursiveManage.md)
230
264
  - [PulpContainerClient::RemoveImage](docs/RemoveImage.md)
231
265
  - [PulpContainerClient::RemoveSignatures](docs/RemoveSignatures.md)
@@ -4,12 +4,12 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
+ **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
7
8
  **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \&quot;foo\&quot; and \&quot;foo/bar\&quot;) |
8
- **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
9
9
  **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
10
- **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
11
- **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. |
12
10
  **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
11
+ **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. |
12
+ **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
13
13
  **repository_version** | **String** | RepositoryVersion to be served | [optional]
14
14
  **private** | **Boolean** | Restrict pull access to explicitly authorized users. Defaults to unrestricted pull access. | [optional]
15
15
  **description** | **String** | An optional description. | [optional]
@@ -19,12 +19,12 @@ Name | Type | Description | Notes
19
19
  ```ruby
20
20
  require 'PulpContainerClient'
21
21
 
22
- instance = PulpContainerClient::ContainerContainerDistribution.new(base_path: null,
23
- repository: null,
22
+ instance = PulpContainerClient::ContainerContainerDistribution.new(content_guard: null,
23
+ base_path: null,
24
24
  hidden: null,
25
- content_guard: null,
26
- name: null,
27
25
  pulp_labels: null,
26
+ name: null,
27
+ repository: null,
28
28
  repository_version: null,
29
29
  private: null,
30
30
  description: null)
@@ -4,16 +4,17 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
7
+ **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
8
8
  **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \&quot;foo\&quot; and \&quot;foo/bar\&quot;) |
9
9
  **pulp_href** | **String** | | [optional] [readonly]
10
- **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
11
10
  **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
12
- **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
13
- **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. |
14
11
  **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
12
+ **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. |
13
+ **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
14
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
15
15
  **repository_version** | **String** | RepositoryVersion to be served | [optional]
16
16
  **registry_path** | **String** | The Registry hostname/name/ to use with docker pull command defined by this distribution. | [optional] [readonly]
17
+ **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | [optional] [readonly]
17
18
  **namespace** | **String** | Namespace this distribution belongs to. | [optional] [readonly]
18
19
  **private** | **Boolean** | Restrict pull access to explicitly authorized users. Defaults to unrestricted pull access. | [optional]
19
20
  **description** | **String** | An optional description. | [optional]
@@ -23,16 +24,17 @@ Name | Type | Description | Notes
23
24
  ```ruby
24
25
  require 'PulpContainerClient'
25
26
 
26
- instance = PulpContainerClient::ContainerContainerDistributionResponse.new(pulp_created: null,
27
+ instance = PulpContainerClient::ContainerContainerDistributionResponse.new(content_guard: null,
27
28
  base_path: null,
28
29
  pulp_href: null,
29
- repository: null,
30
30
  hidden: null,
31
- content_guard: null,
32
- name: null,
33
31
  pulp_labels: null,
32
+ name: null,
33
+ repository: null,
34
+ pulp_created: null,
34
35
  repository_version: null,
35
36
  registry_path: null,
37
+ remote: null,
36
38
  namespace: null,
37
39
  private: null,
38
40
  description: null)
@@ -0,0 +1,35 @@
1
+ # PulpContainerClient::ContainerContainerPullThroughDistribution
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
8
+ **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \&quot;foo\&quot; and \&quot;foo/bar\&quot;) |
9
+ **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
10
+ **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
11
+ **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. |
12
+ **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
13
+ **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. |
14
+ **distributions** | **Array&lt;String&gt;** | Distributions created after pulling content through cache | [optional]
15
+ **private** | **Boolean** | Restrict pull access to explicitly authorized users. Related distributions inherit this value. Defaults to unrestricted pull access. | [optional]
16
+ **description** | **String** | An optional description. | [optional]
17
+
18
+ ## Code Sample
19
+
20
+ ```ruby
21
+ require 'PulpContainerClient'
22
+
23
+ instance = PulpContainerClient::ContainerContainerPullThroughDistribution.new(content_guard: null,
24
+ base_path: null,
25
+ hidden: null,
26
+ pulp_labels: null,
27
+ name: null,
28
+ repository: null,
29
+ remote: null,
30
+ distributions: null,
31
+ private: null,
32
+ description: null)
33
+ ```
34
+
35
+
@@ -0,0 +1,41 @@
1
+ # PulpContainerClient::ContainerContainerPullThroughDistributionResponse
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
8
+ **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \&quot;foo\&quot; and \&quot;foo/bar\&quot;) |
9
+ **pulp_href** | **String** | | [optional] [readonly]
10
+ **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
11
+ **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
12
+ **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. |
13
+ **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
14
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
15
+ **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. |
16
+ **distributions** | **Array&lt;String&gt;** | Distributions created after pulling content through cache | [optional]
17
+ **namespace** | **String** | Namespace this distribution belongs to. | [optional] [readonly]
18
+ **private** | **Boolean** | Restrict pull access to explicitly authorized users. Related distributions inherit this value. Defaults to unrestricted pull access. | [optional]
19
+ **description** | **String** | An optional description. | [optional]
20
+
21
+ ## Code Sample
22
+
23
+ ```ruby
24
+ require 'PulpContainerClient'
25
+
26
+ instance = PulpContainerClient::ContainerContainerPullThroughDistributionResponse.new(content_guard: null,
27
+ base_path: null,
28
+ pulp_href: null,
29
+ hidden: null,
30
+ pulp_labels: null,
31
+ name: null,
32
+ repository: null,
33
+ pulp_created: null,
34
+ remote: null,
35
+ distributions: null,
36
+ namespace: null,
37
+ private: null,
38
+ description: null)
39
+ ```
40
+
41
+
@@ -0,0 +1,57 @@
1
+ # PulpContainerClient::ContainerContainerPullThroughRemote
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **name** | **String** | A unique name for this remote. |
8
+ **url** | **String** | The URL of an external content source. |
9
+ **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
10
+ **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
11
+ **client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
12
+ **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [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 authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [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. Extra leading and trailing whitespace characters are not trimmed. | [optional]
18
+ **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
19
+ **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
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** | [**Policy8e2Enum**](Policy8e2Enum.md) | | [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
+ **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
+ **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
25
+ **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]
26
+ **headers** | **Array&lt;Object&gt;** | Headers for aiohttp.Clientsession | [optional]
27
+ **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
28
+
29
+ ## Code Sample
30
+
31
+ ```ruby
32
+ require 'PulpContainerClient'
33
+
34
+ instance = PulpContainerClient::ContainerContainerPullThroughRemote.new(name: null,
35
+ url: null,
36
+ ca_cert: null,
37
+ client_cert: null,
38
+ client_key: null,
39
+ tls_validation: null,
40
+ proxy_url: null,
41
+ proxy_username: null,
42
+ proxy_password: null,
43
+ username: null,
44
+ password: null,
45
+ pulp_labels: null,
46
+ download_concurrency: null,
47
+ max_retries: null,
48
+ policy: null,
49
+ total_timeout: null,
50
+ connect_timeout: null,
51
+ sock_connect_timeout: null,
52
+ sock_read_timeout: null,
53
+ headers: null,
54
+ rate_limit: null)
55
+ ```
56
+
57
+
@@ -0,0 +1,55 @@
1
+ # PulpContainerClient::ContainerContainerPullThroughRemoteResponse
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **pulp_href** | **String** | | [optional] [readonly]
8
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **name** | **String** | A unique name for this remote. |
10
+ **url** | **String** | The URL of an external content source. |
11
+ **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
12
+ **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
13
+ **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
14
+ **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
15
+ **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
16
+ **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
17
+ **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
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** | [**Policy8e2Enum**](Policy8e2Enum.md) | | [optional]
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
+ **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
+ **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]
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
+ **headers** | **Array&lt;Object&gt;** | Headers for aiohttp.Clientsession | [optional]
25
+ **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
26
+ **hidden_fields** | [**Array&lt;ContainerContainerPullThroughRemoteResponseHiddenFields&gt;**](ContainerContainerPullThroughRemoteResponseHiddenFields.md) | List of hidden (write only) fields | [optional] [readonly]
27
+
28
+ ## Code Sample
29
+
30
+ ```ruby
31
+ require 'PulpContainerClient'
32
+
33
+ instance = PulpContainerClient::ContainerContainerPullThroughRemoteResponse.new(pulp_href: null,
34
+ pulp_created: null,
35
+ name: null,
36
+ url: null,
37
+ ca_cert: null,
38
+ client_cert: null,
39
+ tls_validation: null,
40
+ proxy_url: null,
41
+ pulp_labels: null,
42
+ pulp_last_updated: null,
43
+ download_concurrency: null,
44
+ max_retries: null,
45
+ policy: null,
46
+ total_timeout: null,
47
+ connect_timeout: null,
48
+ sock_connect_timeout: null,
49
+ sock_read_timeout: null,
50
+ headers: null,
51
+ rate_limit: null,
52
+ hidden_fields: null)
53
+ ```
54
+
55
+
@@ -1,4 +1,4 @@
1
- # PulpContainerClient::ContainerContainerRemoteResponseHiddenFields
1
+ # PulpContainerClient::ContainerContainerPullThroughRemoteResponseHiddenFields
2
2
 
3
3
  ## Properties
4
4
 
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
12
12
  ```ruby
13
13
  require 'PulpContainerClient'
14
14
 
15
- instance = PulpContainerClient::ContainerContainerRemoteResponseHiddenFields.new(name: null,
15
+ instance = PulpContainerClient::ContainerContainerPullThroughRemoteResponseHiddenFields.new(name: null,
16
16
  is_set: null)
17
17
  ```
18
18
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **description** | **String** | An optional description. | [optional]
8
- **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
9
7
  **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
10
8
  **name** | **String** | A unique name for this repository. |
9
+ **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
10
+ **description** | **String** | An optional description. | [optional]
11
11
  **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
12
12
 
13
13
  ## Code Sample
@@ -15,10 +15,10 @@ Name | Type | Description | Notes
15
15
  ```ruby
16
16
  require 'PulpContainerClient'
17
17
 
18
- instance = PulpContainerClient::ContainerContainerPushRepository.new(description: null,
19
- retain_repo_versions: null,
20
- manifest_signing_service: null,
18
+ instance = PulpContainerClient::ContainerContainerPushRepository.new(manifest_signing_service: null,
21
19
  name: null,
20
+ retain_repo_versions: null,
21
+ description: null,
22
22
  pulp_labels: null)
23
23
  ```
24
24
 
@@ -4,30 +4,30 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
8
- **description** | **String** | An optional description. | [optional]
9
- **versions_href** | **String** | | [optional] [readonly]
10
- **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
11
- **pulp_href** | **String** | | [optional] [readonly]
12
- **latest_version_href** | **String** | | [optional] [readonly]
13
7
  **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
8
+ **latest_version_href** | **String** | | [optional] [readonly]
14
9
  **name** | **String** | A unique name for this repository. |
10
+ **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
11
+ **pulp_href** | **String** | | [optional] [readonly]
12
+ **description** | **String** | An optional description. | [optional]
15
13
  **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
14
+ **versions_href** | **String** | | [optional] [readonly]
15
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
16
16
 
17
17
  ## Code Sample
18
18
 
19
19
  ```ruby
20
20
  require 'PulpContainerClient'
21
21
 
22
- instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(pulp_created: null,
23
- description: null,
24
- versions_href: null,
25
- retain_repo_versions: null,
26
- pulp_href: null,
22
+ instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(manifest_signing_service: null,
27
23
  latest_version_href: null,
28
- manifest_signing_service: null,
29
24
  name: null,
30
- pulp_labels: null)
25
+ retain_repo_versions: null,
26
+ pulp_href: null,
27
+ description: null,
28
+ pulp_labels: null,
29
+ versions_href: null,
30
+ pulp_created: null)
31
31
  ```
32
32
 
33
33
 
@@ -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) | immediate - All manifests and blobs are downloaded and saved during a sync. on_demand - Only tags and manifests are downloaded. Blobs are not downloaded until they are requested for the first time by a client. streamed - Blobs are streamed to the client with every request and never saved. * &#x60;immediate&#x60; - When syncing, download all metadata and content now. * &#x60;on_demand&#x60; - When syncing, download metadata, but do not download content now. Instead, download content as clients request it, and save it in Pulp to be served for future client requests. * &#x60;streamed&#x60; - When syncing, download metadata, but do not download content now. Instead,download content as clients request it, but never save it in Pulp. This causes future requests for that same content to have to be downloaded again. | [optional]
21
+ **policy** | [**Policy762Enum**](Policy762Enum.md) | immediate - All manifests and blobs are downloaded and saved during a sync. on_demand - Only tags and manifests are downloaded. Blobs are not downloaded until they are requested for the first time by a client. streamed - Blobs are streamed to the client with every request and never saved. * &#x60;immediate&#x60; - When syncing, download all metadata and content now. * &#x60;on_demand&#x60; - When syncing, download metadata, but do not download content now. Instead, download content as clients request it, and save it in Pulp to be served for future client requests. * &#x60;streamed&#x60; - When syncing, download metadata, but do not download content now. Instead,download content as clients request it, but never save it in Pulp. This causes future requests for that same content to have to be downloaded again. | [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,14 +16,14 @@ 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) | immediate - All manifests and blobs are downloaded and saved during a sync. on_demand - Only tags and manifests are downloaded. Blobs are not downloaded until they are requested for the first time by a client. streamed - Blobs are streamed to the client with every request and never saved. * &#x60;immediate&#x60; - When syncing, download all metadata and content now. * &#x60;on_demand&#x60; - When syncing, download metadata, but do not download content now. Instead, download content as clients request it, and save it in Pulp to be served for future client requests. * &#x60;streamed&#x60; - When syncing, download metadata, but do not download content now. Instead,download content as clients request it, but never save it in Pulp. This causes future requests for that same content to have to be downloaded again. | [optional]
19
+ **policy** | [**Policy762Enum**](Policy762Enum.md) | immediate - All manifests and blobs are downloaded and saved during a sync. on_demand - Only tags and manifests are downloaded. Blobs are not downloaded until they are requested for the first time by a client. streamed - Blobs are streamed to the client with every request and never saved. * &#x60;immediate&#x60; - When syncing, download all metadata and content now. * &#x60;on_demand&#x60; - When syncing, download metadata, but do not download content now. Instead, download content as clients request it, and save it in Pulp to be served for future client requests. * &#x60;streamed&#x60; - When syncing, download metadata, but do not download content now. Instead,download content as clients request it, but never save it in Pulp. This causes future requests for that same content to have to be downloaded again. | [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]
23
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
24
  **headers** | **Array&lt;Object&gt;** | Headers for aiohttp.Clientsession | [optional]
25
25
  **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
26
- **hidden_fields** | [**Array&lt;ContainerContainerRemoteResponseHiddenFields&gt;**](ContainerContainerRemoteResponseHiddenFields.md) | List of hidden (write only) fields | [optional] [readonly]
26
+ **hidden_fields** | [**Array&lt;ContainerContainerPullThroughRemoteResponseHiddenFields&gt;**](ContainerContainerPullThroughRemoteResponseHiddenFields.md) | List of hidden (write only) fields | [optional] [readonly]
27
27
  **upstream_name** | **String** | Name of the upstream repository |
28
28
  **include_tags** | **Array&lt;String&gt;** | A list of tags to include during sync. Wildcards *, ? are recognized. &#39;include_tags&#39; is evaluated before &#39;exclude_tags&#39;. | [optional]
29
29
  **exclude_tags** | **Array&lt;String&gt;** | A list of tags to exclude during sync. Wildcards *, ? are recognized. &#39;exclude_tags&#39; is evaluated after &#39;include_tags&#39;. | [optional]
@@ -36,6 +36,7 @@ opts = {
36
36
  limit: 56, # Integer | Number of results to return per page.
37
37
  offset: 56, # Integer | The initial index from which to return the results.
38
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) * `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) * `digest` - Digest * `-digest` - Digest (descending) * `pk` - Pk * `-pk` - Pk (descending)
39
+ orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
39
40
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
40
41
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
41
42
  q: 'q_example', # String |
@@ -65,6 +66,7 @@ Name | Type | Description | Notes
65
66
  **limit** | **Integer**| Number of results to return per page. | [optional]
66
67
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
67
68
  **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;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
69
+ **orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
68
70
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
69
71
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
70
72
  **q** | **String**| | [optional]
@@ -37,6 +37,7 @@ opts = {
37
37
  media_type: ['media_type_example'], # Array<String> | * `application/vnd.docker.distribution.manifest.v1+json` - application/vnd.docker.distribution.manifest.v1+json * `application/vnd.docker.distribution.manifest.v2+json` - application/vnd.docker.distribution.manifest.v2+json * `application/vnd.docker.distribution.manifest.list.v2+json` - application/vnd.docker.distribution.manifest.list.v2+json * `application/vnd.oci.image.manifest.v1+json` - application/vnd.oci.image.manifest.v1+json * `application/vnd.oci.image.index.v1+json` - application/vnd.oci.image.index.v1+json
38
38
  offset: 56, # Integer | The initial index from which to return the results.
39
39
  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) * `digest` - Digest * `-digest` - Digest (descending) * `schema_version` - Schema version * `-schema_version` - Schema version (descending) * `media_type` - Media type * `-media_type` - Media type (descending) * `pk` - Pk * `-pk` - Pk (descending)
40
+ orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
40
41
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
41
42
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
42
43
  q: 'q_example', # String |
@@ -67,6 +68,7 @@ Name | Type | Description | Notes
67
68
  **media_type** | [**Array&lt;String&gt;**](String.md)| * &#x60;application/vnd.docker.distribution.manifest.v1+json&#x60; - application/vnd.docker.distribution.manifest.v1+json * &#x60;application/vnd.docker.distribution.manifest.v2+json&#x60; - application/vnd.docker.distribution.manifest.v2+json * &#x60;application/vnd.docker.distribution.manifest.list.v2+json&#x60; - application/vnd.docker.distribution.manifest.list.v2+json * &#x60;application/vnd.oci.image.manifest.v1+json&#x60; - application/vnd.oci.image.manifest.v1+json * &#x60;application/vnd.oci.image.index.v1+json&#x60; - application/vnd.oci.image.index.v1+json | [optional]
68
69
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
69
70
  **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;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;schema_version&#x60; - Schema version * &#x60;-schema_version&#x60; - Schema version (descending) * &#x60;media_type&#x60; - Media type * &#x60;-media_type&#x60; - Media type (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
71
+ **orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
70
72
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
71
73
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
72
74
  **q** | **String**| | [optional]
@@ -48,6 +48,7 @@ opts = {
48
48
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
49
49
  offset: 56, # Integer | The initial index from which to return the results.
50
50
  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) * `name` - Name * `-name` - Name (descending) * `digest` - Digest * `-digest` - Digest (descending) * `type` - Type * `-type` - Type (descending) * `key_id` - Key id * `-key_id` - Key id (descending) * `timestamp` - Timestamp * `-timestamp` - Timestamp (descending) * `creator` - Creator * `-creator` - Creator (descending) * `data` - Data * `-data` - Data (descending) * `pk` - Pk * `-pk` - Pk (descending)
51
+ orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
51
52
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
52
53
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
53
54
  q: 'q_example', # String |
@@ -89,6 +90,7 @@ Name | Type | Description | Notes
89
90
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
90
91
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
91
92
  **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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;type&#x60; - Type * &#x60;-type&#x60; - Type (descending) * &#x60;key_id&#x60; - Key id * &#x60;-key_id&#x60; - Key id (descending) * &#x60;timestamp&#x60; - Timestamp * &#x60;-timestamp&#x60; - Timestamp (descending) * &#x60;creator&#x60; - Creator * &#x60;-creator&#x60; - Creator (descending) * &#x60;data&#x60; - Data * &#x60;-data&#x60; - Data (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
93
+ **orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
92
94
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
93
95
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
94
96
  **q** | **String**| | [optional]
@@ -38,6 +38,7 @@ opts = {
38
38
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
39
39
  offset: 56, # Integer | The initial index from which to return the results.
40
40
  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) * `name` - Name * `-name` - Name (descending) * `pk` - Pk * `-pk` - Pk (descending)
41
+ orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
41
42
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
42
43
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
43
44
  q: 'q_example', # String |
@@ -69,6 +70,7 @@ Name | Type | Description | Notes
69
70
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
70
71
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
71
72
  **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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
73
+ **orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
72
74
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
73
75
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
74
76
  **q** | **String**| | [optional]