pulp_container_client 2.20.4 → 2.21.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (116) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +11 -10
  3. data/docs/ContainerBlobResponse.md +2 -0
  4. data/docs/ContainerContainerDistribution.md +7 -7
  5. data/docs/ContainerContainerDistributionResponse.md +16 -12
  6. data/docs/ContainerContainerNamespaceResponse.md +2 -0
  7. data/docs/ContainerContainerPullThroughDistribution.md +7 -7
  8. data/docs/ContainerContainerPullThroughDistributionResponse.md +16 -12
  9. data/docs/ContainerContainerPullThroughRemote.md +6 -2
  10. data/docs/ContainerContainerPullThroughRemoteResponse.md +8 -2
  11. data/docs/ContainerContainerPushRepository.md +7 -7
  12. data/docs/ContainerContainerPushRepositoryResponse.md +15 -13
  13. data/docs/ContainerContainerRemote.md +1 -1
  14. data/docs/ContainerContainerRemoteResponse.md +3 -1
  15. data/docs/ContainerContainerRepositoryResponse.md +2 -0
  16. data/docs/ContainerManifestResponse.md +2 -0
  17. data/docs/ContainerManifestSignatureResponse.md +2 -0
  18. data/docs/ContainerTagResponse.md +2 -0
  19. data/docs/ContentBlobsApi.md +10 -8
  20. data/docs/ContentManifestsApi.md +10 -8
  21. data/docs/ContentSignaturesApi.md +10 -8
  22. data/docs/ContentTagsApi.md +10 -8
  23. data/docs/DistributionsContainerApi.md +4 -2
  24. data/docs/DistributionsPullThroughApi.md +4 -2
  25. data/docs/OCIBuildImage.md +1 -1
  26. data/docs/PatchedcontainerContainerDistribution.md +7 -7
  27. data/docs/PatchedcontainerContainerPullThroughDistribution.md +7 -7
  28. data/docs/PatchedcontainerContainerPullThroughRemote.md +6 -2
  29. data/docs/PatchedcontainerContainerPushRepository.md +7 -7
  30. data/docs/PatchedcontainerContainerRemote.md +1 -1
  31. data/docs/{Policy762Enum.md → Policy692Enum.md} +2 -2
  32. data/docs/{Policy8e2Enum.md → Policy7e0Enum.md} +2 -2
  33. data/docs/PulpContainerNamespacesApi.md +4 -2
  34. data/docs/RemotesContainerApi.md +4 -2
  35. data/docs/RemotesPullThroughApi.md +4 -2
  36. data/docs/RepositoriesContainerApi.md +10 -8
  37. data/docs/RepositoriesContainerPushApi.md +8 -6
  38. data/docs/RepositoriesContainerPushVersionsApi.md +8 -6
  39. data/docs/RepositoriesContainerVersionsApi.md +8 -6
  40. data/docs/RepositoryVersionResponse.md +2 -0
  41. data/lib/pulp_container_client/api/content_blobs_api.rb +11 -8
  42. data/lib/pulp_container_client/api/content_manifests_api.rb +11 -8
  43. data/lib/pulp_container_client/api/content_signatures_api.rb +11 -8
  44. data/lib/pulp_container_client/api/content_tags_api.rb +11 -8
  45. data/lib/pulp_container_client/api/distributions_container_api.rb +5 -2
  46. data/lib/pulp_container_client/api/distributions_pull_through_api.rb +5 -2
  47. data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +5 -2
  48. data/lib/pulp_container_client/api/remotes_container_api.rb +5 -2
  49. data/lib/pulp_container_client/api/remotes_pull_through_api.rb +5 -2
  50. data/lib/pulp_container_client/api/repositories_container_api.rb +11 -8
  51. data/lib/pulp_container_client/api/repositories_container_push_api.rb +9 -6
  52. data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +10 -7
  53. data/lib/pulp_container_client/api/repositories_container_versions_api.rb +10 -7
  54. data/lib/pulp_container_client/models/container_blob_response.rb +11 -1
  55. data/lib/pulp_container_client/models/container_container_distribution.rb +53 -53
  56. data/lib/pulp_container_client/models/container_container_distribution_response.rb +74 -54
  57. data/lib/pulp_container_client/models/container_container_namespace_response.rb +11 -1
  58. data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +53 -53
  59. data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +74 -54
  60. data/lib/pulp_container_client/models/container_container_pull_through_remote.rb +32 -6
  61. data/lib/pulp_container_client/models/container_container_pull_through_remote_response.rb +41 -5
  62. data/lib/pulp_container_client/models/container_container_push_repository.rb +46 -46
  63. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +60 -50
  64. data/lib/pulp_container_client/models/container_container_remote.rb +1 -1
  65. data/lib/pulp_container_client/models/container_container_remote_response.rb +12 -2
  66. data/lib/pulp_container_client/models/container_container_repository_response.rb +11 -1
  67. data/lib/pulp_container_client/models/container_manifest_response.rb +11 -1
  68. data/lib/pulp_container_client/models/container_manifest_signature_response.rb +11 -1
  69. data/lib/pulp_container_client/models/container_tag_response.rb +11 -1
  70. data/lib/pulp_container_client/models/oci_build_image.rb +1 -1
  71. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +44 -44
  72. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +44 -44
  73. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_remote.rb +32 -6
  74. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +46 -46
  75. data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +1 -1
  76. data/lib/pulp_container_client/models/{policy762_enum.rb → policy692_enum.rb} +3 -3
  77. data/lib/pulp_container_client/models/{policy8e2_enum.rb → policy7e0_enum.rb} +3 -3
  78. data/lib/pulp_container_client/models/repository_version_response.rb +12 -2
  79. data/lib/pulp_container_client/version.rb +1 -1
  80. data/lib/pulp_container_client.rb +2 -2
  81. data/spec/api/content_blobs_api_spec.rb +5 -4
  82. data/spec/api/content_manifests_api_spec.rb +5 -4
  83. data/spec/api/content_signatures_api_spec.rb +5 -4
  84. data/spec/api/content_tags_api_spec.rb +5 -4
  85. data/spec/api/distributions_container_api_spec.rb +2 -1
  86. data/spec/api/distributions_pull_through_api_spec.rb +2 -1
  87. data/spec/api/pulp_container_namespaces_api_spec.rb +2 -1
  88. data/spec/api/remotes_container_api_spec.rb +2 -1
  89. data/spec/api/remotes_pull_through_api_spec.rb +2 -1
  90. data/spec/api/repositories_container_api_spec.rb +5 -4
  91. data/spec/api/repositories_container_push_api_spec.rb +4 -3
  92. data/spec/api/repositories_container_push_versions_api_spec.rb +4 -3
  93. data/spec/api/repositories_container_versions_api_spec.rb +4 -3
  94. data/spec/models/container_blob_response_spec.rb +6 -0
  95. data/spec/models/container_container_distribution_response_spec.rb +20 -8
  96. data/spec/models/container_container_distribution_spec.rb +5 -5
  97. data/spec/models/container_container_namespace_response_spec.rb +6 -0
  98. data/spec/models/container_container_pull_through_distribution_response_spec.rb +20 -8
  99. data/spec/models/container_container_pull_through_distribution_spec.rb +5 -5
  100. data/spec/models/container_container_pull_through_remote_response_spec.rb +18 -0
  101. data/spec/models/container_container_pull_through_remote_spec.rb +12 -0
  102. data/spec/models/container_container_push_repository_response_spec.rb +14 -8
  103. data/spec/models/container_container_push_repository_spec.rb +4 -4
  104. data/spec/models/container_container_remote_response_spec.rb +6 -0
  105. data/spec/models/container_container_repository_response_spec.rb +6 -0
  106. data/spec/models/container_manifest_response_spec.rb +6 -0
  107. data/spec/models/container_manifest_signature_response_spec.rb +6 -0
  108. data/spec/models/container_tag_response_spec.rb +6 -0
  109. data/spec/models/patchedcontainer_container_distribution_spec.rb +5 -5
  110. data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +5 -5
  111. data/spec/models/patchedcontainer_container_pull_through_remote_spec.rb +12 -0
  112. data/spec/models/patchedcontainer_container_push_repository_spec.rb +4 -4
  113. data/spec/models/{policy762_enum_spec.rb → policy692_enum_spec.rb} +6 -6
  114. data/spec/models/{policy8e2_enum_spec.rb → policy7e0_enum_spec.rb} +6 -6
  115. data/spec/models/repository_version_response_spec.rb +6 -0
  116. metadata +9 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0c6869990bff182936649a7d38a16cea9e461bf1f1f47eb62e3ae0ba26f36a63
4
- data.tar.gz: 34f6842f367e72d94f87c98d2b436b95dadd826c6857ce5fe6ba40b4963d9ad5
3
+ metadata.gz: 91cd6e1198963c974944c55c63d18aa1054c57061299fa40ace88482d34a5dfa
4
+ data.tar.gz: 5b79d69dc85b0bfcc7b9c5646d8724cbcb9c0974e07856e99c1d8bfa327c7e1f
5
5
  SHA512:
6
- metadata.gz: b5840015946e5d400536ff4ce61a31db6c4621f0365bf2520074cc9e1406a2d7dbb476f028c52c9344ec01f8d21b1db5f2f8eb36d9e32d978f86a05908cba1c3
7
- data.tar.gz: 7e2cd7f774b8f9e8254f74003f2a2bad6184767dff839a383e4147a27b6d0854b6a472121b3da9017e0aaf8508dbb7f570561c620ba38d19159909a2e7e6586a
6
+ metadata.gz: 5572e0fb48294986ce5ee338726380882ad1adc11bf6edcac375b49943e1fb7f661022a7edec7d11a7614dd51011d22d4a25e93c21ff0ce2b1d763621858abd0
7
+ data.tar.gz: bd38e30e531679404ee7a082ed8d498f0cec986a1f1d0b43f55b906151a354ac35f678fae667180500b44d8c7dec7294409db0193c98a526b9b5b7c15ee29a8c
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.20.4
10
+ - Package version: 2.21.1
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.20.4.gem
27
+ gem install ./pulp_container_client-2.21.1.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_container_client-2.20.4.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_container_client-2.21.1.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.20.4'
36
+ gem 'pulp_container_client', '~> 2.21.1'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -72,12 +72,13 @@ opts = {
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
74
  orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
75
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
75
76
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
76
77
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
77
- q: 'q_example', # String |
78
- repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
79
- repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
80
- repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
78
+ q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
79
+ repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
80
+ repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
81
+ repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
81
82
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
82
83
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
83
84
  }
@@ -256,8 +257,8 @@ Class | Method | HTTP request | Description
256
257
  - [PulpContainerClient::PatchedcontainerContainerPushRepository](docs/PatchedcontainerContainerPushRepository.md)
257
258
  - [PulpContainerClient::PatchedcontainerContainerRemote](docs/PatchedcontainerContainerRemote.md)
258
259
  - [PulpContainerClient::PatchedcontainerContainerRepository](docs/PatchedcontainerContainerRepository.md)
259
- - [PulpContainerClient::Policy762Enum](docs/Policy762Enum.md)
260
- - [PulpContainerClient::Policy8e2Enum](docs/Policy8e2Enum.md)
260
+ - [PulpContainerClient::Policy692Enum](docs/Policy692Enum.md)
261
+ - [PulpContainerClient::Policy7e0Enum](docs/Policy7e0Enum.md)
261
262
  - [PulpContainerClient::RecursiveManage](docs/RecursiveManage.md)
262
263
  - [PulpContainerClient::RemoveImage](docs/RemoveImage.md)
263
264
  - [PulpContainerClient::RemoveSignatures](docs/RemoveSignatures.md)
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | 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]
10
11
  **artifact** | **String** | Artifact file representing the physical content |
@@ -16,6 +17,7 @@ Name | Type | Description | Notes
16
17
  require 'PulpContainerClient'
17
18
 
18
19
  instance = PulpContainerClient::ContainerBlobResponse.new(pulp_href: null,
20
+ prn: null,
19
21
  pulp_created: null,
20
22
  pulp_last_updated: null,
21
23
  artifact: null,
@@ -4,12 +4,12 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
+ **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
8
+ **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
7
9
  **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
8
10
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
9
- **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;) |
10
- **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
11
11
  **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. |
12
- **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [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. \&quot;foo\&quot; and \&quot;foo/bar\&quot;) |
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(hidden: null,
22
+ instance = PulpContainerClient::ContainerContainerDistribution.new(pulp_labels: null,
23
+ content_guard: null,
24
+ hidden: null,
23
25
  repository: null,
24
- base_path: null,
25
- pulp_labels: null,
26
26
  name: null,
27
- content_guard: null,
27
+ base_path: null,
28
28
  repository_version: null,
29
29
  private: null,
30
30
  description: null)
@@ -4,15 +4,17 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
8
- **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
9
- **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
10
- **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;) |
11
- **pulp_last_updated** | **DateTime** | 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]
12
7
  **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
8
+ **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
9
+ **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
13
10
  **pulp_href** | **String** | | [optional] [readonly]
11
+ **no_content_change_since** | **String** | Timestamp since when the distributed content served by this distribution has not changed. If equals to &#x60;null&#x60;, no guarantee is provided about content changes. | [optional] [readonly]
12
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
13
+ **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
14
14
  **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. |
15
- **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
15
+ **pulp_last_updated** | **DateTime** | 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]
16
+ **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;) |
17
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
16
18
  **repository_version** | **String** | RepositoryVersion to be served | [optional]
17
19
  **registry_path** | **String** | The Registry hostname/name/ to use with docker pull command defined by this distribution. | [optional] [readonly]
18
20
  **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | [optional] [readonly]
@@ -25,15 +27,17 @@ Name | Type | Description | Notes
25
27
  ```ruby
26
28
  require 'PulpContainerClient'
27
29
 
28
- instance = PulpContainerClient::ContainerContainerDistributionResponse.new(pulp_created: null,
30
+ instance = PulpContainerClient::ContainerContainerDistributionResponse.new(pulp_labels: null,
31
+ content_guard: null,
29
32
  hidden: null,
30
- repository: null,
31
- base_path: null,
32
- pulp_last_updated: null,
33
- pulp_labels: null,
34
33
  pulp_href: null,
34
+ no_content_change_since: null,
35
+ pulp_created: null,
36
+ repository: null,
35
37
  name: null,
36
- content_guard: null,
38
+ pulp_last_updated: null,
39
+ base_path: null,
40
+ prn: null,
37
41
  repository_version: null,
38
42
  registry_path: null,
39
43
  remote: null,
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | 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]
10
11
  **name** | **String** | |
@@ -15,6 +16,7 @@ Name | Type | Description | Notes
15
16
  require 'PulpContainerClient'
16
17
 
17
18
  instance = PulpContainerClient::ContainerContainerNamespaceResponse.new(pulp_href: null,
19
+ prn: null,
18
20
  pulp_created: null,
19
21
  pulp_last_updated: null,
20
22
  name: null)
@@ -4,12 +4,12 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
+ **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
8
+ **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
7
9
  **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
8
10
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
9
- **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;) |
10
- **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
11
11
  **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. |
12
- **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [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. \&quot;foo\&quot; and \&quot;foo/bar\&quot;) |
13
13
  **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. |
14
14
  **distributions** | **Array&lt;String&gt;** | Distributions created after pulling content through cache | [optional]
15
15
  **private** | **Boolean** | Restrict pull access to explicitly authorized users. Related distributions inherit this value. Defaults to unrestricted pull access. | [optional]
@@ -20,12 +20,12 @@ Name | Type | Description | Notes
20
20
  ```ruby
21
21
  require 'PulpContainerClient'
22
22
 
23
- instance = PulpContainerClient::ContainerContainerPullThroughDistribution.new(hidden: null,
23
+ instance = PulpContainerClient::ContainerContainerPullThroughDistribution.new(pulp_labels: null,
24
+ content_guard: null,
25
+ hidden: null,
24
26
  repository: null,
25
- base_path: null,
26
- pulp_labels: null,
27
27
  name: null,
28
- content_guard: null,
28
+ base_path: null,
29
29
  remote: null,
30
30
  distributions: null,
31
31
  private: null,
@@ -4,15 +4,17 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
8
- **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
9
- **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
10
- **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;) |
11
- **pulp_last_updated** | **DateTime** | 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]
12
7
  **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
8
+ **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
9
+ **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
13
10
  **pulp_href** | **String** | | [optional] [readonly]
11
+ **no_content_change_since** | **String** | Timestamp since when the distributed content served by this distribution has not changed. If equals to &#x60;null&#x60;, no guarantee is provided about content changes. | [optional] [readonly]
12
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
13
+ **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
14
14
  **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. |
15
- **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
15
+ **pulp_last_updated** | **DateTime** | 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]
16
+ **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;) |
17
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
16
18
  **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. |
17
19
  **distributions** | **Array&lt;String&gt;** | Distributions created after pulling content through cache | [optional]
18
20
  **namespace** | **String** | Namespace this distribution belongs to. | [optional] [readonly]
@@ -24,15 +26,17 @@ Name | Type | Description | Notes
24
26
  ```ruby
25
27
  require 'PulpContainerClient'
26
28
 
27
- instance = PulpContainerClient::ContainerContainerPullThroughDistributionResponse.new(pulp_created: null,
29
+ instance = PulpContainerClient::ContainerContainerPullThroughDistributionResponse.new(pulp_labels: null,
30
+ content_guard: null,
28
31
  hidden: null,
29
- repository: null,
30
- base_path: null,
31
- pulp_last_updated: null,
32
- pulp_labels: null,
33
32
  pulp_href: null,
33
+ no_content_change_since: null,
34
+ pulp_created: null,
35
+ repository: null,
34
36
  name: null,
35
- content_guard: null,
37
+ pulp_last_updated: null,
38
+ base_path: null,
39
+ prn: null,
36
40
  remote: null,
37
41
  distributions: null,
38
42
  namespace: null,
@@ -18,13 +18,15 @@ 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** | [**Policy8e2Enum**](Policy8e2Enum.md) | | [optional]
21
+ **policy** | [**Policy7e0Enum**](Policy7e0Enum.md) | | [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]
25
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
26
  **headers** | **Array&lt;Object&gt;** | Headers for aiohttp.Clientsession | [optional]
27
27
  **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
28
+ **includes** | **Array&lt;String&gt;** | A list of remotes to include during pull-through caching. Wildcards *, ? are recognized. &#39;includes&#39; is evaluated before &#39;excludes&#39;. | [optional]
29
+ **excludes** | **Array&lt;String&gt;** | A list of remotes to exclude during pull-through caching. Wildcards *, ? are recognized. &#39;excludes&#39; is evaluated after &#39;includes&#39;. | [optional]
28
30
 
29
31
  ## Code Sample
30
32
 
@@ -51,7 +53,9 @@ instance = PulpContainerClient::ContainerContainerPullThroughRemote.new(name: nu
51
53
  sock_connect_timeout: null,
52
54
  sock_read_timeout: null,
53
55
  headers: null,
54
- rate_limit: null)
56
+ rate_limit: null,
57
+ includes: null,
58
+ excludes: null)
55
59
  ```
56
60
 
57
61
 
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
10
11
  **name** | **String** | A unique name for this remote. |
@@ -16,7 +17,7 @@ Name | Type | Description | Notes
16
17
  **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
17
18
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
18
19
  **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
+ **policy** | [**Policy7e0Enum**](Policy7e0Enum.md) | | [optional]
20
21
  **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
22
  **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
23
  **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
@@ -24,6 +25,8 @@ Name | Type | Description | Notes
24
25
  **headers** | **Array&lt;Object&gt;** | Headers for aiohttp.Clientsession | [optional]
25
26
  **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
26
27
  **hidden_fields** | [**Array&lt;ContainerContainerPullThroughRemoteResponseHiddenFields&gt;**](ContainerContainerPullThroughRemoteResponseHiddenFields.md) | List of hidden (write only) fields | [optional] [readonly]
28
+ **includes** | **Array&lt;String&gt;** | A list of remotes to include during pull-through caching. Wildcards *, ? are recognized. &#39;includes&#39; is evaluated before &#39;excludes&#39;. | [optional]
29
+ **excludes** | **Array&lt;String&gt;** | A list of remotes to exclude during pull-through caching. Wildcards *, ? are recognized. &#39;excludes&#39; is evaluated after &#39;includes&#39;. | [optional]
27
30
 
28
31
  ## Code Sample
29
32
 
@@ -31,6 +34,7 @@ Name | Type | Description | Notes
31
34
  require 'PulpContainerClient'
32
35
 
33
36
  instance = PulpContainerClient::ContainerContainerPullThroughRemoteResponse.new(pulp_href: null,
37
+ prn: null,
34
38
  pulp_created: null,
35
39
  pulp_last_updated: null,
36
40
  name: null,
@@ -49,7 +53,9 @@ instance = PulpContainerClient::ContainerContainerPullThroughRemoteResponse.new(
49
53
  sock_read_timeout: null,
50
54
  headers: null,
51
55
  rate_limit: null,
52
- hidden_fields: null)
56
+ hidden_fields: null,
57
+ includes: null,
58
+ excludes: null)
53
59
  ```
54
60
 
55
61
 
@@ -4,22 +4,22 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **name** | **String** | A unique name for this repository. |
8
- **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
9
7
  **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
10
- **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
8
+ **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
11
9
  **description** | **String** | An optional description. | [optional]
10
+ **name** | **String** | A unique name for this repository. |
11
+ **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
12
12
 
13
13
  ## Code Sample
14
14
 
15
15
  ```ruby
16
16
  require 'PulpContainerClient'
17
17
 
18
- instance = PulpContainerClient::ContainerContainerPushRepository.new(name: null,
18
+ instance = PulpContainerClient::ContainerContainerPushRepository.new(pulp_labels: null,
19
19
  manifest_signing_service: null,
20
- pulp_labels: null,
21
- retain_repo_versions: null,
22
- description: null)
20
+ description: null,
21
+ name: null,
22
+ retain_repo_versions: null)
23
23
  ```
24
24
 
25
25
 
@@ -4,32 +4,34 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
+ **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
8
+ **versions_href** | **String** | | [optional] [readonly]
9
+ **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
10
+ **pulp_href** | **String** | | [optional] [readonly]
11
+ **description** | **String** | An optional description. | [optional]
7
12
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
8
13
  **name** | **String** | A unique name for this repository. |
9
- **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
10
- **versions_href** | **String** | | [optional] [readonly]
11
14
  **pulp_last_updated** | **DateTime** | 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]
12
- **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
13
- **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
14
- **pulp_href** | **String** | | [optional] [readonly]
15
15
  **latest_version_href** | **String** | | [optional] [readonly]
16
- **description** | **String** | An optional description. | [optional]
16
+ **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
17
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
17
18
 
18
19
  ## Code Sample
19
20
 
20
21
  ```ruby
21
22
  require 'PulpContainerClient'
22
23
 
23
- instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(pulp_created: null,
24
- name: null,
25
- manifest_signing_service: null,
24
+ instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(pulp_labels: null,
26
25
  versions_href: null,
27
- pulp_last_updated: null,
28
- pulp_labels: null,
29
- retain_repo_versions: null,
26
+ manifest_signing_service: null,
30
27
  pulp_href: null,
28
+ description: null,
29
+ pulp_created: null,
30
+ name: null,
31
+ pulp_last_updated: null,
31
32
  latest_version_href: null,
32
- description: null)
33
+ retain_repo_versions: null,
34
+ prn: null)
33
35
  ```
34
36
 
35
37
 
@@ -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** | [**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]
21
+ **policy** | [**Policy692Enum**](Policy692Enum.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]
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
10
11
  **name** | **String** | A unique name for this remote. |
@@ -16,7 +17,7 @@ Name | Type | Description | Notes
16
17
  **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
17
18
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
18
19
  **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** | [**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
+ **policy** | [**Policy692Enum**](Policy692Enum.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
21
  **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
22
  **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
23
  **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]
@@ -35,6 +36,7 @@ Name | Type | Description | Notes
35
36
  require 'PulpContainerClient'
36
37
 
37
38
  instance = PulpContainerClient::ContainerContainerRemoteResponse.new(pulp_href: null,
39
+ prn: null,
38
40
  pulp_created: null,
39
41
  pulp_last_updated: null,
40
42
  name: null,
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | 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]
10
11
  **versions_href** | **String** | | [optional] [readonly]
@@ -22,6 +23,7 @@ Name | Type | Description | Notes
22
23
  require 'PulpContainerClient'
23
24
 
24
25
  instance = PulpContainerClient::ContainerContainerRepositoryResponse.new(pulp_href: null,
26
+ prn: null,
25
27
  pulp_created: null,
26
28
  pulp_last_updated: null,
27
29
  versions_href: null,
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | 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]
10
11
  **digest** | **String** | sha256 of the Manifest file |
@@ -24,6 +25,7 @@ Name | Type | Description | Notes
24
25
  require 'PulpContainerClient'
25
26
 
26
27
  instance = PulpContainerClient::ContainerManifestResponse.new(pulp_href: null,
28
+ prn: null,
27
29
  pulp_created: null,
28
30
  pulp_last_updated: null,
29
31
  digest: null,
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | 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]
10
11
  **name** | **String** | Signature name in the format of &#x60;digest_algo:manifest_digest@random_32_chars&#x60; |
@@ -21,6 +22,7 @@ Name | Type | Description | Notes
21
22
  require 'PulpContainerClient'
22
23
 
23
24
  instance = PulpContainerClient::ContainerManifestSignatureResponse.new(pulp_href: null,
25
+ prn: null,
24
26
  pulp_created: null,
25
27
  pulp_last_updated: null,
26
28
  name: null,
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | 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]
10
11
  **name** | **String** | Tag name |
@@ -16,6 +17,7 @@ Name | Type | Description | Notes
16
17
  require 'PulpContainerClient'
17
18
 
18
19
  instance = PulpContainerClient::ContainerTagResponse.new(pulp_href: null,
20
+ prn: null,
19
21
  pulp_created: null,
20
22
  pulp_last_updated: null,
21
23
  name: null,
@@ -37,12 +37,13 @@ opts = {
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
39
  orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
40
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
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
- q: 'q_example', # String |
43
- repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
44
- repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
45
- repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
43
+ q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
44
+ repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
45
+ repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
46
+ repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
46
47
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
47
48
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
48
49
  }
@@ -67,12 +68,13 @@ Name | Type | Description | Notes
67
68
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
68
69
  **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
70
  **orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
71
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [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
- **q** | **String**| | [optional]
73
- **repository_version** | **String**| Repository Version referenced by HREF | [optional]
74
- **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
75
- **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
74
+ **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
75
+ **repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
76
+ **repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
77
+ **repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
76
78
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
77
79
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
78
80