pulp_container_client 2.24.3 → 2.25.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 (74) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -5
  3. data/docs/ContainerContainerDistribution.md +8 -8
  4. data/docs/ContainerContainerDistributionResponse.md +14 -14
  5. data/docs/ContainerContainerPullThroughDistribution.md +8 -8
  6. data/docs/ContainerContainerPullThroughDistributionResponse.md +14 -14
  7. data/docs/ContainerContainerPushRepository.md +5 -5
  8. data/docs/ContainerContainerPushRepositoryResponse.md +14 -14
  9. data/docs/ContentBlobsApi.md +8 -20
  10. data/docs/ContentManifestsApi.md +8 -20
  11. data/docs/ContentSignaturesApi.md +8 -20
  12. data/docs/ContentTagsApi.md +8 -20
  13. data/docs/DistributionsContainerApi.md +34 -74
  14. data/docs/DistributionsPullThroughApi.md +34 -74
  15. data/docs/PatchedcontainerContainerDistribution.md +8 -8
  16. data/docs/PatchedcontainerContainerPullThroughDistribution.md +8 -8
  17. data/docs/PatchedcontainerContainerPushRepository.md +5 -5
  18. data/docs/PulpContainerNamespacesApi.md +16 -40
  19. data/docs/RemotesContainerApi.md +32 -72
  20. data/docs/RemotesPullThroughApi.md +32 -72
  21. data/docs/RepositoriesContainerApi.md +64 -138
  22. data/docs/RepositoriesContainerPushApi.md +36 -80
  23. data/docs/RepositoriesContainerPushVersionsApi.md +10 -22
  24. data/docs/RepositoriesContainerVersionsApi.md +10 -22
  25. data/docs/TokenApi.md +5 -14
  26. data/lib/pulp_container_client/api/content_blobs_api.rb +0 -12
  27. data/lib/pulp_container_client/api/content_manifests_api.rb +0 -12
  28. data/lib/pulp_container_client/api/content_signatures_api.rb +0 -12
  29. data/lib/pulp_container_client/api/content_tags_api.rb +0 -12
  30. data/lib/pulp_container_client/api/distributions_container_api.rb +0 -36
  31. data/lib/pulp_container_client/api/distributions_pull_through_api.rb +0 -36
  32. data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +0 -24
  33. data/lib/pulp_container_client/api/remotes_container_api.rb +0 -36
  34. data/lib/pulp_container_client/api/remotes_pull_through_api.rb +0 -36
  35. data/lib/pulp_container_client/api/repositories_container_api.rb +0 -63
  36. data/lib/pulp_container_client/api/repositories_container_push_api.rb +0 -39
  37. data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +3 -15
  38. data/lib/pulp_container_client/api/repositories_container_versions_api.rb +3 -15
  39. data/lib/pulp_container_client/api/token_api.rb +0 -9
  40. data/lib/pulp_container_client/models/container_container_distribution.rb +64 -64
  41. data/lib/pulp_container_client/models/container_container_distribution_response.rb +70 -70
  42. data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +64 -64
  43. data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +70 -70
  44. data/lib/pulp_container_client/models/container_container_push_repository.rb +41 -41
  45. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +62 -62
  46. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +58 -58
  47. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +58 -58
  48. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +41 -41
  49. data/lib/pulp_container_client/version.rb +1 -1
  50. data/pulp_container_client.gemspec +1 -0
  51. data/spec/api/content_blobs_api_spec.rb +0 -4
  52. data/spec/api/content_manifests_api_spec.rb +0 -4
  53. data/spec/api/content_signatures_api_spec.rb +0 -4
  54. data/spec/api/content_tags_api_spec.rb +0 -4
  55. data/spec/api/distributions_container_api_spec.rb +0 -12
  56. data/spec/api/distributions_pull_through_api_spec.rb +0 -12
  57. data/spec/api/pulp_container_namespaces_api_spec.rb +0 -8
  58. data/spec/api/remotes_container_api_spec.rb +0 -12
  59. data/spec/api/remotes_pull_through_api_spec.rb +0 -12
  60. data/spec/api/repositories_container_api_spec.rb +0 -21
  61. data/spec/api/repositories_container_push_api_spec.rb +0 -13
  62. data/spec/api/repositories_container_push_versions_api_spec.rb +1 -5
  63. data/spec/api/repositories_container_versions_api_spec.rb +1 -5
  64. data/spec/api/token_api_spec.rb +0 -3
  65. data/spec/models/container_container_distribution_response_spec.rb +11 -11
  66. data/spec/models/container_container_distribution_spec.rb +6 -6
  67. data/spec/models/container_container_pull_through_distribution_response_spec.rb +11 -11
  68. data/spec/models/container_container_pull_through_distribution_spec.rb +6 -6
  69. data/spec/models/container_container_push_repository_response_spec.rb +9 -9
  70. data/spec/models/container_container_push_repository_spec.rb +5 -5
  71. data/spec/models/patchedcontainer_container_distribution_spec.rb +6 -6
  72. data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +6 -6
  73. data/spec/models/patchedcontainer_container_push_repository_spec.rb +5 -5
  74. metadata +80 -60
@@ -16,23 +16,23 @@ require 'time'
16
16
  module PulpContainerClient
17
17
  # A serializer for ContainerDistribution.
18
18
  class ContainerContainerDistribution
19
- # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
20
- attr_accessor :base_path
21
-
22
- # A unique name. Ex, `rawhide` and `stable`.
23
- attr_accessor :name
24
-
25
- attr_accessor :pulp_labels
19
+ # The latest RepositoryVersion for this Repository will be served.
20
+ attr_accessor :repository
26
21
 
27
22
  # An optional content-guard. If none is specified, a default one will be used.
28
23
  attr_accessor :content_guard
29
24
 
30
- # The latest RepositoryVersion for this Repository will be served.
31
- attr_accessor :repository
32
-
33
25
  # Whether this distribution should be shown in the content app.
34
26
  attr_accessor :hidden
35
27
 
28
+ # A unique name. Ex, `rawhide` and `stable`.
29
+ attr_accessor :name
30
+
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\")
32
+ attr_accessor :base_path
33
+
34
+ attr_accessor :pulp_labels
35
+
36
36
  # RepositoryVersion to be served
37
37
  attr_accessor :repository_version
38
38
 
@@ -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
- :'base_path' => :'base_path',
49
- :'name' => :'name',
50
- :'pulp_labels' => :'pulp_labels',
51
- :'content_guard' => :'content_guard',
52
48
  :'repository' => :'repository',
49
+ :'content_guard' => :'content_guard',
53
50
  :'hidden' => :'hidden',
51
+ :'name' => :'name',
52
+ :'base_path' => :'base_path',
53
+ :'pulp_labels' => :'pulp_labels',
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
- :'base_path' => :'String',
69
- :'name' => :'String',
70
- :'pulp_labels' => :'Hash<String, String>',
71
- :'content_guard' => :'String',
72
68
  :'repository' => :'String',
69
+ :'content_guard' => :'String',
73
70
  :'hidden' => :'Boolean',
71
+ :'name' => :'String',
72
+ :'base_path' => :'String',
73
+ :'pulp_labels' => :'Hash<String, String>',
74
74
  :'repository_version' => :'String',
75
75
  :'private' => :'Boolean',
76
76
  :'description' => :'String'
@@ -101,10 +101,18 @@ module PulpContainerClient
101
101
  h[k.to_sym] = v
102
102
  }
103
103
 
104
- if attributes.key?(:'base_path')
105
- self.base_path = attributes[:'base_path']
104
+ if attributes.key?(:'repository')
105
+ self.repository = attributes[:'repository']
106
+ end
107
+
108
+ if attributes.key?(:'content_guard')
109
+ self.content_guard = attributes[:'content_guard']
110
+ end
111
+
112
+ if attributes.key?(:'hidden')
113
+ self.hidden = attributes[:'hidden']
106
114
  else
107
- self.base_path = nil
115
+ self.hidden = false
108
116
  end
109
117
 
110
118
  if attributes.key?(:'name')
@@ -113,26 +121,18 @@ module PulpContainerClient
113
121
  self.name = nil
114
122
  end
115
123
 
124
+ if attributes.key?(:'base_path')
125
+ self.base_path = attributes[:'base_path']
126
+ else
127
+ self.base_path = nil
128
+ end
129
+
116
130
  if attributes.key?(:'pulp_labels')
117
131
  if (value = attributes[:'pulp_labels']).is_a?(Hash)
118
132
  self.pulp_labels = value
119
133
  end
120
134
  end
121
135
 
122
- if attributes.key?(:'content_guard')
123
- self.content_guard = attributes[:'content_guard']
124
- end
125
-
126
- if attributes.key?(:'repository')
127
- self.repository = attributes[:'repository']
128
- end
129
-
130
- if attributes.key?(:'hidden')
131
- self.hidden = attributes[:'hidden']
132
- else
133
- self.hidden = false
134
- end
135
-
136
136
  if attributes.key?(:'repository_version')
137
137
  self.repository_version = attributes[:'repository_version']
138
138
  end
@@ -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
- base_path == o.base_path &&
233
- name == o.name &&
234
- pulp_labels == o.pulp_labels &&
235
- content_guard == o.content_guard &&
236
232
  repository == o.repository &&
233
+ content_guard == o.content_guard &&
237
234
  hidden == o.hidden &&
235
+ name == o.name &&
236
+ base_path == o.base_path &&
237
+ pulp_labels == o.pulp_labels &&
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
- [base_path, name, pulp_labels, content_guard, repository, hidden, repository_version, private, description].hash
252
+ [repository, content_guard, hidden, name, base_path, pulp_labels, 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
- # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
20
- attr_accessor :base_path
19
+ # Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes.
20
+ attr_accessor :no_content_change_since
21
21
 
22
- # A unique name. Ex, `rawhide` and `stable`.
23
- attr_accessor :name
22
+ attr_accessor :pulp_href
23
+
24
+ # Timestamp of creation.
25
+ attr_accessor :pulp_created
26
+
27
+ # The latest RepositoryVersion for this Repository will be served.
28
+ attr_accessor :repository
24
29
 
25
30
  # The Pulp Resource Name (PRN).
26
31
  attr_accessor :prn
27
32
 
28
- attr_accessor :pulp_labels
29
-
30
33
  # An optional content-guard. If none is specified, a default one will be used.
31
34
  attr_accessor :content_guard
32
35
 
33
- # Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes.
34
- attr_accessor :no_content_change_since
36
+ # Whether this distribution should be shown in the content app.
37
+ attr_accessor :hidden
35
38
 
36
- # Timestamp of creation.
37
- attr_accessor :pulp_created
39
+ # A unique name. Ex, `rawhide` and `stable`.
40
+ attr_accessor :name
38
41
 
39
42
  # 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.
40
43
  attr_accessor :pulp_last_updated
41
44
 
42
- # The latest RepositoryVersion for this Repository will be served.
43
- attr_accessor :repository
44
-
45
- # Whether this distribution should be shown in the content app.
46
- attr_accessor :hidden
45
+ # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
46
+ attr_accessor :base_path
47
47
 
48
- attr_accessor :pulp_href
48
+ attr_accessor :pulp_labels
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
- :'base_path' => :'base_path',
72
- :'name' => :'name',
73
- :'prn' => :'prn',
74
- :'pulp_labels' => :'pulp_labels',
75
- :'content_guard' => :'content_guard',
76
71
  :'no_content_change_since' => :'no_content_change_since',
72
+ :'pulp_href' => :'pulp_href',
77
73
  :'pulp_created' => :'pulp_created',
78
- :'pulp_last_updated' => :'pulp_last_updated',
79
74
  :'repository' => :'repository',
75
+ :'prn' => :'prn',
76
+ :'content_guard' => :'content_guard',
80
77
  :'hidden' => :'hidden',
81
- :'pulp_href' => :'pulp_href',
78
+ :'name' => :'name',
79
+ :'pulp_last_updated' => :'pulp_last_updated',
80
+ :'base_path' => :'base_path',
81
+ :'pulp_labels' => :'pulp_labels',
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
- :'base_path' => :'String',
100
- :'name' => :'String',
101
- :'prn' => :'String',
102
- :'pulp_labels' => :'Hash<String, String>',
103
- :'content_guard' => :'String',
104
99
  :'no_content_change_since' => :'String',
100
+ :'pulp_href' => :'String',
105
101
  :'pulp_created' => :'Time',
106
- :'pulp_last_updated' => :'Time',
107
102
  :'repository' => :'String',
103
+ :'prn' => :'String',
104
+ :'content_guard' => :'String',
108
105
  :'hidden' => :'Boolean',
109
- :'pulp_href' => :'String',
106
+ :'name' => :'String',
107
+ :'pulp_last_updated' => :'Time',
108
+ :'base_path' => :'String',
109
+ :'pulp_labels' => :'Hash<String, String>',
110
110
  :'repository_version' => :'String',
111
111
  :'registry_path' => :'String',
112
112
  :'remote' => :'String',
@@ -140,56 +140,56 @@ module PulpContainerClient
140
140
  h[k.to_sym] = v
141
141
  }
142
142
 
143
- if attributes.key?(:'base_path')
144
- self.base_path = attributes[:'base_path']
145
- else
146
- self.base_path = nil
143
+ if attributes.key?(:'no_content_change_since')
144
+ self.no_content_change_since = attributes[:'no_content_change_since']
147
145
  end
148
146
 
149
- if attributes.key?(:'name')
150
- self.name = attributes[:'name']
151
- else
152
- self.name = nil
147
+ if attributes.key?(:'pulp_href')
148
+ self.pulp_href = attributes[:'pulp_href']
153
149
  end
154
150
 
155
- if attributes.key?(:'prn')
156
- self.prn = attributes[:'prn']
151
+ if attributes.key?(:'pulp_created')
152
+ self.pulp_created = attributes[:'pulp_created']
157
153
  end
158
154
 
159
- if attributes.key?(:'pulp_labels')
160
- if (value = attributes[:'pulp_labels']).is_a?(Hash)
161
- self.pulp_labels = value
162
- end
155
+ if attributes.key?(:'repository')
156
+ self.repository = attributes[:'repository']
157
+ end
158
+
159
+ if attributes.key?(:'prn')
160
+ self.prn = attributes[:'prn']
163
161
  end
164
162
 
165
163
  if attributes.key?(:'content_guard')
166
164
  self.content_guard = attributes[:'content_guard']
167
165
  end
168
166
 
169
- if attributes.key?(:'no_content_change_since')
170
- self.no_content_change_since = attributes[:'no_content_change_since']
167
+ if attributes.key?(:'hidden')
168
+ self.hidden = attributes[:'hidden']
169
+ else
170
+ self.hidden = false
171
171
  end
172
172
 
173
- if attributes.key?(:'pulp_created')
174
- self.pulp_created = attributes[:'pulp_created']
173
+ if attributes.key?(:'name')
174
+ self.name = attributes[:'name']
175
+ else
176
+ self.name = nil
175
177
  end
176
178
 
177
179
  if attributes.key?(:'pulp_last_updated')
178
180
  self.pulp_last_updated = attributes[:'pulp_last_updated']
179
181
  end
180
182
 
181
- if attributes.key?(:'repository')
182
- self.repository = attributes[:'repository']
183
- end
184
-
185
- if attributes.key?(:'hidden')
186
- self.hidden = attributes[:'hidden']
183
+ if attributes.key?(:'base_path')
184
+ self.base_path = attributes[:'base_path']
187
185
  else
188
- self.hidden = false
186
+ self.base_path = nil
189
187
  end
190
188
 
191
- if attributes.key?(:'pulp_href')
192
- self.pulp_href = attributes[:'pulp_href']
189
+ if attributes.key?(:'pulp_labels')
190
+ if (value = attributes[:'pulp_labels']).is_a?(Hash)
191
+ self.pulp_labels = value
192
+ end
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
- base_path == o.base_path &&
251
- name == o.name &&
252
- prn == o.prn &&
253
- pulp_labels == o.pulp_labels &&
254
- content_guard == o.content_guard &&
255
250
  no_content_change_since == o.no_content_change_since &&
251
+ pulp_href == o.pulp_href &&
256
252
  pulp_created == o.pulp_created &&
257
- pulp_last_updated == o.pulp_last_updated &&
258
253
  repository == o.repository &&
254
+ prn == o.prn &&
255
+ content_guard == o.content_guard &&
259
256
  hidden == o.hidden &&
260
- pulp_href == o.pulp_href &&
257
+ name == o.name &&
258
+ pulp_last_updated == o.pulp_last_updated &&
259
+ base_path == o.base_path &&
260
+ pulp_labels == o.pulp_labels &&
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
- [base_path, name, prn, pulp_labels, content_guard, no_content_change_since, pulp_created, pulp_last_updated, repository, hidden, pulp_href, repository_version, registry_path, remote, namespace, private, description].hash
278
+ [no_content_change_since, pulp_href, pulp_created, repository, prn, content_guard, hidden, name, pulp_last_updated, base_path, pulp_labels, repository_version, registry_path, remote, namespace, private, description].hash
279
279
  end
280
280
 
281
281
  # Builds the object from hash