pulp_container_client 2.19.0 → 2.19.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.
Files changed (31) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/ContainerContainerDistribution.md +2 -2
  4. data/docs/ContainerContainerDistributionResponse.md +5 -5
  5. data/docs/ContainerContainerPullThroughDistribution.md +2 -2
  6. data/docs/ContainerContainerPullThroughDistributionResponse.md +5 -5
  7. data/docs/ContainerContainerPushRepository.md +6 -6
  8. data/docs/ContainerContainerPushRepositoryResponse.md +11 -11
  9. data/docs/PatchedcontainerContainerDistribution.md +2 -2
  10. data/docs/PatchedcontainerContainerPullThroughDistribution.md +2 -2
  11. data/docs/PatchedcontainerContainerPushRepository.md +6 -6
  12. data/lib/pulp_container_client/models/container_container_distribution.rb +11 -11
  13. data/lib/pulp_container_client/models/container_container_distribution_response.rb +20 -20
  14. data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +11 -11
  15. data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +20 -20
  16. data/lib/pulp_container_client/models/container_container_push_repository.rb +40 -40
  17. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +46 -46
  18. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +11 -11
  19. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +11 -11
  20. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +40 -40
  21. data/lib/pulp_container_client/version.rb +1 -1
  22. data/spec/models/container_container_distribution_response_spec.rb +7 -7
  23. data/spec/models/container_container_distribution_spec.rb +4 -4
  24. data/spec/models/container_container_pull_through_distribution_response_spec.rb +7 -7
  25. data/spec/models/container_container_pull_through_distribution_spec.rb +4 -4
  26. data/spec/models/container_container_push_repository_response_spec.rb +9 -9
  27. data/spec/models/container_container_push_repository_spec.rb +5 -5
  28. data/spec/models/patchedcontainer_container_distribution_spec.rb +4 -4
  29. data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +4 -4
  30. data/spec/models/patchedcontainer_container_push_repository_spec.rb +5 -5
  31. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9ae0b833f3159584bb78f5a6311947cd59544d8b258138595e4e542cb14fac32
4
- data.tar.gz: c45fdd7af45a7afa5e6bcc9e1854e2a2043d5b52607f521221e21fdc4c226bb4
3
+ metadata.gz: 3242ed5430c8597af43f3acacd3779744d79cc67f857f13fe9791f9ca153ce05
4
+ data.tar.gz: 5d049a5029d7d0230a50fc9756ad158e61f8f4ba4ba01a9f7d42575eb3b505da
5
5
  SHA512:
6
- metadata.gz: 3b5697edc8490db6a92688b5ca71d5e5a22c7bcc879654762c60574067aeb7965dbd6e3d87f021cdbc136d95aa49c703a9042ec06fefe5e47defea6fc788e64e
7
- data.tar.gz: 8ea7700bb39d7d981ccd90a938de8b3f163e69878f96d3362bb98ab802c2bd15611573ea9854bb5e722cbb13ccfb4dce3fa1ece49f7071ede0e83cdc424ff9cb
6
+ metadata.gz: 220f5d6796e9a7e53c1e18194df496c6065196f1d3aaa5744d44fe6c61b7b55dd04ef93ec86ac95862391093cb39b277d4cdae47f34840979c7bfb1b5876377b
7
+ data.tar.gz: 58be57da4eda9ce6fe7ae3e60fd0e1f3296f4a5c338810e785d73e0734cc4f28e32e52e75785a78efb9cc6ca3360f9f4fddfaec0f5235f111a591b98d6d9412f
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.19.0
10
+ - Package version: 2.19.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.19.0.gem
27
+ gem install ./pulp_container_client-2.19.1.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_container_client-2.19.0.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_container_client-2.19.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.19.0'
36
+ gem 'pulp_container_client', '~> 2.19.1'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -6,10 +6,10 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **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\") |
8
8
  **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
9
+ **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
9
10
  **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
10
11
  **pulp_labels** | **Hash<String, String>** | | [optional]
11
12
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
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]
15
15
  **description** | **String** | An optional description. | [optional]
@@ -21,10 +21,10 @@ require 'PulpContainerClient'
21
21
 
22
22
  instance = PulpContainerClient::ContainerContainerDistribution.new(base_path: null,
23
23
  content_guard: null,
24
+ name: null,
24
25
  hidden: null,
25
26
  pulp_labels: null,
26
27
  repository: null,
27
- name: null,
28
28
  repository_version: null,
29
29
  private: null,
30
30
  description: null)
@@ -4,14 +4,14 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_href** | **String** | | [optional] [readonly]
8
7
  **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\") |
8
+ **pulp_href** | **String** | | [optional] [readonly]
9
9
  **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
10
+ **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
10
11
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
11
12
  **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
12
13
  **pulp_labels** | **Hash<String, String>** | | [optional]
13
14
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
14
- **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
15
15
  **repository_version** | **String** | RepositoryVersion to be served | [optional]
16
16
  **registry_path** | **String** | The Registry hostname/name/ to use with docker pull command defined by this distribution. | [optional] [readonly]
17
17
  **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | [optional] [readonly]
@@ -24,14 +24,14 @@ Name | Type | Description | Notes
24
24
  ```ruby
25
25
  require 'PulpContainerClient'
26
26
 
27
- instance = PulpContainerClient::ContainerContainerDistributionResponse.new(pulp_href: null,
28
- base_path: null,
27
+ instance = PulpContainerClient::ContainerContainerDistributionResponse.new(base_path: null,
28
+ pulp_href: null,
29
29
  content_guard: null,
30
+ name: null,
30
31
  pulp_created: null,
31
32
  hidden: null,
32
33
  pulp_labels: null,
33
34
  repository: null,
34
- name: null,
35
35
  repository_version: null,
36
36
  registry_path: null,
37
37
  remote: null,
@@ -6,10 +6,10 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **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\") |
8
8
  **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
9
+ **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
9
10
  **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
10
11
  **pulp_labels** | **Hash<String, String>** | | [optional]
11
12
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
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]
15
15
  **private** | **Boolean** | Restrict pull access to explicitly authorized users. Related distributions inherit this value. Defaults to unrestricted pull access. | [optional]
@@ -22,10 +22,10 @@ require 'PulpContainerClient'
22
22
 
23
23
  instance = PulpContainerClient::ContainerContainerPullThroughDistribution.new(base_path: null,
24
24
  content_guard: null,
25
+ name: null,
25
26
  hidden: null,
26
27
  pulp_labels: null,
27
28
  repository: null,
28
- name: null,
29
29
  remote: null,
30
30
  distributions: null,
31
31
  private: null,
@@ -4,14 +4,14 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_href** | **String** | | [optional] [readonly]
8
7
  **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\") |
8
+ **pulp_href** | **String** | | [optional] [readonly]
9
9
  **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
10
+ **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
10
11
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
11
12
  **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
12
13
  **pulp_labels** | **Hash<String, String>** | | [optional]
13
14
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
14
- **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
15
15
  **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. |
16
16
  **distributions** | **Array<String>** | Distributions created after pulling content through cache | [optional]
17
17
  **namespace** | **String** | Namespace this distribution belongs to. | [optional] [readonly]
@@ -23,14 +23,14 @@ Name | Type | Description | Notes
23
23
  ```ruby
24
24
  require 'PulpContainerClient'
25
25
 
26
- instance = PulpContainerClient::ContainerContainerPullThroughDistributionResponse.new(pulp_href: null,
27
- base_path: null,
26
+ instance = PulpContainerClient::ContainerContainerPullThroughDistributionResponse.new(base_path: null,
27
+ pulp_href: null,
28
28
  content_guard: null,
29
+ name: null,
29
30
  pulp_created: null,
30
31
  hidden: null,
31
32
  pulp_labels: null,
32
33
  repository: null,
33
- name: null,
34
34
  remote: null,
35
35
  distributions: null,
36
36
  namespace: null,
@@ -4,22 +4,22 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
+ **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
7
8
  **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
9
+ **name** | **String** | A unique name for this repository. |
8
10
  **description** | **String** | An optional description. | [optional]
9
11
  **pulp_labels** | **Hash<String, String>** | | [optional]
10
- **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
11
- **name** | **String** | A unique name for this repository. |
12
12
 
13
13
  ## Code Sample
14
14
 
15
15
  ```ruby
16
16
  require 'PulpContainerClient'
17
17
 
18
- instance = PulpContainerClient::ContainerContainerPushRepository.new(manifest_signing_service: null,
18
+ instance = PulpContainerClient::ContainerContainerPushRepository.new(retain_repo_versions: null,
19
+ manifest_signing_service: null,
20
+ name: null,
19
21
  description: null,
20
- pulp_labels: null,
21
- retain_repo_versions: null,
22
- name: null)
22
+ pulp_labels: null)
23
23
  ```
24
24
 
25
25
 
@@ -4,30 +4,30 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_href** | **String** | | [optional] [readonly]
8
- **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
7
+ **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
9
8
  **versions_href** | **String** | | [optional] [readonly]
9
+ **latest_version_href** | **String** | | [optional] [readonly]
10
+ **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
11
+ **pulp_href** | **String** | | [optional] [readonly]
12
+ **name** | **String** | A unique name for this repository. |
10
13
  **description** | **String** | An optional description. | [optional]
11
14
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
12
15
  **pulp_labels** | **Hash<String, String>** | | [optional]
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
- **latest_version_href** | **String** | | [optional] [readonly]
16
16
 
17
17
  ## Code Sample
18
18
 
19
19
  ```ruby
20
20
  require 'PulpContainerClient'
21
21
 
22
- instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(pulp_href: null,
23
- manifest_signing_service: null,
22
+ instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(retain_repo_versions: null,
24
23
  versions_href: null,
24
+ latest_version_href: null,
25
+ manifest_signing_service: null,
26
+ pulp_href: null,
27
+ name: null,
25
28
  description: null,
26
29
  pulp_created: null,
27
- pulp_labels: null,
28
- retain_repo_versions: null,
29
- name: null,
30
- latest_version_href: null)
30
+ pulp_labels: null)
31
31
  ```
32
32
 
33
33
 
@@ -6,10 +6,10 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **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]
8
8
  **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
9
+ **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
9
10
  **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
10
11
  **pulp_labels** | **Hash<String, String>** | | [optional]
11
12
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
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]
15
15
  **description** | **String** | An optional description. | [optional]
@@ -21,10 +21,10 @@ require 'PulpContainerClient'
21
21
 
22
22
  instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(base_path: null,
23
23
  content_guard: null,
24
+ name: null,
24
25
  hidden: null,
25
26
  pulp_labels: null,
26
27
  repository: null,
27
- name: null,
28
28
  repository_version: null,
29
29
  private: null,
30
30
  description: null)
@@ -6,10 +6,10 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **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]
8
8
  **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
9
+ **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
9
10
  **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
10
11
  **pulp_labels** | **Hash<String, String>** | | [optional]
11
12
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
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]
15
15
  **private** | **Boolean** | Restrict pull access to explicitly authorized users. Related distributions inherit this value. Defaults to unrestricted pull access. | [optional]
@@ -22,10 +22,10 @@ require 'PulpContainerClient'
22
22
 
23
23
  instance = PulpContainerClient::PatchedcontainerContainerPullThroughDistribution.new(base_path: null,
24
24
  content_guard: null,
25
+ name: null,
25
26
  hidden: null,
26
27
  pulp_labels: null,
27
28
  repository: null,
28
- name: null,
29
29
  remote: null,
30
30
  distributions: null,
31
31
  private: null,
@@ -4,22 +4,22 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
+ **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
7
8
  **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
9
+ **name** | **String** | A unique name for this repository. | [optional]
8
10
  **description** | **String** | An optional description. | [optional]
9
11
  **pulp_labels** | **Hash<String, String>** | | [optional]
10
- **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
11
- **name** | **String** | A unique name for this repository. | [optional]
12
12
 
13
13
  ## Code Sample
14
14
 
15
15
  ```ruby
16
16
  require 'PulpContainerClient'
17
17
 
18
- instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(manifest_signing_service: null,
18
+ instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(retain_repo_versions: null,
19
+ manifest_signing_service: null,
20
+ name: null,
19
21
  description: null,
20
- pulp_labels: null,
21
- retain_repo_versions: null,
22
- name: null)
22
+ pulp_labels: null)
23
23
  ```
24
24
 
25
25
 
@@ -21,6 +21,9 @@ module PulpContainerClient
21
21
  # An optional content-guard. If none is specified, a default one will be used.
22
22
  attr_accessor :content_guard
23
23
 
24
+ # A unique name. Ex, `rawhide` and `stable`.
25
+ attr_accessor :name
26
+
24
27
  # Whether this distribution should be shown in the content app.
25
28
  attr_accessor :hidden
26
29
 
@@ -29,9 +32,6 @@ module PulpContainerClient
29
32
  # The latest RepositoryVersion for this Repository will be served.
30
33
  attr_accessor :repository
31
34
 
32
- # A unique name. Ex, `rawhide` and `stable`.
33
- attr_accessor :name
34
-
35
35
  # RepositoryVersion to be served
36
36
  attr_accessor :repository_version
37
37
 
@@ -46,10 +46,10 @@ module PulpContainerClient
46
46
  {
47
47
  :'base_path' => :'base_path',
48
48
  :'content_guard' => :'content_guard',
49
+ :'name' => :'name',
49
50
  :'hidden' => :'hidden',
50
51
  :'pulp_labels' => :'pulp_labels',
51
52
  :'repository' => :'repository',
52
- :'name' => :'name',
53
53
  :'repository_version' => :'repository_version',
54
54
  :'private' => :'private',
55
55
  :'description' => :'description'
@@ -61,10 +61,10 @@ module PulpContainerClient
61
61
  {
62
62
  :'base_path' => :'String',
63
63
  :'content_guard' => :'String',
64
+ :'name' => :'String',
64
65
  :'hidden' => :'Boolean',
65
66
  :'pulp_labels' => :'Hash<String, String>',
66
67
  :'repository' => :'String',
67
- :'name' => :'String',
68
68
  :'repository_version' => :'String',
69
69
  :'private' => :'Boolean',
70
70
  :'description' => :'String'
@@ -103,6 +103,10 @@ module PulpContainerClient
103
103
  self.content_guard = attributes[:'content_guard']
104
104
  end
105
105
 
106
+ if attributes.key?(:'name')
107
+ self.name = attributes[:'name']
108
+ end
109
+
106
110
  if attributes.key?(:'hidden')
107
111
  self.hidden = attributes[:'hidden']
108
112
  else
@@ -119,10 +123,6 @@ module PulpContainerClient
119
123
  self.repository = attributes[:'repository']
120
124
  end
121
125
 
122
- if attributes.key?(:'name')
123
- self.name = attributes[:'name']
124
- end
125
-
126
126
  if attributes.key?(:'repository_version')
127
127
  self.repository_version = attributes[:'repository_version']
128
128
  end
@@ -219,10 +219,10 @@ module PulpContainerClient
219
219
  self.class == o.class &&
220
220
  base_path == o.base_path &&
221
221
  content_guard == o.content_guard &&
222
+ name == o.name &&
222
223
  hidden == o.hidden &&
223
224
  pulp_labels == o.pulp_labels &&
224
225
  repository == o.repository &&
225
- name == o.name &&
226
226
  repository_version == o.repository_version &&
227
227
  private == o.private &&
228
228
  description == o.description
@@ -237,7 +237,7 @@ module PulpContainerClient
237
237
  # Calculates hash code according to all attributes.
238
238
  # @return [Integer] Hash code
239
239
  def hash
240
- [base_path, content_guard, hidden, pulp_labels, repository, name, repository_version, private, description].hash
240
+ [base_path, content_guard, name, hidden, pulp_labels, repository, repository_version, private, description].hash
241
241
  end
242
242
 
243
243
  # Builds the object from hash
@@ -15,14 +15,17 @@ require 'date'
15
15
  module PulpContainerClient
16
16
  # A serializer for ContainerDistribution.
17
17
  class ContainerContainerDistributionResponse
18
- attr_accessor :pulp_href
19
-
20
18
  # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
21
19
  attr_accessor :base_path
22
20
 
21
+ attr_accessor :pulp_href
22
+
23
23
  # An optional content-guard. If none is specified, a default one will be used.
24
24
  attr_accessor :content_guard
25
25
 
26
+ # A unique name. Ex, `rawhide` and `stable`.
27
+ attr_accessor :name
28
+
26
29
  # Timestamp of creation.
27
30
  attr_accessor :pulp_created
28
31
 
@@ -34,9 +37,6 @@ module PulpContainerClient
34
37
  # The latest RepositoryVersion for this Repository will be served.
35
38
  attr_accessor :repository
36
39
 
37
- # A unique name. Ex, `rawhide` and `stable`.
38
- attr_accessor :name
39
-
40
40
  # RepositoryVersion to be served
41
41
  attr_accessor :repository_version
42
42
 
@@ -58,14 +58,14 @@ module PulpContainerClient
58
58
  # Attribute mapping from ruby-style variable name to JSON key.
59
59
  def self.attribute_map
60
60
  {
61
- :'pulp_href' => :'pulp_href',
62
61
  :'base_path' => :'base_path',
62
+ :'pulp_href' => :'pulp_href',
63
63
  :'content_guard' => :'content_guard',
64
+ :'name' => :'name',
64
65
  :'pulp_created' => :'pulp_created',
65
66
  :'hidden' => :'hidden',
66
67
  :'pulp_labels' => :'pulp_labels',
67
68
  :'repository' => :'repository',
68
- :'name' => :'name',
69
69
  :'repository_version' => :'repository_version',
70
70
  :'registry_path' => :'registry_path',
71
71
  :'remote' => :'remote',
@@ -78,14 +78,14 @@ module PulpContainerClient
78
78
  # Attribute type mapping.
79
79
  def self.openapi_types
80
80
  {
81
- :'pulp_href' => :'String',
82
81
  :'base_path' => :'String',
82
+ :'pulp_href' => :'String',
83
83
  :'content_guard' => :'String',
84
+ :'name' => :'String',
84
85
  :'pulp_created' => :'DateTime',
85
86
  :'hidden' => :'Boolean',
86
87
  :'pulp_labels' => :'Hash<String, String>',
87
88
  :'repository' => :'String',
88
- :'name' => :'String',
89
89
  :'repository_version' => :'String',
90
90
  :'registry_path' => :'String',
91
91
  :'remote' => :'String',
@@ -119,18 +119,22 @@ module PulpContainerClient
119
119
  h[k.to_sym] = v
120
120
  }
121
121
 
122
- if attributes.key?(:'pulp_href')
123
- self.pulp_href = attributes[:'pulp_href']
124
- end
125
-
126
122
  if attributes.key?(:'base_path')
127
123
  self.base_path = attributes[:'base_path']
128
124
  end
129
125
 
126
+ if attributes.key?(:'pulp_href')
127
+ self.pulp_href = attributes[:'pulp_href']
128
+ end
129
+
130
130
  if attributes.key?(:'content_guard')
131
131
  self.content_guard = attributes[:'content_guard']
132
132
  end
133
133
 
134
+ if attributes.key?(:'name')
135
+ self.name = attributes[:'name']
136
+ end
137
+
134
138
  if attributes.key?(:'pulp_created')
135
139
  self.pulp_created = attributes[:'pulp_created']
136
140
  end
@@ -151,10 +155,6 @@ module PulpContainerClient
151
155
  self.repository = attributes[:'repository']
152
156
  end
153
157
 
154
- if attributes.key?(:'name')
155
- self.name = attributes[:'name']
156
- end
157
-
158
158
  if attributes.key?(:'repository_version')
159
159
  self.repository_version = attributes[:'repository_version']
160
160
  end
@@ -208,14 +208,14 @@ module PulpContainerClient
208
208
  def ==(o)
209
209
  return true if self.equal?(o)
210
210
  self.class == o.class &&
211
- pulp_href == o.pulp_href &&
212
211
  base_path == o.base_path &&
212
+ pulp_href == o.pulp_href &&
213
213
  content_guard == o.content_guard &&
214
+ name == o.name &&
214
215
  pulp_created == o.pulp_created &&
215
216
  hidden == o.hidden &&
216
217
  pulp_labels == o.pulp_labels &&
217
218
  repository == o.repository &&
218
- name == o.name &&
219
219
  repository_version == o.repository_version &&
220
220
  registry_path == o.registry_path &&
221
221
  remote == o.remote &&
@@ -233,7 +233,7 @@ module PulpContainerClient
233
233
  # Calculates hash code according to all attributes.
234
234
  # @return [Integer] Hash code
235
235
  def hash
236
- [pulp_href, base_path, content_guard, pulp_created, hidden, pulp_labels, repository, name, repository_version, registry_path, remote, namespace, private, description].hash
236
+ [base_path, pulp_href, content_guard, name, pulp_created, hidden, pulp_labels, repository, repository_version, registry_path, remote, namespace, private, description].hash
237
237
  end
238
238
 
239
239
  # Builds the object from hash
@@ -21,6 +21,9 @@ module PulpContainerClient
21
21
  # An optional content-guard. If none is specified, a default one will be used.
22
22
  attr_accessor :content_guard
23
23
 
24
+ # A unique name. Ex, `rawhide` and `stable`.
25
+ attr_accessor :name
26
+
24
27
  # Whether this distribution should be shown in the content app.
25
28
  attr_accessor :hidden
26
29
 
@@ -29,9 +32,6 @@ module PulpContainerClient
29
32
  # The latest RepositoryVersion for this Repository will be served.
30
33
  attr_accessor :repository
31
34
 
32
- # A unique name. Ex, `rawhide` and `stable`.
33
- attr_accessor :name
34
-
35
35
  # Remote that can be used to fetch content when using pull-through caching.
36
36
  attr_accessor :remote
37
37
 
@@ -49,10 +49,10 @@ module PulpContainerClient
49
49
  {
50
50
  :'base_path' => :'base_path',
51
51
  :'content_guard' => :'content_guard',
52
+ :'name' => :'name',
52
53
  :'hidden' => :'hidden',
53
54
  :'pulp_labels' => :'pulp_labels',
54
55
  :'repository' => :'repository',
55
- :'name' => :'name',
56
56
  :'remote' => :'remote',
57
57
  :'distributions' => :'distributions',
58
58
  :'private' => :'private',
@@ -65,10 +65,10 @@ module PulpContainerClient
65
65
  {
66
66
  :'base_path' => :'String',
67
67
  :'content_guard' => :'String',
68
+ :'name' => :'String',
68
69
  :'hidden' => :'Boolean',
69
70
  :'pulp_labels' => :'Hash<String, String>',
70
71
  :'repository' => :'String',
71
- :'name' => :'String',
72
72
  :'remote' => :'String',
73
73
  :'distributions' => :'Array<String>',
74
74
  :'private' => :'Boolean',
@@ -107,6 +107,10 @@ module PulpContainerClient
107
107
  self.content_guard = attributes[:'content_guard']
108
108
  end
109
109
 
110
+ if attributes.key?(:'name')
111
+ self.name = attributes[:'name']
112
+ end
113
+
110
114
  if attributes.key?(:'hidden')
111
115
  self.hidden = attributes[:'hidden']
112
116
  else
@@ -123,10 +127,6 @@ module PulpContainerClient
123
127
  self.repository = attributes[:'repository']
124
128
  end
125
129
 
126
- if attributes.key?(:'name')
127
- self.name = attributes[:'name']
128
- end
129
-
130
130
  if attributes.key?(:'remote')
131
131
  self.remote = attributes[:'remote']
132
132
  end
@@ -234,10 +234,10 @@ module PulpContainerClient
234
234
  self.class == o.class &&
235
235
  base_path == o.base_path &&
236
236
  content_guard == o.content_guard &&
237
+ name == o.name &&
237
238
  hidden == o.hidden &&
238
239
  pulp_labels == o.pulp_labels &&
239
240
  repository == o.repository &&
240
- name == o.name &&
241
241
  remote == o.remote &&
242
242
  distributions == o.distributions &&
243
243
  private == o.private &&
@@ -253,7 +253,7 @@ module PulpContainerClient
253
253
  # Calculates hash code according to all attributes.
254
254
  # @return [Integer] Hash code
255
255
  def hash
256
- [base_path, content_guard, hidden, pulp_labels, repository, name, remote, distributions, private, description].hash
256
+ [base_path, content_guard, name, hidden, pulp_labels, repository, remote, distributions, private, description].hash
257
257
  end
258
258
 
259
259
  # Builds the object from hash