pulp_rpm_client 3.27.1 → 3.27.3
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 +5 -5
- data/docs/AcsRpmApi.md +5 -3
- data/docs/ArtifactResponse.md +2 -0
- data/docs/ContentAdvisoriesApi.md +14 -10
- data/docs/ContentDistributionTreesApi.md +11 -9
- data/docs/ContentModulemdDefaultsApi.md +11 -9
- data/docs/ContentModulemdObsoletesApi.md +11 -9
- data/docs/ContentModulemdsApi.md +11 -9
- data/docs/ContentPackagecategoriesApi.md +11 -9
- data/docs/ContentPackageenvironmentsApi.md +11 -9
- data/docs/ContentPackagegroupsApi.md +11 -9
- data/docs/ContentPackagelangpacksApi.md +11 -9
- data/docs/ContentPackagesApi.md +14 -10
- data/docs/ContentRepoMetadataFilesApi.md +11 -9
- data/docs/Copy.md +1 -1
- data/docs/DistributionsRpmApi.md +5 -3
- data/docs/PatchedrpmRpmRepository.md +1 -1
- data/docs/PublicationsRpmApi.md +13 -11
- data/docs/RemotesRpmApi.md +5 -3
- data/docs/RemotesUlnApi.md +5 -3
- data/docs/RepositoriesRpmApi.md +9 -7
- data/docs/RepositoriesRpmVersionsApi.md +9 -7
- data/docs/RepositoryVersionResponse.md +2 -0
- 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 +3 -1
- data/docs/RpmModulemdObsoleteResponse.md +2 -0
- data/docs/RpmModulemdResponse.md +5 -3
- data/docs/RpmPackage.md +3 -1
- data/docs/RpmPackageCategoryResponse.md +5 -3
- data/docs/RpmPackageEnvironmentResponse.md +6 -4
- data/docs/RpmPackageGroupResponse.md +5 -3
- data/docs/RpmPackageLangpacksResponse.md +3 -1
- data/docs/RpmPackageResponse.md +12 -10
- data/docs/RpmPruneApi.md +1 -1
- data/docs/RpmRepoMetadataFileResponse.md +2 -0
- data/docs/RpmRpmAlternateContentSourceResponse.md +2 -0
- data/docs/RpmRpmDistributionResponse.md +4 -0
- data/docs/RpmRpmPublication.md +1 -1
- data/docs/RpmRpmPublicationResponse.md +3 -1
- data/docs/RpmRpmRemoteResponse.md +2 -0
- data/docs/RpmRpmRepository.md +1 -1
- data/docs/RpmRpmRepositoryResponse.md +3 -1
- data/docs/RpmUlnRemoteResponse.md +2 -0
- data/docs/RpmUpdateCollection.md +1 -1
- data/docs/RpmUpdateCollectionResponse.md +1 -1
- data/docs/RpmUpdateRecord.md +3 -1
- data/docs/RpmUpdateRecordResponse.md +2 -0
- data/lib/pulp_rpm_client/api/acs_rpm_api.rb +5 -2
- data/lib/pulp_rpm_client/api/content_advisories_api.rb +18 -8
- data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +11 -8
- data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +11 -8
- data/lib/pulp_rpm_client/api/content_modulemd_obsoletes_api.rb +11 -8
- data/lib/pulp_rpm_client/api/content_modulemds_api.rb +11 -8
- data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +11 -8
- data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +11 -8
- data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +11 -8
- data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +11 -8
- data/lib/pulp_rpm_client/api/content_packages_api.rb +18 -8
- data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +11 -8
- data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +5 -2
- data/lib/pulp_rpm_client/api/publications_rpm_api.rb +14 -11
- data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +5 -2
- data/lib/pulp_rpm_client/api/remotes_uln_api.rb +5 -2
- data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +9 -6
- data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +10 -7
- data/lib/pulp_rpm_client/configuration.rb +2 -2
- data/lib/pulp_rpm_client/models/artifact_response.rb +12 -2
- data/lib/pulp_rpm_client/models/copy.rb +1 -1
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +1 -1
- data/lib/pulp_rpm_client/models/repository_add_remove_content.rb +1 -1
- data/lib/pulp_rpm_client/models/repository_version_response.rb +12 -2
- 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 +12 -2
- data/lib/pulp_rpm_client/models/rpm_modulemd_obsolete_response.rb +11 -1
- data/lib/pulp_rpm_client/models/rpm_modulemd_response.rb +14 -4
- data/lib/pulp_rpm_client/models/rpm_package.rb +29 -4
- data/lib/pulp_rpm_client/models/rpm_package_category_response.rb +14 -4
- data/lib/pulp_rpm_client/models/rpm_package_environment_response.rb +15 -5
- data/lib/pulp_rpm_client/models/rpm_package_group_response.rb +14 -4
- data/lib/pulp_rpm_client/models/rpm_package_langpacks_response.rb +12 -2
- data/lib/pulp_rpm_client/models/rpm_package_response.rb +21 -11
- data/lib/pulp_rpm_client/models/rpm_repo_metadata_file_response.rb +11 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_alternate_content_source_response.rb +11 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_distribution_response.rb +21 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_publication.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +12 -2
- data/lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb +11 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +12 -2
- data/lib/pulp_rpm_client/models/rpm_uln_remote_response.rb +11 -1
- 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 +29 -4
- data/lib/pulp_rpm_client/models/rpm_update_record_response.rb +11 -1
- data/lib/pulp_rpm_client/version.rb +1 -1
- data/spec/api/acs_rpm_api_spec.rb +2 -1
- data/spec/api/content_advisories_api_spec.rb +6 -4
- data/spec/api/content_distribution_trees_api_spec.rb +5 -4
- data/spec/api/content_modulemd_defaults_api_spec.rb +5 -4
- data/spec/api/content_modulemd_obsoletes_api_spec.rb +5 -4
- data/spec/api/content_modulemds_api_spec.rb +5 -4
- data/spec/api/content_packagecategories_api_spec.rb +5 -4
- data/spec/api/content_packageenvironments_api_spec.rb +5 -4
- data/spec/api/content_packagegroups_api_spec.rb +5 -4
- data/spec/api/content_packagelangpacks_api_spec.rb +5 -4
- data/spec/api/content_packages_api_spec.rb +6 -4
- data/spec/api/content_repo_metadata_files_api_spec.rb +5 -4
- data/spec/api/distributions_rpm_api_spec.rb +2 -1
- data/spec/api/publications_rpm_api_spec.rb +6 -5
- data/spec/api/remotes_rpm_api_spec.rb +2 -1
- data/spec/api/remotes_uln_api_spec.rb +2 -1
- data/spec/api/repositories_rpm_api_spec.rb +4 -3
- data/spec/api/repositories_rpm_versions_api_spec.rb +4 -3
- data/spec/configuration_spec.rb +3 -3
- data/spec/models/artifact_response_spec.rb +6 -0
- data/spec/models/repository_version_response_spec.rb +6 -0
- data/spec/models/rpm_modulemd_defaults_response_spec.rb +6 -0
- data/spec/models/rpm_modulemd_obsolete_response_spec.rb +6 -0
- data/spec/models/rpm_modulemd_response_spec.rb +6 -0
- data/spec/models/rpm_package_category_response_spec.rb +6 -0
- data/spec/models/rpm_package_environment_response_spec.rb +6 -0
- data/spec/models/rpm_package_group_response_spec.rb +6 -0
- data/spec/models/rpm_package_langpacks_response_spec.rb +6 -0
- data/spec/models/rpm_package_response_spec.rb +6 -0
- data/spec/models/rpm_package_spec.rb +6 -0
- data/spec/models/rpm_repo_metadata_file_response_spec.rb +6 -0
- data/spec/models/rpm_rpm_alternate_content_source_response_spec.rb +6 -0
- data/spec/models/rpm_rpm_distribution_response_spec.rb +12 -0
- data/spec/models/rpm_rpm_publication_response_spec.rb +6 -0
- data/spec/models/rpm_rpm_remote_response_spec.rb +6 -0
- data/spec/models/rpm_rpm_repository_response_spec.rb +6 -0
- data/spec/models/rpm_uln_remote_response_spec.rb +6 -0
- data/spec/models/rpm_update_record_response_spec.rb +6 -0
- data/spec/models/rpm_update_record_spec.rb +6 -0
- metadata +102 -102
@@ -17,6 +17,9 @@ module PulpRpmClient
|
|
17
17
|
class RpmRpmPublicationResponse
|
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
|
|
@@ -56,6 +59,7 @@ module PulpRpmClient
|
|
56
59
|
def self.attribute_map
|
57
60
|
{
|
58
61
|
:'pulp_href' => :'pulp_href',
|
62
|
+
:'prn' => :'prn',
|
59
63
|
:'pulp_created' => :'pulp_created',
|
60
64
|
:'pulp_last_updated' => :'pulp_last_updated',
|
61
65
|
:'repository_version' => :'repository_version',
|
@@ -75,6 +79,7 @@ module PulpRpmClient
|
|
75
79
|
def self.openapi_types
|
76
80
|
{
|
77
81
|
:'pulp_href' => :'String',
|
82
|
+
:'prn' => :'String',
|
78
83
|
:'pulp_created' => :'DateTime',
|
79
84
|
:'pulp_last_updated' => :'DateTime',
|
80
85
|
:'repository_version' => :'String',
|
@@ -85,7 +90,7 @@ module PulpRpmClient
|
|
85
90
|
:'gpgcheck' => :'Integer',
|
86
91
|
:'repo_gpgcheck' => :'Integer',
|
87
92
|
:'sqlite_metadata' => :'Boolean',
|
88
|
-
:'repo_config' => :'
|
93
|
+
:'repo_config' => :'Object',
|
89
94
|
:'compression_type' => :'CompressionTypeEnum'
|
90
95
|
}
|
91
96
|
end
|
@@ -117,6 +122,10 @@ module PulpRpmClient
|
|
117
122
|
self.pulp_href = attributes[:'pulp_href']
|
118
123
|
end
|
119
124
|
|
125
|
+
if attributes.key?(:'prn')
|
126
|
+
self.prn = attributes[:'prn']
|
127
|
+
end
|
128
|
+
|
120
129
|
if attributes.key?(:'pulp_created')
|
121
130
|
self.pulp_created = attributes[:'pulp_created']
|
122
131
|
end
|
@@ -235,6 +244,7 @@ module PulpRpmClient
|
|
235
244
|
return true if self.equal?(o)
|
236
245
|
self.class == o.class &&
|
237
246
|
pulp_href == o.pulp_href &&
|
247
|
+
prn == o.prn &&
|
238
248
|
pulp_created == o.pulp_created &&
|
239
249
|
pulp_last_updated == o.pulp_last_updated &&
|
240
250
|
repository_version == o.repository_version &&
|
@@ -258,7 +268,7 @@ module PulpRpmClient
|
|
258
268
|
# Calculates hash code according to all attributes.
|
259
269
|
# @return [Integer] Hash code
|
260
270
|
def hash
|
261
|
-
[pulp_href, pulp_created, pulp_last_updated, repository_version, repository, checksum_type, metadata_checksum_type, package_checksum_type, gpgcheck, repo_gpgcheck, sqlite_metadata, repo_config, compression_type].hash
|
271
|
+
[pulp_href, prn, pulp_created, pulp_last_updated, repository_version, repository, checksum_type, metadata_checksum_type, package_checksum_type, gpgcheck, repo_gpgcheck, sqlite_metadata, repo_config, compression_type].hash
|
262
272
|
end
|
263
273
|
|
264
274
|
# Builds the object from hash
|
@@ -17,6 +17,9 @@ module PulpRpmClient
|
|
17
17
|
class RpmRpmRemoteResponse
|
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
|
|
@@ -80,6 +83,7 @@ module PulpRpmClient
|
|
80
83
|
def self.attribute_map
|
81
84
|
{
|
82
85
|
:'pulp_href' => :'pulp_href',
|
86
|
+
:'prn' => :'prn',
|
83
87
|
:'pulp_created' => :'pulp_created',
|
84
88
|
:'pulp_last_updated' => :'pulp_last_updated',
|
85
89
|
:'name' => :'name',
|
@@ -107,6 +111,7 @@ module PulpRpmClient
|
|
107
111
|
def self.openapi_types
|
108
112
|
{
|
109
113
|
:'pulp_href' => :'String',
|
114
|
+
:'prn' => :'String',
|
110
115
|
:'pulp_created' => :'DateTime',
|
111
116
|
:'pulp_last_updated' => :'DateTime',
|
112
117
|
:'name' => :'String',
|
@@ -166,6 +171,10 @@ module PulpRpmClient
|
|
166
171
|
self.pulp_href = attributes[:'pulp_href']
|
167
172
|
end
|
168
173
|
|
174
|
+
if attributes.key?(:'prn')
|
175
|
+
self.prn = attributes[:'prn']
|
176
|
+
end
|
177
|
+
|
169
178
|
if attributes.key?(:'pulp_created')
|
170
179
|
self.pulp_created = attributes[:'pulp_created']
|
171
180
|
end
|
@@ -357,6 +366,7 @@ module PulpRpmClient
|
|
357
366
|
return true if self.equal?(o)
|
358
367
|
self.class == o.class &&
|
359
368
|
pulp_href == o.pulp_href &&
|
369
|
+
prn == o.prn &&
|
360
370
|
pulp_created == o.pulp_created &&
|
361
371
|
pulp_last_updated == o.pulp_last_updated &&
|
362
372
|
name == o.name &&
|
@@ -388,7 +398,7 @@ module PulpRpmClient
|
|
388
398
|
# Calculates hash code according to all attributes.
|
389
399
|
# @return [Integer] Hash code
|
390
400
|
def hash
|
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, sles_auth_token].hash
|
401
|
+
[pulp_href, prn, pulp_created, pulp_last_updated, name, url, ca_cert, client_cert, tls_validation, proxy_url, pulp_labels, download_concurrency, max_retries, policy, total_timeout, connect_timeout, sock_connect_timeout, sock_read_timeout, headers, rate_limit, hidden_fields, sles_auth_token].hash
|
392
402
|
end
|
393
403
|
|
394
404
|
# Builds the object from hash
|
@@ -106,7 +106,7 @@ module PulpRpmClient
|
|
106
106
|
:'package_checksum_type' => :'PackageChecksumTypeEnum',
|
107
107
|
:'gpgcheck' => :'Integer',
|
108
108
|
:'repo_gpgcheck' => :'Integer',
|
109
|
-
:'repo_config' => :'
|
109
|
+
:'repo_config' => :'Object',
|
110
110
|
:'compression_type' => :'CompressionTypeEnum'
|
111
111
|
}
|
112
112
|
end
|
@@ -17,6 +17,9 @@ module PulpRpmClient
|
|
17
17
|
class RpmRpmRepositoryResponse
|
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
|
|
@@ -84,6 +87,7 @@ module PulpRpmClient
|
|
84
87
|
def self.attribute_map
|
85
88
|
{
|
86
89
|
:'pulp_href' => :'pulp_href',
|
90
|
+
:'prn' => :'prn',
|
87
91
|
:'pulp_created' => :'pulp_created',
|
88
92
|
:'pulp_last_updated' => :'pulp_last_updated',
|
89
93
|
:'versions_href' => :'versions_href',
|
@@ -113,6 +117,7 @@ module PulpRpmClient
|
|
113
117
|
def self.openapi_types
|
114
118
|
{
|
115
119
|
:'pulp_href' => :'String',
|
120
|
+
:'prn' => :'String',
|
116
121
|
:'pulp_created' => :'DateTime',
|
117
122
|
:'pulp_last_updated' => :'DateTime',
|
118
123
|
:'versions_href' => :'String',
|
@@ -133,7 +138,7 @@ module PulpRpmClient
|
|
133
138
|
:'gpgcheck' => :'Integer',
|
134
139
|
:'repo_gpgcheck' => :'Integer',
|
135
140
|
:'sqlite_metadata' => :'Boolean',
|
136
|
-
:'repo_config' => :'
|
141
|
+
:'repo_config' => :'Object',
|
137
142
|
:'compression_type' => :'CompressionTypeEnum'
|
138
143
|
}
|
139
144
|
end
|
@@ -174,6 +179,10 @@ module PulpRpmClient
|
|
174
179
|
self.pulp_href = attributes[:'pulp_href']
|
175
180
|
end
|
176
181
|
|
182
|
+
if attributes.key?(:'prn')
|
183
|
+
self.prn = attributes[:'prn']
|
184
|
+
end
|
185
|
+
|
177
186
|
if attributes.key?(:'pulp_created')
|
178
187
|
self.pulp_created = attributes[:'pulp_created']
|
179
188
|
end
|
@@ -388,6 +397,7 @@ module PulpRpmClient
|
|
388
397
|
return true if self.equal?(o)
|
389
398
|
self.class == o.class &&
|
390
399
|
pulp_href == o.pulp_href &&
|
400
|
+
prn == o.prn &&
|
391
401
|
pulp_created == o.pulp_created &&
|
392
402
|
pulp_last_updated == o.pulp_last_updated &&
|
393
403
|
versions_href == o.versions_href &&
|
@@ -421,7 +431,7 @@ module PulpRpmClient
|
|
421
431
|
# Calculates hash code according to all attributes.
|
422
432
|
# @return [Integer] Hash code
|
423
433
|
def hash
|
424
|
-
[pulp_href, pulp_created, pulp_last_updated, versions_href, pulp_labels, latest_version_href, name, description, retain_repo_versions, remote, autopublish, metadata_signing_service, package_signing_service, package_signing_fingerprint, retain_package_versions, checksum_type, metadata_checksum_type, package_checksum_type, gpgcheck, repo_gpgcheck, sqlite_metadata, repo_config, compression_type].hash
|
434
|
+
[pulp_href, prn, pulp_created, pulp_last_updated, versions_href, pulp_labels, latest_version_href, name, description, retain_repo_versions, remote, autopublish, metadata_signing_service, package_signing_service, package_signing_fingerprint, retain_package_versions, checksum_type, metadata_checksum_type, package_checksum_type, gpgcheck, repo_gpgcheck, sqlite_metadata, repo_config, compression_type].hash
|
425
435
|
end
|
426
436
|
|
427
437
|
# Builds the object from hash
|
@@ -17,6 +17,9 @@ 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
|
+
|
20
23
|
# Timestamp of creation.
|
21
24
|
attr_accessor :pulp_created
|
22
25
|
|
@@ -80,6 +83,7 @@ module PulpRpmClient
|
|
80
83
|
def self.attribute_map
|
81
84
|
{
|
82
85
|
:'pulp_href' => :'pulp_href',
|
86
|
+
:'prn' => :'prn',
|
83
87
|
:'pulp_created' => :'pulp_created',
|
84
88
|
:'pulp_last_updated' => :'pulp_last_updated',
|
85
89
|
:'name' => :'name',
|
@@ -107,6 +111,7 @@ module PulpRpmClient
|
|
107
111
|
def self.openapi_types
|
108
112
|
{
|
109
113
|
:'pulp_href' => :'String',
|
114
|
+
:'prn' => :'String',
|
110
115
|
:'pulp_created' => :'DateTime',
|
111
116
|
:'pulp_last_updated' => :'DateTime',
|
112
117
|
:'name' => :'String',
|
@@ -166,6 +171,10 @@ module PulpRpmClient
|
|
166
171
|
self.pulp_href = attributes[:'pulp_href']
|
167
172
|
end
|
168
173
|
|
174
|
+
if attributes.key?(:'prn')
|
175
|
+
self.prn = attributes[:'prn']
|
176
|
+
end
|
177
|
+
|
169
178
|
if attributes.key?(:'pulp_created')
|
170
179
|
self.pulp_created = attributes[:'pulp_created']
|
171
180
|
end
|
@@ -357,6 +366,7 @@ module PulpRpmClient
|
|
357
366
|
return true if self.equal?(o)
|
358
367
|
self.class == o.class &&
|
359
368
|
pulp_href == o.pulp_href &&
|
369
|
+
prn == o.prn &&
|
360
370
|
pulp_created == o.pulp_created &&
|
361
371
|
pulp_last_updated == o.pulp_last_updated &&
|
362
372
|
name == o.name &&
|
@@ -388,7 +398,7 @@ module PulpRpmClient
|
|
388
398
|
# Calculates hash code according to all attributes.
|
389
399
|
# @return [Integer] Hash code
|
390
400
|
def hash
|
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
|
401
|
+
[pulp_href, prn, pulp_created, pulp_last_updated, name, url, ca_cert, client_cert, tls_validation, proxy_url, pulp_labels, download_concurrency, max_retries, policy, total_timeout, connect_timeout, sock_connect_timeout, sock_read_timeout, headers, rate_limit, hidden_fields, uln_server_base_url].hash
|
392
402
|
end
|
393
403
|
|
394
404
|
# Builds the object from hash
|
@@ -24,12 +24,16 @@ 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
|
+
|
27
30
|
# Attribute mapping from ruby-style variable name to JSON key.
|
28
31
|
def self.attribute_map
|
29
32
|
{
|
30
33
|
:'repository' => :'repository',
|
31
34
|
:'file' => :'file',
|
32
|
-
:'upload' => :'upload'
|
35
|
+
:'upload' => :'upload',
|
36
|
+
:'file_url' => :'file_url'
|
33
37
|
}
|
34
38
|
end
|
35
39
|
|
@@ -38,7 +42,8 @@ module PulpRpmClient
|
|
38
42
|
{
|
39
43
|
:'repository' => :'String',
|
40
44
|
:'file' => :'File',
|
41
|
-
:'upload' => :'String'
|
45
|
+
:'upload' => :'String',
|
46
|
+
:'file_url' => :'String'
|
42
47
|
}
|
43
48
|
end
|
44
49
|
|
@@ -74,21 +79,40 @@ module PulpRpmClient
|
|
74
79
|
if attributes.key?(:'upload')
|
75
80
|
self.upload = attributes[:'upload']
|
76
81
|
end
|
82
|
+
|
83
|
+
if attributes.key?(:'file_url')
|
84
|
+
self.file_url = attributes[:'file_url']
|
85
|
+
end
|
77
86
|
end
|
78
87
|
|
79
88
|
# Show invalid properties with the reasons. Usually used together with valid?
|
80
89
|
# @return Array for valid properties with the reasons
|
81
90
|
def list_invalid_properties
|
82
91
|
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
|
+
|
83
96
|
invalid_properties
|
84
97
|
end
|
85
98
|
|
86
99
|
# Check to see if the all the properties in the model are valid
|
87
100
|
# @return true if the model is valid
|
88
101
|
def valid?
|
102
|
+
return false if !@file_url.nil? && @file_url.to_s.length < 1
|
89
103
|
true
|
90
104
|
end
|
91
105
|
|
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
|
+
|
92
116
|
# Checks equality by comparing each attribute.
|
93
117
|
# @param [Object] Object to be compared
|
94
118
|
def ==(o)
|
@@ -96,7 +120,8 @@ module PulpRpmClient
|
|
96
120
|
self.class == o.class &&
|
97
121
|
repository == o.repository &&
|
98
122
|
file == o.file &&
|
99
|
-
upload == o.upload
|
123
|
+
upload == o.upload &&
|
124
|
+
file_url == o.file_url
|
100
125
|
end
|
101
126
|
|
102
127
|
# @see the `==` method
|
@@ -108,7 +133,7 @@ module PulpRpmClient
|
|
108
133
|
# Calculates hash code according to all attributes.
|
109
134
|
# @return [Integer] Hash code
|
110
135
|
def hash
|
111
|
-
[repository, file, upload].hash
|
136
|
+
[repository, file, upload, file_url].hash
|
112
137
|
end
|
113
138
|
|
114
139
|
# Builds the object from hash
|
@@ -17,6 +17,9 @@ 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
|
+
|
20
23
|
# Timestamp of creation.
|
21
24
|
attr_accessor :pulp_created
|
22
25
|
|
@@ -81,6 +84,7 @@ module PulpRpmClient
|
|
81
84
|
def self.attribute_map
|
82
85
|
{
|
83
86
|
:'pulp_href' => :'pulp_href',
|
87
|
+
:'prn' => :'prn',
|
84
88
|
:'pulp_created' => :'pulp_created',
|
85
89
|
:'pulp_last_updated' => :'pulp_last_updated',
|
86
90
|
:'id' => :'id',
|
@@ -108,6 +112,7 @@ module PulpRpmClient
|
|
108
112
|
def self.openapi_types
|
109
113
|
{
|
110
114
|
:'pulp_href' => :'String',
|
115
|
+
:'prn' => :'String',
|
111
116
|
:'pulp_created' => :'DateTime',
|
112
117
|
:'pulp_last_updated' => :'DateTime',
|
113
118
|
:'id' => :'String',
|
@@ -156,6 +161,10 @@ module PulpRpmClient
|
|
156
161
|
self.pulp_href = attributes[:'pulp_href']
|
157
162
|
end
|
158
163
|
|
164
|
+
if attributes.key?(:'prn')
|
165
|
+
self.prn = attributes[:'prn']
|
166
|
+
end
|
167
|
+
|
159
168
|
if attributes.key?(:'pulp_created')
|
160
169
|
self.pulp_created = attributes[:'pulp_created']
|
161
170
|
end
|
@@ -260,6 +269,7 @@ module PulpRpmClient
|
|
260
269
|
return true if self.equal?(o)
|
261
270
|
self.class == o.class &&
|
262
271
|
pulp_href == o.pulp_href &&
|
272
|
+
prn == o.prn &&
|
263
273
|
pulp_created == o.pulp_created &&
|
264
274
|
pulp_last_updated == o.pulp_last_updated &&
|
265
275
|
id == o.id &&
|
@@ -291,7 +301,7 @@ module PulpRpmClient
|
|
291
301
|
# Calculates hash code according to all attributes.
|
292
302
|
# @return [Integer] Hash code
|
293
303
|
def hash
|
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
|
304
|
+
[pulp_href, prn, 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
|
295
305
|
end
|
296
306
|
|
297
307
|
# Builds the object from hash
|
@@ -85,9 +85,10 @@ 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.
|
88
89
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
89
90
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
90
|
-
# @option opts [String] :q
|
91
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
91
92
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
92
93
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
93
94
|
# @return [PaginatedrpmRpmAlternateContentSourceResponseList]
|
@@ -39,6 +39,7 @@ 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.
|
42
43
|
# @return [AsyncOperationResponse]
|
43
44
|
describe 'create test' do
|
44
45
|
it 'should work' do
|
@@ -56,12 +57,13 @@ describe 'ContentAdvisoriesApi' do
|
|
56
57
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
57
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) * `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)
|
58
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.
|
59
61
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
60
62
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
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
|
63
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
64
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
65
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
66
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
65
67
|
# @option opts [String] :severity Filter results where severity matches value
|
66
68
|
# @option opts [Array<String>] :severity__in Filter results where severity is in a comma-separated list of values
|
67
69
|
# @option opts [String] :severity__ne Filter results where severity not equal to value
|
@@ -40,12 +40,13 @@ 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.
|
43
44
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
44
45
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
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
|
46
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
47
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
48
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
49
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
49
50
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
50
51
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
51
52
|
# @return [PaginatedrpmDistributionTreeResponseList]
|
@@ -54,12 +54,13 @@ 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.
|
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 [String] :sha256
|
64
65
|
# @option opts [String] :stream Filter results where stream matches value
|
65
66
|
# @option opts [Array<String>] :stream__in Filter results where stream is in a comma-separated list of values
|
@@ -52,12 +52,13 @@ 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.
|
55
56
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
56
57
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
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
|
58
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
59
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
60
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
61
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
61
62
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
62
63
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
63
64
|
# @return [PaginatedrpmModulemdObsoleteResponseList]
|
@@ -58,12 +58,13 @@ 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.
|
61
62
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
62
63
|
# @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
|
64
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
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
|
68
69
|
# @option opts [String] :stream Filter results where stream matches value
|
69
70
|
# @option opts [Array<String>] :stream__in Filter results where stream is in a comma-separated list of values
|
@@ -40,12 +40,13 @@ 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.
|
43
44
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
44
45
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
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
|
46
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
47
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
48
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
49
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
49
50
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
50
51
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
51
52
|
# @return [PaginatedrpmPackageCategoryResponseList]
|
@@ -40,12 +40,13 @@ 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.
|
43
44
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
44
45
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
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
|
46
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
47
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
48
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
49
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
49
50
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
50
51
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
51
52
|
# @return [PaginatedrpmPackageEnvironmentResponseList]
|
@@ -40,12 +40,13 @@ 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.
|
43
44
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
44
45
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
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
|
46
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
47
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
48
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
49
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
49
50
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
50
51
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
51
52
|
# @return [PaginatedrpmPackageGroupResponseList]
|
@@ -40,12 +40,13 @@ 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.
|
43
44
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
44
45
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
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
|
46
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
47
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
48
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
49
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
49
50
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
50
51
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
51
52
|
# @return [PaginatedrpmPackageLangpacksResponseList]
|