pulpcore_client 3.62.0 → 3.63.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +5 -4
- data/docs/AccessPoliciesApi.md +2 -0
- data/docs/AccessPolicyResponse.md +2 -0
- data/docs/ArtifactDistributionResponse.md +14 -12
- data/docs/ArtifactResponse.md +2 -0
- data/docs/ArtifactsApi.md +4 -2
- data/docs/CompositeContentGuardResponse.md +2 -0
- data/docs/ContentApi.md +8 -6
- data/docs/ContentGuardResponse.md +2 -0
- data/docs/ContentRedirectContentGuardResponse.md +2 -0
- data/docs/ContentguardsApi.md +2 -0
- data/docs/ContentguardsCompositeApi.md +2 -0
- data/docs/ContentguardsContentRedirectApi.md +2 -0
- data/docs/ContentguardsHeaderApi.md +2 -0
- data/docs/ContentguardsRbacApi.md +2 -0
- data/docs/DistributionResponse.md +2 -0
- data/docs/DistributionsApi.md +2 -0
- data/docs/DistributionsArtifactsApi.md +2 -0
- data/docs/DomainResponse.md +2 -0
- data/docs/DomainsApi.md +2 -0
- data/docs/ExportersFilesystemApi.md +2 -0
- data/docs/ExportersPulpApi.md +2 -0
- data/docs/FilesystemExportResponse.md +3 -1
- data/docs/FilesystemExporterResponse.md +2 -0
- data/docs/GroupResponse.md +2 -0
- data/docs/GroupRoleResponse.md +2 -0
- data/docs/GroupUserResponse.md +3 -1
- data/docs/GroupsApi.md +2 -0
- data/docs/GroupsRolesApi.md +2 -0
- data/docs/HeaderContentGuardResponse.md +2 -0
- data/docs/ImportResponse.md +3 -1
- data/docs/ImportersPulpApi.md +2 -0
- data/docs/MinimalTaskResponse.md +2 -0
- data/docs/MultipleArtifactContentResponse.md +2 -0
- data/docs/PublicationResponse.md +2 -0
- data/docs/PublicationsApi.md +8 -6
- data/docs/PulpExportResponse.md +5 -3
- data/docs/PulpExporterResponse.md +2 -0
- data/docs/PulpImporterResponse.md +2 -0
- data/docs/RBACContentGuardResponse.md +2 -0
- data/docs/RemoteResponse.md +2 -0
- data/docs/RemotesApi.md +2 -0
- data/docs/RepositoriesApi.md +6 -4
- data/docs/RepositoryResponse.md +2 -0
- data/docs/RepositoryVersionResponse.md +2 -0
- data/docs/RepositoryVersionsApi.md +4 -2
- data/docs/RoleResponse.md +2 -0
- data/docs/RolesApi.md +2 -0
- data/docs/SigningServiceResponse.md +2 -0
- data/docs/SigningServicesApi.md +2 -0
- data/docs/TaskGroupResponse.md +2 -0
- data/docs/TaskResponse.md +3 -1
- data/docs/TaskScheduleResponse.md +2 -0
- data/docs/TaskSchedulesApi.md +2 -0
- data/docs/TasksApi.md +2 -0
- data/docs/UploadDetailResponse.md +2 -0
- data/docs/UploadResponse.md +2 -0
- data/docs/UploadsApi.md +2 -0
- data/docs/UpstreamPulpResponse.md +2 -0
- data/docs/UpstreamPulpsApi.md +2 -0
- data/docs/UserGroupResponse.md +3 -1
- data/docs/UserResponse.md +2 -0
- data/docs/UserRoleResponse.md +2 -0
- data/docs/UsersApi.md +2 -0
- data/docs/UsersRolesApi.md +2 -0
- data/docs/WorkerResponse.md +2 -0
- data/docs/WorkersApi.md +2 -0
- data/lib/pulpcore_client/api/access_policies_api.rb +3 -0
- data/lib/pulpcore_client/api/artifacts_api.rb +5 -2
- data/lib/pulpcore_client/api/content_api.rb +9 -6
- data/lib/pulpcore_client/api/contentguards_api.rb +3 -0
- data/lib/pulpcore_client/api/contentguards_composite_api.rb +3 -0
- data/lib/pulpcore_client/api/contentguards_content_redirect_api.rb +3 -0
- data/lib/pulpcore_client/api/contentguards_header_api.rb +3 -0
- data/lib/pulpcore_client/api/contentguards_rbac_api.rb +3 -0
- data/lib/pulpcore_client/api/distributions_api.rb +3 -0
- data/lib/pulpcore_client/api/distributions_artifacts_api.rb +3 -0
- data/lib/pulpcore_client/api/domains_api.rb +3 -0
- data/lib/pulpcore_client/api/exporters_filesystem_api.rb +3 -0
- data/lib/pulpcore_client/api/exporters_pulp_api.rb +3 -0
- data/lib/pulpcore_client/api/groups_api.rb +3 -0
- data/lib/pulpcore_client/api/groups_roles_api.rb +3 -0
- data/lib/pulpcore_client/api/importers_pulp_api.rb +3 -0
- data/lib/pulpcore_client/api/publications_api.rb +9 -6
- data/lib/pulpcore_client/api/remotes_api.rb +3 -0
- data/lib/pulpcore_client/api/repositories_api.rb +7 -4
- data/lib/pulpcore_client/api/repository_versions_api.rb +5 -2
- data/lib/pulpcore_client/api/roles_api.rb +3 -0
- data/lib/pulpcore_client/api/signing_services_api.rb +3 -0
- data/lib/pulpcore_client/api/task_schedules_api.rb +3 -0
- data/lib/pulpcore_client/api/tasks_api.rb +3 -0
- data/lib/pulpcore_client/api/uploads_api.rb +3 -0
- data/lib/pulpcore_client/api/upstream_pulps_api.rb +3 -0
- data/lib/pulpcore_client/api/users_api.rb +3 -0
- data/lib/pulpcore_client/api/users_roles_api.rb +3 -0
- data/lib/pulpcore_client/api/workers_api.rb +3 -0
- data/lib/pulpcore_client/models/access_policy_response.rb +11 -1
- data/lib/pulpcore_client/models/artifact_distribution_response.rb +67 -57
- data/lib/pulpcore_client/models/artifact_response.rb +11 -1
- data/lib/pulpcore_client/models/composite_content_guard_response.rb +11 -1
- data/lib/pulpcore_client/models/content_guard_response.rb +11 -1
- data/lib/pulpcore_client/models/content_redirect_content_guard_response.rb +11 -1
- data/lib/pulpcore_client/models/distribution_response.rb +11 -1
- data/lib/pulpcore_client/models/domain_response.rb +11 -1
- data/lib/pulpcore_client/models/filesystem_export_response.rb +12 -2
- data/lib/pulpcore_client/models/filesystem_exporter_response.rb +11 -1
- data/lib/pulpcore_client/models/group_response.rb +10 -1
- data/lib/pulpcore_client/models/group_role_response.rb +11 -1
- data/lib/pulpcore_client/models/group_user_response.rb +13 -4
- data/lib/pulpcore_client/models/header_content_guard_response.rb +11 -1
- data/lib/pulpcore_client/models/import_response.rb +12 -2
- data/lib/pulpcore_client/models/minimal_task_response.rb +11 -1
- data/lib/pulpcore_client/models/multiple_artifact_content_response.rb +11 -1
- data/lib/pulpcore_client/models/publication_response.rb +11 -1
- data/lib/pulpcore_client/models/pulp_export_response.rb +14 -4
- data/lib/pulpcore_client/models/pulp_exporter_response.rb +11 -1
- data/lib/pulpcore_client/models/pulp_importer_response.rb +11 -1
- data/lib/pulpcore_client/models/rbac_content_guard_response.rb +11 -1
- data/lib/pulpcore_client/models/remote_response.rb +11 -1
- data/lib/pulpcore_client/models/repository_response.rb +11 -1
- data/lib/pulpcore_client/models/repository_version_response.rb +11 -1
- data/lib/pulpcore_client/models/role_response.rb +11 -1
- data/lib/pulpcore_client/models/signing_service_response.rb +11 -1
- data/lib/pulpcore_client/models/task_group_response.rb +11 -1
- data/lib/pulpcore_client/models/task_response.rb +12 -2
- data/lib/pulpcore_client/models/task_schedule_response.rb +11 -1
- data/lib/pulpcore_client/models/upload_detail_response.rb +11 -1
- data/lib/pulpcore_client/models/upload_response.rb +11 -1
- data/lib/pulpcore_client/models/upstream_pulp_response.rb +11 -1
- data/lib/pulpcore_client/models/user_group_response.rb +13 -4
- data/lib/pulpcore_client/models/user_response.rb +10 -1
- data/lib/pulpcore_client/models/user_role_response.rb +11 -1
- data/lib/pulpcore_client/models/worker_response.rb +11 -1
- data/lib/pulpcore_client/version.rb +1 -1
- data/spec/api/access_policies_api_spec.rb +1 -0
- data/spec/api/artifacts_api_spec.rb +2 -1
- data/spec/api/content_api_spec.rb +4 -3
- data/spec/api/contentguards_api_spec.rb +1 -0
- data/spec/api/contentguards_composite_api_spec.rb +1 -0
- data/spec/api/contentguards_content_redirect_api_spec.rb +1 -0
- data/spec/api/contentguards_header_api_spec.rb +1 -0
- data/spec/api/contentguards_rbac_api_spec.rb +1 -0
- data/spec/api/distributions_api_spec.rb +1 -0
- data/spec/api/distributions_artifacts_api_spec.rb +1 -0
- data/spec/api/domains_api_spec.rb +1 -0
- data/spec/api/exporters_filesystem_api_spec.rb +1 -0
- data/spec/api/exporters_pulp_api_spec.rb +1 -0
- data/spec/api/groups_api_spec.rb +1 -0
- data/spec/api/groups_roles_api_spec.rb +1 -0
- data/spec/api/importers_pulp_api_spec.rb +1 -0
- data/spec/api/publications_api_spec.rb +4 -3
- data/spec/api/remotes_api_spec.rb +1 -0
- data/spec/api/repositories_api_spec.rb +3 -2
- data/spec/api/repository_versions_api_spec.rb +2 -1
- data/spec/api/roles_api_spec.rb +1 -0
- data/spec/api/signing_services_api_spec.rb +1 -0
- data/spec/api/task_schedules_api_spec.rb +1 -0
- data/spec/api/tasks_api_spec.rb +1 -0
- data/spec/api/uploads_api_spec.rb +1 -0
- data/spec/api/upstream_pulps_api_spec.rb +1 -0
- data/spec/api/users_api_spec.rb +1 -0
- data/spec/api/users_roles_api_spec.rb +1 -0
- data/spec/api/workers_api_spec.rb +1 -0
- data/spec/models/access_policy_response_spec.rb +6 -0
- data/spec/models/artifact_distribution_response_spec.rb +14 -8
- data/spec/models/artifact_response_spec.rb +6 -0
- data/spec/models/composite_content_guard_response_spec.rb +6 -0
- data/spec/models/content_guard_response_spec.rb +6 -0
- data/spec/models/content_redirect_content_guard_response_spec.rb +6 -0
- data/spec/models/distribution_response_spec.rb +6 -0
- data/spec/models/domain_response_spec.rb +6 -0
- data/spec/models/filesystem_export_response_spec.rb +6 -0
- data/spec/models/filesystem_exporter_response_spec.rb +6 -0
- data/spec/models/group_response_spec.rb +6 -0
- data/spec/models/group_role_response_spec.rb +6 -0
- data/spec/models/group_user_response_spec.rb +6 -0
- data/spec/models/header_content_guard_response_spec.rb +6 -0
- data/spec/models/import_response_spec.rb +6 -0
- data/spec/models/minimal_task_response_spec.rb +6 -0
- data/spec/models/multiple_artifact_content_response_spec.rb +6 -0
- data/spec/models/publication_response_spec.rb +6 -0
- data/spec/models/pulp_export_response_spec.rb +6 -0
- data/spec/models/pulp_exporter_response_spec.rb +6 -0
- data/spec/models/pulp_importer_response_spec.rb +6 -0
- data/spec/models/rbac_content_guard_response_spec.rb +6 -0
- data/spec/models/remote_response_spec.rb +6 -0
- data/spec/models/repository_response_spec.rb +6 -0
- data/spec/models/repository_version_response_spec.rb +6 -0
- data/spec/models/role_response_spec.rb +6 -0
- data/spec/models/signing_service_response_spec.rb +6 -0
- data/spec/models/task_group_response_spec.rb +6 -0
- data/spec/models/task_response_spec.rb +6 -0
- data/spec/models/task_schedule_response_spec.rb +6 -0
- data/spec/models/upload_detail_response_spec.rb +6 -0
- data/spec/models/upload_response_spec.rb +6 -0
- data/spec/models/upstream_pulp_response_spec.rb +6 -0
- data/spec/models/user_group_response_spec.rb +6 -0
- data/spec/models/user_response_spec.rb +6 -0
- data/spec/models/user_role_response_spec.rb +6 -0
- data/spec/models/worker_response_spec.rb +6 -0
- metadata +155 -155
@@ -17,6 +17,9 @@ module PulpcoreClient
|
|
17
17
|
class FilesystemExporterResponse
|
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
|
|
@@ -36,6 +39,7 @@ module PulpcoreClient
|
|
36
39
|
def self.attribute_map
|
37
40
|
{
|
38
41
|
:'pulp_href' => :'pulp_href',
|
42
|
+
:'prn' => :'prn',
|
39
43
|
:'pulp_created' => :'pulp_created',
|
40
44
|
:'pulp_last_updated' => :'pulp_last_updated',
|
41
45
|
:'name' => :'name',
|
@@ -48,6 +52,7 @@ module PulpcoreClient
|
|
48
52
|
def self.openapi_types
|
49
53
|
{
|
50
54
|
:'pulp_href' => :'String',
|
55
|
+
:'prn' => :'String',
|
51
56
|
:'pulp_created' => :'DateTime',
|
52
57
|
:'pulp_last_updated' => :'DateTime',
|
53
58
|
:'name' => :'String',
|
@@ -81,6 +86,10 @@ module PulpcoreClient
|
|
81
86
|
self.pulp_href = attributes[:'pulp_href']
|
82
87
|
end
|
83
88
|
|
89
|
+
if attributes.key?(:'prn')
|
90
|
+
self.prn = attributes[:'prn']
|
91
|
+
end
|
92
|
+
|
84
93
|
if attributes.key?(:'pulp_created')
|
85
94
|
self.pulp_created = attributes[:'pulp_created']
|
86
95
|
end
|
@@ -131,6 +140,7 @@ module PulpcoreClient
|
|
131
140
|
return true if self.equal?(o)
|
132
141
|
self.class == o.class &&
|
133
142
|
pulp_href == o.pulp_href &&
|
143
|
+
prn == o.prn &&
|
134
144
|
pulp_created == o.pulp_created &&
|
135
145
|
pulp_last_updated == o.pulp_last_updated &&
|
136
146
|
name == o.name &&
|
@@ -147,7 +157,7 @@ module PulpcoreClient
|
|
147
157
|
# Calculates hash code according to all attributes.
|
148
158
|
# @return [Integer] Hash code
|
149
159
|
def hash
|
150
|
-
[pulp_href, pulp_created, pulp_last_updated, name, path, method].hash
|
160
|
+
[pulp_href, prn, pulp_created, pulp_last_updated, name, path, method].hash
|
151
161
|
end
|
152
162
|
|
153
163
|
# Builds the object from hash
|
@@ -20,6 +20,8 @@ module PulpcoreClient
|
|
20
20
|
|
21
21
|
attr_accessor :pulp_href
|
22
22
|
|
23
|
+
attr_accessor :prn
|
24
|
+
|
23
25
|
attr_accessor :id
|
24
26
|
|
25
27
|
# Attribute mapping from ruby-style variable name to JSON key.
|
@@ -27,6 +29,7 @@ module PulpcoreClient
|
|
27
29
|
{
|
28
30
|
:'name' => :'name',
|
29
31
|
:'pulp_href' => :'pulp_href',
|
32
|
+
:'prn' => :'prn',
|
30
33
|
:'id' => :'id'
|
31
34
|
}
|
32
35
|
end
|
@@ -36,6 +39,7 @@ module PulpcoreClient
|
|
36
39
|
{
|
37
40
|
:'name' => :'String',
|
38
41
|
:'pulp_href' => :'String',
|
42
|
+
:'prn' => :'String',
|
39
43
|
:'id' => :'Integer'
|
40
44
|
}
|
41
45
|
end
|
@@ -69,6 +73,10 @@ module PulpcoreClient
|
|
69
73
|
self.pulp_href = attributes[:'pulp_href']
|
70
74
|
end
|
71
75
|
|
76
|
+
if attributes.key?(:'prn')
|
77
|
+
self.prn = attributes[:'prn']
|
78
|
+
end
|
79
|
+
|
72
80
|
if attributes.key?(:'id')
|
73
81
|
self.id = attributes[:'id']
|
74
82
|
end
|
@@ -118,6 +126,7 @@ module PulpcoreClient
|
|
118
126
|
self.class == o.class &&
|
119
127
|
name == o.name &&
|
120
128
|
pulp_href == o.pulp_href &&
|
129
|
+
prn == o.prn &&
|
121
130
|
id == o.id
|
122
131
|
end
|
123
132
|
|
@@ -130,7 +139,7 @@ module PulpcoreClient
|
|
130
139
|
# Calculates hash code according to all attributes.
|
131
140
|
# @return [Integer] Hash code
|
132
141
|
def hash
|
133
|
-
[name, pulp_href, id].hash
|
142
|
+
[name, pulp_href, prn, id].hash
|
134
143
|
end
|
135
144
|
|
136
145
|
# Builds the object from hash
|
@@ -17,6 +17,9 @@ module PulpcoreClient
|
|
17
17
|
class GroupRoleResponse
|
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
|
:'role' => :'role',
|
@@ -53,6 +57,7 @@ module PulpcoreClient
|
|
53
57
|
def self.openapi_types
|
54
58
|
{
|
55
59
|
:'pulp_href' => :'String',
|
60
|
+
:'prn' => :'String',
|
56
61
|
:'pulp_created' => :'DateTime',
|
57
62
|
:'pulp_last_updated' => :'DateTime',
|
58
63
|
:'role' => :'String',
|
@@ -90,6 +95,10 @@ module PulpcoreClient
|
|
90
95
|
self.pulp_href = attributes[:'pulp_href']
|
91
96
|
end
|
92
97
|
|
98
|
+
if attributes.key?(:'prn')
|
99
|
+
self.prn = attributes[:'prn']
|
100
|
+
end
|
101
|
+
|
93
102
|
if attributes.key?(:'pulp_created')
|
94
103
|
self.pulp_created = attributes[:'pulp_created']
|
95
104
|
end
|
@@ -145,6 +154,7 @@ module PulpcoreClient
|
|
145
154
|
return true if self.equal?(o)
|
146
155
|
self.class == o.class &&
|
147
156
|
pulp_href == o.pulp_href &&
|
157
|
+
prn == o.prn &&
|
148
158
|
pulp_created == o.pulp_created &&
|
149
159
|
pulp_last_updated == o.pulp_last_updated &&
|
150
160
|
role == o.role &&
|
@@ -163,7 +173,7 @@ module PulpcoreClient
|
|
163
173
|
# Calculates hash code according to all attributes.
|
164
174
|
# @return [Integer] Hash code
|
165
175
|
def hash
|
166
|
-
[pulp_href, pulp_created, pulp_last_updated, role, content_object, description, permissions, domain].hash
|
176
|
+
[pulp_href, prn, pulp_created, pulp_last_updated, role, content_object, description, permissions, domain].hash
|
167
177
|
end
|
168
178
|
|
169
179
|
# Builds the object from hash
|
@@ -20,11 +20,14 @@ module PulpcoreClient
|
|
20
20
|
|
21
21
|
attr_accessor :pulp_href
|
22
22
|
|
23
|
+
attr_accessor :prn
|
24
|
+
|
23
25
|
# Attribute mapping from ruby-style variable name to JSON key.
|
24
26
|
def self.attribute_map
|
25
27
|
{
|
26
28
|
:'username' => :'username',
|
27
|
-
:'pulp_href' => :'pulp_href'
|
29
|
+
:'pulp_href' => :'pulp_href',
|
30
|
+
:'prn' => :'prn'
|
28
31
|
}
|
29
32
|
end
|
30
33
|
|
@@ -32,7 +35,8 @@ module PulpcoreClient
|
|
32
35
|
def self.openapi_types
|
33
36
|
{
|
34
37
|
:'username' => :'String',
|
35
|
-
:'pulp_href' => :'String'
|
38
|
+
:'pulp_href' => :'String',
|
39
|
+
:'prn' => :'String'
|
36
40
|
}
|
37
41
|
end
|
38
42
|
|
@@ -64,6 +68,10 @@ module PulpcoreClient
|
|
64
68
|
if attributes.key?(:'pulp_href')
|
65
69
|
self.pulp_href = attributes[:'pulp_href']
|
66
70
|
end
|
71
|
+
|
72
|
+
if attributes.key?(:'prn')
|
73
|
+
self.prn = attributes[:'prn']
|
74
|
+
end
|
67
75
|
end
|
68
76
|
|
69
77
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -109,7 +117,8 @@ module PulpcoreClient
|
|
109
117
|
return true if self.equal?(o)
|
110
118
|
self.class == o.class &&
|
111
119
|
username == o.username &&
|
112
|
-
pulp_href == o.pulp_href
|
120
|
+
pulp_href == o.pulp_href &&
|
121
|
+
prn == o.prn
|
113
122
|
end
|
114
123
|
|
115
124
|
# @see the `==` method
|
@@ -121,7 +130,7 @@ module PulpcoreClient
|
|
121
130
|
# Calculates hash code according to all attributes.
|
122
131
|
# @return [Integer] Hash code
|
123
132
|
def hash
|
124
|
-
[username, pulp_href].hash
|
133
|
+
[username, pulp_href, prn].hash
|
125
134
|
end
|
126
135
|
|
127
136
|
# Builds the object from hash
|
@@ -17,6 +17,9 @@ module PulpcoreClient
|
|
17
17
|
class HeaderContentGuardResponse
|
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
|
:'name' => :'name',
|
@@ -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
|
:'name' => :'String',
|
@@ -93,6 +98,10 @@ module PulpcoreClient
|
|
93
98
|
self.pulp_href = attributes[:'pulp_href']
|
94
99
|
end
|
95
100
|
|
101
|
+
if attributes.key?(:'prn')
|
102
|
+
self.prn = attributes[:'prn']
|
103
|
+
end
|
104
|
+
|
96
105
|
if attributes.key?(:'pulp_created')
|
97
106
|
self.pulp_created = attributes[:'pulp_created']
|
98
107
|
end
|
@@ -156,6 +165,7 @@ module PulpcoreClient
|
|
156
165
|
return true if self.equal?(o)
|
157
166
|
self.class == o.class &&
|
158
167
|
pulp_href == o.pulp_href &&
|
168
|
+
prn == o.prn &&
|
159
169
|
pulp_created == o.pulp_created &&
|
160
170
|
pulp_last_updated == o.pulp_last_updated &&
|
161
171
|
name == o.name &&
|
@@ -174,7 +184,7 @@ module PulpcoreClient
|
|
174
184
|
# Calculates hash code according to all attributes.
|
175
185
|
# @return [Integer] Hash code
|
176
186
|
def hash
|
177
|
-
[pulp_href, pulp_created, pulp_last_updated, name, description, header_name, header_value, jq_filter].hash
|
187
|
+
[pulp_href, prn, pulp_created, pulp_last_updated, name, description, header_name, header_value, jq_filter].hash
|
178
188
|
end
|
179
189
|
|
180
190
|
# Builds the object from hash
|
@@ -17,6 +17,9 @@ module PulpcoreClient
|
|
17
17
|
class ImportResponse
|
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
|
:'task' => :'task',
|
@@ -44,10 +48,11 @@ 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
|
:'task' => :'String',
|
50
|
-
:'params' => :'
|
55
|
+
:'params' => :'Object'
|
51
56
|
}
|
52
57
|
end
|
53
58
|
|
@@ -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
|
@@ -122,6 +131,7 @@ module PulpcoreClient
|
|
122
131
|
return true if self.equal?(o)
|
123
132
|
self.class == o.class &&
|
124
133
|
pulp_href == o.pulp_href &&
|
134
|
+
prn == o.prn &&
|
125
135
|
pulp_created == o.pulp_created &&
|
126
136
|
pulp_last_updated == o.pulp_last_updated &&
|
127
137
|
task == o.task &&
|
@@ -137,7 +147,7 @@ module PulpcoreClient
|
|
137
147
|
# Calculates hash code according to all attributes.
|
138
148
|
# @return [Integer] Hash code
|
139
149
|
def hash
|
140
|
-
[pulp_href, pulp_created, pulp_last_updated, task, params].hash
|
150
|
+
[pulp_href, prn, pulp_created, pulp_last_updated, task, params].hash
|
141
151
|
end
|
142
152
|
|
143
153
|
# Builds the object from hash
|
@@ -17,6 +17,9 @@ module PulpcoreClient
|
|
17
17
|
class MinimalTaskResponse
|
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
|
:'name' => :'name',
|
@@ -60,6 +64,7 @@ module PulpcoreClient
|
|
60
64
|
def self.openapi_types
|
61
65
|
{
|
62
66
|
:'pulp_href' => :'String',
|
67
|
+
:'prn' => :'String',
|
63
68
|
:'pulp_created' => :'DateTime',
|
64
69
|
:'pulp_last_updated' => :'DateTime',
|
65
70
|
:'name' => :'String',
|
@@ -96,6 +101,10 @@ module PulpcoreClient
|
|
96
101
|
self.pulp_href = attributes[:'pulp_href']
|
97
102
|
end
|
98
103
|
|
104
|
+
if attributes.key?(:'prn')
|
105
|
+
self.prn = attributes[:'prn']
|
106
|
+
end
|
107
|
+
|
99
108
|
if attributes.key?(:'pulp_created')
|
100
109
|
self.pulp_created = attributes[:'pulp_created']
|
101
110
|
end
|
@@ -153,6 +162,7 @@ module PulpcoreClient
|
|
153
162
|
return true if self.equal?(o)
|
154
163
|
self.class == o.class &&
|
155
164
|
pulp_href == o.pulp_href &&
|
165
|
+
prn == o.prn &&
|
156
166
|
pulp_created == o.pulp_created &&
|
157
167
|
pulp_last_updated == o.pulp_last_updated &&
|
158
168
|
name == o.name &&
|
@@ -172,7 +182,7 @@ module PulpcoreClient
|
|
172
182
|
# Calculates hash code according to all attributes.
|
173
183
|
# @return [Integer] Hash code
|
174
184
|
def hash
|
175
|
-
[pulp_href, pulp_created, pulp_last_updated, name, state, unblocked_at, started_at, finished_at, worker].hash
|
185
|
+
[pulp_href, prn, pulp_created, pulp_last_updated, name, state, unblocked_at, started_at, finished_at, worker].hash
|
176
186
|
end
|
177
187
|
|
178
188
|
# Builds the object from hash
|
@@ -17,6 +17,9 @@ module PulpcoreClient
|
|
17
17
|
class MultipleArtifactContentResponse
|
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
|
|
@@ -30,6 +33,7 @@ module PulpcoreClient
|
|
30
33
|
def self.attribute_map
|
31
34
|
{
|
32
35
|
:'pulp_href' => :'pulp_href',
|
36
|
+
:'prn' => :'prn',
|
33
37
|
:'pulp_created' => :'pulp_created',
|
34
38
|
:'pulp_last_updated' => :'pulp_last_updated',
|
35
39
|
:'artifacts' => :'artifacts'
|
@@ -40,6 +44,7 @@ module PulpcoreClient
|
|
40
44
|
def self.openapi_types
|
41
45
|
{
|
42
46
|
:'pulp_href' => :'String',
|
47
|
+
:'prn' => :'String',
|
43
48
|
:'pulp_created' => :'DateTime',
|
44
49
|
:'pulp_last_updated' => :'DateTime',
|
45
50
|
:'artifacts' => :'Object'
|
@@ -71,6 +76,10 @@ module PulpcoreClient
|
|
71
76
|
self.pulp_href = attributes[:'pulp_href']
|
72
77
|
end
|
73
78
|
|
79
|
+
if attributes.key?(:'prn')
|
80
|
+
self.prn = attributes[:'prn']
|
81
|
+
end
|
82
|
+
|
74
83
|
if attributes.key?(:'pulp_created')
|
75
84
|
self.pulp_created = attributes[:'pulp_created']
|
76
85
|
end
|
@@ -108,6 +117,7 @@ module PulpcoreClient
|
|
108
117
|
return true if self.equal?(o)
|
109
118
|
self.class == o.class &&
|
110
119
|
pulp_href == o.pulp_href &&
|
120
|
+
prn == o.prn &&
|
111
121
|
pulp_created == o.pulp_created &&
|
112
122
|
pulp_last_updated == o.pulp_last_updated &&
|
113
123
|
artifacts == o.artifacts
|
@@ -122,7 +132,7 @@ module PulpcoreClient
|
|
122
132
|
# Calculates hash code according to all attributes.
|
123
133
|
# @return [Integer] Hash code
|
124
134
|
def hash
|
125
|
-
[pulp_href, pulp_created, pulp_last_updated, artifacts].hash
|
135
|
+
[pulp_href, prn, pulp_created, pulp_last_updated, artifacts].hash
|
126
136
|
end
|
127
137
|
|
128
138
|
# 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,13 +60,14 @@ 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',
|
62
67
|
:'exported_resources' => :'Array<String>',
|
63
|
-
:'params' => :'
|
64
|
-
:'output_file_info' => :'
|
65
|
-
:'toc_info' => :'
|
68
|
+
:'params' => :'Object',
|
69
|
+
:'output_file_info' => :'Object',
|
70
|
+
:'toc_info' => :'Object'
|
66
71
|
}
|
67
72
|
end
|
68
73
|
|
@@ -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
|