pulp_rpm_client 3.25.6 → 3.26.0
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 -5
- data/docs/AcsRpmApi.md +3 -5
- data/docs/ArtifactResponse.md +0 -2
- data/docs/ContentAdvisoriesApi.md +10 -14
- data/docs/ContentDistributionTreesApi.md +9 -11
- data/docs/ContentModulemdDefaultsApi.md +9 -11
- data/docs/ContentModulemdObsoletesApi.md +9 -11
- data/docs/ContentModulemdsApi.md +9 -11
- data/docs/ContentPackagecategoriesApi.md +9 -11
- data/docs/ContentPackageenvironmentsApi.md +9 -11
- data/docs/ContentPackagegroupsApi.md +9 -11
- data/docs/ContentPackagelangpacksApi.md +9 -11
- data/docs/ContentPackagesApi.md +10 -14
- data/docs/ContentRepoMetadataFilesApi.md +9 -11
- data/docs/Copy.md +1 -1
- data/docs/DistributionsRpmApi.md +3 -5
- data/docs/PatchedrpmRpmRepository.md +1 -1
- data/docs/PublicationsRpmApi.md +11 -13
- data/docs/RemotesRpmApi.md +3 -5
- data/docs/RemotesUlnApi.md +3 -5
- data/docs/RepositoriesRpmApi.md +7 -9
- data/docs/RepositoriesRpmVersionsApi.md +7 -9
- data/docs/RepositoryVersionResponse.md +0 -2
- data/docs/RpmCompsApi.md +1 -1
- data/docs/RpmCopyApi.md +1 -1
- data/docs/RpmModulemd.md +3 -3
- data/docs/RpmModulemdDefaults.md +1 -1
- data/docs/RpmModulemdDefaultsResponse.md +1 -3
- data/docs/RpmModulemdObsoleteResponse.md +0 -2
- data/docs/RpmModulemdResponse.md +3 -5
- data/docs/RpmPackage.md +1 -3
- data/docs/RpmPackageCategoryResponse.md +3 -5
- data/docs/RpmPackageEnvironmentResponse.md +4 -6
- data/docs/RpmPackageGroupResponse.md +3 -5
- data/docs/RpmPackageLangpacksResponse.md +1 -3
- data/docs/RpmPackageResponse.md +10 -12
- data/docs/RpmRepoMetadataFileResponse.md +0 -2
- data/docs/RpmRpmAlternateContentSourceResponse.md +0 -2
- data/docs/RpmRpmDistributionResponse.md +0 -4
- data/docs/RpmRpmPublication.md +1 -1
- data/docs/RpmRpmPublicationResponse.md +1 -3
- data/docs/RpmRpmRemoteResponse.md +0 -2
- data/docs/RpmRpmRepository.md +1 -1
- data/docs/RpmRpmRepositoryResponse.md +1 -3
- data/docs/RpmUlnRemoteResponse.md +0 -2
- data/docs/RpmUpdateCollection.md +1 -1
- data/docs/RpmUpdateCollectionResponse.md +1 -1
- data/docs/RpmUpdateRecord.md +1 -3
- data/docs/RpmUpdateRecordResponse.md +0 -2
- data/lib/pulp_rpm_client/api/acs_rpm_api.rb +2 -5
- data/lib/pulp_rpm_client/api/content_advisories_api.rb +8 -18
- data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +8 -11
- data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +8 -11
- data/lib/pulp_rpm_client/api/content_modulemd_obsoletes_api.rb +8 -11
- data/lib/pulp_rpm_client/api/content_modulemds_api.rb +8 -11
- data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +8 -11
- data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +8 -11
- data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +8 -11
- data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +8 -11
- data/lib/pulp_rpm_client/api/content_packages_api.rb +8 -18
- data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +8 -11
- data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +2 -5
- data/lib/pulp_rpm_client/api/publications_rpm_api.rb +11 -14
- data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +2 -5
- data/lib/pulp_rpm_client/api/remotes_uln_api.rb +2 -5
- data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +6 -9
- data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +7 -10
- data/lib/pulp_rpm_client/configuration.rb +2 -2
- data/lib/pulp_rpm_client/models/artifact_response.rb +2 -12
- data/lib/pulp_rpm_client/models/copy.rb +1 -1
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_remote.rb +20 -20
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +1 -1
- data/lib/pulp_rpm_client/models/patchedrpm_uln_remote.rb +20 -20
- data/lib/pulp_rpm_client/models/repository_add_remove_content.rb +1 -1
- data/lib/pulp_rpm_client/models/repository_version_response.rb +2 -12
- data/lib/pulp_rpm_client/models/rpm_modulemd.rb +3 -3
- data/lib/pulp_rpm_client/models/rpm_modulemd_defaults.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_modulemd_defaults_response.rb +2 -12
- data/lib/pulp_rpm_client/models/rpm_modulemd_obsolete_response.rb +1 -11
- data/lib/pulp_rpm_client/models/rpm_modulemd_response.rb +4 -14
- data/lib/pulp_rpm_client/models/rpm_package.rb +4 -29
- data/lib/pulp_rpm_client/models/rpm_package_category_response.rb +4 -14
- data/lib/pulp_rpm_client/models/rpm_package_environment_response.rb +5 -15
- data/lib/pulp_rpm_client/models/rpm_package_group_response.rb +4 -14
- data/lib/pulp_rpm_client/models/rpm_package_langpacks_response.rb +2 -12
- data/lib/pulp_rpm_client/models/rpm_package_response.rb +11 -21
- data/lib/pulp_rpm_client/models/rpm_repo_metadata_file_response.rb +1 -11
- data/lib/pulp_rpm_client/models/rpm_rpm_alternate_content_source_response.rb +1 -11
- data/lib/pulp_rpm_client/models/rpm_rpm_distribution_response.rb +1 -21
- data/lib/pulp_rpm_client/models/rpm_rpm_publication.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +2 -12
- data/lib/pulp_rpm_client/models/rpm_rpm_remote.rb +20 -20
- data/lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb +21 -31
- data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +2 -12
- data/lib/pulp_rpm_client/models/rpm_uln_remote.rb +20 -20
- data/lib/pulp_rpm_client/models/rpm_uln_remote_response.rb +21 -31
- data/lib/pulp_rpm_client/models/rpm_update_collection.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_update_collection_response.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_update_record.rb +4 -29
- data/lib/pulp_rpm_client/models/rpm_update_record_response.rb +1 -11
- data/lib/pulp_rpm_client/version.rb +1 -1
- data/spec/api/acs_rpm_api_spec.rb +1 -2
- data/spec/api/content_advisories_api_spec.rb +4 -6
- data/spec/api/content_distribution_trees_api_spec.rb +4 -5
- data/spec/api/content_modulemd_defaults_api_spec.rb +4 -5
- data/spec/api/content_modulemd_obsoletes_api_spec.rb +4 -5
- data/spec/api/content_modulemds_api_spec.rb +4 -5
- data/spec/api/content_packagecategories_api_spec.rb +4 -5
- data/spec/api/content_packageenvironments_api_spec.rb +4 -5
- data/spec/api/content_packagegroups_api_spec.rb +4 -5
- data/spec/api/content_packagelangpacks_api_spec.rb +4 -5
- data/spec/api/content_packages_api_spec.rb +4 -6
- data/spec/api/content_repo_metadata_files_api_spec.rb +4 -5
- data/spec/api/distributions_rpm_api_spec.rb +1 -2
- data/spec/api/publications_rpm_api_spec.rb +5 -6
- data/spec/api/remotes_rpm_api_spec.rb +1 -2
- data/spec/api/remotes_uln_api_spec.rb +1 -2
- data/spec/api/repositories_rpm_api_spec.rb +3 -4
- data/spec/api/repositories_rpm_versions_api_spec.rb +3 -4
- data/spec/configuration_spec.rb +3 -3
- data/spec/models/artifact_response_spec.rb +0 -6
- data/spec/models/repository_version_response_spec.rb +0 -6
- data/spec/models/rpm_modulemd_defaults_response_spec.rb +0 -6
- data/spec/models/rpm_modulemd_obsolete_response_spec.rb +0 -6
- data/spec/models/rpm_modulemd_response_spec.rb +0 -6
- data/spec/models/rpm_package_category_response_spec.rb +0 -6
- data/spec/models/rpm_package_environment_response_spec.rb +0 -6
- data/spec/models/rpm_package_group_response_spec.rb +0 -6
- data/spec/models/rpm_package_langpacks_response_spec.rb +0 -6
- data/spec/models/rpm_package_response_spec.rb +0 -6
- data/spec/models/rpm_package_spec.rb +0 -6
- data/spec/models/rpm_repo_metadata_file_response_spec.rb +0 -6
- data/spec/models/rpm_rpm_alternate_content_source_response_spec.rb +0 -6
- data/spec/models/rpm_rpm_distribution_response_spec.rb +0 -12
- data/spec/models/rpm_rpm_publication_response_spec.rb +0 -6
- data/spec/models/rpm_rpm_remote_response_spec.rb +0 -6
- data/spec/models/rpm_rpm_repository_response_spec.rb +0 -6
- data/spec/models/rpm_uln_remote_response_spec.rb +0 -6
- data/spec/models/rpm_update_record_response_spec.rb +0 -6
- data/spec/models/rpm_update_record_spec.rb +0 -6
- metadata +96 -96
@@ -17,9 +17,6 @@ module PulpRpmClient
|
|
17
17
|
class RpmUlnRemoteResponse
|
18
18
|
attr_accessor :pulp_href
|
19
19
|
|
20
|
-
# The Pulp Resource Name (PRN).
|
21
|
-
attr_accessor :prn
|
22
|
-
|
23
20
|
# Timestamp of creation.
|
24
21
|
attr_accessor :pulp_created
|
25
22
|
|
@@ -83,7 +80,6 @@ module PulpRpmClient
|
|
83
80
|
def self.attribute_map
|
84
81
|
{
|
85
82
|
:'pulp_href' => :'pulp_href',
|
86
|
-
:'prn' => :'prn',
|
87
83
|
:'pulp_created' => :'pulp_created',
|
88
84
|
:'pulp_last_updated' => :'pulp_last_updated',
|
89
85
|
:'name' => :'name',
|
@@ -111,7 +107,6 @@ module PulpRpmClient
|
|
111
107
|
def self.openapi_types
|
112
108
|
{
|
113
109
|
:'pulp_href' => :'String',
|
114
|
-
:'prn' => :'String',
|
115
110
|
:'pulp_created' => :'DateTime',
|
116
111
|
:'pulp_last_updated' => :'DateTime',
|
117
112
|
:'name' => :'String',
|
@@ -171,10 +166,6 @@ module PulpRpmClient
|
|
171
166
|
self.pulp_href = attributes[:'pulp_href']
|
172
167
|
end
|
173
168
|
|
174
|
-
if attributes.key?(:'prn')
|
175
|
-
self.prn = attributes[:'prn']
|
176
|
-
end
|
177
|
-
|
178
169
|
if attributes.key?(:'pulp_created')
|
179
170
|
self.pulp_created = attributes[:'pulp_created']
|
180
171
|
end
|
@@ -278,20 +269,20 @@ module PulpRpmClient
|
|
278
269
|
invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
|
279
270
|
end
|
280
271
|
|
281
|
-
if !@total_timeout.nil? && @total_timeout < 0
|
282
|
-
invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.')
|
272
|
+
if !@total_timeout.nil? && @total_timeout < 0.0
|
273
|
+
invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.0.')
|
283
274
|
end
|
284
275
|
|
285
|
-
if !@connect_timeout.nil? && @connect_timeout < 0
|
286
|
-
invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.')
|
276
|
+
if !@connect_timeout.nil? && @connect_timeout < 0.0
|
277
|
+
invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.0.')
|
287
278
|
end
|
288
279
|
|
289
|
-
if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
|
290
|
-
invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.')
|
280
|
+
if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
|
281
|
+
invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.')
|
291
282
|
end
|
292
283
|
|
293
|
-
if !@sock_read_timeout.nil? && @sock_read_timeout < 0
|
294
|
-
invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.')
|
284
|
+
if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
|
285
|
+
invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.0.')
|
295
286
|
end
|
296
287
|
|
297
288
|
invalid_properties
|
@@ -303,10 +294,10 @@ module PulpRpmClient
|
|
303
294
|
return false if @name.nil?
|
304
295
|
return false if @url.nil?
|
305
296
|
return false if !@download_concurrency.nil? && @download_concurrency < 1
|
306
|
-
return false if !@total_timeout.nil? && @total_timeout < 0
|
307
|
-
return false if !@connect_timeout.nil? && @connect_timeout < 0
|
308
|
-
return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
|
309
|
-
return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0
|
297
|
+
return false if !@total_timeout.nil? && @total_timeout < 0.0
|
298
|
+
return false if !@connect_timeout.nil? && @connect_timeout < 0.0
|
299
|
+
return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
|
300
|
+
return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
|
310
301
|
true
|
311
302
|
end
|
312
303
|
|
@@ -323,8 +314,8 @@ module PulpRpmClient
|
|
323
314
|
# Custom attribute writer method with validation
|
324
315
|
# @param [Object] total_timeout Value to be assigned
|
325
316
|
def total_timeout=(total_timeout)
|
326
|
-
if !total_timeout.nil? && total_timeout < 0
|
327
|
-
fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.'
|
317
|
+
if !total_timeout.nil? && total_timeout < 0.0
|
318
|
+
fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.0.'
|
328
319
|
end
|
329
320
|
|
330
321
|
@total_timeout = total_timeout
|
@@ -333,8 +324,8 @@ module PulpRpmClient
|
|
333
324
|
# Custom attribute writer method with validation
|
334
325
|
# @param [Object] connect_timeout Value to be assigned
|
335
326
|
def connect_timeout=(connect_timeout)
|
336
|
-
if !connect_timeout.nil? && connect_timeout < 0
|
337
|
-
fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.'
|
327
|
+
if !connect_timeout.nil? && connect_timeout < 0.0
|
328
|
+
fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.0.'
|
338
329
|
end
|
339
330
|
|
340
331
|
@connect_timeout = connect_timeout
|
@@ -343,8 +334,8 @@ module PulpRpmClient
|
|
343
334
|
# Custom attribute writer method with validation
|
344
335
|
# @param [Object] sock_connect_timeout Value to be assigned
|
345
336
|
def sock_connect_timeout=(sock_connect_timeout)
|
346
|
-
if !sock_connect_timeout.nil? && sock_connect_timeout < 0
|
347
|
-
fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.'
|
337
|
+
if !sock_connect_timeout.nil? && sock_connect_timeout < 0.0
|
338
|
+
fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.'
|
348
339
|
end
|
349
340
|
|
350
341
|
@sock_connect_timeout = sock_connect_timeout
|
@@ -353,8 +344,8 @@ module PulpRpmClient
|
|
353
344
|
# Custom attribute writer method with validation
|
354
345
|
# @param [Object] sock_read_timeout Value to be assigned
|
355
346
|
def sock_read_timeout=(sock_read_timeout)
|
356
|
-
if !sock_read_timeout.nil? && sock_read_timeout < 0
|
357
|
-
fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.'
|
347
|
+
if !sock_read_timeout.nil? && sock_read_timeout < 0.0
|
348
|
+
fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.0.'
|
358
349
|
end
|
359
350
|
|
360
351
|
@sock_read_timeout = sock_read_timeout
|
@@ -366,7 +357,6 @@ module PulpRpmClient
|
|
366
357
|
return true if self.equal?(o)
|
367
358
|
self.class == o.class &&
|
368
359
|
pulp_href == o.pulp_href &&
|
369
|
-
prn == o.prn &&
|
370
360
|
pulp_created == o.pulp_created &&
|
371
361
|
pulp_last_updated == o.pulp_last_updated &&
|
372
362
|
name == o.name &&
|
@@ -398,7 +388,7 @@ module PulpRpmClient
|
|
398
388
|
# Calculates hash code according to all attributes.
|
399
389
|
# @return [Integer] Hash code
|
400
390
|
def hash
|
401
|
-
[pulp_href,
|
391
|
+
[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, uln_server_base_url].hash
|
402
392
|
end
|
403
393
|
|
404
394
|
# Builds the object from hash
|
@@ -24,16 +24,12 @@ module PulpRpmClient
|
|
24
24
|
# An uncommitted upload that may be turned into the content unit.
|
25
25
|
attr_accessor :upload
|
26
26
|
|
27
|
-
# A url that Pulp can download and turn into the content unit.
|
28
|
-
attr_accessor :file_url
|
29
|
-
|
30
27
|
# Attribute mapping from ruby-style variable name to JSON key.
|
31
28
|
def self.attribute_map
|
32
29
|
{
|
33
30
|
:'repository' => :'repository',
|
34
31
|
:'file' => :'file',
|
35
|
-
:'upload' => :'upload'
|
36
|
-
:'file_url' => :'file_url'
|
32
|
+
:'upload' => :'upload'
|
37
33
|
}
|
38
34
|
end
|
39
35
|
|
@@ -42,8 +38,7 @@ module PulpRpmClient
|
|
42
38
|
{
|
43
39
|
:'repository' => :'String',
|
44
40
|
:'file' => :'File',
|
45
|
-
:'upload' => :'String'
|
46
|
-
:'file_url' => :'String'
|
41
|
+
:'upload' => :'String'
|
47
42
|
}
|
48
43
|
end
|
49
44
|
|
@@ -79,40 +74,21 @@ module PulpRpmClient
|
|
79
74
|
if attributes.key?(:'upload')
|
80
75
|
self.upload = attributes[:'upload']
|
81
76
|
end
|
82
|
-
|
83
|
-
if attributes.key?(:'file_url')
|
84
|
-
self.file_url = attributes[:'file_url']
|
85
|
-
end
|
86
77
|
end
|
87
78
|
|
88
79
|
# Show invalid properties with the reasons. Usually used together with valid?
|
89
80
|
# @return Array for valid properties with the reasons
|
90
81
|
def list_invalid_properties
|
91
82
|
invalid_properties = Array.new
|
92
|
-
if !@file_url.nil? && @file_url.to_s.length < 1
|
93
|
-
invalid_properties.push('invalid value for "file_url", the character length must be great than or equal to 1.')
|
94
|
-
end
|
95
|
-
|
96
83
|
invalid_properties
|
97
84
|
end
|
98
85
|
|
99
86
|
# Check to see if the all the properties in the model are valid
|
100
87
|
# @return true if the model is valid
|
101
88
|
def valid?
|
102
|
-
return false if !@file_url.nil? && @file_url.to_s.length < 1
|
103
89
|
true
|
104
90
|
end
|
105
91
|
|
106
|
-
# Custom attribute writer method with validation
|
107
|
-
# @param [Object] file_url Value to be assigned
|
108
|
-
def file_url=(file_url)
|
109
|
-
if !file_url.nil? && file_url.to_s.length < 1
|
110
|
-
fail ArgumentError, 'invalid value for "file_url", the character length must be great than or equal to 1.'
|
111
|
-
end
|
112
|
-
|
113
|
-
@file_url = file_url
|
114
|
-
end
|
115
|
-
|
116
92
|
# Checks equality by comparing each attribute.
|
117
93
|
# @param [Object] Object to be compared
|
118
94
|
def ==(o)
|
@@ -120,8 +96,7 @@ module PulpRpmClient
|
|
120
96
|
self.class == o.class &&
|
121
97
|
repository == o.repository &&
|
122
98
|
file == o.file &&
|
123
|
-
upload == o.upload
|
124
|
-
file_url == o.file_url
|
99
|
+
upload == o.upload
|
125
100
|
end
|
126
101
|
|
127
102
|
# @see the `==` method
|
@@ -133,7 +108,7 @@ module PulpRpmClient
|
|
133
108
|
# Calculates hash code according to all attributes.
|
134
109
|
# @return [Integer] Hash code
|
135
110
|
def hash
|
136
|
-
[repository, file, upload
|
111
|
+
[repository, file, upload].hash
|
137
112
|
end
|
138
113
|
|
139
114
|
# Builds the object from hash
|
@@ -17,9 +17,6 @@ module PulpRpmClient
|
|
17
17
|
class RpmUpdateRecordResponse
|
18
18
|
attr_accessor :pulp_href
|
19
19
|
|
20
|
-
# The Pulp Resource Name (PRN).
|
21
|
-
attr_accessor :prn
|
22
|
-
|
23
20
|
# Timestamp of creation.
|
24
21
|
attr_accessor :pulp_created
|
25
22
|
|
@@ -84,7 +81,6 @@ module PulpRpmClient
|
|
84
81
|
def self.attribute_map
|
85
82
|
{
|
86
83
|
:'pulp_href' => :'pulp_href',
|
87
|
-
:'prn' => :'prn',
|
88
84
|
:'pulp_created' => :'pulp_created',
|
89
85
|
:'pulp_last_updated' => :'pulp_last_updated',
|
90
86
|
:'id' => :'id',
|
@@ -112,7 +108,6 @@ module PulpRpmClient
|
|
112
108
|
def self.openapi_types
|
113
109
|
{
|
114
110
|
:'pulp_href' => :'String',
|
115
|
-
:'prn' => :'String',
|
116
111
|
:'pulp_created' => :'DateTime',
|
117
112
|
:'pulp_last_updated' => :'DateTime',
|
118
113
|
:'id' => :'String',
|
@@ -161,10 +156,6 @@ module PulpRpmClient
|
|
161
156
|
self.pulp_href = attributes[:'pulp_href']
|
162
157
|
end
|
163
158
|
|
164
|
-
if attributes.key?(:'prn')
|
165
|
-
self.prn = attributes[:'prn']
|
166
|
-
end
|
167
|
-
|
168
159
|
if attributes.key?(:'pulp_created')
|
169
160
|
self.pulp_created = attributes[:'pulp_created']
|
170
161
|
end
|
@@ -269,7 +260,6 @@ module PulpRpmClient
|
|
269
260
|
return true if self.equal?(o)
|
270
261
|
self.class == o.class &&
|
271
262
|
pulp_href == o.pulp_href &&
|
272
|
-
prn == o.prn &&
|
273
263
|
pulp_created == o.pulp_created &&
|
274
264
|
pulp_last_updated == o.pulp_last_updated &&
|
275
265
|
id == o.id &&
|
@@ -301,7 +291,7 @@ module PulpRpmClient
|
|
301
291
|
# Calculates hash code according to all attributes.
|
302
292
|
# @return [Integer] Hash code
|
303
293
|
def hash
|
304
|
-
[pulp_href,
|
294
|
+
[pulp_href, pulp_created, pulp_last_updated, id, updated_date, description, issued_date, fromstr, status, title, summary, version, type, severity, solution, release, rights, pushcount, pkglist, references, reboot_suggested].hash
|
305
295
|
end
|
306
296
|
|
307
297
|
# Builds the object from hash
|
@@ -85,10 +85,9 @@ describe 'AcsRpmApi' do
|
|
85
85
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
86
86
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
87
87
|
# @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) * `name` - Name * `-name` - Name (descending) * `last_refreshed` - Last refreshed * `-last_refreshed` - Last refreshed (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
88
|
-
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
89
88
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
90
89
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
91
|
-
# @option opts [String] :q
|
90
|
+
# @option opts [String] :q
|
92
91
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
93
92
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
94
93
|
# @return [PaginatedrpmRpmAlternateContentSourceResponseList]
|
@@ -39,7 +39,6 @@ describe 'ContentAdvisoriesApi' do
|
|
39
39
|
# @option opts [String] :repository A URI of a repository the new content unit should be associated with.
|
40
40
|
# @option opts [File] :file An uploaded file that may be turned into the content unit.
|
41
41
|
# @option opts [String] :upload An uncommitted upload that may be turned into the content unit.
|
42
|
-
# @option opts [String] :file_url A url that Pulp can download and turn into the content unit.
|
43
42
|
# @return [AsyncOperationResponse]
|
44
43
|
describe 'create test' do
|
45
44
|
it 'should work' do
|
@@ -57,13 +56,12 @@ describe 'ContentAdvisoriesApi' do
|
|
57
56
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
58
57
|
# @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) * `id` - Id * `-id` - Id (descending) * `updated_date` - Updated date * `-updated_date` - Updated date (descending) * `description` - Description * `-description` - Description (descending) * `issued_date` - Issued date * `-issued_date` - Issued date (descending) * `fromstr` - Fromstr * `-fromstr` - Fromstr (descending) * `status` - Status * `-status` - Status (descending) * `title` - Title * `-title` - Title (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `type` - Type * `-type` - Type (descending) * `severity` - Severity * `-severity` - Severity (descending) * `solution` - Solution * `-solution` - Solution (descending) * `release` - Release * `-release` - Release (descending) * `rights` - Rights * `-rights` - Rights (descending) * `reboot_suggested` - Reboot suggested * `-reboot_suggested` - Reboot suggested (descending) * `pushcount` - Pushcount * `-pushcount` - Pushcount (descending) * `digest` - Digest * `-digest` - Digest (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
59
58
|
# @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.
|
61
59
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
62
60
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
63
|
-
# @option opts [String] :q
|
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
|
61
|
+
# @option opts [String] :q
|
62
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
63
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
64
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
67
65
|
# @option opts [String] :severity Filter results where severity matches value
|
68
66
|
# @option opts [Array<String>] :severity__in Filter results where severity is in a comma-separated list of values
|
69
67
|
# @option opts [String] :severity__ne Filter results where severity not equal to value
|
@@ -40,13 +40,12 @@ describe 'ContentDistributionTreesApi' do
|
|
40
40
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
41
41
|
# @option opts [Array<String>] :ordering Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
42
42
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
43
|
-
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
44
43
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
45
44
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
46
|
-
# @option opts [String] :q
|
47
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
48
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
49
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
45
|
+
# @option opts [String] :q
|
46
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
47
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
48
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
50
49
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
51
50
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
52
51
|
# @return [PaginatedrpmDistributionTreeResponseList]
|
@@ -54,13 +54,12 @@ describe 'ContentModulemdDefaultsApi' 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) * `module` - Module * `-module` - Module (descending) * `stream` - Stream * `-stream` - Stream (descending) * `profiles` - Profiles * `-profiles` - Profiles (descending) * `digest` - Digest * `-digest` - Digest (descending) * `snippet` - Snippet * `-snippet` - Snippet (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.
|
58
57
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
59
58
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
60
|
-
# @option opts [String] :q
|
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
|
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
|
64
63
|
# @option opts [String] :sha256
|
65
64
|
# @option opts [String] :stream Filter results where stream matches value
|
66
65
|
# @option opts [Array<String>] :stream__in Filter results where stream is in a comma-separated list of values
|
@@ -52,13 +52,12 @@ describe 'ContentModulemdObsoletesApi' do
|
|
52
52
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
53
53
|
# @option opts [Array<String>] :ordering Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
54
54
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
55
|
-
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
56
55
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
57
56
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
58
|
-
# @option opts [String] :q
|
59
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
60
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
61
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
57
|
+
# @option opts [String] :q
|
58
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
59
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
60
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
62
61
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
63
62
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
64
63
|
# @return [PaginatedrpmModulemdObsoleteResponseList]
|
@@ -58,13 +58,12 @@ describe 'ContentModulemdsApi' do
|
|
58
58
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
59
59
|
# @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) * `name` - Name * `-name` - Name (descending) * `stream` - Stream * `-stream` - Stream (descending) * `version` - Version * `-version` - Version (descending) * `context` - Context * `-context` - Context (descending) * `arch` - Arch * `-arch` - Arch (descending) * `static_context` - Static context * `-static_context` - Static context (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `artifacts` - Artifacts * `-artifacts` - Artifacts (descending) * `profiles` - Profiles * `-profiles` - Profiles (descending) * `description` - Description * `-description` - Description (descending) * `digest` - Digest * `-digest` - Digest (descending) * `snippet` - Snippet * `-snippet` - Snippet (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
60
60
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
61
|
-
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
62
61
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
63
62
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
64
|
-
# @option opts [String] :q
|
65
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
66
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
67
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
63
|
+
# @option opts [String] :q
|
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
|
68
67
|
# @option opts [String] :sha256
|
69
68
|
# @option opts [String] :stream Filter results where stream matches value
|
70
69
|
# @option opts [Array<String>] :stream__in Filter results where stream is in a comma-separated list of values
|
@@ -40,13 +40,12 @@ describe 'ContentPackagecategoriesApi' do
|
|
40
40
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
41
41
|
# @option opts [Array<String>] :ordering Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
42
42
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
43
|
-
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
44
43
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
45
44
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
46
|
-
# @option opts [String] :q
|
47
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
48
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
49
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
45
|
+
# @option opts [String] :q
|
46
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
47
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
48
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
50
49
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
51
50
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
52
51
|
# @return [PaginatedrpmPackageCategoryResponseList]
|
@@ -40,13 +40,12 @@ describe 'ContentPackageenvironmentsApi' do
|
|
40
40
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
41
41
|
# @option opts [Array<String>] :ordering Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
42
42
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
43
|
-
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
44
43
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
45
44
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
46
|
-
# @option opts [String] :q
|
47
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
48
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
49
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
45
|
+
# @option opts [String] :q
|
46
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
47
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
48
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
50
49
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
51
50
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
52
51
|
# @return [PaginatedrpmPackageEnvironmentResponseList]
|
@@ -40,13 +40,12 @@ describe 'ContentPackagegroupsApi' do
|
|
40
40
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
41
41
|
# @option opts [Array<String>] :ordering Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
42
42
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
43
|
-
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
44
43
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
45
44
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
46
|
-
# @option opts [String] :q
|
47
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
48
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
49
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
45
|
+
# @option opts [String] :q
|
46
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
47
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
48
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
50
49
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
51
50
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
52
51
|
# @return [PaginatedrpmPackageGroupResponseList]
|
@@ -40,13 +40,12 @@ describe 'ContentPackagelangpacksApi' do
|
|
40
40
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
41
41
|
# @option opts [Array<String>] :ordering Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
42
42
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
43
|
-
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
44
43
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
45
44
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
46
|
-
# @option opts [String] :q
|
47
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
48
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
49
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
45
|
+
# @option opts [String] :q
|
46
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
47
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
48
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
50
49
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
51
50
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
52
51
|
# @return [PaginatedrpmPackageLangpacksResponseList]
|
@@ -41,7 +41,6 @@ describe 'ContentPackagesApi' do
|
|
41
41
|
# @option opts [String] :relative_path Path where the artifact is located relative to distributions base_path
|
42
42
|
# @option opts [File] :file An uploaded file that may be turned into the content unit.
|
43
43
|
# @option opts [String] :upload An uncommitted upload that may be turned into the content unit.
|
44
|
-
# @option opts [String] :file_url A url that Pulp can download and turn into the content unit.
|
45
44
|
# @return [AsyncOperationResponse]
|
46
45
|
describe 'create test' do
|
47
46
|
it 'should work' do
|
@@ -76,18 +75,17 @@ describe 'ContentPackagesApi' do
|
|
76
75
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
77
76
|
# @option opts [String] :pkg_id Filter results where pkgId matches value
|
78
77
|
# @option opts [Array<String>] :pkg_id__in Filter results where pkgId is in a comma-separated list of values
|
79
|
-
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
80
78
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
81
79
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
82
|
-
# @option opts [String] :q
|
80
|
+
# @option opts [String] :q
|
83
81
|
# @option opts [String] :release Filter results where release matches value
|
84
82
|
# @option opts [String] :release__contains Filter results where release contains value
|
85
83
|
# @option opts [Array<String>] :release__in Filter results where release is in a comma-separated list of values
|
86
84
|
# @option opts [String] :release__ne Filter results where release not equal to value
|
87
85
|
# @option opts [String] :release__startswith Filter results where release starts with value
|
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
|
86
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
87
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
88
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
91
89
|
# @option opts [String] :sha256
|
92
90
|
# @option opts [String] :version Filter results where version matches value
|
93
91
|
# @option opts [Array<String>] :version__in Filter results where version is in a comma-separated list of values
|
@@ -40,13 +40,12 @@ describe 'ContentRepoMetadataFilesApi' do
|
|
40
40
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
41
41
|
# @option opts [Array<String>] :ordering Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
42
42
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
43
|
-
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
44
43
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
45
44
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
46
|
-
# @option opts [String] :q
|
47
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
48
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
49
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
45
|
+
# @option opts [String] :q
|
46
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
47
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
48
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
50
49
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
51
50
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
52
51
|
# @return [PaginatedrpmRepoMetadataFileResponseList]
|
@@ -89,11 +89,10 @@ describe 'DistributionsRpmApi' do
|
|
89
89
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
90
90
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
91
91
|
# @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) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
92
|
-
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
93
92
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
94
93
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
95
94
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
96
|
-
# @option opts [String] :q
|
95
|
+
# @option opts [String] :q
|
97
96
|
# @option opts [String] :repository Filter results where repository matches value
|
98
97
|
# @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
|
99
98
|
# @option opts [String] :with_content Filter distributions based on the content served by them
|
@@ -73,12 +73,11 @@ describe 'PublicationsRpmApi' do
|
|
73
73
|
# List rpm publications
|
74
74
|
# ViewSet for Rpm Publications.
|
75
75
|
# @param [Hash] opts the optional parameters
|
76
|
-
# @option opts [String] :content Content Unit referenced by HREF
|
77
|
-
# @option opts [
|
76
|
+
# @option opts [String] :content Content Unit referenced by HREF
|
77
|
+
# @option opts [String] :content__in Content Unit referenced by HREF
|
78
78
|
# @option opts [Integer] :limit Number of results to return per page.
|
79
79
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
80
80
|
# @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) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
81
|
-
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
82
81
|
# @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
|
83
82
|
# @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
|
84
83
|
# @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
|
@@ -87,9 +86,9 @@ describe 'PublicationsRpmApi' do
|
|
87
86
|
# @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
|
88
87
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
89
88
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
90
|
-
# @option opts [String] :q
|
91
|
-
# @option opts [String] :repository Repository referenced by HREF
|
92
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
89
|
+
# @option opts [String] :q
|
90
|
+
# @option opts [String] :repository Repository referenced by HREF
|
91
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
93
92
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
94
93
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
95
94
|
# @return [PaginatedrpmRpmPublicationResponseList]
|