pulp_container_client 2.26.2 → 2.26.4

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 (49) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/ContainerContainerDistribution.md +8 -8
  4. data/docs/ContainerContainerDistributionResponse.md +16 -16
  5. data/docs/ContainerContainerPullThroughDistribution.md +8 -8
  6. data/docs/ContainerContainerPullThroughDistributionResponse.md +16 -16
  7. data/docs/ContainerContainerPushRepository.md +4 -4
  8. data/docs/ContainerContainerPushRepositoryResponse.md +12 -12
  9. data/docs/DistributionsContainerApi.md +12 -12
  10. data/docs/DistributionsPullThroughApi.md +12 -12
  11. data/docs/PatchedcontainerContainerDistribution.md +8 -8
  12. data/docs/PatchedcontainerContainerPullThroughDistribution.md +8 -8
  13. data/docs/PatchedcontainerContainerPushRepository.md +4 -4
  14. data/docs/RemotesContainerApi.md +10 -10
  15. data/docs/RemotesPullThroughApi.md +10 -10
  16. data/docs/RepositoriesContainerApi.md +10 -10
  17. data/docs/RepositoriesContainerPushApi.md +10 -10
  18. data/lib/pulp_container_client/api/distributions_container_api.rb +10 -10
  19. data/lib/pulp_container_client/api/distributions_pull_through_api.rb +10 -10
  20. data/lib/pulp_container_client/api/remotes_container_api.rb +10 -10
  21. data/lib/pulp_container_client/api/remotes_pull_through_api.rb +10 -10
  22. data/lib/pulp_container_client/api/repositories_container_api.rb +10 -10
  23. data/lib/pulp_container_client/api/repositories_container_push_api.rb +10 -10
  24. data/lib/pulp_container_client/models/container_container_distribution.rb +63 -63
  25. data/lib/pulp_container_client/models/container_container_distribution_response.rb +73 -73
  26. data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +63 -63
  27. data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +73 -73
  28. data/lib/pulp_container_client/models/container_container_push_repository.rb +17 -17
  29. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +53 -53
  30. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +56 -56
  31. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +56 -56
  32. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +17 -17
  33. data/lib/pulp_container_client/version.rb +1 -1
  34. data/spec/api/distributions_container_api_spec.rb +4 -4
  35. data/spec/api/distributions_pull_through_api_spec.rb +4 -4
  36. data/spec/api/remotes_container_api_spec.rb +4 -4
  37. data/spec/api/remotes_pull_through_api_spec.rb +4 -4
  38. data/spec/api/repositories_container_api_spec.rb +4 -4
  39. data/spec/api/repositories_container_push_api_spec.rb +4 -4
  40. data/spec/models/container_container_distribution_response_spec.rb +11 -11
  41. data/spec/models/container_container_distribution_spec.rb +6 -6
  42. data/spec/models/container_container_pull_through_distribution_response_spec.rb +11 -11
  43. data/spec/models/container_container_pull_through_distribution_spec.rb +6 -6
  44. data/spec/models/container_container_push_repository_response_spec.rb +10 -10
  45. data/spec/models/container_container_push_repository_spec.rb +2 -2
  46. data/spec/models/patchedcontainer_container_distribution_spec.rb +6 -6
  47. data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +6 -6
  48. data/spec/models/patchedcontainer_container_push_repository_spec.rb +2 -2
  49. metadata +58 -58
@@ -850,24 +850,24 @@ module PulpContainerClient
850
850
  end
851
851
 
852
852
  # Update a container repository
853
- # Trigger an asynchronous partial update task
853
+ # Update the entity partially and trigger an asynchronous task if necessary
854
854
  # @param container_container_repository_href [String]
855
855
  # @param patchedcontainer_container_repository [PatchedcontainerContainerRepository]
856
856
  # @param [Hash] opts the optional parameters
857
857
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
858
- # @return [AsyncOperationResponse]
858
+ # @return [ContainerContainerRepositoryResponse]
859
859
  def partial_update(container_container_repository_href, patchedcontainer_container_repository, opts = {})
860
860
  data, _status_code, _headers = partial_update_with_http_info(container_container_repository_href, patchedcontainer_container_repository, opts)
861
861
  data
862
862
  end
863
863
 
864
864
  # Update a container repository
865
- # Trigger an asynchronous partial update task
865
+ # Update the entity partially and trigger an asynchronous task if necessary
866
866
  # @param container_container_repository_href [String]
867
867
  # @param patchedcontainer_container_repository [PatchedcontainerContainerRepository]
868
868
  # @param [Hash] opts the optional parameters
869
869
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
870
- # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
870
+ # @return [Array<(ContainerContainerRepositoryResponse, Integer, Hash)>] ContainerContainerRepositoryResponse data, response status code and response headers
871
871
  def partial_update_with_http_info(container_container_repository_href, patchedcontainer_container_repository, opts = {})
872
872
  if @api_client.config.debugging
873
873
  @api_client.config.logger.debug 'Calling API: RepositoriesContainerApi.partial_update ...'
@@ -904,7 +904,7 @@ module PulpContainerClient
904
904
  post_body = opts[:debug_body] || @api_client.object_to_http_body(patchedcontainer_container_repository)
905
905
 
906
906
  # return_type
907
- return_type = opts[:debug_return_type] || 'AsyncOperationResponse'
907
+ return_type = opts[:debug_return_type] || 'ContainerContainerRepositoryResponse'
908
908
 
909
909
  # auth_names
910
910
  auth_names = opts[:debug_auth_names] || ['basicAuth']
@@ -1615,24 +1615,24 @@ module PulpContainerClient
1615
1615
  end
1616
1616
 
1617
1617
  # Update a container repository
1618
- # Trigger an asynchronous update task
1618
+ # Update the entity and trigger an asynchronous task if necessary
1619
1619
  # @param container_container_repository_href [String]
1620
1620
  # @param container_container_repository [ContainerContainerRepository]
1621
1621
  # @param [Hash] opts the optional parameters
1622
1622
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
1623
- # @return [AsyncOperationResponse]
1623
+ # @return [ContainerContainerRepositoryResponse]
1624
1624
  def update(container_container_repository_href, container_container_repository, opts = {})
1625
1625
  data, _status_code, _headers = update_with_http_info(container_container_repository_href, container_container_repository, opts)
1626
1626
  data
1627
1627
  end
1628
1628
 
1629
1629
  # Update a container repository
1630
- # Trigger an asynchronous update task
1630
+ # Update the entity and trigger an asynchronous task if necessary
1631
1631
  # @param container_container_repository_href [String]
1632
1632
  # @param container_container_repository [ContainerContainerRepository]
1633
1633
  # @param [Hash] opts the optional parameters
1634
1634
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
1635
- # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
1635
+ # @return [Array<(ContainerContainerRepositoryResponse, Integer, Hash)>] ContainerContainerRepositoryResponse data, response status code and response headers
1636
1636
  def update_with_http_info(container_container_repository_href, container_container_repository, opts = {})
1637
1637
  if @api_client.config.debugging
1638
1638
  @api_client.config.logger.debug 'Calling API: RepositoriesContainerApi.update ...'
@@ -1669,7 +1669,7 @@ module PulpContainerClient
1669
1669
  post_body = opts[:debug_body] || @api_client.object_to_http_body(container_container_repository)
1670
1670
 
1671
1671
  # return_type
1672
- return_type = opts[:debug_return_type] || 'AsyncOperationResponse'
1672
+ return_type = opts[:debug_return_type] || 'ContainerContainerRepositoryResponse'
1673
1673
 
1674
1674
  # auth_names
1675
1675
  auth_names = opts[:debug_auth_names] || ['basicAuth']
@@ -395,24 +395,24 @@ module PulpContainerClient
395
395
  end
396
396
 
397
397
  # Update a container push repository
398
- # Trigger an asynchronous partial update task
398
+ # Update the entity partially and trigger an asynchronous task if necessary
399
399
  # @param container_container_push_repository_href [String]
400
400
  # @param patchedcontainer_container_push_repository [PatchedcontainerContainerPushRepository]
401
401
  # @param [Hash] opts the optional parameters
402
402
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
403
- # @return [AsyncOperationResponse]
403
+ # @return [ContainerContainerPushRepositoryResponse]
404
404
  def partial_update(container_container_push_repository_href, patchedcontainer_container_push_repository, opts = {})
405
405
  data, _status_code, _headers = partial_update_with_http_info(container_container_push_repository_href, patchedcontainer_container_push_repository, opts)
406
406
  data
407
407
  end
408
408
 
409
409
  # Update a container push repository
410
- # Trigger an asynchronous partial update task
410
+ # Update the entity partially and trigger an asynchronous task if necessary
411
411
  # @param container_container_push_repository_href [String]
412
412
  # @param patchedcontainer_container_push_repository [PatchedcontainerContainerPushRepository]
413
413
  # @param [Hash] opts the optional parameters
414
414
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
415
- # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
415
+ # @return [Array<(ContainerContainerPushRepositoryResponse, Integer, Hash)>] ContainerContainerPushRepositoryResponse data, response status code and response headers
416
416
  def partial_update_with_http_info(container_container_push_repository_href, patchedcontainer_container_push_repository, opts = {})
417
417
  if @api_client.config.debugging
418
418
  @api_client.config.logger.debug 'Calling API: RepositoriesContainerPushApi.partial_update ...'
@@ -449,7 +449,7 @@ module PulpContainerClient
449
449
  post_body = opts[:debug_body] || @api_client.object_to_http_body(patchedcontainer_container_push_repository)
450
450
 
451
451
  # return_type
452
- return_type = opts[:debug_return_type] || 'AsyncOperationResponse'
452
+ return_type = opts[:debug_return_type] || 'ContainerContainerPushRepositoryResponse'
453
453
 
454
454
  # auth_names
455
455
  auth_names = opts[:debug_auth_names] || ['basicAuth']
@@ -1004,24 +1004,24 @@ module PulpContainerClient
1004
1004
  end
1005
1005
 
1006
1006
  # Update a container push repository
1007
- # Trigger an asynchronous update task
1007
+ # Update the entity and trigger an asynchronous task if necessary
1008
1008
  # @param container_container_push_repository_href [String]
1009
1009
  # @param container_container_push_repository [ContainerContainerPushRepository]
1010
1010
  # @param [Hash] opts the optional parameters
1011
1011
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
1012
- # @return [AsyncOperationResponse]
1012
+ # @return [ContainerContainerPushRepositoryResponse]
1013
1013
  def update(container_container_push_repository_href, container_container_push_repository, opts = {})
1014
1014
  data, _status_code, _headers = update_with_http_info(container_container_push_repository_href, container_container_push_repository, opts)
1015
1015
  data
1016
1016
  end
1017
1017
 
1018
1018
  # Update a container push repository
1019
- # Trigger an asynchronous update task
1019
+ # Update the entity and trigger an asynchronous task if necessary
1020
1020
  # @param container_container_push_repository_href [String]
1021
1021
  # @param container_container_push_repository [ContainerContainerPushRepository]
1022
1022
  # @param [Hash] opts the optional parameters
1023
1023
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
1024
- # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
1024
+ # @return [Array<(ContainerContainerPushRepositoryResponse, Integer, Hash)>] ContainerContainerPushRepositoryResponse data, response status code and response headers
1025
1025
  def update_with_http_info(container_container_push_repository_href, container_container_push_repository, opts = {})
1026
1026
  if @api_client.config.debugging
1027
1027
  @api_client.config.logger.debug 'Calling API: RepositoriesContainerPushApi.update ...'
@@ -1058,7 +1058,7 @@ module PulpContainerClient
1058
1058
  post_body = opts[:debug_body] || @api_client.object_to_http_body(container_container_push_repository)
1059
1059
 
1060
1060
  # return_type
1061
- return_type = opts[:debug_return_type] || 'AsyncOperationResponse'
1061
+ return_type = opts[:debug_return_type] || 'ContainerContainerPushRepositoryResponse'
1062
1062
 
1063
1063
  # auth_names
1064
1064
  auth_names = opts[:debug_auth_names] || ['basicAuth']
@@ -16,22 +16,22 @@ require 'time'
16
16
  module PulpContainerClient
17
17
  # A serializer for ContainerDistribution.
18
18
  class ContainerContainerDistribution
19
- attr_accessor :pulp_labels
20
-
21
- # The latest RepositoryVersion for this Repository will be served.
22
- attr_accessor :repository
19
+ # An optional content-guard. If none is specified, a default one will be used.
20
+ attr_accessor :content_guard
23
21
 
24
- # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
25
- attr_accessor :base_path
22
+ # A unique name. Ex, `rawhide` and `stable`.
23
+ attr_accessor :name
26
24
 
27
25
  # Whether this distribution should be shown in the content app.
28
26
  attr_accessor :hidden
29
27
 
30
- # An optional content-guard. If none is specified, a default one will be used.
31
- attr_accessor :content_guard
28
+ # The latest RepositoryVersion for this Repository will be served.
29
+ attr_accessor :repository
32
30
 
33
- # A unique name. Ex, `rawhide` and `stable`.
34
- attr_accessor :name
31
+ attr_accessor :pulp_labels
32
+
33
+ # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
34
+ attr_accessor :base_path
35
35
 
36
36
  # RepositoryVersion to be served
37
37
  attr_accessor :repository_version
@@ -45,12 +45,12 @@ module PulpContainerClient
45
45
  # Attribute mapping from ruby-style variable name to JSON key.
46
46
  def self.attribute_map
47
47
  {
48
- :'pulp_labels' => :'pulp_labels',
49
- :'repository' => :'repository',
50
- :'base_path' => :'base_path',
51
- :'hidden' => :'hidden',
52
48
  :'content_guard' => :'content_guard',
53
49
  :'name' => :'name',
50
+ :'hidden' => :'hidden',
51
+ :'repository' => :'repository',
52
+ :'pulp_labels' => :'pulp_labels',
53
+ :'base_path' => :'base_path',
54
54
  :'repository_version' => :'repository_version',
55
55
  :'private' => :'private',
56
56
  :'description' => :'description'
@@ -65,12 +65,12 @@ module PulpContainerClient
65
65
  # Attribute type mapping.
66
66
  def self.openapi_types
67
67
  {
68
- :'pulp_labels' => :'Hash<String, String>',
69
- :'repository' => :'String',
70
- :'base_path' => :'String',
71
- :'hidden' => :'Boolean',
72
68
  :'content_guard' => :'String',
73
69
  :'name' => :'String',
70
+ :'hidden' => :'Boolean',
71
+ :'repository' => :'String',
72
+ :'pulp_labels' => :'Hash<String, String>',
73
+ :'base_path' => :'String',
74
74
  :'repository_version' => :'String',
75
75
  :'private' => :'Boolean',
76
76
  :'description' => :'String'
@@ -101,20 +101,14 @@ module PulpContainerClient
101
101
  h[k.to_sym] = v
102
102
  }
103
103
 
104
- if attributes.key?(:'pulp_labels')
105
- if (value = attributes[:'pulp_labels']).is_a?(Hash)
106
- self.pulp_labels = value
107
- end
108
- end
109
-
110
- if attributes.key?(:'repository')
111
- self.repository = attributes[:'repository']
104
+ if attributes.key?(:'content_guard')
105
+ self.content_guard = attributes[:'content_guard']
112
106
  end
113
107
 
114
- if attributes.key?(:'base_path')
115
- self.base_path = attributes[:'base_path']
108
+ if attributes.key?(:'name')
109
+ self.name = attributes[:'name']
116
110
  else
117
- self.base_path = nil
111
+ self.name = nil
118
112
  end
119
113
 
120
114
  if attributes.key?(:'hidden')
@@ -123,14 +117,20 @@ module PulpContainerClient
123
117
  self.hidden = false
124
118
  end
125
119
 
126
- if attributes.key?(:'content_guard')
127
- self.content_guard = attributes[:'content_guard']
120
+ if attributes.key?(:'repository')
121
+ self.repository = attributes[:'repository']
128
122
  end
129
123
 
130
- if attributes.key?(:'name')
131
- self.name = attributes[:'name']
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
+ if attributes.key?(:'base_path')
131
+ self.base_path = attributes[:'base_path']
132
132
  else
133
- self.name = nil
133
+ self.base_path = nil
134
134
  end
135
135
 
136
136
  if attributes.key?(:'repository_version')
@@ -151,14 +151,6 @@ module PulpContainerClient
151
151
  def list_invalid_properties
152
152
  warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
153
153
  invalid_properties = Array.new
154
- if @base_path.nil?
155
- invalid_properties.push('invalid value for "base_path", base_path cannot be nil.')
156
- end
157
-
158
- if @base_path.to_s.length < 1
159
- invalid_properties.push('invalid value for "base_path", the character length must be great than or equal to 1.')
160
- end
161
-
162
154
  if @name.nil?
163
155
  invalid_properties.push('invalid value for "name", name cannot be nil.')
164
156
  end
@@ -167,6 +159,14 @@ module PulpContainerClient
167
159
  invalid_properties.push('invalid value for "name", the character length must be great than or equal to 1.')
168
160
  end
169
161
 
162
+ if @base_path.nil?
163
+ invalid_properties.push('invalid value for "base_path", base_path cannot be nil.')
164
+ end
165
+
166
+ if @base_path.to_s.length < 1
167
+ invalid_properties.push('invalid value for "base_path", the character length must be great than or equal to 1.')
168
+ end
169
+
170
170
  if !@description.nil? && @description.to_s.length < 1
171
171
  invalid_properties.push('invalid value for "description", the character length must be great than or equal to 1.')
172
172
  end
@@ -178,28 +178,14 @@ module PulpContainerClient
178
178
  # @return true if the model is valid
179
179
  def valid?
180
180
  warn '[DEPRECATED] the `valid?` method is obsolete'
181
- return false if @base_path.nil?
182
- return false if @base_path.to_s.length < 1
183
181
  return false if @name.nil?
184
182
  return false if @name.to_s.length < 1
183
+ return false if @base_path.nil?
184
+ return false if @base_path.to_s.length < 1
185
185
  return false if !@description.nil? && @description.to_s.length < 1
186
186
  true
187
187
  end
188
188
 
189
- # Custom attribute writer method with validation
190
- # @param [Object] base_path Value to be assigned
191
- def base_path=(base_path)
192
- if base_path.nil?
193
- fail ArgumentError, 'base_path cannot be nil'
194
- end
195
-
196
- if base_path.to_s.length < 1
197
- fail ArgumentError, 'invalid value for "base_path", the character length must be great than or equal to 1.'
198
- end
199
-
200
- @base_path = base_path
201
- end
202
-
203
189
  # Custom attribute writer method with validation
204
190
  # @param [Object] name Value to be assigned
205
191
  def name=(name)
@@ -214,6 +200,20 @@ module PulpContainerClient
214
200
  @name = name
215
201
  end
216
202
 
203
+ # Custom attribute writer method with validation
204
+ # @param [Object] base_path Value to be assigned
205
+ def base_path=(base_path)
206
+ if base_path.nil?
207
+ fail ArgumentError, 'base_path cannot be nil'
208
+ end
209
+
210
+ if base_path.to_s.length < 1
211
+ fail ArgumentError, 'invalid value for "base_path", the character length must be great than or equal to 1.'
212
+ end
213
+
214
+ @base_path = base_path
215
+ end
216
+
217
217
  # Custom attribute writer method with validation
218
218
  # @param [Object] description Value to be assigned
219
219
  def description=(description)
@@ -229,12 +229,12 @@ module PulpContainerClient
229
229
  def ==(o)
230
230
  return true if self.equal?(o)
231
231
  self.class == o.class &&
232
- pulp_labels == o.pulp_labels &&
233
- repository == o.repository &&
234
- base_path == o.base_path &&
235
- hidden == o.hidden &&
236
232
  content_guard == o.content_guard &&
237
233
  name == o.name &&
234
+ hidden == o.hidden &&
235
+ repository == o.repository &&
236
+ pulp_labels == o.pulp_labels &&
237
+ base_path == o.base_path &&
238
238
  repository_version == o.repository_version &&
239
239
  private == o.private &&
240
240
  description == o.description
@@ -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
- [pulp_labels, repository, base_path, hidden, content_guard, name, repository_version, private, description].hash
252
+ [content_guard, name, hidden, repository, pulp_labels, base_path, repository_version, private, description].hash
253
253
  end
254
254
 
255
255
  # Builds the object from hash
@@ -16,36 +16,36 @@ require 'time'
16
16
  module PulpContainerClient
17
17
  # A serializer for ContainerDistribution.
18
18
  class ContainerContainerDistributionResponse
19
- attr_accessor :pulp_labels
19
+ # 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.
20
+ attr_accessor :pulp_last_updated
20
21
 
21
- # The latest RepositoryVersion for this Repository will be served.
22
- attr_accessor :repository
22
+ # An optional content-guard. If none is specified, a default one will be used.
23
+ attr_accessor :content_guard
24
+
25
+ # A unique name. Ex, `rawhide` and `stable`.
26
+ attr_accessor :name
23
27
 
24
28
  # The Pulp Resource Name (PRN).
25
29
  attr_accessor :prn
26
30
 
27
- # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
28
- attr_accessor :base_path
31
+ # Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes.
32
+ attr_accessor :no_content_change_since
29
33
 
30
34
  # Whether this distribution should be shown in the content app.
31
35
  attr_accessor :hidden
32
36
 
33
- # Timestamp of creation.
34
- attr_accessor :pulp_created
35
-
36
- # An optional content-guard. If none is specified, a default one will be used.
37
- attr_accessor :content_guard
38
-
39
- # A unique name. Ex, `rawhide` and `stable`.
40
- attr_accessor :name
37
+ # The latest RepositoryVersion for this Repository will be served.
38
+ attr_accessor :repository
41
39
 
42
40
  attr_accessor :pulp_href
43
41
 
44
- # Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes.
45
- attr_accessor :no_content_change_since
42
+ attr_accessor :pulp_labels
46
43
 
47
- # 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.
48
- attr_accessor :pulp_last_updated
44
+ # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
45
+ attr_accessor :base_path
46
+
47
+ # Timestamp of creation.
48
+ attr_accessor :pulp_created
49
49
 
50
50
  # RepositoryVersion to be served
51
51
  attr_accessor :repository_version
@@ -68,17 +68,17 @@ module PulpContainerClient
68
68
  # Attribute mapping from ruby-style variable name to JSON key.
69
69
  def self.attribute_map
70
70
  {
71
- :'pulp_labels' => :'pulp_labels',
72
- :'repository' => :'repository',
73
- :'prn' => :'prn',
74
- :'base_path' => :'base_path',
75
- :'hidden' => :'hidden',
76
- :'pulp_created' => :'pulp_created',
71
+ :'pulp_last_updated' => :'pulp_last_updated',
77
72
  :'content_guard' => :'content_guard',
78
73
  :'name' => :'name',
79
- :'pulp_href' => :'pulp_href',
74
+ :'prn' => :'prn',
80
75
  :'no_content_change_since' => :'no_content_change_since',
81
- :'pulp_last_updated' => :'pulp_last_updated',
76
+ :'hidden' => :'hidden',
77
+ :'repository' => :'repository',
78
+ :'pulp_href' => :'pulp_href',
79
+ :'pulp_labels' => :'pulp_labels',
80
+ :'base_path' => :'base_path',
81
+ :'pulp_created' => :'pulp_created',
82
82
  :'repository_version' => :'repository_version',
83
83
  :'registry_path' => :'registry_path',
84
84
  :'remote' => :'remote',
@@ -96,17 +96,17 @@ module PulpContainerClient
96
96
  # Attribute type mapping.
97
97
  def self.openapi_types
98
98
  {
99
- :'pulp_labels' => :'Hash<String, String>',
100
- :'repository' => :'String',
101
- :'prn' => :'String',
102
- :'base_path' => :'String',
103
- :'hidden' => :'Boolean',
104
- :'pulp_created' => :'Time',
99
+ :'pulp_last_updated' => :'Time',
105
100
  :'content_guard' => :'String',
106
101
  :'name' => :'String',
107
- :'pulp_href' => :'String',
102
+ :'prn' => :'String',
108
103
  :'no_content_change_since' => :'String',
109
- :'pulp_last_updated' => :'Time',
104
+ :'hidden' => :'Boolean',
105
+ :'repository' => :'String',
106
+ :'pulp_href' => :'String',
107
+ :'pulp_labels' => :'Hash<String, String>',
108
+ :'base_path' => :'String',
109
+ :'pulp_created' => :'Time',
110
110
  :'repository_version' => :'String',
111
111
  :'registry_path' => :'String',
112
112
  :'remote' => :'String',
@@ -140,24 +140,26 @@ module PulpContainerClient
140
140
  h[k.to_sym] = v
141
141
  }
142
142
 
143
- if attributes.key?(:'pulp_labels')
144
- if (value = attributes[:'pulp_labels']).is_a?(Hash)
145
- self.pulp_labels = value
146
- end
143
+ if attributes.key?(:'pulp_last_updated')
144
+ self.pulp_last_updated = attributes[:'pulp_last_updated']
147
145
  end
148
146
 
149
- if attributes.key?(:'repository')
150
- self.repository = attributes[:'repository']
147
+ if attributes.key?(:'content_guard')
148
+ self.content_guard = attributes[:'content_guard']
149
+ end
150
+
151
+ if attributes.key?(:'name')
152
+ self.name = attributes[:'name']
153
+ else
154
+ self.name = nil
151
155
  end
152
156
 
153
157
  if attributes.key?(:'prn')
154
158
  self.prn = attributes[:'prn']
155
159
  end
156
160
 
157
- if attributes.key?(:'base_path')
158
- self.base_path = attributes[:'base_path']
159
- else
160
- self.base_path = nil
161
+ if attributes.key?(:'no_content_change_since')
162
+ self.no_content_change_since = attributes[:'no_content_change_since']
161
163
  end
162
164
 
163
165
  if attributes.key?(:'hidden')
@@ -166,30 +168,28 @@ module PulpContainerClient
166
168
  self.hidden = false
167
169
  end
168
170
 
169
- if attributes.key?(:'pulp_created')
170
- self.pulp_created = attributes[:'pulp_created']
171
- end
172
-
173
- if attributes.key?(:'content_guard')
174
- self.content_guard = attributes[:'content_guard']
175
- end
176
-
177
- if attributes.key?(:'name')
178
- self.name = attributes[:'name']
179
- else
180
- self.name = nil
171
+ if attributes.key?(:'repository')
172
+ self.repository = attributes[:'repository']
181
173
  end
182
174
 
183
175
  if attributes.key?(:'pulp_href')
184
176
  self.pulp_href = attributes[:'pulp_href']
185
177
  end
186
178
 
187
- if attributes.key?(:'no_content_change_since')
188
- self.no_content_change_since = attributes[:'no_content_change_since']
179
+ if attributes.key?(:'pulp_labels')
180
+ if (value = attributes[:'pulp_labels']).is_a?(Hash)
181
+ self.pulp_labels = value
182
+ end
189
183
  end
190
184
 
191
- if attributes.key?(:'pulp_last_updated')
192
- self.pulp_last_updated = attributes[:'pulp_last_updated']
185
+ if attributes.key?(:'base_path')
186
+ self.base_path = attributes[:'base_path']
187
+ else
188
+ self.base_path = nil
189
+ end
190
+
191
+ if attributes.key?(:'pulp_created')
192
+ self.pulp_created = attributes[:'pulp_created']
193
193
  end
194
194
 
195
195
  if attributes.key?(:'repository_version')
@@ -222,14 +222,14 @@ module PulpContainerClient
222
222
  def list_invalid_properties
223
223
  warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
224
224
  invalid_properties = Array.new
225
- if @base_path.nil?
226
- invalid_properties.push('invalid value for "base_path", base_path cannot be nil.')
227
- end
228
-
229
225
  if @name.nil?
230
226
  invalid_properties.push('invalid value for "name", name cannot be nil.')
231
227
  end
232
228
 
229
+ if @base_path.nil?
230
+ invalid_properties.push('invalid value for "base_path", base_path cannot be nil.')
231
+ end
232
+
233
233
  invalid_properties
234
234
  end
235
235
 
@@ -237,8 +237,8 @@ module PulpContainerClient
237
237
  # @return true if the model is valid
238
238
  def valid?
239
239
  warn '[DEPRECATED] the `valid?` method is obsolete'
240
- return false if @base_path.nil?
241
240
  return false if @name.nil?
241
+ return false if @base_path.nil?
242
242
  true
243
243
  end
244
244
 
@@ -247,17 +247,17 @@ module PulpContainerClient
247
247
  def ==(o)
248
248
  return true if self.equal?(o)
249
249
  self.class == o.class &&
250
- pulp_labels == o.pulp_labels &&
251
- repository == o.repository &&
252
- prn == o.prn &&
253
- base_path == o.base_path &&
254
- hidden == o.hidden &&
255
- pulp_created == o.pulp_created &&
250
+ pulp_last_updated == o.pulp_last_updated &&
256
251
  content_guard == o.content_guard &&
257
252
  name == o.name &&
258
- pulp_href == o.pulp_href &&
253
+ prn == o.prn &&
259
254
  no_content_change_since == o.no_content_change_since &&
260
- pulp_last_updated == o.pulp_last_updated &&
255
+ hidden == o.hidden &&
256
+ repository == o.repository &&
257
+ pulp_href == o.pulp_href &&
258
+ pulp_labels == o.pulp_labels &&
259
+ base_path == o.base_path &&
260
+ pulp_created == o.pulp_created &&
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
- [pulp_labels, repository, prn, base_path, hidden, pulp_created, content_guard, name, pulp_href, no_content_change_since, pulp_last_updated, repository_version, registry_path, remote, namespace, private, description].hash
278
+ [pulp_last_updated, content_guard, name, prn, no_content_change_since, hidden, repository, pulp_href, pulp_labels, base_path, pulp_created, repository_version, registry_path, remote, namespace, private, description].hash
279
279
  end
280
280
 
281
281
  # Builds the object from hash