pulp_container_client 2.19.5 → 2.20.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 (109) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +7 -5
  3. data/docs/ContainerBlobResponse.md +0 -2
  4. data/docs/ContainerContainerDistribution.md +5 -5
  5. data/docs/ContainerContainerDistributionResponse.md +9 -11
  6. data/docs/ContainerContainerNamespaceResponse.md +0 -2
  7. data/docs/ContainerContainerPullThroughDistribution.md +5 -5
  8. data/docs/ContainerContainerPullThroughDistributionResponse.md +9 -11
  9. data/docs/ContainerContainerPullThroughRemoteResponse.md +2 -2
  10. data/docs/ContainerContainerPullThroughRemoteResponseHiddenFields.md +2 -2
  11. data/docs/ContainerContainerPushRepository.md +5 -5
  12. data/docs/ContainerContainerPushRepositoryResponse.md +9 -11
  13. data/docs/ContainerContainerRemoteResponse.md +2 -2
  14. data/docs/ContainerContainerRepositoryResponse.md +0 -2
  15. data/docs/ContainerManifestResponse.md +0 -4
  16. data/docs/ContainerManifestSignatureResponse.md +0 -2
  17. data/docs/ContainerTagResponse.md +0 -2
  18. data/docs/ContentBlobsApi.md +1 -1
  19. data/docs/ContentManifestsApi.md +3 -3
  20. data/docs/ContentSignaturesApi.md +1 -1
  21. data/docs/ContentTagsApi.md +1 -1
  22. data/docs/DistributionsContainerApi.md +1 -1
  23. data/docs/DistributionsPullThroughApi.md +1 -1
  24. data/docs/IndexDynamicApi.md +50 -0
  25. data/docs/IndexStaticApi.md +50 -0
  26. data/docs/PaginatedRepositoryVersionResponseList.md +2 -2
  27. data/docs/PaginatedcontainerBlobResponseList.md +2 -2
  28. data/docs/PaginatedcontainerContainerDistributionResponseList.md +2 -2
  29. data/docs/PaginatedcontainerContainerNamespaceResponseList.md +2 -2
  30. data/docs/PaginatedcontainerContainerPullThroughDistributionResponseList.md +2 -2
  31. data/docs/PaginatedcontainerContainerPullThroughRemoteResponseList.md +2 -2
  32. data/docs/PaginatedcontainerContainerPushRepositoryResponseList.md +2 -2
  33. data/docs/PaginatedcontainerContainerRemoteResponseList.md +2 -2
  34. data/docs/PaginatedcontainerContainerRepositoryResponseList.md +2 -2
  35. data/docs/PaginatedcontainerManifestResponseList.md +2 -2
  36. data/docs/PaginatedcontainerManifestSignatureResponseList.md +2 -2
  37. data/docs/PaginatedcontainerTagResponseList.md +2 -2
  38. data/docs/PatchedcontainerContainerDistribution.md +5 -5
  39. data/docs/PatchedcontainerContainerPullThroughDistribution.md +5 -5
  40. data/docs/PatchedcontainerContainerPushRepository.md +5 -5
  41. data/docs/PulpContainerNamespacesApi.md +1 -1
  42. data/docs/RemotesContainerApi.md +1 -1
  43. data/docs/RemotesPullThroughApi.md +1 -1
  44. data/docs/RepositoriesContainerApi.md +1 -1
  45. data/docs/RepositoriesContainerPushApi.md +1 -1
  46. data/docs/RepositoriesContainerPushVersionsApi.md +1 -1
  47. data/docs/RepositoriesContainerVersionsApi.md +1 -1
  48. data/docs/RepositoryVersionResponse.md +0 -2
  49. data/docs/TokenApi.md +1 -1
  50. data/lib/pulp_container_client/api/content_manifests_api.rb +3 -3
  51. data/lib/pulp_container_client/api/index_dynamic_api.rb +74 -0
  52. data/lib/pulp_container_client/api/index_static_api.rb +74 -0
  53. data/lib/pulp_container_client/configuration.rb +2 -2
  54. data/lib/pulp_container_client/models/container_blob_response.rb +1 -11
  55. data/lib/pulp_container_client/models/container_container_distribution.rb +22 -22
  56. data/lib/pulp_container_client/models/container_container_distribution_response.rb +39 -49
  57. data/lib/pulp_container_client/models/container_container_namespace_response.rb +1 -11
  58. data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +22 -22
  59. data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +39 -49
  60. data/lib/pulp_container_client/models/container_container_pull_through_remote_response.rb +11 -11
  61. data/lib/pulp_container_client/models/container_container_pull_through_remote_response_hidden_fields.rb +0 -10
  62. data/lib/pulp_container_client/models/container_container_push_repository.rb +36 -36
  63. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +40 -50
  64. data/lib/pulp_container_client/models/container_container_remote_response.rb +11 -11
  65. data/lib/pulp_container_client/models/container_container_repository_response.rb +1 -11
  66. data/lib/pulp_container_client/models/container_manifest_response.rb +1 -26
  67. data/lib/pulp_container_client/models/container_manifest_signature_response.rb +1 -11
  68. data/lib/pulp_container_client/models/container_tag_response.rb +1 -11
  69. data/lib/pulp_container_client/models/paginated_repository_version_response_list.rb +0 -10
  70. data/lib/pulp_container_client/models/paginatedcontainer_blob_response_list.rb +0 -10
  71. data/lib/pulp_container_client/models/paginatedcontainer_container_distribution_response_list.rb +0 -10
  72. data/lib/pulp_container_client/models/paginatedcontainer_container_namespace_response_list.rb +0 -10
  73. data/lib/pulp_container_client/models/paginatedcontainer_container_pull_through_distribution_response_list.rb +0 -10
  74. data/lib/pulp_container_client/models/paginatedcontainer_container_pull_through_remote_response_list.rb +0 -10
  75. data/lib/pulp_container_client/models/paginatedcontainer_container_push_repository_response_list.rb +0 -10
  76. data/lib/pulp_container_client/models/paginatedcontainer_container_remote_response_list.rb +0 -10
  77. data/lib/pulp_container_client/models/paginatedcontainer_container_repository_response_list.rb +0 -10
  78. data/lib/pulp_container_client/models/paginatedcontainer_manifest_response_list.rb +0 -10
  79. data/lib/pulp_container_client/models/paginatedcontainer_manifest_signature_response_list.rb +0 -10
  80. data/lib/pulp_container_client/models/paginatedcontainer_tag_response_list.rb +0 -10
  81. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +22 -22
  82. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +22 -22
  83. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +36 -36
  84. data/lib/pulp_container_client/models/repository_version_response.rb +1 -11
  85. data/lib/pulp_container_client/version.rb +1 -1
  86. data/lib/pulp_container_client.rb +2 -0
  87. data/spec/api/content_manifests_api_spec.rb +1 -1
  88. data/spec/api/index_dynamic_api_spec.rb +45 -0
  89. data/spec/api/index_static_api_spec.rb +45 -0
  90. data/spec/configuration_spec.rb +3 -3
  91. data/spec/models/container_blob_response_spec.rb +0 -6
  92. data/spec/models/container_container_distribution_response_spec.rb +6 -12
  93. data/spec/models/container_container_distribution_spec.rb +5 -5
  94. data/spec/models/container_container_namespace_response_spec.rb +0 -6
  95. data/spec/models/container_container_pull_through_distribution_response_spec.rb +6 -12
  96. data/spec/models/container_container_pull_through_distribution_spec.rb +5 -5
  97. data/spec/models/container_container_pull_through_remote_response_spec.rb +6 -6
  98. data/spec/models/container_container_push_repository_response_spec.rb +7 -13
  99. data/spec/models/container_container_push_repository_spec.rb +4 -4
  100. data/spec/models/container_container_remote_response_spec.rb +6 -6
  101. data/spec/models/container_container_repository_response_spec.rb +0 -6
  102. data/spec/models/container_manifest_response_spec.rb +0 -12
  103. data/spec/models/container_manifest_signature_response_spec.rb +0 -6
  104. data/spec/models/container_tag_response_spec.rb +0 -6
  105. data/spec/models/patchedcontainer_container_distribution_spec.rb +5 -5
  106. data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +5 -5
  107. data/spec/models/patchedcontainer_container_push_repository_spec.rb +4 -4
  108. data/spec/models/repository_version_response_spec.rb +0 -6
  109. metadata +85 -77
@@ -15,20 +15,20 @@ require 'date'
15
15
  module PulpContainerClient
16
16
  # A serializer for ContainerDistribution.
17
17
  class ContainerContainerDistribution
18
- attr_accessor :pulp_labels
19
-
20
18
  # An optional content-guard. If none is specified, a default one will be used.
21
19
  attr_accessor :content_guard
22
20
 
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
25
-
26
21
  # Whether this distribution should be shown in the content app.
27
22
  attr_accessor :hidden
28
23
 
24
+ attr_accessor :pulp_labels
25
+
29
26
  # The latest RepositoryVersion for this Repository will be served.
30
27
  attr_accessor :repository
31
28
 
29
+ # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
30
+ attr_accessor :base_path
31
+
32
32
  # A unique name. Ex, `rawhide` and `stable`.
33
33
  attr_accessor :name
34
34
 
@@ -44,11 +44,11 @@ module PulpContainerClient
44
44
  # Attribute mapping from ruby-style variable name to JSON key.
45
45
  def self.attribute_map
46
46
  {
47
- :'pulp_labels' => :'pulp_labels',
48
47
  :'content_guard' => :'content_guard',
49
- :'base_path' => :'base_path',
50
48
  :'hidden' => :'hidden',
49
+ :'pulp_labels' => :'pulp_labels',
51
50
  :'repository' => :'repository',
51
+ :'base_path' => :'base_path',
52
52
  :'name' => :'name',
53
53
  :'repository_version' => :'repository_version',
54
54
  :'private' => :'private',
@@ -59,11 +59,11 @@ module PulpContainerClient
59
59
  # Attribute type mapping.
60
60
  def self.openapi_types
61
61
  {
62
- :'pulp_labels' => :'Hash<String, String>',
63
62
  :'content_guard' => :'String',
64
- :'base_path' => :'String',
65
63
  :'hidden' => :'Boolean',
64
+ :'pulp_labels' => :'Hash<String, String>',
66
65
  :'repository' => :'String',
66
+ :'base_path' => :'String',
67
67
  :'name' => :'String',
68
68
  :'repository_version' => :'String',
69
69
  :'private' => :'Boolean',
@@ -95,30 +95,30 @@ module PulpContainerClient
95
95
  h[k.to_sym] = v
96
96
  }
97
97
 
98
- if attributes.key?(:'pulp_labels')
99
- if (value = attributes[:'pulp_labels']).is_a?(Hash)
100
- self.pulp_labels = value
101
- end
102
- end
103
-
104
98
  if attributes.key?(:'content_guard')
105
99
  self.content_guard = attributes[:'content_guard']
106
100
  end
107
101
 
108
- if attributes.key?(:'base_path')
109
- self.base_path = attributes[:'base_path']
110
- end
111
-
112
102
  if attributes.key?(:'hidden')
113
103
  self.hidden = attributes[:'hidden']
114
104
  else
115
105
  self.hidden = false
116
106
  end
117
107
 
108
+ if attributes.key?(:'pulp_labels')
109
+ if (value = attributes[:'pulp_labels']).is_a?(Hash)
110
+ self.pulp_labels = value
111
+ end
112
+ end
113
+
118
114
  if attributes.key?(:'repository')
119
115
  self.repository = attributes[:'repository']
120
116
  end
121
117
 
118
+ if attributes.key?(:'base_path')
119
+ self.base_path = attributes[:'base_path']
120
+ end
121
+
122
122
  if attributes.key?(:'name')
123
123
  self.name = attributes[:'name']
124
124
  end
@@ -217,11 +217,11 @@ module PulpContainerClient
217
217
  def ==(o)
218
218
  return true if self.equal?(o)
219
219
  self.class == o.class &&
220
- pulp_labels == o.pulp_labels &&
221
220
  content_guard == o.content_guard &&
222
- base_path == o.base_path &&
223
221
  hidden == o.hidden &&
222
+ pulp_labels == o.pulp_labels &&
224
223
  repository == o.repository &&
224
+ base_path == o.base_path &&
225
225
  name == o.name &&
226
226
  repository_version == o.repository_version &&
227
227
  private == o.private &&
@@ -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
- [pulp_labels, content_guard, base_path, hidden, repository, name, repository_version, private, description].hash
240
+ [content_guard, hidden, pulp_labels, repository, base_path, name, repository_version, private, description].hash
241
241
  end
242
242
 
243
243
  # Builds the object from hash
@@ -15,28 +15,25 @@ require 'date'
15
15
  module PulpContainerClient
16
16
  # A serializer for ContainerDistribution.
17
17
  class ContainerContainerDistributionResponse
18
- # Timestamp of creation.
19
- attr_accessor :pulp_created
20
-
21
- # 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.
22
- attr_accessor :pulp_last_updated
23
-
24
- attr_accessor :pulp_labels
25
-
26
- attr_accessor :pulp_href
27
-
28
18
  # An optional content-guard. If none is specified, a default one will be used.
29
19
  attr_accessor :content_guard
30
20
 
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
21
  # Whether this distribution should be shown in the content app.
35
22
  attr_accessor :hidden
36
23
 
24
+ attr_accessor :pulp_href
25
+
26
+ # Timestamp of creation.
27
+ attr_accessor :pulp_created
28
+
29
+ attr_accessor :pulp_labels
30
+
37
31
  # The latest RepositoryVersion for this Repository will be served.
38
32
  attr_accessor :repository
39
33
 
34
+ # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
35
+ attr_accessor :base_path
36
+
40
37
  # A unique name. Ex, `rawhide` and `stable`.
41
38
  attr_accessor :name
42
39
 
@@ -61,14 +58,13 @@ module PulpContainerClient
61
58
  # Attribute mapping from ruby-style variable name to JSON key.
62
59
  def self.attribute_map
63
60
  {
64
- :'pulp_created' => :'pulp_created',
65
- :'pulp_last_updated' => :'pulp_last_updated',
66
- :'pulp_labels' => :'pulp_labels',
67
- :'pulp_href' => :'pulp_href',
68
61
  :'content_guard' => :'content_guard',
69
- :'base_path' => :'base_path',
70
62
  :'hidden' => :'hidden',
63
+ :'pulp_href' => :'pulp_href',
64
+ :'pulp_created' => :'pulp_created',
65
+ :'pulp_labels' => :'pulp_labels',
71
66
  :'repository' => :'repository',
67
+ :'base_path' => :'base_path',
72
68
  :'name' => :'name',
73
69
  :'repository_version' => :'repository_version',
74
70
  :'registry_path' => :'registry_path',
@@ -82,14 +78,13 @@ module PulpContainerClient
82
78
  # Attribute type mapping.
83
79
  def self.openapi_types
84
80
  {
85
- :'pulp_created' => :'DateTime',
86
- :'pulp_last_updated' => :'DateTime',
87
- :'pulp_labels' => :'Hash<String, String>',
88
- :'pulp_href' => :'String',
89
81
  :'content_guard' => :'String',
90
- :'base_path' => :'String',
91
82
  :'hidden' => :'Boolean',
83
+ :'pulp_href' => :'String',
84
+ :'pulp_created' => :'DateTime',
85
+ :'pulp_labels' => :'Hash<String, String>',
92
86
  :'repository' => :'String',
87
+ :'base_path' => :'String',
93
88
  :'name' => :'String',
94
89
  :'repository_version' => :'String',
95
90
  :'registry_path' => :'String',
@@ -124,42 +119,38 @@ module PulpContainerClient
124
119
  h[k.to_sym] = v
125
120
  }
126
121
 
127
- if attributes.key?(:'pulp_created')
128
- self.pulp_created = attributes[:'pulp_created']
129
- end
130
-
131
- if attributes.key?(:'pulp_last_updated')
132
- self.pulp_last_updated = attributes[:'pulp_last_updated']
122
+ if attributes.key?(:'content_guard')
123
+ self.content_guard = attributes[:'content_guard']
133
124
  end
134
125
 
135
- if attributes.key?(:'pulp_labels')
136
- if (value = attributes[:'pulp_labels']).is_a?(Hash)
137
- self.pulp_labels = value
138
- end
126
+ if attributes.key?(:'hidden')
127
+ self.hidden = attributes[:'hidden']
128
+ else
129
+ self.hidden = false
139
130
  end
140
131
 
141
132
  if attributes.key?(:'pulp_href')
142
133
  self.pulp_href = attributes[:'pulp_href']
143
134
  end
144
135
 
145
- if attributes.key?(:'content_guard')
146
- self.content_guard = attributes[:'content_guard']
147
- end
148
-
149
- if attributes.key?(:'base_path')
150
- self.base_path = attributes[:'base_path']
136
+ if attributes.key?(:'pulp_created')
137
+ self.pulp_created = attributes[:'pulp_created']
151
138
  end
152
139
 
153
- if attributes.key?(:'hidden')
154
- self.hidden = attributes[:'hidden']
155
- else
156
- self.hidden = false
140
+ if attributes.key?(:'pulp_labels')
141
+ if (value = attributes[:'pulp_labels']).is_a?(Hash)
142
+ self.pulp_labels = value
143
+ end
157
144
  end
158
145
 
159
146
  if attributes.key?(:'repository')
160
147
  self.repository = attributes[:'repository']
161
148
  end
162
149
 
150
+ if attributes.key?(:'base_path')
151
+ self.base_path = attributes[:'base_path']
152
+ end
153
+
163
154
  if attributes.key?(:'name')
164
155
  self.name = attributes[:'name']
165
156
  end
@@ -217,14 +208,13 @@ module PulpContainerClient
217
208
  def ==(o)
218
209
  return true if self.equal?(o)
219
210
  self.class == o.class &&
220
- pulp_created == o.pulp_created &&
221
- pulp_last_updated == o.pulp_last_updated &&
222
- pulp_labels == o.pulp_labels &&
223
- pulp_href == o.pulp_href &&
224
211
  content_guard == o.content_guard &&
225
- base_path == o.base_path &&
226
212
  hidden == o.hidden &&
213
+ pulp_href == o.pulp_href &&
214
+ pulp_created == o.pulp_created &&
215
+ pulp_labels == o.pulp_labels &&
227
216
  repository == o.repository &&
217
+ base_path == o.base_path &&
228
218
  name == o.name &&
229
219
  repository_version == o.repository_version &&
230
220
  registry_path == o.registry_path &&
@@ -243,7 +233,7 @@ module PulpContainerClient
243
233
  # Calculates hash code according to all attributes.
244
234
  # @return [Integer] Hash code
245
235
  def hash
246
- [pulp_created, pulp_last_updated, pulp_labels, pulp_href, content_guard, base_path, hidden, repository, name, repository_version, registry_path, remote, namespace, private, description].hash
236
+ [content_guard, hidden, pulp_href, pulp_created, pulp_labels, repository, base_path, name, repository_version, registry_path, remote, namespace, private, description].hash
247
237
  end
248
238
 
249
239
  # Builds the object from hash
@@ -20,9 +20,6 @@ module PulpContainerClient
20
20
  # Timestamp of creation.
21
21
  attr_accessor :pulp_created
22
22
 
23
- # 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.
24
- attr_accessor :pulp_last_updated
25
-
26
23
  attr_accessor :name
27
24
 
28
25
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -30,7 +27,6 @@ module PulpContainerClient
30
27
  {
31
28
  :'pulp_href' => :'pulp_href',
32
29
  :'pulp_created' => :'pulp_created',
33
- :'pulp_last_updated' => :'pulp_last_updated',
34
30
  :'name' => :'name'
35
31
  }
36
32
  end
@@ -40,7 +36,6 @@ module PulpContainerClient
40
36
  {
41
37
  :'pulp_href' => :'String',
42
38
  :'pulp_created' => :'DateTime',
43
- :'pulp_last_updated' => :'DateTime',
44
39
  :'name' => :'String'
45
40
  }
46
41
  end
@@ -74,10 +69,6 @@ module PulpContainerClient
74
69
  self.pulp_created = attributes[:'pulp_created']
75
70
  end
76
71
 
77
- if attributes.key?(:'pulp_last_updated')
78
- self.pulp_last_updated = attributes[:'pulp_last_updated']
79
- end
80
-
81
72
  if attributes.key?(:'name')
82
73
  self.name = attributes[:'name']
83
74
  end
@@ -108,7 +99,6 @@ module PulpContainerClient
108
99
  self.class == o.class &&
109
100
  pulp_href == o.pulp_href &&
110
101
  pulp_created == o.pulp_created &&
111
- pulp_last_updated == o.pulp_last_updated &&
112
102
  name == o.name
113
103
  end
114
104
 
@@ -121,7 +111,7 @@ module PulpContainerClient
121
111
  # Calculates hash code according to all attributes.
122
112
  # @return [Integer] Hash code
123
113
  def hash
124
- [pulp_href, pulp_created, pulp_last_updated, name].hash
114
+ [pulp_href, pulp_created, name].hash
125
115
  end
126
116
 
127
117
  # Builds the object from hash
@@ -15,20 +15,20 @@ require 'date'
15
15
  module PulpContainerClient
16
16
  # A serializer for a specialized pull-through distribution referencing sub-distributions.
17
17
  class ContainerContainerPullThroughDistribution
18
- attr_accessor :pulp_labels
19
-
20
18
  # An optional content-guard. If none is specified, a default one will be used.
21
19
  attr_accessor :content_guard
22
20
 
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
25
-
26
21
  # Whether this distribution should be shown in the content app.
27
22
  attr_accessor :hidden
28
23
 
24
+ attr_accessor :pulp_labels
25
+
29
26
  # The latest RepositoryVersion for this Repository will be served.
30
27
  attr_accessor :repository
31
28
 
29
+ # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
30
+ attr_accessor :base_path
31
+
32
32
  # A unique name. Ex, `rawhide` and `stable`.
33
33
  attr_accessor :name
34
34
 
@@ -47,11 +47,11 @@ module PulpContainerClient
47
47
  # Attribute mapping from ruby-style variable name to JSON key.
48
48
  def self.attribute_map
49
49
  {
50
- :'pulp_labels' => :'pulp_labels',
51
50
  :'content_guard' => :'content_guard',
52
- :'base_path' => :'base_path',
53
51
  :'hidden' => :'hidden',
52
+ :'pulp_labels' => :'pulp_labels',
54
53
  :'repository' => :'repository',
54
+ :'base_path' => :'base_path',
55
55
  :'name' => :'name',
56
56
  :'remote' => :'remote',
57
57
  :'distributions' => :'distributions',
@@ -63,11 +63,11 @@ module PulpContainerClient
63
63
  # Attribute type mapping.
64
64
  def self.openapi_types
65
65
  {
66
- :'pulp_labels' => :'Hash<String, String>',
67
66
  :'content_guard' => :'String',
68
- :'base_path' => :'String',
69
67
  :'hidden' => :'Boolean',
68
+ :'pulp_labels' => :'Hash<String, String>',
70
69
  :'repository' => :'String',
70
+ :'base_path' => :'String',
71
71
  :'name' => :'String',
72
72
  :'remote' => :'String',
73
73
  :'distributions' => :'Array<String>',
@@ -99,30 +99,30 @@ module PulpContainerClient
99
99
  h[k.to_sym] = v
100
100
  }
101
101
 
102
- if attributes.key?(:'pulp_labels')
103
- if (value = attributes[:'pulp_labels']).is_a?(Hash)
104
- self.pulp_labels = value
105
- end
106
- end
107
-
108
102
  if attributes.key?(:'content_guard')
109
103
  self.content_guard = attributes[:'content_guard']
110
104
  end
111
105
 
112
- if attributes.key?(:'base_path')
113
- self.base_path = attributes[:'base_path']
114
- end
115
-
116
106
  if attributes.key?(:'hidden')
117
107
  self.hidden = attributes[:'hidden']
118
108
  else
119
109
  self.hidden = false
120
110
  end
121
111
 
112
+ if attributes.key?(:'pulp_labels')
113
+ if (value = attributes[:'pulp_labels']).is_a?(Hash)
114
+ self.pulp_labels = value
115
+ end
116
+ end
117
+
122
118
  if attributes.key?(:'repository')
123
119
  self.repository = attributes[:'repository']
124
120
  end
125
121
 
122
+ if attributes.key?(:'base_path')
123
+ self.base_path = attributes[:'base_path']
124
+ end
125
+
126
126
  if attributes.key?(:'name')
127
127
  self.name = attributes[:'name']
128
128
  end
@@ -232,11 +232,11 @@ module PulpContainerClient
232
232
  def ==(o)
233
233
  return true if self.equal?(o)
234
234
  self.class == o.class &&
235
- pulp_labels == o.pulp_labels &&
236
235
  content_guard == o.content_guard &&
237
- base_path == o.base_path &&
238
236
  hidden == o.hidden &&
237
+ pulp_labels == o.pulp_labels &&
239
238
  repository == o.repository &&
239
+ base_path == o.base_path &&
240
240
  name == o.name &&
241
241
  remote == o.remote &&
242
242
  distributions == o.distributions &&
@@ -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
- [pulp_labels, content_guard, base_path, hidden, repository, name, remote, distributions, private, description].hash
256
+ [content_guard, hidden, pulp_labels, repository, base_path, name, remote, distributions, private, description].hash
257
257
  end
258
258
 
259
259
  # Builds the object from hash
@@ -15,28 +15,25 @@ require 'date'
15
15
  module PulpContainerClient
16
16
  # A serializer for a specialized pull-through distribution referencing sub-distributions.
17
17
  class ContainerContainerPullThroughDistributionResponse
18
- # Timestamp of creation.
19
- attr_accessor :pulp_created
20
-
21
- # 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.
22
- attr_accessor :pulp_last_updated
23
-
24
- attr_accessor :pulp_labels
25
-
26
- attr_accessor :pulp_href
27
-
28
18
  # An optional content-guard. If none is specified, a default one will be used.
29
19
  attr_accessor :content_guard
30
20
 
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
21
  # Whether this distribution should be shown in the content app.
35
22
  attr_accessor :hidden
36
23
 
24
+ attr_accessor :pulp_href
25
+
26
+ # Timestamp of creation.
27
+ attr_accessor :pulp_created
28
+
29
+ attr_accessor :pulp_labels
30
+
37
31
  # The latest RepositoryVersion for this Repository will be served.
38
32
  attr_accessor :repository
39
33
 
34
+ # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
35
+ attr_accessor :base_path
36
+
40
37
  # A unique name. Ex, `rawhide` and `stable`.
41
38
  attr_accessor :name
42
39
 
@@ -58,14 +55,13 @@ module PulpContainerClient
58
55
  # Attribute mapping from ruby-style variable name to JSON key.
59
56
  def self.attribute_map
60
57
  {
61
- :'pulp_created' => :'pulp_created',
62
- :'pulp_last_updated' => :'pulp_last_updated',
63
- :'pulp_labels' => :'pulp_labels',
64
- :'pulp_href' => :'pulp_href',
65
58
  :'content_guard' => :'content_guard',
66
- :'base_path' => :'base_path',
67
59
  :'hidden' => :'hidden',
60
+ :'pulp_href' => :'pulp_href',
61
+ :'pulp_created' => :'pulp_created',
62
+ :'pulp_labels' => :'pulp_labels',
68
63
  :'repository' => :'repository',
64
+ :'base_path' => :'base_path',
69
65
  :'name' => :'name',
70
66
  :'remote' => :'remote',
71
67
  :'distributions' => :'distributions',
@@ -78,14 +74,13 @@ module PulpContainerClient
78
74
  # Attribute type mapping.
79
75
  def self.openapi_types
80
76
  {
81
- :'pulp_created' => :'DateTime',
82
- :'pulp_last_updated' => :'DateTime',
83
- :'pulp_labels' => :'Hash<String, String>',
84
- :'pulp_href' => :'String',
85
77
  :'content_guard' => :'String',
86
- :'base_path' => :'String',
87
78
  :'hidden' => :'Boolean',
79
+ :'pulp_href' => :'String',
80
+ :'pulp_created' => :'DateTime',
81
+ :'pulp_labels' => :'Hash<String, String>',
88
82
  :'repository' => :'String',
83
+ :'base_path' => :'String',
89
84
  :'name' => :'String',
90
85
  :'remote' => :'String',
91
86
  :'distributions' => :'Array<String>',
@@ -118,42 +113,38 @@ module PulpContainerClient
118
113
  h[k.to_sym] = v
119
114
  }
120
115
 
121
- if attributes.key?(:'pulp_created')
122
- self.pulp_created = attributes[:'pulp_created']
123
- end
124
-
125
- if attributes.key?(:'pulp_last_updated')
126
- self.pulp_last_updated = attributes[:'pulp_last_updated']
116
+ if attributes.key?(:'content_guard')
117
+ self.content_guard = attributes[:'content_guard']
127
118
  end
128
119
 
129
- if attributes.key?(:'pulp_labels')
130
- if (value = attributes[:'pulp_labels']).is_a?(Hash)
131
- self.pulp_labels = value
132
- end
120
+ if attributes.key?(:'hidden')
121
+ self.hidden = attributes[:'hidden']
122
+ else
123
+ self.hidden = false
133
124
  end
134
125
 
135
126
  if attributes.key?(:'pulp_href')
136
127
  self.pulp_href = attributes[:'pulp_href']
137
128
  end
138
129
 
139
- if attributes.key?(:'content_guard')
140
- self.content_guard = attributes[:'content_guard']
141
- end
142
-
143
- if attributes.key?(:'base_path')
144
- self.base_path = attributes[:'base_path']
130
+ if attributes.key?(:'pulp_created')
131
+ self.pulp_created = attributes[:'pulp_created']
145
132
  end
146
133
 
147
- if attributes.key?(:'hidden')
148
- self.hidden = attributes[:'hidden']
149
- else
150
- self.hidden = false
134
+ if attributes.key?(:'pulp_labels')
135
+ if (value = attributes[:'pulp_labels']).is_a?(Hash)
136
+ self.pulp_labels = value
137
+ end
151
138
  end
152
139
 
153
140
  if attributes.key?(:'repository')
154
141
  self.repository = attributes[:'repository']
155
142
  end
156
143
 
144
+ if attributes.key?(:'base_path')
145
+ self.base_path = attributes[:'base_path']
146
+ end
147
+
157
148
  if attributes.key?(:'name')
158
149
  self.name = attributes[:'name']
159
150
  end
@@ -214,14 +205,13 @@ module PulpContainerClient
214
205
  def ==(o)
215
206
  return true if self.equal?(o)
216
207
  self.class == o.class &&
217
- pulp_created == o.pulp_created &&
218
- pulp_last_updated == o.pulp_last_updated &&
219
- pulp_labels == o.pulp_labels &&
220
- pulp_href == o.pulp_href &&
221
208
  content_guard == o.content_guard &&
222
- base_path == o.base_path &&
223
209
  hidden == o.hidden &&
210
+ pulp_href == o.pulp_href &&
211
+ pulp_created == o.pulp_created &&
212
+ pulp_labels == o.pulp_labels &&
224
213
  repository == o.repository &&
214
+ base_path == o.base_path &&
225
215
  name == o.name &&
226
216
  remote == o.remote &&
227
217
  distributions == o.distributions &&
@@ -239,7 +229,7 @@ module PulpContainerClient
239
229
  # Calculates hash code according to all attributes.
240
230
  # @return [Integer] Hash code
241
231
  def hash
242
- [pulp_created, pulp_last_updated, pulp_labels, pulp_href, content_guard, base_path, hidden, repository, name, remote, distributions, namespace, private, description].hash
232
+ [content_guard, hidden, pulp_href, pulp_created, pulp_labels, repository, base_path, name, remote, distributions, namespace, private, description].hash
243
233
  end
244
234
 
245
235
  # Builds the object from hash