pulpcore_client 3.61.0 → 3.63.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 (208) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -4
  3. data/docs/AccessPoliciesApi.md +2 -0
  4. data/docs/AccessPolicyResponse.md +2 -0
  5. data/docs/ArtifactDistributionResponse.md +13 -11
  6. data/docs/ArtifactResponse.md +2 -0
  7. data/docs/ArtifactsApi.md +4 -2
  8. data/docs/CompositeContentGuardResponse.md +2 -0
  9. data/docs/ContentApi.md +8 -6
  10. data/docs/ContentGuardResponse.md +2 -0
  11. data/docs/ContentRedirectContentGuardResponse.md +2 -0
  12. data/docs/ContentguardsApi.md +2 -0
  13. data/docs/ContentguardsCompositeApi.md +2 -0
  14. data/docs/ContentguardsContentRedirectApi.md +2 -0
  15. data/docs/ContentguardsHeaderApi.md +2 -0
  16. data/docs/ContentguardsRbacApi.md +2 -0
  17. data/docs/DistributionResponse.md +2 -0
  18. data/docs/DistributionsApi.md +2 -0
  19. data/docs/DistributionsArtifactsApi.md +2 -0
  20. data/docs/DomainResponse.md +2 -0
  21. data/docs/DomainsApi.md +2 -0
  22. data/docs/ExportersFilesystemApi.md +2 -0
  23. data/docs/ExportersPulpApi.md +2 -0
  24. data/docs/FilesystemExportResponse.md +2 -0
  25. data/docs/FilesystemExporterResponse.md +2 -0
  26. data/docs/GroupResponse.md +2 -0
  27. data/docs/GroupRoleResponse.md +2 -0
  28. data/docs/GroupUserResponse.md +3 -1
  29. data/docs/GroupsApi.md +2 -0
  30. data/docs/GroupsRolesApi.md +2 -0
  31. data/docs/HeaderContentGuardResponse.md +2 -0
  32. data/docs/ImportResponse.md +2 -0
  33. data/docs/ImportersPulpApi.md +2 -0
  34. data/docs/MinimalTaskResponse.md +2 -0
  35. data/docs/MultipleArtifactContentResponse.md +2 -0
  36. data/docs/PatchedUpstreamPulp.md +2 -2
  37. data/docs/PublicationResponse.md +2 -0
  38. data/docs/PublicationsApi.md +10 -8
  39. data/docs/PulpExportResponse.md +2 -0
  40. data/docs/PulpExporterResponse.md +2 -0
  41. data/docs/PulpImporterResponse.md +2 -0
  42. data/docs/RBACContentGuardResponse.md +2 -0
  43. data/docs/RemoteResponse.md +2 -0
  44. data/docs/RemotesApi.md +2 -0
  45. data/docs/RepositoriesApi.md +6 -4
  46. data/docs/RepositoryResponse.md +2 -0
  47. data/docs/RepositoryVersionResponse.md +2 -0
  48. data/docs/RepositoryVersionsApi.md +6 -4
  49. data/docs/RoleResponse.md +2 -0
  50. data/docs/RolesApi.md +2 -0
  51. data/docs/SigningServiceResponse.md +2 -0
  52. data/docs/SigningServicesApi.md +2 -0
  53. data/docs/TaskGroupResponse.md +2 -0
  54. data/docs/TaskResponse.md +2 -0
  55. data/docs/TaskScheduleResponse.md +2 -0
  56. data/docs/TaskSchedulesApi.md +2 -0
  57. data/docs/TasksApi.md +2 -0
  58. data/docs/UploadDetailResponse.md +2 -0
  59. data/docs/UploadResponse.md +2 -0
  60. data/docs/UploadsApi.md +2 -0
  61. data/docs/UpstreamPulp.md +2 -2
  62. data/docs/UpstreamPulpResponse.md +4 -2
  63. data/docs/UpstreamPulpsApi.md +58 -0
  64. data/docs/UserGroupResponse.md +3 -1
  65. data/docs/UserResponse.md +2 -0
  66. data/docs/UserRoleResponse.md +2 -0
  67. data/docs/UsersApi.md +2 -0
  68. data/docs/UsersRolesApi.md +2 -0
  69. data/docs/WorkerResponse.md +2 -0
  70. data/docs/WorkersApi.md +2 -0
  71. data/lib/pulpcore_client/api/access_policies_api.rb +3 -0
  72. data/lib/pulpcore_client/api/artifacts_api.rb +5 -2
  73. data/lib/pulpcore_client/api/content_api.rb +9 -6
  74. data/lib/pulpcore_client/api/contentguards_api.rb +3 -0
  75. data/lib/pulpcore_client/api/contentguards_composite_api.rb +3 -0
  76. data/lib/pulpcore_client/api/contentguards_content_redirect_api.rb +3 -0
  77. data/lib/pulpcore_client/api/contentguards_header_api.rb +3 -0
  78. data/lib/pulpcore_client/api/contentguards_rbac_api.rb +3 -0
  79. data/lib/pulpcore_client/api/distributions_api.rb +3 -0
  80. data/lib/pulpcore_client/api/distributions_artifacts_api.rb +3 -0
  81. data/lib/pulpcore_client/api/domains_api.rb +3 -0
  82. data/lib/pulpcore_client/api/exporters_filesystem_api.rb +3 -0
  83. data/lib/pulpcore_client/api/exporters_pulp_api.rb +3 -0
  84. data/lib/pulpcore_client/api/groups_api.rb +3 -0
  85. data/lib/pulpcore_client/api/groups_roles_api.rb +3 -0
  86. data/lib/pulpcore_client/api/importers_pulp_api.rb +3 -0
  87. data/lib/pulpcore_client/api/publications_api.rb +12 -9
  88. data/lib/pulpcore_client/api/remotes_api.rb +3 -0
  89. data/lib/pulpcore_client/api/repositories_api.rb +7 -4
  90. data/lib/pulpcore_client/api/repository_versions_api.rb +8 -5
  91. data/lib/pulpcore_client/api/roles_api.rb +3 -0
  92. data/lib/pulpcore_client/api/signing_services_api.rb +3 -0
  93. data/lib/pulpcore_client/api/task_schedules_api.rb +3 -0
  94. data/lib/pulpcore_client/api/tasks_api.rb +3 -0
  95. data/lib/pulpcore_client/api/uploads_api.rb +3 -0
  96. data/lib/pulpcore_client/api/upstream_pulps_api.rb +91 -0
  97. data/lib/pulpcore_client/api/users_api.rb +3 -0
  98. data/lib/pulpcore_client/api/users_roles_api.rb +3 -0
  99. data/lib/pulpcore_client/api/workers_api.rb +3 -0
  100. data/lib/pulpcore_client/models/access_policy_response.rb +11 -1
  101. data/lib/pulpcore_client/models/artifact_distribution_response.rb +62 -52
  102. data/lib/pulpcore_client/models/artifact_response.rb +11 -1
  103. data/lib/pulpcore_client/models/composite_content_guard_response.rb +11 -1
  104. data/lib/pulpcore_client/models/content_guard_response.rb +11 -1
  105. data/lib/pulpcore_client/models/content_redirect_content_guard_response.rb +11 -1
  106. data/lib/pulpcore_client/models/distribution_response.rb +11 -1
  107. data/lib/pulpcore_client/models/domain_response.rb +11 -1
  108. data/lib/pulpcore_client/models/filesystem_export_response.rb +11 -1
  109. data/lib/pulpcore_client/models/filesystem_exporter_response.rb +11 -1
  110. data/lib/pulpcore_client/models/group_response.rb +10 -1
  111. data/lib/pulpcore_client/models/group_role_response.rb +11 -1
  112. data/lib/pulpcore_client/models/group_user_response.rb +13 -4
  113. data/lib/pulpcore_client/models/header_content_guard_response.rb +11 -1
  114. data/lib/pulpcore_client/models/import_response.rb +11 -1
  115. data/lib/pulpcore_client/models/minimal_task_response.rb +11 -1
  116. data/lib/pulpcore_client/models/multiple_artifact_content_response.rb +11 -1
  117. data/lib/pulpcore_client/models/patched_upstream_pulp.rb +9 -9
  118. data/lib/pulpcore_client/models/publication_response.rb +11 -1
  119. data/lib/pulpcore_client/models/pulp_export_response.rb +11 -1
  120. data/lib/pulpcore_client/models/pulp_exporter_response.rb +11 -1
  121. data/lib/pulpcore_client/models/pulp_importer_response.rb +11 -1
  122. data/lib/pulpcore_client/models/rbac_content_guard_response.rb +11 -1
  123. data/lib/pulpcore_client/models/remote_response.rb +11 -1
  124. data/lib/pulpcore_client/models/repository_response.rb +11 -1
  125. data/lib/pulpcore_client/models/repository_version_response.rb +11 -1
  126. data/lib/pulpcore_client/models/role_response.rb +11 -1
  127. data/lib/pulpcore_client/models/signing_service_response.rb +11 -1
  128. data/lib/pulpcore_client/models/task_group_response.rb +11 -1
  129. data/lib/pulpcore_client/models/task_response.rb +11 -1
  130. data/lib/pulpcore_client/models/task_schedule_response.rb +11 -1
  131. data/lib/pulpcore_client/models/upload_detail_response.rb +11 -1
  132. data/lib/pulpcore_client/models/upload_response.rb +11 -1
  133. data/lib/pulpcore_client/models/upstream_pulp.rb +9 -9
  134. data/lib/pulpcore_client/models/upstream_pulp_response.rb +19 -9
  135. data/lib/pulpcore_client/models/user_group_response.rb +13 -4
  136. data/lib/pulpcore_client/models/user_response.rb +10 -1
  137. data/lib/pulpcore_client/models/user_role_response.rb +11 -1
  138. data/lib/pulpcore_client/models/worker_response.rb +11 -1
  139. data/lib/pulpcore_client/version.rb +1 -1
  140. data/spec/api/access_policies_api_spec.rb +1 -0
  141. data/spec/api/artifacts_api_spec.rb +2 -1
  142. data/spec/api/content_api_spec.rb +4 -3
  143. data/spec/api/contentguards_api_spec.rb +1 -0
  144. data/spec/api/contentguards_composite_api_spec.rb +1 -0
  145. data/spec/api/contentguards_content_redirect_api_spec.rb +1 -0
  146. data/spec/api/contentguards_header_api_spec.rb +1 -0
  147. data/spec/api/contentguards_rbac_api_spec.rb +1 -0
  148. data/spec/api/distributions_api_spec.rb +1 -0
  149. data/spec/api/distributions_artifacts_api_spec.rb +1 -0
  150. data/spec/api/domains_api_spec.rb +1 -0
  151. data/spec/api/exporters_filesystem_api_spec.rb +1 -0
  152. data/spec/api/exporters_pulp_api_spec.rb +1 -0
  153. data/spec/api/groups_api_spec.rb +1 -0
  154. data/spec/api/groups_roles_api_spec.rb +1 -0
  155. data/spec/api/importers_pulp_api_spec.rb +1 -0
  156. data/spec/api/publications_api_spec.rb +5 -4
  157. data/spec/api/remotes_api_spec.rb +1 -0
  158. data/spec/api/repositories_api_spec.rb +3 -2
  159. data/spec/api/repository_versions_api_spec.rb +3 -2
  160. data/spec/api/roles_api_spec.rb +1 -0
  161. data/spec/api/signing_services_api_spec.rb +1 -0
  162. data/spec/api/task_schedules_api_spec.rb +1 -0
  163. data/spec/api/tasks_api_spec.rb +1 -0
  164. data/spec/api/uploads_api_spec.rb +1 -0
  165. data/spec/api/upstream_pulps_api_spec.rb +29 -0
  166. data/spec/api/users_api_spec.rb +1 -0
  167. data/spec/api/users_roles_api_spec.rb +1 -0
  168. data/spec/api/workers_api_spec.rb +1 -0
  169. data/spec/models/access_policy_response_spec.rb +6 -0
  170. data/spec/models/artifact_distribution_response_spec.rb +14 -8
  171. data/spec/models/artifact_response_spec.rb +6 -0
  172. data/spec/models/composite_content_guard_response_spec.rb +6 -0
  173. data/spec/models/content_guard_response_spec.rb +6 -0
  174. data/spec/models/content_redirect_content_guard_response_spec.rb +6 -0
  175. data/spec/models/distribution_response_spec.rb +6 -0
  176. data/spec/models/domain_response_spec.rb +6 -0
  177. data/spec/models/filesystem_export_response_spec.rb +6 -0
  178. data/spec/models/filesystem_exporter_response_spec.rb +6 -0
  179. data/spec/models/group_response_spec.rb +6 -0
  180. data/spec/models/group_role_response_spec.rb +6 -0
  181. data/spec/models/group_user_response_spec.rb +6 -0
  182. data/spec/models/header_content_guard_response_spec.rb +6 -0
  183. data/spec/models/import_response_spec.rb +6 -0
  184. data/spec/models/minimal_task_response_spec.rb +6 -0
  185. data/spec/models/multiple_artifact_content_response_spec.rb +6 -0
  186. data/spec/models/patched_upstream_pulp_spec.rb +1 -1
  187. data/spec/models/publication_response_spec.rb +6 -0
  188. data/spec/models/pulp_export_response_spec.rb +6 -0
  189. data/spec/models/pulp_exporter_response_spec.rb +6 -0
  190. data/spec/models/pulp_importer_response_spec.rb +6 -0
  191. data/spec/models/rbac_content_guard_response_spec.rb +6 -0
  192. data/spec/models/remote_response_spec.rb +6 -0
  193. data/spec/models/repository_response_spec.rb +6 -0
  194. data/spec/models/repository_version_response_spec.rb +6 -0
  195. data/spec/models/role_response_spec.rb +6 -0
  196. data/spec/models/signing_service_response_spec.rb +6 -0
  197. data/spec/models/task_group_response_spec.rb +6 -0
  198. data/spec/models/task_response_spec.rb +6 -0
  199. data/spec/models/task_schedule_response_spec.rb +6 -0
  200. data/spec/models/upload_detail_response_spec.rb +6 -0
  201. data/spec/models/upload_response_spec.rb +6 -0
  202. data/spec/models/upstream_pulp_response_spec.rb +7 -1
  203. data/spec/models/upstream_pulp_spec.rb +1 -1
  204. data/spec/models/user_group_response_spec.rb +6 -0
  205. data/spec/models/user_response_spec.rb +6 -0
  206. data/spec/models/user_role_response_spec.rb +6 -0
  207. data/spec/models/worker_response_spec.rb +6 -0
  208. metadata +2 -2
@@ -45,8 +45,8 @@ module PulpcoreClient
45
45
  # The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed.
46
46
  attr_accessor :password
47
47
 
48
- # One or more comma separated labels that will be used to filter distributions on the upstream Pulp. E.g. \"foo=bar,key=val\" or \"foo,key\"
49
- attr_accessor :pulp_label_select
48
+ # Filter distributions on the upstream Pulp using complex filtering. E.g. pulp_label_select=\"foo\" OR pulp_label_select=\"key=val\"
49
+ attr_accessor :q_select
50
50
 
51
51
  # Attribute mapping from ruby-style variable name to JSON key.
52
52
  def self.attribute_map
@@ -61,7 +61,7 @@ module PulpcoreClient
61
61
  :'tls_validation' => :'tls_validation',
62
62
  :'username' => :'username',
63
63
  :'password' => :'password',
64
- :'pulp_label_select' => :'pulp_label_select'
64
+ :'q_select' => :'q_select'
65
65
  }
66
66
  end
67
67
 
@@ -78,7 +78,7 @@ module PulpcoreClient
78
78
  :'tls_validation' => :'Boolean',
79
79
  :'username' => :'String',
80
80
  :'password' => :'String',
81
- :'pulp_label_select' => :'String'
81
+ :'q_select' => :'String'
82
82
  }
83
83
  end
84
84
 
@@ -91,7 +91,7 @@ module PulpcoreClient
91
91
  :'client_key',
92
92
  :'username',
93
93
  :'password',
94
- :'pulp_label_select'
94
+ :'q_select'
95
95
  ])
96
96
  end
97
97
 
@@ -150,8 +150,8 @@ module PulpcoreClient
150
150
  self.password = attributes[:'password']
151
151
  end
152
152
 
153
- if attributes.key?(:'pulp_label_select')
154
- self.pulp_label_select = attributes[:'pulp_label_select']
153
+ if attributes.key?(:'q_select')
154
+ self.q_select = attributes[:'q_select']
155
155
  end
156
156
  end
157
157
 
@@ -318,7 +318,7 @@ module PulpcoreClient
318
318
  tls_validation == o.tls_validation &&
319
319
  username == o.username &&
320
320
  password == o.password &&
321
- pulp_label_select == o.pulp_label_select
321
+ q_select == o.q_select
322
322
  end
323
323
 
324
324
  # @see the `==` method
@@ -330,7 +330,7 @@ module PulpcoreClient
330
330
  # Calculates hash code according to all attributes.
331
331
  # @return [Integer] Hash code
332
332
  def hash
333
- [name, base_url, api_root, domain, ca_cert, client_cert, client_key, tls_validation, username, password, pulp_label_select].hash
333
+ [name, base_url, api_root, domain, ca_cert, client_cert, client_key, tls_validation, username, password, q_select].hash
334
334
  end
335
335
 
336
336
  # Builds the object from hash
@@ -17,6 +17,9 @@ module PulpcoreClient
17
17
  class PublicationResponse
18
18
  attr_accessor :pulp_href
19
19
 
20
+ # The Pulp Resource Name (PRN).
21
+ attr_accessor :prn
22
+
20
23
  # Timestamp of creation.
21
24
  attr_accessor :pulp_created
22
25
 
@@ -32,6 +35,7 @@ module PulpcoreClient
32
35
  def self.attribute_map
33
36
  {
34
37
  :'pulp_href' => :'pulp_href',
38
+ :'prn' => :'prn',
35
39
  :'pulp_created' => :'pulp_created',
36
40
  :'pulp_last_updated' => :'pulp_last_updated',
37
41
  :'repository_version' => :'repository_version',
@@ -43,6 +47,7 @@ module PulpcoreClient
43
47
  def self.openapi_types
44
48
  {
45
49
  :'pulp_href' => :'String',
50
+ :'prn' => :'String',
46
51
  :'pulp_created' => :'DateTime',
47
52
  :'pulp_last_updated' => :'DateTime',
48
53
  :'repository_version' => :'String',
@@ -75,6 +80,10 @@ module PulpcoreClient
75
80
  self.pulp_href = attributes[:'pulp_href']
76
81
  end
77
82
 
83
+ if attributes.key?(:'prn')
84
+ self.prn = attributes[:'prn']
85
+ end
86
+
78
87
  if attributes.key?(:'pulp_created')
79
88
  self.pulp_created = attributes[:'pulp_created']
80
89
  end
@@ -111,6 +120,7 @@ module PulpcoreClient
111
120
  return true if self.equal?(o)
112
121
  self.class == o.class &&
113
122
  pulp_href == o.pulp_href &&
123
+ prn == o.prn &&
114
124
  pulp_created == o.pulp_created &&
115
125
  pulp_last_updated == o.pulp_last_updated &&
116
126
  repository_version == o.repository_version &&
@@ -126,7 +136,7 @@ module PulpcoreClient
126
136
  # Calculates hash code according to all attributes.
127
137
  # @return [Integer] Hash code
128
138
  def hash
129
- [pulp_href, pulp_created, pulp_last_updated, repository_version, repository].hash
139
+ [pulp_href, prn, pulp_created, pulp_last_updated, repository_version, repository].hash
130
140
  end
131
141
 
132
142
  # Builds the object from hash
@@ -17,6 +17,9 @@ module PulpcoreClient
17
17
  class PulpExportResponse
18
18
  attr_accessor :pulp_href
19
19
 
20
+ # The Pulp Resource Name (PRN).
21
+ attr_accessor :prn
22
+
20
23
  # Timestamp of creation.
21
24
  attr_accessor :pulp_created
22
25
 
@@ -42,6 +45,7 @@ module PulpcoreClient
42
45
  def self.attribute_map
43
46
  {
44
47
  :'pulp_href' => :'pulp_href',
48
+ :'prn' => :'prn',
45
49
  :'pulp_created' => :'pulp_created',
46
50
  :'pulp_last_updated' => :'pulp_last_updated',
47
51
  :'task' => :'task',
@@ -56,6 +60,7 @@ module PulpcoreClient
56
60
  def self.openapi_types
57
61
  {
58
62
  :'pulp_href' => :'String',
63
+ :'prn' => :'String',
59
64
  :'pulp_created' => :'DateTime',
60
65
  :'pulp_last_updated' => :'DateTime',
61
66
  :'task' => :'String',
@@ -92,6 +97,10 @@ module PulpcoreClient
92
97
  self.pulp_href = attributes[:'pulp_href']
93
98
  end
94
99
 
100
+ if attributes.key?(:'prn')
101
+ self.prn = attributes[:'prn']
102
+ end
103
+
95
104
  if attributes.key?(:'pulp_created')
96
105
  self.pulp_created = attributes[:'pulp_created']
97
106
  end
@@ -142,6 +151,7 @@ module PulpcoreClient
142
151
  return true if self.equal?(o)
143
152
  self.class == o.class &&
144
153
  pulp_href == o.pulp_href &&
154
+ prn == o.prn &&
145
155
  pulp_created == o.pulp_created &&
146
156
  pulp_last_updated == o.pulp_last_updated &&
147
157
  task == o.task &&
@@ -160,7 +170,7 @@ module PulpcoreClient
160
170
  # Calculates hash code according to all attributes.
161
171
  # @return [Integer] Hash code
162
172
  def hash
163
- [pulp_href, pulp_created, pulp_last_updated, task, exported_resources, params, output_file_info, toc_info].hash
173
+ [pulp_href, prn, pulp_created, pulp_last_updated, task, exported_resources, params, output_file_info, toc_info].hash
164
174
  end
165
175
 
166
176
  # Builds the object from hash
@@ -17,6 +17,9 @@ module PulpcoreClient
17
17
  class PulpExporterResponse
18
18
  attr_accessor :pulp_href
19
19
 
20
+ # The Pulp Resource Name (PRN).
21
+ attr_accessor :prn
22
+
20
23
  # Timestamp of creation.
21
24
  attr_accessor :pulp_created
22
25
 
@@ -38,6 +41,7 @@ module PulpcoreClient
38
41
  def self.attribute_map
39
42
  {
40
43
  :'pulp_href' => :'pulp_href',
44
+ :'prn' => :'prn',
41
45
  :'pulp_created' => :'pulp_created',
42
46
  :'pulp_last_updated' => :'pulp_last_updated',
43
47
  :'name' => :'name',
@@ -51,6 +55,7 @@ module PulpcoreClient
51
55
  def self.openapi_types
52
56
  {
53
57
  :'pulp_href' => :'String',
58
+ :'prn' => :'String',
54
59
  :'pulp_created' => :'DateTime',
55
60
  :'pulp_last_updated' => :'DateTime',
56
61
  :'name' => :'String',
@@ -86,6 +91,10 @@ module PulpcoreClient
86
91
  self.pulp_href = attributes[:'pulp_href']
87
92
  end
88
93
 
94
+ if attributes.key?(:'prn')
95
+ self.prn = attributes[:'prn']
96
+ end
97
+
89
98
  if attributes.key?(:'pulp_created')
90
99
  self.pulp_created = attributes[:'pulp_created']
91
100
  end
@@ -147,6 +156,7 @@ module PulpcoreClient
147
156
  return true if self.equal?(o)
148
157
  self.class == o.class &&
149
158
  pulp_href == o.pulp_href &&
159
+ prn == o.prn &&
150
160
  pulp_created == o.pulp_created &&
151
161
  pulp_last_updated == o.pulp_last_updated &&
152
162
  name == o.name &&
@@ -164,7 +174,7 @@ module PulpcoreClient
164
174
  # Calculates hash code according to all attributes.
165
175
  # @return [Integer] Hash code
166
176
  def hash
167
- [pulp_href, pulp_created, pulp_last_updated, name, path, repositories, last_export].hash
177
+ [pulp_href, prn, pulp_created, pulp_last_updated, name, path, repositories, last_export].hash
168
178
  end
169
179
 
170
180
  # Builds the object from hash
@@ -17,6 +17,9 @@ module PulpcoreClient
17
17
  class PulpImporterResponse
18
18
  attr_accessor :pulp_href
19
19
 
20
+ # The Pulp Resource Name (PRN).
21
+ attr_accessor :prn
22
+
20
23
  # Timestamp of creation.
21
24
  attr_accessor :pulp_created
22
25
 
@@ -33,6 +36,7 @@ module PulpcoreClient
33
36
  def self.attribute_map
34
37
  {
35
38
  :'pulp_href' => :'pulp_href',
39
+ :'prn' => :'prn',
36
40
  :'pulp_created' => :'pulp_created',
37
41
  :'pulp_last_updated' => :'pulp_last_updated',
38
42
  :'name' => :'name',
@@ -44,6 +48,7 @@ module PulpcoreClient
44
48
  def self.openapi_types
45
49
  {
46
50
  :'pulp_href' => :'String',
51
+ :'prn' => :'String',
47
52
  :'pulp_created' => :'DateTime',
48
53
  :'pulp_last_updated' => :'DateTime',
49
54
  :'name' => :'String',
@@ -76,6 +81,10 @@ module PulpcoreClient
76
81
  self.pulp_href = attributes[:'pulp_href']
77
82
  end
78
83
 
84
+ if attributes.key?(:'prn')
85
+ self.prn = attributes[:'prn']
86
+ end
87
+
79
88
  if attributes.key?(:'pulp_created')
80
89
  self.pulp_created = attributes[:'pulp_created']
81
90
  end
@@ -119,6 +128,7 @@ module PulpcoreClient
119
128
  return true if self.equal?(o)
120
129
  self.class == o.class &&
121
130
  pulp_href == o.pulp_href &&
131
+ prn == o.prn &&
122
132
  pulp_created == o.pulp_created &&
123
133
  pulp_last_updated == o.pulp_last_updated &&
124
134
  name == o.name &&
@@ -134,7 +144,7 @@ module PulpcoreClient
134
144
  # Calculates hash code according to all attributes.
135
145
  # @return [Integer] Hash code
136
146
  def hash
137
- [pulp_href, pulp_created, pulp_last_updated, name, repo_mapping].hash
147
+ [pulp_href, prn, pulp_created, pulp_last_updated, name, repo_mapping].hash
138
148
  end
139
149
 
140
150
  # Builds the object from hash
@@ -17,6 +17,9 @@ module PulpcoreClient
17
17
  class RBACContentGuardResponse
18
18
  attr_accessor :pulp_href
19
19
 
20
+ # The Pulp Resource Name (PRN).
21
+ attr_accessor :prn
22
+
20
23
  # Timestamp of creation.
21
24
  attr_accessor :pulp_created
22
25
 
@@ -37,6 +40,7 @@ module PulpcoreClient
37
40
  def self.attribute_map
38
41
  {
39
42
  :'pulp_href' => :'pulp_href',
43
+ :'prn' => :'prn',
40
44
  :'pulp_created' => :'pulp_created',
41
45
  :'pulp_last_updated' => :'pulp_last_updated',
42
46
  :'name' => :'name',
@@ -50,6 +54,7 @@ module PulpcoreClient
50
54
  def self.openapi_types
51
55
  {
52
56
  :'pulp_href' => :'String',
57
+ :'prn' => :'String',
53
58
  :'pulp_created' => :'DateTime',
54
59
  :'pulp_last_updated' => :'DateTime',
55
60
  :'name' => :'String',
@@ -85,6 +90,10 @@ module PulpcoreClient
85
90
  self.pulp_href = attributes[:'pulp_href']
86
91
  end
87
92
 
93
+ if attributes.key?(:'prn')
94
+ self.prn = attributes[:'prn']
95
+ end
96
+
88
97
  if attributes.key?(:'pulp_created')
89
98
  self.pulp_created = attributes[:'pulp_created']
90
99
  end
@@ -138,6 +147,7 @@ module PulpcoreClient
138
147
  return true if self.equal?(o)
139
148
  self.class == o.class &&
140
149
  pulp_href == o.pulp_href &&
150
+ prn == o.prn &&
141
151
  pulp_created == o.pulp_created &&
142
152
  pulp_last_updated == o.pulp_last_updated &&
143
153
  name == o.name &&
@@ -155,7 +165,7 @@ module PulpcoreClient
155
165
  # Calculates hash code according to all attributes.
156
166
  # @return [Integer] Hash code
157
167
  def hash
158
- [pulp_href, pulp_created, pulp_last_updated, name, description, users, groups].hash
168
+ [pulp_href, prn, pulp_created, pulp_last_updated, name, description, users, groups].hash
159
169
  end
160
170
 
161
171
  # Builds the object from hash
@@ -17,6 +17,9 @@ module PulpcoreClient
17
17
  class RemoteResponse
18
18
  attr_accessor :pulp_href
19
19
 
20
+ # The Pulp Resource Name (PRN).
21
+ attr_accessor :prn
22
+
20
23
  # Timestamp of creation.
21
24
  attr_accessor :pulp_created
22
25
 
@@ -77,6 +80,7 @@ module PulpcoreClient
77
80
  def self.attribute_map
78
81
  {
79
82
  :'pulp_href' => :'pulp_href',
83
+ :'prn' => :'prn',
80
84
  :'pulp_created' => :'pulp_created',
81
85
  :'pulp_last_updated' => :'pulp_last_updated',
82
86
  :'name' => :'name',
@@ -103,6 +107,7 @@ module PulpcoreClient
103
107
  def self.openapi_types
104
108
  {
105
109
  :'pulp_href' => :'String',
110
+ :'prn' => :'String',
106
111
  :'pulp_created' => :'DateTime',
107
112
  :'pulp_last_updated' => :'DateTime',
108
113
  :'name' => :'String',
@@ -160,6 +165,10 @@ module PulpcoreClient
160
165
  self.pulp_href = attributes[:'pulp_href']
161
166
  end
162
167
 
168
+ if attributes.key?(:'prn')
169
+ self.prn = attributes[:'prn']
170
+ end
171
+
163
172
  if attributes.key?(:'pulp_created')
164
173
  self.pulp_created = attributes[:'pulp_created']
165
174
  end
@@ -347,6 +356,7 @@ module PulpcoreClient
347
356
  return true if self.equal?(o)
348
357
  self.class == o.class &&
349
358
  pulp_href == o.pulp_href &&
359
+ prn == o.prn &&
350
360
  pulp_created == o.pulp_created &&
351
361
  pulp_last_updated == o.pulp_last_updated &&
352
362
  name == o.name &&
@@ -377,7 +387,7 @@ module PulpcoreClient
377
387
  # Calculates hash code according to all attributes.
378
388
  # @return [Integer] Hash code
379
389
  def hash
380
- [pulp_href, pulp_created, pulp_last_updated, name, url, ca_cert, client_cert, tls_validation, proxy_url, pulp_labels, download_concurrency, max_retries, policy, total_timeout, connect_timeout, sock_connect_timeout, sock_read_timeout, headers, rate_limit, hidden_fields].hash
390
+ [pulp_href, prn, pulp_created, pulp_last_updated, name, url, ca_cert, client_cert, tls_validation, proxy_url, pulp_labels, download_concurrency, max_retries, policy, total_timeout, connect_timeout, sock_connect_timeout, sock_read_timeout, headers, rate_limit, hidden_fields].hash
381
391
  end
382
392
 
383
393
  # Builds the object from hash
@@ -17,6 +17,9 @@ module PulpcoreClient
17
17
  class RepositoryResponse
18
18
  attr_accessor :pulp_href
19
19
 
20
+ # The Pulp Resource Name (PRN).
21
+ attr_accessor :prn
22
+
20
23
  # Timestamp of creation.
21
24
  attr_accessor :pulp_created
22
25
 
@@ -45,6 +48,7 @@ module PulpcoreClient
45
48
  def self.attribute_map
46
49
  {
47
50
  :'pulp_href' => :'pulp_href',
51
+ :'prn' => :'prn',
48
52
  :'pulp_created' => :'pulp_created',
49
53
  :'pulp_last_updated' => :'pulp_last_updated',
50
54
  :'versions_href' => :'versions_href',
@@ -61,6 +65,7 @@ module PulpcoreClient
61
65
  def self.openapi_types
62
66
  {
63
67
  :'pulp_href' => :'String',
68
+ :'prn' => :'String',
64
69
  :'pulp_created' => :'DateTime',
65
70
  :'pulp_last_updated' => :'DateTime',
66
71
  :'versions_href' => :'String',
@@ -101,6 +106,10 @@ module PulpcoreClient
101
106
  self.pulp_href = attributes[:'pulp_href']
102
107
  end
103
108
 
109
+ if attributes.key?(:'prn')
110
+ self.prn = attributes[:'prn']
111
+ end
112
+
104
113
  if attributes.key?(:'pulp_created')
105
114
  self.pulp_created = attributes[:'pulp_created']
106
115
  end
@@ -179,6 +188,7 @@ module PulpcoreClient
179
188
  return true if self.equal?(o)
180
189
  self.class == o.class &&
181
190
  pulp_href == o.pulp_href &&
191
+ prn == o.prn &&
182
192
  pulp_created == o.pulp_created &&
183
193
  pulp_last_updated == o.pulp_last_updated &&
184
194
  versions_href == o.versions_href &&
@@ -199,7 +209,7 @@ module PulpcoreClient
199
209
  # Calculates hash code according to all attributes.
200
210
  # @return [Integer] Hash code
201
211
  def hash
202
- [pulp_href, pulp_created, pulp_last_updated, versions_href, pulp_labels, latest_version_href, name, description, retain_repo_versions, remote].hash
212
+ [pulp_href, prn, pulp_created, pulp_last_updated, versions_href, pulp_labels, latest_version_href, name, description, retain_repo_versions, remote].hash
203
213
  end
204
214
 
205
215
  # Builds the object from hash
@@ -17,6 +17,9 @@ module PulpcoreClient
17
17
  class RepositoryVersionResponse
18
18
  attr_accessor :pulp_href
19
19
 
20
+ # The Pulp Resource Name (PRN).
21
+ attr_accessor :prn
22
+
20
23
  # Timestamp of creation.
21
24
  attr_accessor :pulp_created
22
25
 
@@ -37,6 +40,7 @@ module PulpcoreClient
37
40
  def self.attribute_map
38
41
  {
39
42
  :'pulp_href' => :'pulp_href',
43
+ :'prn' => :'prn',
40
44
  :'pulp_created' => :'pulp_created',
41
45
  :'pulp_last_updated' => :'pulp_last_updated',
42
46
  :'number' => :'number',
@@ -50,6 +54,7 @@ module PulpcoreClient
50
54
  def self.openapi_types
51
55
  {
52
56
  :'pulp_href' => :'String',
57
+ :'prn' => :'String',
53
58
  :'pulp_created' => :'DateTime',
54
59
  :'pulp_last_updated' => :'DateTime',
55
60
  :'number' => :'Integer',
@@ -84,6 +89,10 @@ module PulpcoreClient
84
89
  self.pulp_href = attributes[:'pulp_href']
85
90
  end
86
91
 
92
+ if attributes.key?(:'prn')
93
+ self.prn = attributes[:'prn']
94
+ end
95
+
87
96
  if attributes.key?(:'pulp_created')
88
97
  self.pulp_created = attributes[:'pulp_created']
89
98
  end
@@ -128,6 +137,7 @@ module PulpcoreClient
128
137
  return true if self.equal?(o)
129
138
  self.class == o.class &&
130
139
  pulp_href == o.pulp_href &&
140
+ prn == o.prn &&
131
141
  pulp_created == o.pulp_created &&
132
142
  pulp_last_updated == o.pulp_last_updated &&
133
143
  number == o.number &&
@@ -145,7 +155,7 @@ module PulpcoreClient
145
155
  # Calculates hash code according to all attributes.
146
156
  # @return [Integer] Hash code
147
157
  def hash
148
- [pulp_href, pulp_created, pulp_last_updated, number, repository, base_version, content_summary].hash
158
+ [pulp_href, prn, pulp_created, pulp_last_updated, number, repository, base_version, content_summary].hash
149
159
  end
150
160
 
151
161
  # Builds the object from hash
@@ -17,6 +17,9 @@ module PulpcoreClient
17
17
  class RoleResponse
18
18
  attr_accessor :pulp_href
19
19
 
20
+ # The Pulp Resource Name (PRN).
21
+ attr_accessor :prn
22
+
20
23
  # Timestamp of creation.
21
24
  attr_accessor :pulp_created
22
25
 
@@ -39,6 +42,7 @@ module PulpcoreClient
39
42
  def self.attribute_map
40
43
  {
41
44
  :'pulp_href' => :'pulp_href',
45
+ :'prn' => :'prn',
42
46
  :'pulp_created' => :'pulp_created',
43
47
  :'pulp_last_updated' => :'pulp_last_updated',
44
48
  :'name' => :'name',
@@ -52,6 +56,7 @@ module PulpcoreClient
52
56
  def self.openapi_types
53
57
  {
54
58
  :'pulp_href' => :'String',
59
+ :'prn' => :'String',
55
60
  :'pulp_created' => :'DateTime',
56
61
  :'pulp_last_updated' => :'DateTime',
57
62
  :'name' => :'String',
@@ -87,6 +92,10 @@ module PulpcoreClient
87
92
  self.pulp_href = attributes[:'pulp_href']
88
93
  end
89
94
 
95
+ if attributes.key?(:'prn')
96
+ self.prn = attributes[:'prn']
97
+ end
98
+
90
99
  if attributes.key?(:'pulp_created')
91
100
  self.pulp_created = attributes[:'pulp_created']
92
101
  end
@@ -143,6 +152,7 @@ module PulpcoreClient
143
152
  return true if self.equal?(o)
144
153
  self.class == o.class &&
145
154
  pulp_href == o.pulp_href &&
155
+ prn == o.prn &&
146
156
  pulp_created == o.pulp_created &&
147
157
  pulp_last_updated == o.pulp_last_updated &&
148
158
  name == o.name &&
@@ -160,7 +170,7 @@ module PulpcoreClient
160
170
  # Calculates hash code according to all attributes.
161
171
  # @return [Integer] Hash code
162
172
  def hash
163
- [pulp_href, pulp_created, pulp_last_updated, name, description, permissions, locked].hash
173
+ [pulp_href, prn, pulp_created, pulp_last_updated, name, description, permissions, locked].hash
164
174
  end
165
175
 
166
176
  # Builds the object from hash
@@ -17,6 +17,9 @@ module PulpcoreClient
17
17
  class SigningServiceResponse
18
18
  attr_accessor :pulp_href
19
19
 
20
+ # The Pulp Resource Name (PRN).
21
+ attr_accessor :prn
22
+
20
23
  # Timestamp of creation.
21
24
  attr_accessor :pulp_created
22
25
 
@@ -39,6 +42,7 @@ module PulpcoreClient
39
42
  def self.attribute_map
40
43
  {
41
44
  :'pulp_href' => :'pulp_href',
45
+ :'prn' => :'prn',
42
46
  :'pulp_created' => :'pulp_created',
43
47
  :'pulp_last_updated' => :'pulp_last_updated',
44
48
  :'name' => :'name',
@@ -52,6 +56,7 @@ module PulpcoreClient
52
56
  def self.openapi_types
53
57
  {
54
58
  :'pulp_href' => :'String',
59
+ :'prn' => :'String',
55
60
  :'pulp_created' => :'DateTime',
56
61
  :'pulp_last_updated' => :'DateTime',
57
62
  :'name' => :'String',
@@ -86,6 +91,10 @@ module PulpcoreClient
86
91
  self.pulp_href = attributes[:'pulp_href']
87
92
  end
88
93
 
94
+ if attributes.key?(:'prn')
95
+ self.prn = attributes[:'prn']
96
+ end
97
+
89
98
  if attributes.key?(:'pulp_created')
90
99
  self.pulp_created = attributes[:'pulp_created']
91
100
  end
@@ -150,6 +159,7 @@ module PulpcoreClient
150
159
  return true if self.equal?(o)
151
160
  self.class == o.class &&
152
161
  pulp_href == o.pulp_href &&
162
+ prn == o.prn &&
153
163
  pulp_created == o.pulp_created &&
154
164
  pulp_last_updated == o.pulp_last_updated &&
155
165
  name == o.name &&
@@ -167,7 +177,7 @@ module PulpcoreClient
167
177
  # Calculates hash code according to all attributes.
168
178
  # @return [Integer] Hash code
169
179
  def hash
170
- [pulp_href, pulp_created, pulp_last_updated, name, public_key, pubkey_fingerprint, script].hash
180
+ [pulp_href, prn, pulp_created, pulp_last_updated, name, public_key, pubkey_fingerprint, script].hash
171
181
  end
172
182
 
173
183
  # Builds the object from hash
@@ -17,6 +17,9 @@ module PulpcoreClient
17
17
  class TaskGroupResponse
18
18
  attr_accessor :pulp_href
19
19
 
20
+ # The Pulp Resource Name (PRN).
21
+ attr_accessor :prn
22
+
20
23
  # A description of the task group.
21
24
  attr_accessor :description
22
25
 
@@ -52,6 +55,7 @@ module PulpcoreClient
52
55
  def self.attribute_map
53
56
  {
54
57
  :'pulp_href' => :'pulp_href',
58
+ :'prn' => :'prn',
55
59
  :'description' => :'description',
56
60
  :'all_tasks_dispatched' => :'all_tasks_dispatched',
57
61
  :'waiting' => :'waiting',
@@ -70,6 +74,7 @@ module PulpcoreClient
70
74
  def self.openapi_types
71
75
  {
72
76
  :'pulp_href' => :'String',
77
+ :'prn' => :'String',
73
78
  :'description' => :'String',
74
79
  :'all_tasks_dispatched' => :'Boolean',
75
80
  :'waiting' => :'Integer',
@@ -109,6 +114,10 @@ module PulpcoreClient
109
114
  self.pulp_href = attributes[:'pulp_href']
110
115
  end
111
116
 
117
+ if attributes.key?(:'prn')
118
+ self.prn = attributes[:'prn']
119
+ end
120
+
112
121
  if attributes.key?(:'description')
113
122
  self.description = attributes[:'description']
114
123
  end
@@ -187,6 +196,7 @@ module PulpcoreClient
187
196
  return true if self.equal?(o)
188
197
  self.class == o.class &&
189
198
  pulp_href == o.pulp_href &&
199
+ prn == o.prn &&
190
200
  description == o.description &&
191
201
  all_tasks_dispatched == o.all_tasks_dispatched &&
192
202
  waiting == o.waiting &&
@@ -209,7 +219,7 @@ module PulpcoreClient
209
219
  # Calculates hash code according to all attributes.
210
220
  # @return [Integer] Hash code
211
221
  def hash
212
- [pulp_href, description, all_tasks_dispatched, waiting, skipped, running, completed, canceled, failed, canceling, group_progress_reports, tasks].hash
222
+ [pulp_href, prn, description, all_tasks_dispatched, waiting, skipped, running, completed, canceled, failed, canceling, group_progress_reports, tasks].hash
213
223
  end
214
224
 
215
225
  # Builds the object from hash