pulp_container_client 2.4.0.dev01614223326 → 2.4.0.dev1615087234

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of pulp_container_client might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4ac6c950dc5882727f0eb53f41b8016fb1d9d0336f80e9395c3232f824616bf2
4
- data.tar.gz: 74d952bcaa21b4510de608af56281e55e1507e0878ac481cea443d931aaf2915
3
+ metadata.gz: ae1e698f980ecb1585d10e7a9ea170106f8c6d5e94fe377b31ba43bd2b0338f3
4
+ data.tar.gz: 34594db516df11e79afb2571a1545bde643b06f48b4a8083d024ccadb67c20cd
5
5
  SHA512:
6
- metadata.gz: f3f39ed3b0c6dc260b1abb06b4dfd92ccf4d9b32d2e254adc1cef06cf0b4e84bf39ca806c8a20a8b37d2755da9e16819282124c71e30efcfa252713ebf7a453e
7
- data.tar.gz: 185958621a19bb4da99a5b5d19629875ee5e123183763887d7981a182dc4c4d6c7a9c14d94ffd2bb7b18c3bdb42fc7fb42a120e6bd978fa8bf41a824728509ce
6
+ metadata.gz: beef7d34f4f6a8eb129af08a67fa5d488758bce394e9357d3bd0c1687862e1fcd9285927f34b7be4b87738732b74428d14ab909e2cd9766f25276c60486dbb20
7
+ data.tar.gz: cc5f252a9b6b617ed307783e9303354d8d11685c157caf4172bea7d0e7386211fd5b30652d97409e3eb8ff2187779081386f53c63d650da744ebde5df00ba1a4
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.4.0.dev01614223326
10
+ - Package version: 2.4.0.dev1615087234
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.4.0.dev01614223326.gem
27
+ gem install ./pulp_container_client-2.4.0.dev1615087234.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_container_client-2.4.0.dev01614223326.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_container_client-2.4.0.dev1615087234.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.4.0.dev01614223326'
36
+ gem 'pulp_container_client', '~> 2.4.0.dev1615087234'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -4,12 +4,12 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
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
- **repository_version** | **String** | RepositoryVersion to be served | [optional]
7
+ **pulp_labels** | [**Object**](.md) | | [optional]
9
8
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
10
- **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [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. \"foo\" and \"foo/bar\") |
11
10
  **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
12
- **pulp_labels** | [**Object**](.md) | | [optional]
11
+ **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
12
+ **repository_version** | **String** | RepositoryVersion to be served | [optional]
13
13
  **private** | **Boolean** | Restrict pull access to explicitly authorized users. Defaults to unrestricted pull access. | [optional]
14
14
  **description** | **String** | An optional description. | [optional]
15
15
 
@@ -18,12 +18,12 @@ Name | Type | Description | Notes
18
18
  ```ruby
19
19
  require 'PulpContainerClient'
20
20
 
21
- instance = PulpContainerClient::ContainerContainerDistribution.new(base_path: null,
22
- repository_version: null,
21
+ instance = PulpContainerClient::ContainerContainerDistribution.new(pulp_labels: null,
23
22
  repository: null,
24
- content_guard: null,
23
+ base_path: null,
25
24
  name: null,
26
- pulp_labels: null,
25
+ content_guard: null,
26
+ repository_version: null,
27
27
  private: null,
28
28
  description: null)
29
29
  ```
@@ -4,14 +4,14 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
8
+ **pulp_labels** | [**Object**](.md) | | [optional]
7
9
  **pulp_href** | **String** | | [optional] [readonly]
8
- **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\") |
9
- **repository_version** | **String** | RepositoryVersion to be served | [optional]
10
10
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
11
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
12
- **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
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\") |
13
12
  **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
14
- **pulp_labels** | [**Object**](.md) | | [optional]
13
+ **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
14
+ **repository_version** | **String** | RepositoryVersion to be served | [optional]
15
15
  **registry_path** | **String** | The Registry hostame/name/ to use with docker pull command defined by this distribution. | [optional] [readonly]
16
16
  **namespace** | **String** | Namespace this distribution belongs to. | [optional] [readonly]
17
17
  **private** | **Boolean** | Restrict pull access to explicitly authorized users. Defaults to unrestricted pull access. | [optional]
@@ -22,14 +22,14 @@ Name | Type | Description | Notes
22
22
  ```ruby
23
23
  require 'PulpContainerClient'
24
24
 
25
- instance = PulpContainerClient::ContainerContainerDistributionResponse.new(pulp_href: null,
26
- base_path: null,
27
- repository_version: null,
25
+ instance = PulpContainerClient::ContainerContainerDistributionResponse.new(pulp_created: null,
26
+ pulp_labels: null,
27
+ pulp_href: null,
28
28
  repository: null,
29
- pulp_created: null,
30
- content_guard: null,
29
+ base_path: null,
31
30
  name: null,
32
- pulp_labels: null,
31
+ content_guard: null,
32
+ repository_version: null,
33
33
  registry_path: null,
34
34
  namespace: null,
35
35
  private: null,
@@ -10,7 +10,9 @@ Name | Type | Description | Notes
10
10
  **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
11
11
  **client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
12
12
  **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
13
- **proxy_url** | **String** | The proxy URL. Format: scheme://user:password@host:port | [optional]
13
+ **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
14
+ **proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
15
+ **proxy_password** | **String** | The password to authenticte to the proxy. | [optional]
14
16
  **username** | **String** | The username to be used for authentication when syncing. | [optional]
15
17
  **password** | **String** | The password to be used for authentication when syncing. | [optional]
16
18
  **pulp_labels** | [**Object**](.md) | | [optional]
@@ -20,6 +22,7 @@ Name | Type | Description | Notes
20
22
  **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. | [optional]
21
23
  **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. | [optional]
22
24
  **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. | [optional]
25
+ **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
23
26
  **rate_limit** | **Integer** | Limits total download rate in requests per second | [optional]
24
27
  **upstream_name** | **String** | Name of the upstream repository |
25
28
  **include_tags** | **Array<String>** | A list of tags to include during sync. Wildcards *, ? are recognized. 'include_tags' is evaluated before 'exclude_tags'. | [optional]
@@ -37,6 +40,8 @@ instance = PulpContainerClient::ContainerContainerRemote.new(name: null,
37
40
  client_key: null,
38
41
  tls_validation: null,
39
42
  proxy_url: null,
43
+ proxy_username: null,
44
+ proxy_password: null,
40
45
  username: null,
41
46
  password: null,
42
47
  pulp_labels: null,
@@ -46,6 +51,7 @@ instance = PulpContainerClient::ContainerContainerRemote.new(name: null,
46
51
  connect_timeout: null,
47
52
  sock_connect_timeout: null,
48
53
  sock_read_timeout: null,
54
+ headers: null,
49
55
  rate_limit: null,
50
56
  upstream_name: null,
51
57
  include_tags: null,
@@ -10,11 +10,8 @@ Name | Type | Description | Notes
10
10
  **url** | **String** | The URL of an external content source. |
11
11
  **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
12
12
  **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
13
- **client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
14
13
  **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
15
- **proxy_url** | **String** | The proxy URL. Format: scheme://user:password@host:port | [optional]
16
- **username** | **String** | The username to be used for authentication when syncing. | [optional]
17
- **password** | **String** | The password to be used for authentication when syncing. | [optional]
14
+ **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
18
15
  **pulp_labels** | [**Object**](.md) | | [optional]
19
16
  **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
20
17
  **download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
@@ -23,6 +20,7 @@ Name | Type | Description | Notes
23
20
  **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. | [optional]
24
21
  **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. | [optional]
25
22
  **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. | [optional]
23
+ **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
26
24
  **rate_limit** | **Integer** | Limits total download rate in requests per second | [optional]
27
25
  **upstream_name** | **String** | Name of the upstream repository |
28
26
  **include_tags** | **Array<String>** | A list of tags to include during sync. Wildcards *, ? are recognized. 'include_tags' is evaluated before 'exclude_tags'. | [optional]
@@ -39,11 +37,8 @@ instance = PulpContainerClient::ContainerContainerRemoteResponse.new(pulp_href:
39
37
  url: null,
40
38
  ca_cert: null,
41
39
  client_cert: null,
42
- client_key: null,
43
40
  tls_validation: null,
44
41
  proxy_url: null,
45
- username: null,
46
- password: null,
47
42
  pulp_labels: null,
48
43
  pulp_last_updated: null,
49
44
  download_concurrency: null,
@@ -52,6 +47,7 @@ instance = PulpContainerClient::ContainerContainerRemoteResponse.new(pulp_href:
52
47
  connect_timeout: null,
53
48
  sock_connect_timeout: null,
54
49
  sock_read_timeout: null,
50
+ headers: null,
55
51
  rate_limit: null,
56
52
  upstream_name: null,
57
53
  include_tags: null,
@@ -4,12 +4,12 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
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
- **repository_version** | **String** | RepositoryVersion to be served | [optional]
7
+ **pulp_labels** | [**Object**](.md) | | [optional]
9
8
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
10
- **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [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. \"foo\" and \"foo/bar\") | [optional]
11
10
  **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
12
- **pulp_labels** | [**Object**](.md) | | [optional]
11
+ **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
12
+ **repository_version** | **String** | RepositoryVersion to be served | [optional]
13
13
  **private** | **Boolean** | Restrict pull access to explicitly authorized users. Defaults to unrestricted pull access. | [optional]
14
14
  **description** | **String** | An optional description. | [optional]
15
15
 
@@ -18,12 +18,12 @@ Name | Type | Description | Notes
18
18
  ```ruby
19
19
  require 'PulpContainerClient'
20
20
 
21
- instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(base_path: null,
22
- repository_version: null,
21
+ instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(pulp_labels: null,
23
22
  repository: null,
24
- content_guard: null,
23
+ base_path: null,
25
24
  name: null,
26
- pulp_labels: null,
25
+ content_guard: null,
26
+ repository_version: null,
27
27
  private: null,
28
28
  description: null)
29
29
  ```
@@ -10,7 +10,9 @@ Name | Type | Description | Notes
10
10
  **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
11
11
  **client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
12
12
  **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
13
- **proxy_url** | **String** | The proxy URL. Format: scheme://user:password@host:port | [optional]
13
+ **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
14
+ **proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
15
+ **proxy_password** | **String** | The password to authenticte to the proxy. | [optional]
14
16
  **username** | **String** | The username to be used for authentication when syncing. | [optional]
15
17
  **password** | **String** | The password to be used for authentication when syncing. | [optional]
16
18
  **pulp_labels** | [**Object**](.md) | | [optional]
@@ -20,6 +22,7 @@ Name | Type | Description | Notes
20
22
  **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. | [optional]
21
23
  **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. | [optional]
22
24
  **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. | [optional]
25
+ **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
23
26
  **rate_limit** | **Integer** | Limits total download rate in requests per second | [optional]
24
27
  **upstream_name** | **String** | Name of the upstream repository | [optional]
25
28
  **include_tags** | **Array<String>** | A list of tags to include during sync. Wildcards *, ? are recognized. 'include_tags' is evaluated before 'exclude_tags'. | [optional]
@@ -37,6 +40,8 @@ instance = PulpContainerClient::PatchedcontainerContainerRemote.new(name: null,
37
40
  client_key: null,
38
41
  tls_validation: null,
39
42
  proxy_url: null,
43
+ proxy_username: null,
44
+ proxy_password: null,
40
45
  username: null,
41
46
  password: null,
42
47
  pulp_labels: null,
@@ -46,6 +51,7 @@ instance = PulpContainerClient::PatchedcontainerContainerRemote.new(name: null,
46
51
  connect_timeout: null,
47
52
  sock_connect_timeout: null,
48
53
  sock_read_timeout: null,
54
+ headers: null,
49
55
  rate_limit: null,
50
56
  upstream_name: null,
51
57
  include_tags: null,
@@ -15,22 +15,22 @@ require 'date'
15
15
  module PulpContainerClient
16
16
  # A serializer for ContainerDistribution.
17
17
  class ContainerContainerDistribution
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\")
19
- attr_accessor :base_path
20
-
21
- # RepositoryVersion to be served
22
- attr_accessor :repository_version
18
+ attr_accessor :pulp_labels
23
19
 
24
20
  # The latest RepositoryVersion for this Repository will be served.
25
21
  attr_accessor :repository
26
22
 
27
- # An optional content-guard. If none is specified, a default one will be used.
28
- attr_accessor :content_guard
23
+ # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
24
+ attr_accessor :base_path
29
25
 
30
26
  # A unique name. Ex, `rawhide` and `stable`.
31
27
  attr_accessor :name
32
28
 
33
- attr_accessor :pulp_labels
29
+ # An optional content-guard. If none is specified, a default one will be used.
30
+ attr_accessor :content_guard
31
+
32
+ # RepositoryVersion to be served
33
+ attr_accessor :repository_version
34
34
 
35
35
  # Restrict pull access to explicitly authorized users. Defaults to unrestricted pull access.
36
36
  attr_accessor :private
@@ -41,12 +41,12 @@ module PulpContainerClient
41
41
  # Attribute mapping from ruby-style variable name to JSON key.
42
42
  def self.attribute_map
43
43
  {
44
- :'base_path' => :'base_path',
45
- :'repository_version' => :'repository_version',
44
+ :'pulp_labels' => :'pulp_labels',
46
45
  :'repository' => :'repository',
47
- :'content_guard' => :'content_guard',
46
+ :'base_path' => :'base_path',
48
47
  :'name' => :'name',
49
- :'pulp_labels' => :'pulp_labels',
48
+ :'content_guard' => :'content_guard',
49
+ :'repository_version' => :'repository_version',
50
50
  :'private' => :'private',
51
51
  :'description' => :'description'
52
52
  }
@@ -55,12 +55,12 @@ module PulpContainerClient
55
55
  # Attribute type mapping.
56
56
  def self.openapi_types
57
57
  {
58
- :'base_path' => :'String',
59
- :'repository_version' => :'String',
58
+ :'pulp_labels' => :'Object',
60
59
  :'repository' => :'String',
61
- :'content_guard' => :'String',
60
+ :'base_path' => :'String',
62
61
  :'name' => :'String',
63
- :'pulp_labels' => :'Object',
62
+ :'content_guard' => :'String',
63
+ :'repository_version' => :'String',
64
64
  :'private' => :'Boolean',
65
65
  :'description' => :'String'
66
66
  }
@@ -69,8 +69,8 @@ module PulpContainerClient
69
69
  # List of attributes with nullable: true
70
70
  def self.openapi_nullable
71
71
  Set.new([
72
- :'repository_version',
73
72
  :'repository',
73
+ :'repository_version',
74
74
  :'description'
75
75
  ])
76
76
  end
@@ -90,28 +90,28 @@ module PulpContainerClient
90
90
  h[k.to_sym] = v
91
91
  }
92
92
 
93
- if attributes.key?(:'base_path')
94
- self.base_path = attributes[:'base_path']
95
- end
96
-
97
- if attributes.key?(:'repository_version')
98
- self.repository_version = attributes[:'repository_version']
93
+ if attributes.key?(:'pulp_labels')
94
+ self.pulp_labels = attributes[:'pulp_labels']
99
95
  end
100
96
 
101
97
  if attributes.key?(:'repository')
102
98
  self.repository = attributes[:'repository']
103
99
  end
104
100
 
105
- if attributes.key?(:'content_guard')
106
- self.content_guard = attributes[:'content_guard']
101
+ if attributes.key?(:'base_path')
102
+ self.base_path = attributes[:'base_path']
107
103
  end
108
104
 
109
105
  if attributes.key?(:'name')
110
106
  self.name = attributes[:'name']
111
107
  end
112
108
 
113
- if attributes.key?(:'pulp_labels')
114
- self.pulp_labels = attributes[:'pulp_labels']
109
+ if attributes.key?(:'content_guard')
110
+ self.content_guard = attributes[:'content_guard']
111
+ end
112
+
113
+ if attributes.key?(:'repository_version')
114
+ self.repository_version = attributes[:'repository_version']
115
115
  end
116
116
 
117
117
  if attributes.key?(:'private')
@@ -151,12 +151,12 @@ module PulpContainerClient
151
151
  def ==(o)
152
152
  return true if self.equal?(o)
153
153
  self.class == o.class &&
154
- base_path == o.base_path &&
155
- repository_version == o.repository_version &&
154
+ pulp_labels == o.pulp_labels &&
156
155
  repository == o.repository &&
157
- content_guard == o.content_guard &&
156
+ base_path == o.base_path &&
158
157
  name == o.name &&
159
- pulp_labels == o.pulp_labels &&
158
+ content_guard == o.content_guard &&
159
+ repository_version == o.repository_version &&
160
160
  private == o.private &&
161
161
  description == o.description
162
162
  end
@@ -170,7 +170,7 @@ module PulpContainerClient
170
170
  # Calculates hash code according to all attributes.
171
171
  # @return [Integer] Hash code
172
172
  def hash
173
- [base_path, repository_version, repository, content_guard, name, pulp_labels, private, description].hash
173
+ [pulp_labels, repository, base_path, name, content_guard, repository_version, private, description].hash
174
174
  end
175
175
 
176
176
  # Builds the object from hash
@@ -15,27 +15,27 @@ require 'date'
15
15
  module PulpContainerClient
16
16
  # A serializer for ContainerDistribution.
17
17
  class ContainerContainerDistributionResponse
18
- attr_accessor :pulp_href
18
+ # Timestamp of creation.
19
+ attr_accessor :pulp_created
19
20
 
20
- # 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
- attr_accessor :base_path
21
+ attr_accessor :pulp_labels
22
22
 
23
- # RepositoryVersion to be served
24
- attr_accessor :repository_version
23
+ attr_accessor :pulp_href
25
24
 
26
25
  # The latest RepositoryVersion for this Repository will be served.
27
26
  attr_accessor :repository
28
27
 
29
- # Timestamp of creation.
30
- attr_accessor :pulp_created
31
-
32
- # An optional content-guard. If none is specified, a default one will be used.
33
- attr_accessor :content_guard
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\")
29
+ attr_accessor :base_path
34
30
 
35
31
  # A unique name. Ex, `rawhide` and `stable`.
36
32
  attr_accessor :name
37
33
 
38
- attr_accessor :pulp_labels
34
+ # An optional content-guard. If none is specified, a default one will be used.
35
+ attr_accessor :content_guard
36
+
37
+ # RepositoryVersion to be served
38
+ attr_accessor :repository_version
39
39
 
40
40
  # The Registry hostame/name/ to use with docker pull command defined by this distribution.
41
41
  attr_accessor :registry_path
@@ -52,14 +52,14 @@ module PulpContainerClient
52
52
  # Attribute mapping from ruby-style variable name to JSON key.
53
53
  def self.attribute_map
54
54
  {
55
+ :'pulp_created' => :'pulp_created',
56
+ :'pulp_labels' => :'pulp_labels',
55
57
  :'pulp_href' => :'pulp_href',
56
- :'base_path' => :'base_path',
57
- :'repository_version' => :'repository_version',
58
58
  :'repository' => :'repository',
59
- :'pulp_created' => :'pulp_created',
60
- :'content_guard' => :'content_guard',
59
+ :'base_path' => :'base_path',
61
60
  :'name' => :'name',
62
- :'pulp_labels' => :'pulp_labels',
61
+ :'content_guard' => :'content_guard',
62
+ :'repository_version' => :'repository_version',
63
63
  :'registry_path' => :'registry_path',
64
64
  :'namespace' => :'namespace',
65
65
  :'private' => :'private',
@@ -70,14 +70,14 @@ module PulpContainerClient
70
70
  # Attribute type mapping.
71
71
  def self.openapi_types
72
72
  {
73
+ :'pulp_created' => :'DateTime',
74
+ :'pulp_labels' => :'Object',
73
75
  :'pulp_href' => :'String',
74
- :'base_path' => :'String',
75
- :'repository_version' => :'String',
76
76
  :'repository' => :'String',
77
- :'pulp_created' => :'DateTime',
78
- :'content_guard' => :'String',
77
+ :'base_path' => :'String',
79
78
  :'name' => :'String',
80
- :'pulp_labels' => :'Object',
79
+ :'content_guard' => :'String',
80
+ :'repository_version' => :'String',
81
81
  :'registry_path' => :'String',
82
82
  :'namespace' => :'String',
83
83
  :'private' => :'Boolean',
@@ -88,8 +88,8 @@ module PulpContainerClient
88
88
  # List of attributes with nullable: true
89
89
  def self.openapi_nullable
90
90
  Set.new([
91
- :'repository_version',
92
91
  :'repository',
92
+ :'repository_version',
93
93
  :'description'
94
94
  ])
95
95
  end
@@ -109,36 +109,36 @@ module PulpContainerClient
109
109
  h[k.to_sym] = v
110
110
  }
111
111
 
112
- if attributes.key?(:'pulp_href')
113
- self.pulp_href = attributes[:'pulp_href']
112
+ if attributes.key?(:'pulp_created')
113
+ self.pulp_created = attributes[:'pulp_created']
114
114
  end
115
115
 
116
- if attributes.key?(:'base_path')
117
- self.base_path = attributes[:'base_path']
116
+ if attributes.key?(:'pulp_labels')
117
+ self.pulp_labels = attributes[:'pulp_labels']
118
118
  end
119
119
 
120
- if attributes.key?(:'repository_version')
121
- self.repository_version = attributes[:'repository_version']
120
+ if attributes.key?(:'pulp_href')
121
+ self.pulp_href = attributes[:'pulp_href']
122
122
  end
123
123
 
124
124
  if attributes.key?(:'repository')
125
125
  self.repository = attributes[:'repository']
126
126
  end
127
127
 
128
- if attributes.key?(:'pulp_created')
129
- self.pulp_created = attributes[:'pulp_created']
130
- end
131
-
132
- if attributes.key?(:'content_guard')
133
- self.content_guard = attributes[:'content_guard']
128
+ if attributes.key?(:'base_path')
129
+ self.base_path = attributes[:'base_path']
134
130
  end
135
131
 
136
132
  if attributes.key?(:'name')
137
133
  self.name = attributes[:'name']
138
134
  end
139
135
 
140
- if attributes.key?(:'pulp_labels')
141
- self.pulp_labels = attributes[:'pulp_labels']
136
+ if attributes.key?(:'content_guard')
137
+ self.content_guard = attributes[:'content_guard']
138
+ end
139
+
140
+ if attributes.key?(:'repository_version')
141
+ self.repository_version = attributes[:'repository_version']
142
142
  end
143
143
 
144
144
  if attributes.key?(:'registry_path')
@@ -186,14 +186,14 @@ module PulpContainerClient
186
186
  def ==(o)
187
187
  return true if self.equal?(o)
188
188
  self.class == o.class &&
189
+ pulp_created == o.pulp_created &&
190
+ pulp_labels == o.pulp_labels &&
189
191
  pulp_href == o.pulp_href &&
190
- base_path == o.base_path &&
191
- repository_version == o.repository_version &&
192
192
  repository == o.repository &&
193
- pulp_created == o.pulp_created &&
194
- content_guard == o.content_guard &&
193
+ base_path == o.base_path &&
195
194
  name == o.name &&
196
- pulp_labels == o.pulp_labels &&
195
+ content_guard == o.content_guard &&
196
+ repository_version == o.repository_version &&
197
197
  registry_path == o.registry_path &&
198
198
  namespace == o.namespace &&
199
199
  private == o.private &&
@@ -209,7 +209,7 @@ module PulpContainerClient
209
209
  # Calculates hash code according to all attributes.
210
210
  # @return [Integer] Hash code
211
211
  def hash
212
- [pulp_href, base_path, repository_version, repository, pulp_created, content_guard, name, pulp_labels, registry_path, namespace, private, description].hash
212
+ [pulp_created, pulp_labels, pulp_href, repository, base_path, name, content_guard, repository_version, registry_path, namespace, private, description].hash
213
213
  end
214
214
 
215
215
  # Builds the object from hash