pulp_container_client 2.27.10 → 2.28.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/docs/ContainerContainerDistribution.md +6 -6
- data/docs/ContainerContainerDistributionResponse.md +16 -16
- data/docs/ContainerContainerNamespace.md +3 -1
- data/docs/ContainerContainerNamespaceResponse.md +3 -1
- data/docs/ContainerContainerPullThroughDistribution.md +6 -6
- data/docs/ContainerContainerPullThroughDistributionResponse.md +16 -16
- data/docs/ContainerContainerPushRepository.md +7 -7
- data/docs/ContainerContainerPushRepositoryResponse.md +13 -13
- data/docs/ContainerContainerRemote.md +6 -2
- data/docs/ContainerContainerRemoteResponse.md +4 -4
- data/docs/ContainerManifestSignatureResponse.md +2 -0
- data/docs/ContentSignaturesApi.md +2 -2
- data/docs/PatchedcontainerContainerDistribution.md +6 -6
- data/docs/PatchedcontainerContainerPullThroughDistribution.md +6 -6
- data/docs/PatchedcontainerContainerPushRepository.md +7 -7
- data/docs/PatchedcontainerContainerRemote.md +6 -2
- data/docs/PulpContainerNamespacesApi.md +2 -2
- data/lib/pulp_container_client/api/content_signatures_api.rb +3 -3
- data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +3 -3
- data/lib/pulp_container_client/models/container_container_distribution.rb +30 -30
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +74 -74
- data/lib/pulp_container_client/models/container_container_namespace.rb +15 -4
- data/lib/pulp_container_client/models/container_container_namespace_response.rb +15 -4
- data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +30 -30
- data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +74 -74
- data/lib/pulp_container_client/models/container_container_push_repository.rb +54 -54
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +68 -68
- data/lib/pulp_container_client/models/container_container_remote.rb +29 -3
- data/lib/pulp_container_client/models/container_container_remote_response.rb +19 -19
- data/lib/pulp_container_client/models/container_manifest_signature_response.rb +14 -1
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +28 -28
- data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +28 -28
- data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +54 -54
- data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +29 -3
- data/lib/pulp_container_client/version.rb +1 -1
- data/spec/api/content_signatures_api_spec.rb +1 -1
- data/spec/api/pulp_container_namespaces_api_spec.rb +1 -1
- data/spec/models/container_container_distribution_response_spec.rb +12 -12
- data/spec/models/container_container_distribution_spec.rb +7 -7
- data/spec/models/container_container_namespace_response_spec.rb +6 -0
- data/spec/models/container_container_namespace_spec.rb +6 -0
- data/spec/models/container_container_pull_through_distribution_response_spec.rb +12 -12
- data/spec/models/container_container_pull_through_distribution_spec.rb +7 -7
- data/spec/models/container_container_push_repository_response_spec.rb +8 -8
- data/spec/models/container_container_push_repository_spec.rb +4 -4
- data/spec/models/container_container_remote_response_spec.rb +2 -2
- data/spec/models/container_container_remote_spec.rb +12 -0
- data/spec/models/container_manifest_signature_response_spec.rb +6 -0
- data/spec/models/patchedcontainer_container_distribution_spec.rb +7 -7
- data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +7 -7
- data/spec/models/patchedcontainer_container_push_repository_spec.rb +4 -4
- data/spec/models/patchedcontainer_container_remote_spec.rb +12 -0
- metadata +59 -59
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a8f029dfdc4c4cb9cb1e222e08c7056aaabd2d96ba0e61769978c667abb61ad5
|
|
4
|
+
data.tar.gz: 2bd7937e0bb9818fd67f3ee57e33be4a66711ca5e0837172113043edc8e23fdb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cb022577f1108f81a2b085a0b5f3420b5d177046fe759d6bf8b0efb448dfaec71f1888ba9949c11c1c50537743fd932735089f4760e77e2ab8c6ac36a3c87295
|
|
7
|
+
data.tar.gz: d660ea9cf96acd54c2a0bd36dc800632253dc9b40caa5268043ffda7f6da5bbf6453832c6b788627264fa4e0721720c189f0c582acad74b7dac427965101dd39
|
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.
|
|
10
|
+
- Package version: 2.28.1
|
|
11
11
|
- Generator version: 7.10.0
|
|
12
12
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
13
13
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
|
@@ -25,16 +25,16 @@ gem build pulp_container_client.gemspec
|
|
|
25
25
|
Then either install the gem locally:
|
|
26
26
|
|
|
27
27
|
```shell
|
|
28
|
-
gem install ./pulp_container_client-2.
|
|
28
|
+
gem install ./pulp_container_client-2.28.1.gem
|
|
29
29
|
```
|
|
30
30
|
|
|
31
|
-
(for development, run `gem install --dev ./pulp_container_client-2.
|
|
31
|
+
(for development, run `gem install --dev ./pulp_container_client-2.28.1.gem` to install the development dependencies)
|
|
32
32
|
|
|
33
33
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
34
34
|
|
|
35
35
|
Finally add this to the Gemfile:
|
|
36
36
|
|
|
37
|
-
gem 'pulp_container_client', '~> 2.
|
|
37
|
+
gem 'pulp_container_client', '~> 2.28.1'
|
|
38
38
|
|
|
39
39
|
### Install from Git
|
|
40
40
|
|
|
@@ -4,13 +4,13 @@
|
|
|
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
|
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
9
|
+
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
|
|
8
10
|
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
|
9
|
-
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
|
10
11
|
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
|
11
|
-
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
|
|
12
|
-
| **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | |
|
|
13
12
|
| **repository_version** | **String** | RepositoryVersion to be served | [optional] |
|
|
13
|
+
| **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | |
|
|
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] |
|
|
16
16
|
|
|
@@ -20,13 +20,13 @@
|
|
|
20
20
|
require 'pulp_container_client'
|
|
21
21
|
|
|
22
22
|
instance = PulpContainerClient::ContainerContainerDistribution.new(
|
|
23
|
+
content_guard: null,
|
|
23
24
|
pulp_labels: null,
|
|
25
|
+
name: null,
|
|
24
26
|
hidden: null,
|
|
25
|
-
content_guard: null,
|
|
26
27
|
repository: null,
|
|
27
|
-
name: null,
|
|
28
|
-
base_path: null,
|
|
29
28
|
repository_version: null,
|
|
29
|
+
base_path: null,
|
|
30
30
|
private: null,
|
|
31
31
|
description: null
|
|
32
32
|
)
|
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **
|
|
8
|
-
| **
|
|
9
|
-
| **pulp_href** | **String** | | [optional][readonly] |
|
|
7
|
+
| **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
|
|
8
|
+
| **no_content_change_since** | **String** | Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes. | [optional][readonly] |
|
|
10
9
|
| **content_guard_prn** | **String** | The Pulp Resource Name (PRN) of the associated optional content guard. | [optional][readonly] |
|
|
10
|
+
| **pulp_href** | **String** | | [optional][readonly] |
|
|
11
11
|
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
|
12
|
-
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
|
13
|
-
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
|
|
14
12
|
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
|
15
|
-
| **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | |
|
|
16
13
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
|
17
|
-
| **
|
|
18
|
-
| **
|
|
14
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
15
|
+
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
|
|
16
|
+
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
|
17
|
+
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
|
19
18
|
| **repository_version** | **String** | RepositoryVersion to be served | [optional] |
|
|
19
|
+
| **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | |
|
|
20
20
|
| **registry_path** | **String** | The Registry hostname/name/ to use with docker pull command defined by this distribution. | [optional][readonly] |
|
|
21
21
|
| **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | [optional][readonly] |
|
|
22
22
|
| **namespace** | **String** | Namespace this distribution belongs to. | [optional][readonly] |
|
|
@@ -29,19 +29,19 @@
|
|
|
29
29
|
require 'pulp_container_client'
|
|
30
30
|
|
|
31
31
|
instance = PulpContainerClient::ContainerContainerDistributionResponse.new(
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
pulp_href: null,
|
|
32
|
+
pulp_last_updated: null,
|
|
33
|
+
no_content_change_since: null,
|
|
35
34
|
content_guard_prn: null,
|
|
35
|
+
pulp_href: null,
|
|
36
36
|
content_guard: null,
|
|
37
|
-
repository: null,
|
|
38
|
-
name: null,
|
|
39
37
|
prn: null,
|
|
40
|
-
base_path: null,
|
|
41
38
|
pulp_created: null,
|
|
42
|
-
|
|
43
|
-
|
|
39
|
+
pulp_labels: null,
|
|
40
|
+
name: null,
|
|
41
|
+
hidden: null,
|
|
42
|
+
repository: null,
|
|
44
43
|
repository_version: null,
|
|
44
|
+
base_path: null,
|
|
45
45
|
registry_path: null,
|
|
46
46
|
remote: null,
|
|
47
47
|
namespace: null,
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **name** | **String** | | |
|
|
8
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
8
9
|
|
|
9
10
|
## Example
|
|
10
11
|
|
|
@@ -12,7 +13,8 @@
|
|
|
12
13
|
require 'pulp_container_client'
|
|
13
14
|
|
|
14
15
|
instance = PulpContainerClient::ContainerContainerNamespace.new(
|
|
15
|
-
name: null
|
|
16
|
+
name: null,
|
|
17
|
+
pulp_labels: null
|
|
16
18
|
)
|
|
17
19
|
```
|
|
18
20
|
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
|
10
10
|
| **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
|
|
11
11
|
| **name** | **String** | | |
|
|
12
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
12
13
|
|
|
13
14
|
## Example
|
|
14
15
|
|
|
@@ -20,7 +21,8 @@ instance = PulpContainerClient::ContainerContainerNamespaceResponse.new(
|
|
|
20
21
|
prn: null,
|
|
21
22
|
pulp_created: null,
|
|
22
23
|
pulp_last_updated: null,
|
|
23
|
-
name: null
|
|
24
|
+
name: null,
|
|
25
|
+
pulp_labels: null
|
|
24
26
|
)
|
|
25
27
|
```
|
|
26
28
|
|
|
@@ -4,13 +4,13 @@
|
|
|
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
|
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
9
|
+
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
|
|
8
10
|
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
|
9
|
-
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
|
10
11
|
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
|
11
|
-
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
|
|
12
|
-
| **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | |
|
|
13
12
|
| **repository_version** | **String** | RepositoryVersion to be served | [optional] |
|
|
13
|
+
| **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | |
|
|
14
14
|
| **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | |
|
|
15
15
|
| **distributions** | **Array<String>** | Distributions created after pulling content through cache | [optional] |
|
|
16
16
|
| **private** | **Boolean** | Restrict pull access to explicitly authorized users. Related distributions inherit this value. Defaults to unrestricted pull access. | [optional] |
|
|
@@ -22,13 +22,13 @@
|
|
|
22
22
|
require 'pulp_container_client'
|
|
23
23
|
|
|
24
24
|
instance = PulpContainerClient::ContainerContainerPullThroughDistribution.new(
|
|
25
|
+
content_guard: null,
|
|
25
26
|
pulp_labels: null,
|
|
27
|
+
name: null,
|
|
26
28
|
hidden: null,
|
|
27
|
-
content_guard: null,
|
|
28
29
|
repository: null,
|
|
29
|
-
name: null,
|
|
30
|
-
base_path: null,
|
|
31
30
|
repository_version: null,
|
|
31
|
+
base_path: null,
|
|
32
32
|
remote: null,
|
|
33
33
|
distributions: null,
|
|
34
34
|
private: null,
|
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **
|
|
8
|
-
| **
|
|
9
|
-
| **pulp_href** | **String** | | [optional][readonly] |
|
|
7
|
+
| **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
|
|
8
|
+
| **no_content_change_since** | **String** | Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes. | [optional][readonly] |
|
|
10
9
|
| **content_guard_prn** | **String** | The Pulp Resource Name (PRN) of the associated optional content guard. | [optional][readonly] |
|
|
10
|
+
| **pulp_href** | **String** | | [optional][readonly] |
|
|
11
11
|
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
|
12
|
-
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
|
13
|
-
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
|
|
14
12
|
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
|
15
|
-
| **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | |
|
|
16
13
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
|
17
|
-
| **
|
|
18
|
-
| **
|
|
14
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
15
|
+
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
|
|
16
|
+
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
|
17
|
+
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
|
19
18
|
| **repository_version** | **String** | RepositoryVersion to be served | [optional] |
|
|
19
|
+
| **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | |
|
|
20
20
|
| **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | |
|
|
21
21
|
| **distributions** | **Array<String>** | Distributions created after pulling content through cache | [optional] |
|
|
22
22
|
| **namespace** | **String** | Namespace this distribution belongs to. | [optional][readonly] |
|
|
@@ -29,19 +29,19 @@
|
|
|
29
29
|
require 'pulp_container_client'
|
|
30
30
|
|
|
31
31
|
instance = PulpContainerClient::ContainerContainerPullThroughDistributionResponse.new(
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
pulp_href: null,
|
|
32
|
+
pulp_last_updated: null,
|
|
33
|
+
no_content_change_since: null,
|
|
35
34
|
content_guard_prn: null,
|
|
35
|
+
pulp_href: null,
|
|
36
36
|
content_guard: null,
|
|
37
|
-
repository: null,
|
|
38
|
-
name: null,
|
|
39
37
|
prn: null,
|
|
40
|
-
base_path: null,
|
|
41
38
|
pulp_created: null,
|
|
42
|
-
|
|
43
|
-
|
|
39
|
+
pulp_labels: null,
|
|
40
|
+
name: null,
|
|
41
|
+
hidden: null,
|
|
42
|
+
repository: null,
|
|
44
43
|
repository_version: null,
|
|
44
|
+
base_path: null,
|
|
45
45
|
remote: null,
|
|
46
46
|
distributions: null,
|
|
47
47
|
namespace: null,
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] |
|
|
8
|
-
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
9
|
-
| **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
|
|
10
8
|
| **retain_checkpoints** | **Integer** | Retain X checkpoint publications for the repository. Default is null which retains all checkpoints. | [optional] |
|
|
11
|
-
| **
|
|
9
|
+
| **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
|
|
12
10
|
| **description** | **String** | An optional description. | [optional] |
|
|
11
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
12
|
+
| **name** | **String** | A unique name for this repository. | |
|
|
13
13
|
|
|
14
14
|
## Example
|
|
15
15
|
|
|
@@ -18,11 +18,11 @@ require 'pulp_container_client'
|
|
|
18
18
|
|
|
19
19
|
instance = PulpContainerClient::ContainerContainerPushRepository.new(
|
|
20
20
|
manifest_signing_service: null,
|
|
21
|
-
pulp_labels: null,
|
|
22
|
-
retain_repo_versions: null,
|
|
23
21
|
retain_checkpoints: null,
|
|
24
|
-
|
|
25
|
-
description: null
|
|
22
|
+
retain_repo_versions: null,
|
|
23
|
+
description: null,
|
|
24
|
+
pulp_labels: null,
|
|
25
|
+
name: null
|
|
26
26
|
)
|
|
27
27
|
```
|
|
28
28
|
|
|
@@ -5,17 +5,17 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] |
|
|
8
|
-
| **
|
|
9
|
-
| **
|
|
8
|
+
| **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
|
|
9
|
+
| **latest_version_href** | **String** | | [optional][readonly] |
|
|
10
10
|
| **pulp_href** | **String** | | [optional][readonly] |
|
|
11
11
|
| **retain_checkpoints** | **Integer** | Retain X checkpoint publications for the repository. Default is null which retains all checkpoints. | [optional] |
|
|
12
|
-
| **
|
|
12
|
+
| **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
|
|
13
13
|
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
|
14
|
+
| **description** | **String** | An optional description. | [optional] |
|
|
14
15
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
|
15
|
-
| **
|
|
16
|
-
| **
|
|
16
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
17
|
+
| **name** | **String** | A unique name for this repository. | |
|
|
17
18
|
| **versions_href** | **String** | | [optional][readonly] |
|
|
18
|
-
| **description** | **String** | An optional description. | [optional] |
|
|
19
19
|
|
|
20
20
|
## Example
|
|
21
21
|
|
|
@@ -24,17 +24,17 @@ require 'pulp_container_client'
|
|
|
24
24
|
|
|
25
25
|
instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(
|
|
26
26
|
manifest_signing_service: null,
|
|
27
|
-
|
|
28
|
-
|
|
27
|
+
pulp_last_updated: null,
|
|
28
|
+
latest_version_href: null,
|
|
29
29
|
pulp_href: null,
|
|
30
30
|
retain_checkpoints: null,
|
|
31
|
-
|
|
31
|
+
retain_repo_versions: null,
|
|
32
32
|
prn: null,
|
|
33
|
+
description: null,
|
|
33
34
|
pulp_created: null,
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
versions_href: null
|
|
37
|
-
description: null
|
|
35
|
+
pulp_labels: null,
|
|
36
|
+
name: null,
|
|
37
|
+
versions_href: null
|
|
38
38
|
)
|
|
39
39
|
```
|
|
40
40
|
|
|
@@ -26,8 +26,10 @@
|
|
|
26
26
|
| **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
|
|
27
27
|
| **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
|
|
28
28
|
| **upstream_name** | **String** | Name of the upstream repository | |
|
|
29
|
-
| **
|
|
30
|
-
| **
|
|
29
|
+
| **includes** | **Array<String>** | A list of tags (wildcards *, ? are recognized) and/or digests (format: 'sha256:<hex>') to include during sync. 'includes' is evaluated before 'excludes'. | [optional] |
|
|
30
|
+
| **excludes** | **Array<String>** | A list of tag patterns to exclude during sync. Wildcards *, ? are recognized. 'excludes' is evaluated after 'includes'. | [optional] |
|
|
31
|
+
| **include_tags** | **Array<String>** | Deprecated. Use 'includes' instead. | [optional] |
|
|
32
|
+
| **exclude_tags** | **Array<String>** | Deprecated. Use 'excludes' instead. | [optional] |
|
|
31
33
|
| **sigstore** | **String** | A URL to a sigstore to download image signatures from | [optional] |
|
|
32
34
|
|
|
33
35
|
## Example
|
|
@@ -58,6 +60,8 @@ instance = PulpContainerClient::ContainerContainerRemote.new(
|
|
|
58
60
|
download_concurrency: null,
|
|
59
61
|
rate_limit: null,
|
|
60
62
|
upstream_name: null,
|
|
63
|
+
includes: null,
|
|
64
|
+
excludes: null,
|
|
61
65
|
include_tags: null,
|
|
62
66
|
exclude_tags: null,
|
|
63
67
|
sigstore: null
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
| **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
|
|
27
27
|
| **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
|
|
28
28
|
| **upstream_name** | **String** | Name of the upstream repository | |
|
|
29
|
-
| **
|
|
30
|
-
| **
|
|
29
|
+
| **includes** | **Array<String>** | A list of tags (wildcards *, ? are recognized) and/or digests (format: 'sha256:<hex>') to include during sync. 'includes' is evaluated before 'excludes'. | [optional] |
|
|
30
|
+
| **excludes** | **Array<String>** | A list of tag patterns to exclude during sync. Wildcards *, ? are recognized. 'excludes' is evaluated after 'includes'. | [optional] |
|
|
31
31
|
| **sigstore** | **String** | A URL to a sigstore to download image signatures from | [optional] |
|
|
32
32
|
|
|
33
33
|
## Example
|
|
@@ -58,8 +58,8 @@ instance = PulpContainerClient::ContainerContainerRemoteResponse.new(
|
|
|
58
58
|
download_concurrency: null,
|
|
59
59
|
rate_limit: null,
|
|
60
60
|
upstream_name: null,
|
|
61
|
-
|
|
62
|
-
|
|
61
|
+
includes: null,
|
|
62
|
+
excludes: null,
|
|
63
63
|
sigstore: null
|
|
64
64
|
)
|
|
65
65
|
```
|
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
| **digest** | **String** | sha256 digest of the signature blob | |
|
|
15
15
|
| **type** | **String** | Container signature type, e.g. 'atomic' | |
|
|
16
16
|
| **key_id** | **String** | Signing key ID | |
|
|
17
|
+
| **fingerprint** | **String** | Signing key fingerprint | |
|
|
17
18
|
| **timestamp** | **Integer** | Timestamp of a signature | |
|
|
18
19
|
| **creator** | **String** | Signature creator | |
|
|
19
20
|
| **signed_manifest** | **String** | Manifest that is signed | |
|
|
@@ -34,6 +35,7 @@ instance = PulpContainerClient::ContainerManifestSignatureResponse.new(
|
|
|
34
35
|
digest: null,
|
|
35
36
|
type: null,
|
|
36
37
|
key_id: null,
|
|
38
|
+
fingerprint: null,
|
|
37
39
|
timestamp: null,
|
|
38
40
|
creator: null,
|
|
39
41
|
signed_manifest: null
|
|
@@ -49,7 +49,7 @@ opts = {
|
|
|
49
49
|
name__regex: 'name__regex_example', # String | Filter results where name matches regex value
|
|
50
50
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
|
51
51
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
52
|
-
ordering: ['-creator'], # 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) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (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)
|
|
52
|
+
ordering: ['-creator'], # 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) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (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) * `fingerprint` - Fingerprint * `-fingerprint` - Fingerprint (descending) * `timestamp` - Timestamp * `-timestamp` - Timestamp (descending) * `creator` - Creator * `-creator` - Creator (descending) * `data` - Data * `-data` - Data (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
53
53
|
orphaned_for: 8.14, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
54
54
|
prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
55
55
|
pulp_href__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
@@ -111,7 +111,7 @@ end
|
|
|
111
111
|
| **name__regex** | **String** | Filter results where name matches regex value | [optional] |
|
|
112
112
|
| **name__startswith** | **String** | Filter results where name starts with value | [optional] |
|
|
113
113
|
| **offset** | **Integer** | The initial index from which to return the results. | [optional] |
|
|
114
|
-
| **ordering** | [**Array<String>**](String.md) | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (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) | [optional] |
|
|
114
|
+
| **ordering** | [**Array<String>**](String.md) | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (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) * `fingerprint` - Fingerprint * `-fingerprint` - Fingerprint (descending) * `timestamp` - Timestamp * `-timestamp` - Timestamp (descending) * `creator` - Creator * `-creator` - Creator (descending) * `data` - Data * `-data` - Data (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
|
115
115
|
| **orphaned_for** | **Float** | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional] |
|
|
116
116
|
| **prn__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
117
117
|
| **pulp_href__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
@@ -4,13 +4,13 @@
|
|
|
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
|
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
9
|
+
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional] |
|
|
8
10
|
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
|
9
|
-
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
|
10
11
|
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
|
11
|
-
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional] |
|
|
12
|
-
| **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | [optional] |
|
|
13
12
|
| **repository_version** | **String** | RepositoryVersion to be served | [optional] |
|
|
13
|
+
| **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | [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] |
|
|
16
16
|
|
|
@@ -20,13 +20,13 @@
|
|
|
20
20
|
require 'pulp_container_client'
|
|
21
21
|
|
|
22
22
|
instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(
|
|
23
|
+
content_guard: null,
|
|
23
24
|
pulp_labels: null,
|
|
25
|
+
name: null,
|
|
24
26
|
hidden: null,
|
|
25
|
-
content_guard: null,
|
|
26
27
|
repository: null,
|
|
27
|
-
name: null,
|
|
28
|
-
base_path: null,
|
|
29
28
|
repository_version: null,
|
|
29
|
+
base_path: null,
|
|
30
30
|
private: null,
|
|
31
31
|
description: null
|
|
32
32
|
)
|
|
@@ -4,13 +4,13 @@
|
|
|
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
|
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
9
|
+
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional] |
|
|
8
10
|
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
|
9
|
-
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
|
10
11
|
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
|
11
|
-
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional] |
|
|
12
|
-
| **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | [optional] |
|
|
13
12
|
| **repository_version** | **String** | RepositoryVersion to be served | [optional] |
|
|
13
|
+
| **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | [optional] |
|
|
14
14
|
| **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | [optional] |
|
|
15
15
|
| **distributions** | **Array<String>** | Distributions created after pulling content through cache | [optional] |
|
|
16
16
|
| **private** | **Boolean** | Restrict pull access to explicitly authorized users. Related distributions inherit this value. Defaults to unrestricted pull access. | [optional] |
|
|
@@ -22,13 +22,13 @@
|
|
|
22
22
|
require 'pulp_container_client'
|
|
23
23
|
|
|
24
24
|
instance = PulpContainerClient::PatchedcontainerContainerPullThroughDistribution.new(
|
|
25
|
+
content_guard: null,
|
|
25
26
|
pulp_labels: null,
|
|
27
|
+
name: null,
|
|
26
28
|
hidden: null,
|
|
27
|
-
content_guard: null,
|
|
28
29
|
repository: null,
|
|
29
|
-
name: null,
|
|
30
|
-
base_path: null,
|
|
31
30
|
repository_version: null,
|
|
31
|
+
base_path: null,
|
|
32
32
|
remote: null,
|
|
33
33
|
distributions: null,
|
|
34
34
|
private: null,
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] |
|
|
8
|
-
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
9
|
-
| **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
|
|
10
8
|
| **retain_checkpoints** | **Integer** | Retain X checkpoint publications for the repository. Default is null which retains all checkpoints. | [optional] |
|
|
11
|
-
| **
|
|
9
|
+
| **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
|
|
12
10
|
| **description** | **String** | An optional description. | [optional] |
|
|
11
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
12
|
+
| **name** | **String** | A unique name for this repository. | [optional] |
|
|
13
13
|
|
|
14
14
|
## Example
|
|
15
15
|
|
|
@@ -18,11 +18,11 @@ require 'pulp_container_client'
|
|
|
18
18
|
|
|
19
19
|
instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(
|
|
20
20
|
manifest_signing_service: null,
|
|
21
|
-
pulp_labels: null,
|
|
22
|
-
retain_repo_versions: null,
|
|
23
21
|
retain_checkpoints: null,
|
|
24
|
-
|
|
25
|
-
description: null
|
|
22
|
+
retain_repo_versions: null,
|
|
23
|
+
description: null,
|
|
24
|
+
pulp_labels: null,
|
|
25
|
+
name: null
|
|
26
26
|
)
|
|
27
27
|
```
|
|
28
28
|
|
|
@@ -26,8 +26,10 @@
|
|
|
26
26
|
| **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
|
|
27
27
|
| **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
|
|
28
28
|
| **upstream_name** | **String** | Name of the upstream repository | [optional] |
|
|
29
|
-
| **
|
|
30
|
-
| **
|
|
29
|
+
| **includes** | **Array<String>** | A list of tags (wildcards *, ? are recognized) and/or digests (format: 'sha256:<hex>') to include during sync. 'includes' is evaluated before 'excludes'. | [optional] |
|
|
30
|
+
| **excludes** | **Array<String>** | A list of tag patterns to exclude during sync. Wildcards *, ? are recognized. 'excludes' is evaluated after 'includes'. | [optional] |
|
|
31
|
+
| **include_tags** | **Array<String>** | Deprecated. Use 'includes' instead. | [optional] |
|
|
32
|
+
| **exclude_tags** | **Array<String>** | Deprecated. Use 'excludes' instead. | [optional] |
|
|
31
33
|
| **sigstore** | **String** | A URL to a sigstore to download image signatures from | [optional] |
|
|
32
34
|
|
|
33
35
|
## Example
|
|
@@ -58,6 +60,8 @@ instance = PulpContainerClient::PatchedcontainerContainerRemote.new(
|
|
|
58
60
|
download_concurrency: null,
|
|
59
61
|
rate_limit: null,
|
|
60
62
|
upstream_name: null,
|
|
63
|
+
includes: null,
|
|
64
|
+
excludes: null,
|
|
61
65
|
include_tags: null,
|
|
62
66
|
exclude_tags: null,
|
|
63
67
|
sigstore: null
|
|
@@ -272,7 +272,7 @@ opts = {
|
|
|
272
272
|
name__regex: 'name__regex_example', # String | Filter results where name matches regex value
|
|
273
273
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
|
274
274
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
275
|
-
ordering: ['-name'], # 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) * `name` - Name * `-name` - Name (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
275
|
+
ordering: ['-name'], # 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) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
276
276
|
prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
277
277
|
pulp_href__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
278
278
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
@@ -324,7 +324,7 @@ end
|
|
|
324
324
|
| **name__regex** | **String** | Filter results where name matches regex value | [optional] |
|
|
325
325
|
| **name__startswith** | **String** | Filter results where name starts with value | [optional] |
|
|
326
326
|
| **offset** | **Integer** | The initial index from which to return the results. | [optional] |
|
|
327
|
-
| **ordering** | [**Array<String>**](String.md) | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `name` - Name * `-name` - Name (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
|
327
|
+
| **ordering** | [**Array<String>**](String.md) | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
|
328
328
|
| **prn__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
329
329
|
| **pulp_href__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
330
330
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|