pulp_container_client 2.26.11 → 2.27.0

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.
Files changed (31) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/ContainerContainerDistribution.md +4 -4
  4. data/docs/ContainerContainerDistributionResponse.md +12 -12
  5. data/docs/ContainerContainerPullThroughDistribution.md +4 -4
  6. data/docs/ContainerContainerPullThroughDistributionResponse.md +12 -12
  7. data/docs/ContainerContainerPushRepository.md +2 -2
  8. data/docs/ContainerContainerPushRepositoryResponse.md +14 -14
  9. data/docs/PatchedcontainerContainerDistribution.md +4 -4
  10. data/docs/PatchedcontainerContainerPullThroughDistribution.md +4 -4
  11. data/docs/PatchedcontainerContainerPushRepository.md +2 -2
  12. data/lib/pulp_container_client/models/container_container_distribution.rb +21 -21
  13. data/lib/pulp_container_client/models/container_container_distribution_response.rb +54 -54
  14. data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +21 -21
  15. data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +54 -54
  16. data/lib/pulp_container_client/models/container_container_push_repository.rb +10 -10
  17. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +59 -59
  18. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +21 -21
  19. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +21 -21
  20. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +10 -10
  21. data/lib/pulp_container_client/version.rb +1 -1
  22. data/spec/models/container_container_distribution_response_spec.rb +8 -8
  23. data/spec/models/container_container_distribution_spec.rb +3 -3
  24. data/spec/models/container_container_pull_through_distribution_response_spec.rb +8 -8
  25. data/spec/models/container_container_pull_through_distribution_spec.rb +3 -3
  26. data/spec/models/container_container_push_repository_response_spec.rb +10 -10
  27. data/spec/models/container_container_push_repository_spec.rb +2 -2
  28. data/spec/models/patchedcontainer_container_distribution_spec.rb +3 -3
  29. data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +3 -3
  30. data/spec/models/patchedcontainer_container_push_repository_spec.rb +2 -2
  31. metadata +60 -60
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 43eff40e1db10fd6721dfe00a354b1cb68bdc5d05126a5988fc8849b5c1145ba
4
- data.tar.gz: 6c56576a9c7ce37921bcbfd07c2fc57299afbc1245e0b655b46e459163c13606
3
+ metadata.gz: bd4ba37980b422405fd4286894794f6c7bc09d14aafec6e1eb7707afc832681d
4
+ data.tar.gz: 5d0e0e9128c4e99c134aec48b03e35999fcc8e4ddeec2b9bb0b9e81d3ee4d83b
5
5
  SHA512:
6
- metadata.gz: 99c84df6d67c448742ba25d6183f01e1b3326bb5f222f4b6fc562b69713f95ed26fbbecd4a653468f6d6441fe32a9f9331a46944c5fa6c1b2c8260ea30f0a2d1
7
- data.tar.gz: 14b7e0b02ddedb6d3fc6c2bdd34d273c0619883f0593d58b26a5386319f40b126339184b921955086b92d0da90fada103d635d01846c3289e3b2d4142087a892
6
+ metadata.gz: 5f0c55e94d8e1f11f00c07ad5d6a15970f10862715cd56d1d69b330b472b8803f097260903b905a71f652318b91ecbea7dc22ac1396221dcf2db5313713f1581
7
+ data.tar.gz: eb6ff8bb86b7777e7f625b8bc6677bf35fd4287012f9d3b700afb94f54b5df3e0c37bc5c7e85245fbc8d2adef476082a669f92cfdade52afc87233bf7e2b780a
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.26.11
10
+ - Package version: 2.27.0
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.26.11.gem
28
+ gem install ./pulp_container_client-2.27.0.gem
29
29
  ```
30
30
 
31
- (for development, run `gem install --dev ./pulp_container_client-2.26.11.gem` to install the development dependencies)
31
+ (for development, run `gem install --dev ./pulp_container_client-2.27.0.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.26.11'
37
+ gem 'pulp_container_client', '~> 2.27.0'
38
38
 
39
39
  ### Install from Git
40
40
 
@@ -5,10 +5,10 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
8
- | **pulp_labels** | **Hash<String, String>** | | [optional] |
9
- | **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
10
8
  | **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] |
11
10
  | **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\") | |
11
+ | **pulp_labels** | **Hash<String, String>** | | [optional] |
12
12
  | **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
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] |
@@ -21,10 +21,10 @@ require 'pulp_container_client'
21
21
 
22
22
  instance = PulpContainerClient::ContainerContainerDistribution.new(
23
23
  repository: null,
24
- pulp_labels: null,
25
- content_guard: null,
26
24
  hidden: null,
25
+ content_guard: null,
27
26
  base_path: null,
27
+ pulp_labels: null,
28
28
  name: null,
29
29
  repository_version: null,
30
30
  private: null,
@@ -5,16 +5,16 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
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] |
9
- | **pulp_labels** | **Hash<String, String>** | | [optional] |
10
- | **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
11
- | **pulp_href** | **String** | | [optional][readonly] |
12
8
  | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
9
+ | **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] |
10
+ | **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
13
11
  | **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\") | |
12
+ | **pulp_labels** | **Hash<String, String>** | | [optional] |
13
+ | **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] |
14
+ | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
14
15
  | **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
15
- | **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] |
16
16
  | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
17
- | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
17
+ | **pulp_href** | **String** | | [optional][readonly] |
18
18
  | **repository_version** | **String** | RepositoryVersion to be served | [optional] |
19
19
  | **registry_path** | **String** | The Registry hostname/name/ to use with docker pull command defined by this distribution. | [optional][readonly] |
20
20
  | **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | [optional][readonly] |
@@ -29,16 +29,16 @@ require 'pulp_container_client'
29
29
 
30
30
  instance = PulpContainerClient::ContainerContainerDistributionResponse.new(
31
31
  repository: null,
32
- no_content_change_since: null,
33
- pulp_labels: null,
34
- content_guard: null,
35
- pulp_href: null,
36
32
  hidden: null,
33
+ pulp_last_updated: null,
34
+ content_guard: null,
37
35
  base_path: null,
36
+ pulp_labels: null,
37
+ no_content_change_since: null,
38
+ pulp_created: null,
38
39
  name: null,
39
- pulp_last_updated: null,
40
40
  prn: null,
41
- pulp_created: null,
41
+ pulp_href: null,
42
42
  repository_version: null,
43
43
  registry_path: null,
44
44
  remote: null,
@@ -5,10 +5,10 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
8
- | **pulp_labels** | **Hash<String, String>** | | [optional] |
9
- | **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
10
8
  | **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] |
11
10
  | **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\") | |
11
+ | **pulp_labels** | **Hash<String, String>** | | [optional] |
12
12
  | **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
13
13
  | **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | |
14
14
  | **distributions** | **Array<String>** | Distributions created after pulling content through cache | [optional] |
@@ -22,10 +22,10 @@ require 'pulp_container_client'
22
22
 
23
23
  instance = PulpContainerClient::ContainerContainerPullThroughDistribution.new(
24
24
  repository: null,
25
- pulp_labels: null,
26
- content_guard: null,
27
25
  hidden: null,
26
+ content_guard: null,
28
27
  base_path: null,
28
+ pulp_labels: null,
29
29
  name: null,
30
30
  remote: null,
31
31
  distributions: null,
@@ -5,16 +5,16 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
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] |
9
- | **pulp_labels** | **Hash<String, String>** | | [optional] |
10
- | **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
11
- | **pulp_href** | **String** | | [optional][readonly] |
12
8
  | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
9
+ | **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] |
10
+ | **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
13
11
  | **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\") | |
12
+ | **pulp_labels** | **Hash<String, String>** | | [optional] |
13
+ | **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] |
14
+ | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
14
15
  | **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
15
- | **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] |
16
16
  | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
17
- | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
17
+ | **pulp_href** | **String** | | [optional][readonly] |
18
18
  | **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | |
19
19
  | **distributions** | **Array<String>** | Distributions created after pulling content through cache | [optional] |
20
20
  | **namespace** | **String** | Namespace this distribution belongs to. | [optional][readonly] |
@@ -28,16 +28,16 @@ require 'pulp_container_client'
28
28
 
29
29
  instance = PulpContainerClient::ContainerContainerPullThroughDistributionResponse.new(
30
30
  repository: null,
31
- no_content_change_since: null,
32
- pulp_labels: null,
33
- content_guard: null,
34
- pulp_href: null,
35
31
  hidden: null,
32
+ pulp_last_updated: null,
33
+ content_guard: null,
36
34
  base_path: null,
35
+ pulp_labels: null,
36
+ no_content_change_since: null,
37
+ pulp_created: null,
37
38
  name: null,
38
- pulp_last_updated: null,
39
39
  prn: null,
40
- pulp_created: null,
40
+ pulp_href: null,
41
41
  remote: null,
42
42
  distributions: null,
43
43
  namespace: null,
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **pulp_labels** | **Hash<String, String>** | | [optional] |
8
7
  | **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] |
8
+ | **pulp_labels** | **Hash<String, String>** | | [optional] |
9
9
  | **description** | **String** | An optional description. | [optional] |
10
10
  | **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
11
11
  | **name** | **String** | A unique name for this repository. | |
@@ -16,8 +16,8 @@
16
16
  require 'pulp_container_client'
17
17
 
18
18
  instance = PulpContainerClient::ContainerContainerPushRepository.new(
19
- pulp_labels: null,
20
19
  manifest_signing_service: null,
20
+ pulp_labels: null,
21
21
  description: null,
22
22
  retain_repo_versions: null,
23
23
  name: null
@@ -4,17 +4,17 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **pulp_labels** | **Hash<String, String>** | | [optional] |
8
- | **pulp_href** | **String** | | [optional][readonly] |
9
7
  | **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] |
10
- | **description** | **String** | An optional description. | [optional] |
11
- | **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
12
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] |
13
- | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
14
- | **versions_href** | **String** | | [optional][readonly] |
15
- | **name** | **String** | A unique name for this repository. | |
9
+ | **pulp_labels** | **Hash<String, String>** | | [optional] |
10
+ | **description** | **String** | An optional description. | [optional] |
16
11
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
17
12
  | **latest_version_href** | **String** | | [optional][readonly] |
13
+ | **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
14
+ | **name** | **String** | A unique name for this repository. | |
15
+ | **versions_href** | **String** | | [optional][readonly] |
16
+ | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
17
+ | **pulp_href** | **String** | | [optional][readonly] |
18
18
 
19
19
  ## Example
20
20
 
@@ -22,17 +22,17 @@
22
22
  require 'pulp_container_client'
23
23
 
24
24
  instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(
25
- pulp_labels: null,
26
- pulp_href: null,
27
25
  manifest_signing_service: null,
26
+ pulp_last_updated: null,
27
+ pulp_labels: null,
28
28
  description: null,
29
+ pulp_created: null,
30
+ latest_version_href: null,
29
31
  retain_repo_versions: null,
30
- pulp_last_updated: null,
31
- prn: null,
32
- versions_href: null,
33
32
  name: null,
34
- pulp_created: null,
35
- latest_version_href: null
33
+ versions_href: null,
34
+ prn: null,
35
+ pulp_href: null
36
36
  )
37
37
  ```
38
38
 
@@ -5,10 +5,10 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
8
- | **pulp_labels** | **Hash<String, String>** | | [optional] |
9
- | **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
10
8
  | **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] |
11
10
  | **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] |
11
+ | **pulp_labels** | **Hash<String, String>** | | [optional] |
12
12
  | **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional] |
13
13
  | **repository_version** | **String** | RepositoryVersion to be served | [optional] |
14
14
  | **private** | **Boolean** | Restrict pull access to explicitly authorized users. Defaults to unrestricted pull access. | [optional] |
@@ -21,10 +21,10 @@ require 'pulp_container_client'
21
21
 
22
22
  instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(
23
23
  repository: null,
24
- pulp_labels: null,
25
- content_guard: null,
26
24
  hidden: null,
25
+ content_guard: null,
27
26
  base_path: null,
27
+ pulp_labels: null,
28
28
  name: null,
29
29
  repository_version: null,
30
30
  private: null,
@@ -5,10 +5,10 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
8
- | **pulp_labels** | **Hash<String, String>** | | [optional] |
9
- | **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
10
8
  | **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] |
11
10
  | **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] |
11
+ | **pulp_labels** | **Hash<String, String>** | | [optional] |
12
12
  | **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional] |
13
13
  | **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | [optional] |
14
14
  | **distributions** | **Array<String>** | Distributions created after pulling content through cache | [optional] |
@@ -22,10 +22,10 @@ require 'pulp_container_client'
22
22
 
23
23
  instance = PulpContainerClient::PatchedcontainerContainerPullThroughDistribution.new(
24
24
  repository: null,
25
- pulp_labels: null,
26
- content_guard: null,
27
25
  hidden: null,
26
+ content_guard: null,
28
27
  base_path: null,
28
+ pulp_labels: null,
29
29
  name: null,
30
30
  remote: null,
31
31
  distributions: null,
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **pulp_labels** | **Hash<String, String>** | | [optional] |
8
7
  | **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] |
8
+ | **pulp_labels** | **Hash<String, String>** | | [optional] |
9
9
  | **description** | **String** | An optional description. | [optional] |
10
10
  | **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
11
11
  | **name** | **String** | A unique name for this repository. | [optional] |
@@ -16,8 +16,8 @@
16
16
  require 'pulp_container_client'
17
17
 
18
18
  instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(
19
- pulp_labels: null,
20
19
  manifest_signing_service: null,
20
+ pulp_labels: null,
21
21
  description: null,
22
22
  retain_repo_versions: null,
23
23
  name: null
@@ -19,17 +19,17 @@ module PulpContainerClient
19
19
  # The latest RepositoryVersion for this Repository will be served.
20
20
  attr_accessor :repository
21
21
 
22
- attr_accessor :pulp_labels
22
+ # Whether this distribution should be shown in the content app.
23
+ attr_accessor :hidden
23
24
 
24
25
  # An optional content-guard. If none is specified, a default one will be used.
25
26
  attr_accessor :content_guard
26
27
 
27
- # Whether this distribution should be shown in the content app.
28
- attr_accessor :hidden
29
-
30
28
  # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
31
29
  attr_accessor :base_path
32
30
 
31
+ attr_accessor :pulp_labels
32
+
33
33
  # A unique name. Ex, `rawhide` and `stable`.
34
34
  attr_accessor :name
35
35
 
@@ -46,10 +46,10 @@ module PulpContainerClient
46
46
  def self.attribute_map
47
47
  {
48
48
  :'repository' => :'repository',
49
- :'pulp_labels' => :'pulp_labels',
50
- :'content_guard' => :'content_guard',
51
49
  :'hidden' => :'hidden',
50
+ :'content_guard' => :'content_guard',
52
51
  :'base_path' => :'base_path',
52
+ :'pulp_labels' => :'pulp_labels',
53
53
  :'name' => :'name',
54
54
  :'repository_version' => :'repository_version',
55
55
  :'private' => :'private',
@@ -66,10 +66,10 @@ module PulpContainerClient
66
66
  def self.openapi_types
67
67
  {
68
68
  :'repository' => :'String',
69
- :'pulp_labels' => :'Hash<String, String>',
70
- :'content_guard' => :'String',
71
69
  :'hidden' => :'Boolean',
70
+ :'content_guard' => :'String',
72
71
  :'base_path' => :'String',
72
+ :'pulp_labels' => :'Hash<String, String>',
73
73
  :'name' => :'String',
74
74
  :'repository_version' => :'String',
75
75
  :'private' => :'Boolean',
@@ -105,28 +105,28 @@ module PulpContainerClient
105
105
  self.repository = attributes[:'repository']
106
106
  end
107
107
 
108
- if attributes.key?(:'pulp_labels')
109
- if (value = attributes[:'pulp_labels']).is_a?(Hash)
110
- self.pulp_labels = value
111
- end
112
- end
113
-
114
- if attributes.key?(:'content_guard')
115
- self.content_guard = attributes[:'content_guard']
116
- end
117
-
118
108
  if attributes.key?(:'hidden')
119
109
  self.hidden = attributes[:'hidden']
120
110
  else
121
111
  self.hidden = false
122
112
  end
123
113
 
114
+ if attributes.key?(:'content_guard')
115
+ self.content_guard = attributes[:'content_guard']
116
+ end
117
+
124
118
  if attributes.key?(:'base_path')
125
119
  self.base_path = attributes[:'base_path']
126
120
  else
127
121
  self.base_path = nil
128
122
  end
129
123
 
124
+ if attributes.key?(:'pulp_labels')
125
+ if (value = attributes[:'pulp_labels']).is_a?(Hash)
126
+ self.pulp_labels = value
127
+ end
128
+ end
129
+
130
130
  if attributes.key?(:'name')
131
131
  self.name = attributes[:'name']
132
132
  else
@@ -230,10 +230,10 @@ module PulpContainerClient
230
230
  return true if self.equal?(o)
231
231
  self.class == o.class &&
232
232
  repository == o.repository &&
233
- pulp_labels == o.pulp_labels &&
234
- content_guard == o.content_guard &&
235
233
  hidden == o.hidden &&
234
+ content_guard == o.content_guard &&
236
235
  base_path == o.base_path &&
236
+ pulp_labels == o.pulp_labels &&
237
237
  name == o.name &&
238
238
  repository_version == o.repository_version &&
239
239
  private == o.private &&
@@ -249,7 +249,7 @@ module PulpContainerClient
249
249
  # Calculates hash code according to all attributes.
250
250
  # @return [Integer] Hash code
251
251
  def hash
252
- [repository, pulp_labels, content_guard, hidden, base_path, name, repository_version, private, description].hash
252
+ [repository, hidden, content_guard, base_path, pulp_labels, name, repository_version, private, description].hash
253
253
  end
254
254
 
255
255
  # Builds the object from hash
@@ -19,33 +19,33 @@ module PulpContainerClient
19
19
  # The latest RepositoryVersion for this Repository will be served.
20
20
  attr_accessor :repository
21
21
 
22
- # Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes.
23
- attr_accessor :no_content_change_since
22
+ # Whether this distribution should be shown in the content app.
23
+ attr_accessor :hidden
24
24
 
25
- attr_accessor :pulp_labels
25
+ # 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.
26
+ attr_accessor :pulp_last_updated
26
27
 
27
28
  # An optional content-guard. If none is specified, a default one will be used.
28
29
  attr_accessor :content_guard
29
30
 
30
- attr_accessor :pulp_href
31
-
32
- # Whether this distribution should be shown in the content app.
33
- attr_accessor :hidden
34
-
35
31
  # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
36
32
  attr_accessor :base_path
37
33
 
34
+ attr_accessor :pulp_labels
35
+
36
+ # Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes.
37
+ attr_accessor :no_content_change_since
38
+
39
+ # Timestamp of creation.
40
+ attr_accessor :pulp_created
41
+
38
42
  # A unique name. Ex, `rawhide` and `stable`.
39
43
  attr_accessor :name
40
44
 
41
- # 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.
42
- attr_accessor :pulp_last_updated
43
-
44
45
  # The Pulp Resource Name (PRN).
45
46
  attr_accessor :prn
46
47
 
47
- # Timestamp of creation.
48
- attr_accessor :pulp_created
48
+ attr_accessor :pulp_href
49
49
 
50
50
  # RepositoryVersion to be served
51
51
  attr_accessor :repository_version
@@ -69,16 +69,16 @@ module PulpContainerClient
69
69
  def self.attribute_map
70
70
  {
71
71
  :'repository' => :'repository',
72
- :'no_content_change_since' => :'no_content_change_since',
73
- :'pulp_labels' => :'pulp_labels',
74
- :'content_guard' => :'content_guard',
75
- :'pulp_href' => :'pulp_href',
76
72
  :'hidden' => :'hidden',
73
+ :'pulp_last_updated' => :'pulp_last_updated',
74
+ :'content_guard' => :'content_guard',
77
75
  :'base_path' => :'base_path',
76
+ :'pulp_labels' => :'pulp_labels',
77
+ :'no_content_change_since' => :'no_content_change_since',
78
+ :'pulp_created' => :'pulp_created',
78
79
  :'name' => :'name',
79
- :'pulp_last_updated' => :'pulp_last_updated',
80
80
  :'prn' => :'prn',
81
- :'pulp_created' => :'pulp_created',
81
+ :'pulp_href' => :'pulp_href',
82
82
  :'repository_version' => :'repository_version',
83
83
  :'registry_path' => :'registry_path',
84
84
  :'remote' => :'remote',
@@ -97,16 +97,16 @@ module PulpContainerClient
97
97
  def self.openapi_types
98
98
  {
99
99
  :'repository' => :'String',
100
- :'no_content_change_since' => :'String',
101
- :'pulp_labels' => :'Hash<String, String>',
102
- :'content_guard' => :'String',
103
- :'pulp_href' => :'String',
104
100
  :'hidden' => :'Boolean',
101
+ :'pulp_last_updated' => :'Time',
102
+ :'content_guard' => :'String',
105
103
  :'base_path' => :'String',
104
+ :'pulp_labels' => :'Hash<String, String>',
105
+ :'no_content_change_since' => :'String',
106
+ :'pulp_created' => :'Time',
106
107
  :'name' => :'String',
107
- :'pulp_last_updated' => :'Time',
108
108
  :'prn' => :'String',
109
- :'pulp_created' => :'Time',
109
+ :'pulp_href' => :'String',
110
110
  :'repository_version' => :'String',
111
111
  :'registry_path' => :'String',
112
112
  :'remote' => :'String',
@@ -144,52 +144,52 @@ module PulpContainerClient
144
144
  self.repository = attributes[:'repository']
145
145
  end
146
146
 
147
- if attributes.key?(:'no_content_change_since')
148
- self.no_content_change_since = attributes[:'no_content_change_since']
147
+ if attributes.key?(:'hidden')
148
+ self.hidden = attributes[:'hidden']
149
+ else
150
+ self.hidden = false
149
151
  end
150
152
 
151
- if attributes.key?(:'pulp_labels')
152
- if (value = attributes[:'pulp_labels']).is_a?(Hash)
153
- self.pulp_labels = value
154
- end
153
+ if attributes.key?(:'pulp_last_updated')
154
+ self.pulp_last_updated = attributes[:'pulp_last_updated']
155
155
  end
156
156
 
157
157
  if attributes.key?(:'content_guard')
158
158
  self.content_guard = attributes[:'content_guard']
159
159
  end
160
160
 
161
- if attributes.key?(:'pulp_href')
162
- self.pulp_href = attributes[:'pulp_href']
163
- end
164
-
165
- if attributes.key?(:'hidden')
166
- self.hidden = attributes[:'hidden']
167
- else
168
- self.hidden = false
169
- end
170
-
171
161
  if attributes.key?(:'base_path')
172
162
  self.base_path = attributes[:'base_path']
173
163
  else
174
164
  self.base_path = nil
175
165
  end
176
166
 
167
+ if attributes.key?(:'pulp_labels')
168
+ if (value = attributes[:'pulp_labels']).is_a?(Hash)
169
+ self.pulp_labels = value
170
+ end
171
+ end
172
+
173
+ if attributes.key?(:'no_content_change_since')
174
+ self.no_content_change_since = attributes[:'no_content_change_since']
175
+ end
176
+
177
+ if attributes.key?(:'pulp_created')
178
+ self.pulp_created = attributes[:'pulp_created']
179
+ end
180
+
177
181
  if attributes.key?(:'name')
178
182
  self.name = attributes[:'name']
179
183
  else
180
184
  self.name = nil
181
185
  end
182
186
 
183
- if attributes.key?(:'pulp_last_updated')
184
- self.pulp_last_updated = attributes[:'pulp_last_updated']
185
- end
186
-
187
187
  if attributes.key?(:'prn')
188
188
  self.prn = attributes[:'prn']
189
189
  end
190
190
 
191
- if attributes.key?(:'pulp_created')
192
- self.pulp_created = attributes[:'pulp_created']
191
+ if attributes.key?(:'pulp_href')
192
+ self.pulp_href = attributes[:'pulp_href']
193
193
  end
194
194
 
195
195
  if attributes.key?(:'repository_version')
@@ -248,16 +248,16 @@ module PulpContainerClient
248
248
  return true if self.equal?(o)
249
249
  self.class == o.class &&
250
250
  repository == o.repository &&
251
- no_content_change_since == o.no_content_change_since &&
252
- pulp_labels == o.pulp_labels &&
253
- content_guard == o.content_guard &&
254
- pulp_href == o.pulp_href &&
255
251
  hidden == o.hidden &&
252
+ pulp_last_updated == o.pulp_last_updated &&
253
+ content_guard == o.content_guard &&
256
254
  base_path == o.base_path &&
255
+ pulp_labels == o.pulp_labels &&
256
+ no_content_change_since == o.no_content_change_since &&
257
+ pulp_created == o.pulp_created &&
257
258
  name == o.name &&
258
- pulp_last_updated == o.pulp_last_updated &&
259
259
  prn == o.prn &&
260
- pulp_created == o.pulp_created &&
260
+ pulp_href == o.pulp_href &&
261
261
  repository_version == o.repository_version &&
262
262
  registry_path == o.registry_path &&
263
263
  remote == o.remote &&
@@ -275,7 +275,7 @@ module PulpContainerClient
275
275
  # Calculates hash code according to all attributes.
276
276
  # @return [Integer] Hash code
277
277
  def hash
278
- [repository, no_content_change_since, pulp_labels, content_guard, pulp_href, hidden, base_path, name, pulp_last_updated, prn, pulp_created, repository_version, registry_path, remote, namespace, private, description].hash
278
+ [repository, hidden, pulp_last_updated, content_guard, base_path, pulp_labels, no_content_change_since, pulp_created, name, prn, pulp_href, repository_version, registry_path, remote, namespace, private, description].hash
279
279
  end
280
280
 
281
281
  # Builds the object from hash