pulp_deb_client 3.3.1 → 3.4.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.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/docs/ContentGenericContentsApi.md +10 -8
- data/docs/ContentInstallerFileIndicesApi.md +10 -8
- data/docs/ContentInstallerPackagesApi.md +10 -8
- data/docs/ContentPackageIndicesApi.md +10 -8
- data/docs/ContentPackageReleaseComponentsApi.md +10 -8
- data/docs/ContentPackagesApi.md +10 -8
- data/docs/ContentReleaseArchitecturesApi.md +10 -8
- data/docs/ContentReleaseComponentsApi.md +10 -8
- data/docs/ContentReleaseFilesApi.md +10 -8
- data/docs/ContentReleasesApi.md +10 -8
- data/docs/ContentSourceIndicesApi.md +10 -8
- data/docs/ContentSourcePackagesApi.md +10 -8
- data/docs/ContentSourceReleaseComponentsApi.md +10 -8
- data/docs/DebAptDistributionResponse.md +4 -0
- data/docs/DebAptPublicationResponse.md +2 -0
- data/docs/DebAptRemoteResponse.md +2 -0
- data/docs/DebAptRepositoryResponse.md +2 -0
- data/docs/DebGenericContentResponse.md +2 -0
- data/docs/DebInstallerFileIndexResponse.md +2 -0
- data/docs/DebInstallerPackageResponse.md +2 -0
- data/docs/DebPackageIndexResponse.md +2 -0
- data/docs/DebPackageReleaseComponentResponse.md +2 -0
- data/docs/DebPackageResponse.md +2 -0
- data/docs/DebReleaseArchitectureResponse.md +2 -0
- data/docs/DebReleaseComponentResponse.md +2 -0
- data/docs/DebReleaseFileResponse.md +2 -0
- data/docs/DebReleaseResponse.md +2 -0
- data/docs/DebSourceIndexResponse.md +2 -0
- data/docs/DebSourcePackageReleaseComponentResponse.md +2 -0
- data/docs/DebSourcePackageResponse.md +2 -0
- data/docs/DebVerbatimPublicationResponse.md +2 -0
- data/docs/DistributionsAptApi.md +4 -2
- data/docs/PublicationsAptApi.md +12 -10
- data/docs/PublicationsVerbatimApi.md +12 -10
- data/docs/RemotesAptApi.md +4 -2
- data/docs/RepositoriesAptApi.md +8 -6
- data/docs/RepositoriesAptVersionsApi.md +8 -6
- data/docs/RepositoryVersionResponse.md +2 -0
- data/lib/pulp_deb_client/api/content_generic_contents_api.rb +11 -8
- data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +11 -8
- data/lib/pulp_deb_client/api/content_installer_packages_api.rb +11 -8
- data/lib/pulp_deb_client/api/content_package_indices_api.rb +11 -8
- data/lib/pulp_deb_client/api/content_package_release_components_api.rb +11 -8
- data/lib/pulp_deb_client/api/content_packages_api.rb +11 -8
- data/lib/pulp_deb_client/api/content_release_architectures_api.rb +11 -8
- data/lib/pulp_deb_client/api/content_release_components_api.rb +11 -8
- data/lib/pulp_deb_client/api/content_release_files_api.rb +11 -8
- data/lib/pulp_deb_client/api/content_releases_api.rb +11 -8
- data/lib/pulp_deb_client/api/content_source_indices_api.rb +11 -8
- data/lib/pulp_deb_client/api/content_source_packages_api.rb +11 -8
- data/lib/pulp_deb_client/api/content_source_release_components_api.rb +11 -8
- data/lib/pulp_deb_client/api/distributions_apt_api.rb +5 -2
- data/lib/pulp_deb_client/api/publications_apt_api.rb +14 -11
- data/lib/pulp_deb_client/api/publications_verbatim_api.rb +14 -11
- data/lib/pulp_deb_client/api/remotes_apt_api.rb +5 -2
- data/lib/pulp_deb_client/api/repositories_apt_api.rb +9 -6
- data/lib/pulp_deb_client/api/repositories_apt_versions_api.rb +10 -7
- data/lib/pulp_deb_client/models/deb_apt_distribution_response.rb +21 -1
- data/lib/pulp_deb_client/models/deb_apt_publication_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_apt_remote_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_apt_repository_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_generic_content_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_installer_file_index_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_installer_package_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_package_index_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_package_release_component_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_package_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_release_architecture_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_release_component_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_release_file_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_release_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_source_index_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_source_package_release_component_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_source_package_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_verbatim_publication_response.rb +11 -1
- data/lib/pulp_deb_client/models/repository_add_remove_content.rb +1 -1
- data/lib/pulp_deb_client/models/repository_version_response.rb +12 -2
- data/lib/pulp_deb_client/version.rb +1 -1
- data/spec/api/content_generic_contents_api_spec.rb +5 -4
- data/spec/api/content_installer_file_indices_api_spec.rb +5 -4
- data/spec/api/content_installer_packages_api_spec.rb +5 -4
- data/spec/api/content_package_indices_api_spec.rb +5 -4
- data/spec/api/content_package_release_components_api_spec.rb +5 -4
- data/spec/api/content_packages_api_spec.rb +5 -4
- data/spec/api/content_release_architectures_api_spec.rb +5 -4
- data/spec/api/content_release_components_api_spec.rb +5 -4
- data/spec/api/content_release_files_api_spec.rb +5 -4
- data/spec/api/content_releases_api_spec.rb +5 -4
- data/spec/api/content_source_indices_api_spec.rb +5 -4
- data/spec/api/content_source_packages_api_spec.rb +5 -4
- data/spec/api/content_source_release_components_api_spec.rb +5 -4
- data/spec/api/distributions_apt_api_spec.rb +2 -1
- data/spec/api/publications_apt_api_spec.rb +6 -5
- data/spec/api/publications_verbatim_api_spec.rb +6 -5
- data/spec/api/remotes_apt_api_spec.rb +2 -1
- data/spec/api/repositories_apt_api_spec.rb +4 -3
- data/spec/api/repositories_apt_versions_api_spec.rb +4 -3
- data/spec/models/deb_apt_distribution_response_spec.rb +12 -0
- data/spec/models/deb_apt_publication_response_spec.rb +6 -0
- data/spec/models/deb_apt_remote_response_spec.rb +6 -0
- data/spec/models/deb_apt_repository_response_spec.rb +6 -0
- data/spec/models/deb_generic_content_response_spec.rb +6 -0
- data/spec/models/deb_installer_file_index_response_spec.rb +6 -0
- data/spec/models/deb_installer_package_response_spec.rb +6 -0
- data/spec/models/deb_package_index_response_spec.rb +6 -0
- data/spec/models/deb_package_release_component_response_spec.rb +6 -0
- data/spec/models/deb_package_response_spec.rb +6 -0
- data/spec/models/deb_release_architecture_response_spec.rb +6 -0
- data/spec/models/deb_release_component_response_spec.rb +6 -0
- data/spec/models/deb_release_file_response_spec.rb +6 -0
- data/spec/models/deb_release_response_spec.rb +6 -0
- data/spec/models/deb_source_index_response_spec.rb +6 -0
- data/spec/models/deb_source_package_release_component_response_spec.rb +6 -0
- data/spec/models/deb_source_package_response_spec.rb +6 -0
- data/spec/models/deb_verbatim_publication_response_spec.rb +6 -0
- data/spec/models/repository_version_response_spec.rb +6 -0
- metadata +71 -71
@@ -17,6 +17,9 @@ module PulpDebClient
|
|
17
17
|
class DebReleaseArchitectureResponse
|
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 PulpDebClient
|
|
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
|
:'architecture' => :'architecture',
|
@@ -44,6 +48,7 @@ module PulpDebClient
|
|
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
|
:'architecture' => :'String',
|
@@ -76,6 +81,10 @@ module PulpDebClient
|
|
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 PulpDebClient
|
|
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
|
architecture == o.architecture &&
|
@@ -137,7 +147,7 @@ module PulpDebClient
|
|
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, architecture, distribution].hash
|
150
|
+
[pulp_href, prn, pulp_created, pulp_last_updated, architecture, distribution].hash
|
141
151
|
end
|
142
152
|
|
143
153
|
# Builds the object from hash
|
@@ -17,6 +17,9 @@ module PulpDebClient
|
|
17
17
|
class DebReleaseComponentResponse
|
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 PulpDebClient
|
|
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
|
:'component' => :'component',
|
@@ -44,6 +48,7 @@ module PulpDebClient
|
|
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
|
:'component' => :'String',
|
@@ -76,6 +81,10 @@ module PulpDebClient
|
|
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 PulpDebClient
|
|
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
|
component == o.component &&
|
@@ -137,7 +147,7 @@ module PulpDebClient
|
|
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, component, distribution].hash
|
150
|
+
[pulp_href, prn, pulp_created, pulp_last_updated, component, distribution].hash
|
141
151
|
end
|
142
152
|
|
143
153
|
# Builds the object from hash
|
@@ -17,6 +17,9 @@ module PulpDebClient
|
|
17
17
|
class DebReleaseFileResponse
|
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 PulpDebClient
|
|
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
|
:'artifacts' => :'artifacts',
|
@@ -56,6 +60,7 @@ module PulpDebClient
|
|
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
|
:'artifacts' => :'Object',
|
@@ -91,6 +96,10 @@ module PulpDebClient
|
|
91
96
|
self.pulp_href = attributes[:'pulp_href']
|
92
97
|
end
|
93
98
|
|
99
|
+
if attributes.key?(:'prn')
|
100
|
+
self.prn = attributes[:'prn']
|
101
|
+
end
|
102
|
+
|
94
103
|
if attributes.key?(:'pulp_created')
|
95
104
|
self.pulp_created = attributes[:'pulp_created']
|
96
105
|
end
|
@@ -149,6 +158,7 @@ module PulpDebClient
|
|
149
158
|
return true if self.equal?(o)
|
150
159
|
self.class == o.class &&
|
151
160
|
pulp_href == o.pulp_href &&
|
161
|
+
prn == o.prn &&
|
152
162
|
pulp_created == o.pulp_created &&
|
153
163
|
pulp_last_updated == o.pulp_last_updated &&
|
154
164
|
artifacts == o.artifacts &&
|
@@ -167,7 +177,7 @@ module PulpDebClient
|
|
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, artifacts, codename, suite, distribution, relative_path].hash
|
180
|
+
[pulp_href, prn, pulp_created, pulp_last_updated, artifacts, codename, suite, distribution, relative_path].hash
|
171
181
|
end
|
172
182
|
|
173
183
|
# Builds the object from hash
|
@@ -17,6 +17,9 @@ module PulpDebClient
|
|
17
17
|
class DebReleaseResponse
|
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 PulpDebClient
|
|
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
|
:'codename' => :'codename',
|
@@ -63,6 +67,7 @@ module PulpDebClient
|
|
63
67
|
def self.openapi_types
|
64
68
|
{
|
65
69
|
:'pulp_href' => :'String',
|
70
|
+
:'prn' => :'String',
|
66
71
|
:'pulp_created' => :'DateTime',
|
67
72
|
:'pulp_last_updated' => :'DateTime',
|
68
73
|
:'codename' => :'String',
|
@@ -106,6 +111,10 @@ module PulpDebClient
|
|
106
111
|
self.pulp_href = attributes[:'pulp_href']
|
107
112
|
end
|
108
113
|
|
114
|
+
if attributes.key?(:'prn')
|
115
|
+
self.prn = attributes[:'prn']
|
116
|
+
end
|
117
|
+
|
109
118
|
if attributes.key?(:'pulp_created')
|
110
119
|
self.pulp_created = attributes[:'pulp_created']
|
111
120
|
end
|
@@ -189,6 +198,7 @@ module PulpDebClient
|
|
189
198
|
return true if self.equal?(o)
|
190
199
|
self.class == o.class &&
|
191
200
|
pulp_href == o.pulp_href &&
|
201
|
+
prn == o.prn &&
|
192
202
|
pulp_created == o.pulp_created &&
|
193
203
|
pulp_last_updated == o.pulp_last_updated &&
|
194
204
|
codename == o.codename &&
|
@@ -211,7 +221,7 @@ module PulpDebClient
|
|
211
221
|
# Calculates hash code according to all attributes.
|
212
222
|
# @return [Integer] Hash code
|
213
223
|
def hash
|
214
|
-
[pulp_href, pulp_created, pulp_last_updated, codename, suite, distribution, version, origin, label, description, architectures, components].hash
|
224
|
+
[pulp_href, prn, pulp_created, pulp_last_updated, codename, suite, distribution, version, origin, label, description, architectures, components].hash
|
215
225
|
end
|
216
226
|
|
217
227
|
# Builds the object from hash
|
@@ -17,6 +17,9 @@ module PulpDebClient
|
|
17
17
|
class DebSourceIndexResponse
|
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 PulpDebClient
|
|
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
|
:'artifacts' => :'artifacts',
|
@@ -52,6 +56,7 @@ module PulpDebClient
|
|
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
|
:'artifacts' => :'Object',
|
@@ -86,6 +91,10 @@ module PulpDebClient
|
|
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
|
@@ -145,6 +154,7 @@ module PulpDebClient
|
|
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
|
artifacts == o.artifacts &&
|
@@ -162,7 +172,7 @@ module PulpDebClient
|
|
162
172
|
# Calculates hash code according to all attributes.
|
163
173
|
# @return [Integer] Hash code
|
164
174
|
def hash
|
165
|
-
[pulp_href, pulp_created, pulp_last_updated, artifacts, release, component, relative_path].hash
|
175
|
+
[pulp_href, prn, pulp_created, pulp_last_updated, artifacts, release, component, relative_path].hash
|
166
176
|
end
|
167
177
|
|
168
178
|
# Builds the object from hash
|
@@ -17,6 +17,9 @@ module PulpDebClient
|
|
17
17
|
class DebSourcePackageReleaseComponentResponse
|
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 PulpDebClient
|
|
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
|
:'source_package' => :'source_package',
|
@@ -44,6 +48,7 @@ module PulpDebClient
|
|
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
|
:'source_package' => :'String',
|
@@ -76,6 +81,10 @@ module PulpDebClient
|
|
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 PulpDebClient
|
|
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
|
source_package == o.source_package &&
|
@@ -137,7 +147,7 @@ module PulpDebClient
|
|
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, source_package, release_component].hash
|
150
|
+
[pulp_href, prn, pulp_created, pulp_last_updated, source_package, release_component].hash
|
141
151
|
end
|
142
152
|
|
143
153
|
# Builds the object from hash
|
@@ -17,6 +17,9 @@ module PulpDebClient
|
|
17
17
|
class DebSourcePackageResponse
|
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
|
|
@@ -87,6 +90,7 @@ module PulpDebClient
|
|
87
90
|
def self.attribute_map
|
88
91
|
{
|
89
92
|
:'pulp_href' => :'pulp_href',
|
93
|
+
:'prn' => :'prn',
|
90
94
|
:'pulp_created' => :'pulp_created',
|
91
95
|
:'pulp_last_updated' => :'pulp_last_updated',
|
92
96
|
:'artifacts' => :'artifacts',
|
@@ -125,6 +129,7 @@ module PulpDebClient
|
|
125
129
|
def self.openapi_types
|
126
130
|
{
|
127
131
|
:'pulp_href' => :'String',
|
132
|
+
:'prn' => :'String',
|
128
133
|
:'pulp_created' => :'DateTime',
|
129
134
|
:'pulp_last_updated' => :'DateTime',
|
130
135
|
:'artifacts' => :'Object',
|
@@ -184,6 +189,10 @@ module PulpDebClient
|
|
184
189
|
self.pulp_href = attributes[:'pulp_href']
|
185
190
|
end
|
186
191
|
|
192
|
+
if attributes.key?(:'prn')
|
193
|
+
self.prn = attributes[:'prn']
|
194
|
+
end
|
195
|
+
|
187
196
|
if attributes.key?(:'pulp_created')
|
188
197
|
self.pulp_created = attributes[:'pulp_created']
|
189
198
|
end
|
@@ -333,6 +342,7 @@ module PulpDebClient
|
|
333
342
|
return true if self.equal?(o)
|
334
343
|
self.class == o.class &&
|
335
344
|
pulp_href == o.pulp_href &&
|
345
|
+
prn == o.prn &&
|
336
346
|
pulp_created == o.pulp_created &&
|
337
347
|
pulp_last_updated == o.pulp_last_updated &&
|
338
348
|
artifacts == o.artifacts &&
|
@@ -375,7 +385,7 @@ module PulpDebClient
|
|
375
385
|
# Calculates hash code according to all attributes.
|
376
386
|
# @return [Integer] Hash code
|
377
387
|
def hash
|
378
|
-
[pulp_href, pulp_created, pulp_last_updated, artifacts, relative_path, format, source, binary, architecture, version, maintainer, uploaders, homepage, vcs_browser, vcs_arch, vcs_bzr, vcs_cvs, vcs_darcs, vcs_git, vcs_hg, vcs_mtn, vcs_snv, testsuite, dgit, standards_version, build_depends, build_depends_indep, build_depends_arch, build_conflicts, build_conflicts_indep, build_conflicts_arch, package_list].hash
|
388
|
+
[pulp_href, prn, pulp_created, pulp_last_updated, artifacts, relative_path, format, source, binary, architecture, version, maintainer, uploaders, homepage, vcs_browser, vcs_arch, vcs_bzr, vcs_cvs, vcs_darcs, vcs_git, vcs_hg, vcs_mtn, vcs_snv, testsuite, dgit, standards_version, build_depends, build_depends_indep, build_depends_arch, build_conflicts, build_conflicts_indep, build_conflicts_arch, package_list].hash
|
379
389
|
end
|
380
390
|
|
381
391
|
# Builds the object from hash
|
@@ -17,6 +17,9 @@ module PulpDebClient
|
|
17
17
|
class DebVerbatimPublicationResponse
|
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 PulpDebClient
|
|
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 PulpDebClient
|
|
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 PulpDebClient
|
|
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 PulpDebClient
|
|
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 PulpDebClient
|
|
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
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.3.1
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module PulpDebClient
|
16
|
-
# Base serializer for use with
|
16
|
+
# Base serializer for use with [pulpcore.app.models.Model][] This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
|
17
17
|
class RepositoryAddRemoveContent
|
18
18
|
# A list of content units to add to a new repository version. This content is added after remove_content_units are removed.
|
19
19
|
attr_accessor :add_content_units
|
@@ -13,10 +13,13 @@ OpenAPI Generator version: 4.3.1
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module PulpDebClient
|
16
|
-
# Base serializer for use with
|
16
|
+
# Base serializer for use with [pulpcore.app.models.Model][] This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
|
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 PulpDebClient
|
|
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 PulpDebClient
|
|
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 PulpDebClient
|
|
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 PulpDebClient
|
|
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 PulpDebClient
|
|
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
|
@@ -57,13 +57,14 @@ describe 'ContentGenericContentsApi' do
|
|
57
57
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
58
58
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
59
59
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
60
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
60
61
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
61
62
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
62
|
-
# @option opts [String] :q
|
63
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
63
64
|
# @option opts [String] :relative_path Filter results where relative_path matches value
|
64
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
65
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
66
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
65
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
66
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
67
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
67
68
|
# @option opts [String] :sha256 Filter results where sha256 matches value
|
68
69
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
69
70
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
@@ -54,13 +54,14 @@ describe 'ContentInstallerFileIndicesApi' do
|
|
54
54
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
55
55
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `component` - Component * `-component` - Component (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
56
56
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
57
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
57
58
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
58
59
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
59
|
-
# @option opts [String] :q
|
60
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
60
61
|
# @option opts [String] :relative_path Filter results where relative_path matches value
|
61
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
62
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
63
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
62
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
63
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
64
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
64
65
|
# @option opts [String] :sha256 Filter results where sha256 matches value
|
65
66
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
66
67
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
@@ -69,12 +69,13 @@ describe 'ContentInstallerPackagesApi' do
|
|
69
69
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
70
70
|
# @option opts [String] :package Filter results where package matches value
|
71
71
|
# @option opts [String] :priority Filter results where priority matches value
|
72
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
72
73
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
73
74
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
74
|
-
# @option opts [String] :q
|
75
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
76
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
77
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
75
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
76
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
77
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
78
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
78
79
|
# @option opts [String] :section Filter results where section matches value
|
79
80
|
# @option opts [String] :sha256 Filter results where sha256 matches value
|
80
81
|
# @option opts [String] :source Filter results where source matches value
|
@@ -54,13 +54,14 @@ describe 'ContentPackageIndicesApi' do
|
|
54
54
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
55
55
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `component` - Component * `-component` - Component (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `artifact_set_sha256` - Artifact set sha256 * `-artifact_set_sha256` - Artifact set sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
56
56
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
57
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
57
58
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
58
59
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
59
|
-
# @option opts [String] :q
|
60
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
60
61
|
# @option opts [String] :relative_path Filter results where relative_path matches value
|
61
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
62
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
63
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
62
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
63
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
64
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
64
65
|
# @option opts [String] :sha256 Filter results where sha256 matches value
|
65
66
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
66
67
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
@@ -53,13 +53,14 @@ describe 'ContentPackageReleaseComponentsApi' do
|
|
53
53
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
54
54
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
55
55
|
# @option opts [String] :package Filter results where package matches value
|
56
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
56
57
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
57
58
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
58
|
-
# @option opts [String] :q
|
59
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
59
60
|
# @option opts [String] :release_component Filter results where release_component matches value
|
60
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
61
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
62
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
61
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
62
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
63
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
63
64
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
64
65
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
65
66
|
# @return [PaginateddebPackageReleaseComponentResponseList]
|
@@ -79,15 +79,16 @@ describe 'ContentPackagesApi' do
|
|
79
79
|
# @option opts [String] :package__regex Filter results where package matches regex value
|
80
80
|
# @option opts [String] :package__startswith Filter results where package starts with value
|
81
81
|
# @option opts [String] :priority Filter results where priority matches value
|
82
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
82
83
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
83
84
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
84
|
-
# @option opts [String] :q
|
85
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
85
86
|
# @option opts [String] :relative_path Filter results where relative_path matches value
|
86
87
|
# @option opts [String] :release Must be a comma-separated string: \"release_href,repository_or_repository_version_href\" release_href: Filter results where Package in Release repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
|
87
88
|
# @option opts [String] :release_component Must be a comma-separated string: \"release_component_href,repository_or_repository_version_href\" release_component_href: Filter results where Package in ReleaseComponent repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
|
88
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
89
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
90
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
89
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
90
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
91
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
91
92
|
# @option opts [String] :section Filter results where section matches value
|
92
93
|
# @option opts [String] :sha256 Filter results where sha256 matches value
|
93
94
|
# @option opts [String] :source Filter results where source matches value
|
@@ -54,12 +54,13 @@ describe 'ContentReleaseArchitecturesApi' do
|
|
54
54
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
55
55
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `distribution` - Distribution * `-distribution` - Distribution (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
56
56
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
57
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
57
58
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
58
59
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
59
|
-
# @option opts [String] :q
|
60
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
61
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
62
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
60
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
61
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
62
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
63
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
63
64
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
64
65
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
65
66
|
# @return [PaginateddebReleaseArchitectureResponseList]
|