pulp_file_client 3.62.0 → 3.63.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/docs/AcsFileApi.md +2 -0
- data/docs/ContentFilesApi.md +8 -6
- data/docs/DistributionsFileApi.md +2 -0
- data/docs/FileFileAlternateContentSourceResponse.md +2 -0
- data/docs/FileFileContentResponse.md +2 -0
- data/docs/FileFileDistributionResponse.md +2 -0
- data/docs/FileFilePublicationResponse.md +2 -0
- data/docs/FileFileRemoteResponse.md +2 -0
- data/docs/FileFileRepositoryResponse.md +2 -0
- data/docs/PublicationsFileApi.md +8 -6
- data/docs/RemotesFileApi.md +2 -0
- data/docs/RepositoriesFileApi.md +6 -4
- data/docs/RepositoriesFileVersionsApi.md +4 -2
- data/docs/RepositoryVersionResponse.md +2 -0
- data/lib/pulp_file_client/api/acs_file_api.rb +3 -0
- data/lib/pulp_file_client/api/content_files_api.rb +9 -6
- data/lib/pulp_file_client/api/distributions_file_api.rb +3 -0
- data/lib/pulp_file_client/api/publications_file_api.rb +9 -6
- data/lib/pulp_file_client/api/remotes_file_api.rb +3 -0
- data/lib/pulp_file_client/api/repositories_file_api.rb +7 -4
- data/lib/pulp_file_client/api/repositories_file_versions_api.rb +5 -2
- data/lib/pulp_file_client/models/file_file_alternate_content_source_response.rb +11 -1
- data/lib/pulp_file_client/models/file_file_content_response.rb +11 -1
- data/lib/pulp_file_client/models/file_file_distribution_response.rb +11 -1
- data/lib/pulp_file_client/models/file_file_publication_response.rb +11 -1
- data/lib/pulp_file_client/models/file_file_remote_response.rb +11 -1
- data/lib/pulp_file_client/models/file_file_repository_response.rb +11 -1
- data/lib/pulp_file_client/models/repository_version_response.rb +11 -1
- data/lib/pulp_file_client/version.rb +1 -1
- data/spec/api/acs_file_api_spec.rb +1 -0
- data/spec/api/content_files_api_spec.rb +4 -3
- data/spec/api/distributions_file_api_spec.rb +1 -0
- data/spec/api/publications_file_api_spec.rb +4 -3
- data/spec/api/remotes_file_api_spec.rb +1 -0
- data/spec/api/repositories_file_api_spec.rb +3 -2
- data/spec/api/repositories_file_versions_api_spec.rb +2 -1
- data/spec/models/file_file_alternate_content_source_response_spec.rb +6 -0
- data/spec/models/file_file_content_response_spec.rb +6 -0
- data/spec/models/file_file_distribution_response_spec.rb +6 -0
- data/spec/models/file_file_publication_response_spec.rb +6 -0
- data/spec/models/file_file_remote_response_spec.rb +6 -0
- data/spec/models/file_file_repository_response_spec.rb +6 -0
- data/spec/models/repository_version_response_spec.rb +6 -0
- metadata +33 -33
@@ -230,6 +230,7 @@ module PulpFileClient
|
|
230
230
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
231
231
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
232
232
|
# @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) * `url` - Url * `-url` - Url (descending) * `ca_cert` - Ca cert * `-ca_cert` - Ca cert (descending) * `client_cert` - Client cert * `-client_cert` - Client cert (descending) * `client_key` - Client key * `-client_key` - Client key (descending) * `tls_validation` - Tls validation * `-tls_validation` - Tls validation (descending) * `username` - Username * `-username` - Username (descending) * `password` - Password * `-password` - Password (descending) * `proxy_url` - Proxy url * `-proxy_url` - Proxy url (descending) * `proxy_username` - Proxy username * `-proxy_username` - Proxy username (descending) * `proxy_password` - Proxy password * `-proxy_password` - Proxy password (descending) * `download_concurrency` - Download concurrency * `-download_concurrency` - Download concurrency (descending) * `max_retries` - Max retries * `-max_retries` - Max retries (descending) * `policy` - Policy * `-policy` - Policy (descending) * `total_timeout` - Total timeout * `-total_timeout` - Total timeout (descending) * `connect_timeout` - Connect timeout * `-connect_timeout` - Connect timeout (descending) * `sock_connect_timeout` - Sock connect timeout * `-sock_connect_timeout` - Sock connect timeout (descending) * `sock_read_timeout` - Sock read timeout * `-sock_read_timeout` - Sock read timeout (descending) * `headers` - Headers * `-headers` - Headers (descending) * `rate_limit` - Rate limit * `-rate_limit` - Rate limit (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
233
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
233
234
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
234
235
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
235
236
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
@@ -263,6 +264,7 @@ module PulpFileClient
|
|
263
264
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
264
265
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
265
266
|
# @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) * `url` - Url * `-url` - Url (descending) * `ca_cert` - Ca cert * `-ca_cert` - Ca cert (descending) * `client_cert` - Client cert * `-client_cert` - Client cert (descending) * `client_key` - Client key * `-client_key` - Client key (descending) * `tls_validation` - Tls validation * `-tls_validation` - Tls validation (descending) * `username` - Username * `-username` - Username (descending) * `password` - Password * `-password` - Password (descending) * `proxy_url` - Proxy url * `-proxy_url` - Proxy url (descending) * `proxy_username` - Proxy username * `-proxy_username` - Proxy username (descending) * `proxy_password` - Proxy password * `-proxy_password` - Proxy password (descending) * `download_concurrency` - Download concurrency * `-download_concurrency` - Download concurrency (descending) * `max_retries` - Max retries * `-max_retries` - Max retries (descending) * `policy` - Policy * `-policy` - Policy (descending) * `total_timeout` - Total timeout * `-total_timeout` - Total timeout (descending) * `connect_timeout` - Connect timeout * `-connect_timeout` - Connect timeout (descending) * `sock_connect_timeout` - Sock connect timeout * `-sock_connect_timeout` - Sock connect timeout (descending) * `sock_read_timeout` - Sock read timeout * `-sock_read_timeout` - Sock read timeout (descending) * `headers` - Headers * `-headers` - Headers (descending) * `rate_limit` - Rate limit * `-rate_limit` - Rate limit (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
267
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
266
268
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
267
269
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
268
270
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
@@ -301,6 +303,7 @@ module PulpFileClient
|
|
301
303
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
302
304
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
303
305
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
306
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
304
307
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
305
308
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
306
309
|
query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
|
@@ -218,7 +218,7 @@ module PulpFileClient
|
|
218
218
|
# List file repositorys
|
219
219
|
# FileRepository represents a single file repository, to which content can be synced, added, or removed.
|
220
220
|
# @param [Hash] opts the optional parameters
|
221
|
-
# @option opts [String] :latest_with_content Content Unit referenced by HREF
|
221
|
+
# @option opts [String] :latest_with_content Content Unit referenced by HREF/PRN
|
222
222
|
# @option opts [Integer] :limit Number of results to return per page.
|
223
223
|
# @option opts [String] :name Filter results where name matches value
|
224
224
|
# @option opts [String] :name__contains Filter results where name contains value
|
@@ -231,6 +231,7 @@ module PulpFileClient
|
|
231
231
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
232
232
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
233
233
|
# @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) * `description` - Description * `-description` - Description (descending) * `next_version` - Next version * `-next_version` - Next version (descending) * `retain_repo_versions` - Retain repo versions * `-retain_repo_versions` - Retain repo versions (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
234
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
234
235
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
235
236
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
236
237
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
@@ -244,7 +245,7 @@ module PulpFileClient
|
|
244
245
|
# @option opts [Integer] :retain_repo_versions__lte Filter results where retain_repo_versions is less than or equal to value
|
245
246
|
# @option opts [Integer] :retain_repo_versions__ne Filter results where retain_repo_versions not equal to value
|
246
247
|
# @option opts [Array<Integer>] :retain_repo_versions__range Filter results where retain_repo_versions is between two comma separated values
|
247
|
-
# @option opts [String] :with_content Content Unit referenced by HREF
|
248
|
+
# @option opts [String] :with_content Content Unit referenced by HREF/PRN
|
248
249
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
249
250
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
250
251
|
# @return [PaginatedfileFileRepositoryResponseList]
|
@@ -256,7 +257,7 @@ module PulpFileClient
|
|
256
257
|
# List file repositorys
|
257
258
|
# FileRepository represents a single file repository, to which content can be synced, added, or removed.
|
258
259
|
# @param [Hash] opts the optional parameters
|
259
|
-
# @option opts [String] :latest_with_content Content Unit referenced by HREF
|
260
|
+
# @option opts [String] :latest_with_content Content Unit referenced by HREF/PRN
|
260
261
|
# @option opts [Integer] :limit Number of results to return per page.
|
261
262
|
# @option opts [String] :name Filter results where name matches value
|
262
263
|
# @option opts [String] :name__contains Filter results where name contains value
|
@@ -269,6 +270,7 @@ module PulpFileClient
|
|
269
270
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
270
271
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
271
272
|
# @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) * `description` - Description * `-description` - Description (descending) * `next_version` - Next version * `-next_version` - Next version (descending) * `retain_repo_versions` - Retain repo versions * `-retain_repo_versions` - Retain repo versions (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
273
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
272
274
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
273
275
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
274
276
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
@@ -282,7 +284,7 @@ module PulpFileClient
|
|
282
284
|
# @option opts [Integer] :retain_repo_versions__lte Filter results where retain_repo_versions is less than or equal to value
|
283
285
|
# @option opts [Integer] :retain_repo_versions__ne Filter results where retain_repo_versions not equal to value
|
284
286
|
# @option opts [Array<Integer>] :retain_repo_versions__range Filter results where retain_repo_versions is between two comma separated values
|
285
|
-
# @option opts [String] :with_content Content Unit referenced by HREF
|
287
|
+
# @option opts [String] :with_content Content Unit referenced by HREF/PRN
|
286
288
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
287
289
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
288
290
|
# @return [Array<(PaginatedfileFileRepositoryResponseList, Integer, Hash)>] PaginatedfileFileRepositoryResponseList data, response status code and response headers
|
@@ -312,6 +314,7 @@ module PulpFileClient
|
|
312
314
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
313
315
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
314
316
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
317
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
315
318
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
316
319
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
317
320
|
query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
|
@@ -85,7 +85,7 @@ module PulpFileClient
|
|
85
85
|
# FileRepositoryVersion represents a single file repository version.
|
86
86
|
# @param file_file_repository_href [String]
|
87
87
|
# @param [Hash] opts the optional parameters
|
88
|
-
# @option opts [String] :content Content Unit referenced by HREF
|
88
|
+
# @option opts [String] :content Content Unit referenced by HREF/PRN
|
89
89
|
# @option opts [Array<String>] :content__in Multiple values may be separated by commas.
|
90
90
|
# @option opts [Integer] :limit Number of results to return per page.
|
91
91
|
# @option opts [Integer] :number Filter results where number matches value
|
@@ -96,6 +96,7 @@ module PulpFileClient
|
|
96
96
|
# @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
|
97
97
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
98
98
|
# @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) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
99
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
99
100
|
# @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
|
100
101
|
# @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
|
101
102
|
# @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
|
@@ -116,7 +117,7 @@ module PulpFileClient
|
|
116
117
|
# FileRepositoryVersion represents a single file repository version.
|
117
118
|
# @param file_file_repository_href [String]
|
118
119
|
# @param [Hash] opts the optional parameters
|
119
|
-
# @option opts [String] :content Content Unit referenced by HREF
|
120
|
+
# @option opts [String] :content Content Unit referenced by HREF/PRN
|
120
121
|
# @option opts [Array<String>] :content__in Multiple values may be separated by commas.
|
121
122
|
# @option opts [Integer] :limit Number of results to return per page.
|
122
123
|
# @option opts [Integer] :number Filter results where number matches value
|
@@ -127,6 +128,7 @@ module PulpFileClient
|
|
127
128
|
# @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
|
128
129
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
129
130
|
# @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) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
131
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
130
132
|
# @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
|
131
133
|
# @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
|
132
134
|
# @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
|
@@ -166,6 +168,7 @@ module PulpFileClient
|
|
166
168
|
query_params[:'number__range'] = @api_client.build_collection_param(opts[:'number__range'], :csv) if !opts[:'number__range'].nil?
|
167
169
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
168
170
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
171
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
169
172
|
query_params[:'pulp_created'] = opts[:'pulp_created'] if !opts[:'pulp_created'].nil?
|
170
173
|
query_params[:'pulp_created__gt'] = opts[:'pulp_created__gt'] if !opts[:'pulp_created__gt'].nil?
|
171
174
|
query_params[:'pulp_created__gte'] = opts[:'pulp_created__gte'] if !opts[:'pulp_created__gte'].nil?
|
@@ -17,6 +17,9 @@ module PulpFileClient
|
|
17
17
|
class FileFileAlternateContentSourceResponse
|
18
18
|
attr_accessor :pulp_href
|
19
19
|
|
20
|
+
# The Pulp Resource Name (PRN).
|
21
|
+
attr_accessor :prn
|
22
|
+
|
20
23
|
# Timestamp of creation.
|
21
24
|
attr_accessor :pulp_created
|
22
25
|
|
@@ -39,6 +42,7 @@ module PulpFileClient
|
|
39
42
|
def self.attribute_map
|
40
43
|
{
|
41
44
|
:'pulp_href' => :'pulp_href',
|
45
|
+
:'prn' => :'prn',
|
42
46
|
:'pulp_created' => :'pulp_created',
|
43
47
|
:'pulp_last_updated' => :'pulp_last_updated',
|
44
48
|
:'name' => :'name',
|
@@ -52,6 +56,7 @@ module PulpFileClient
|
|
52
56
|
def self.openapi_types
|
53
57
|
{
|
54
58
|
:'pulp_href' => :'String',
|
59
|
+
:'prn' => :'String',
|
55
60
|
:'pulp_created' => :'DateTime',
|
56
61
|
:'pulp_last_updated' => :'DateTime',
|
57
62
|
:'name' => :'String',
|
@@ -87,6 +92,10 @@ module PulpFileClient
|
|
87
92
|
self.pulp_href = attributes[:'pulp_href']
|
88
93
|
end
|
89
94
|
|
95
|
+
if attributes.key?(:'prn')
|
96
|
+
self.prn = attributes[:'prn']
|
97
|
+
end
|
98
|
+
|
90
99
|
if attributes.key?(:'pulp_created')
|
91
100
|
self.pulp_created = attributes[:'pulp_created']
|
92
101
|
end
|
@@ -143,6 +152,7 @@ module PulpFileClient
|
|
143
152
|
return true if self.equal?(o)
|
144
153
|
self.class == o.class &&
|
145
154
|
pulp_href == o.pulp_href &&
|
155
|
+
prn == o.prn &&
|
146
156
|
pulp_created == o.pulp_created &&
|
147
157
|
pulp_last_updated == o.pulp_last_updated &&
|
148
158
|
name == o.name &&
|
@@ -160,7 +170,7 @@ module PulpFileClient
|
|
160
170
|
# Calculates hash code according to all attributes.
|
161
171
|
# @return [Integer] Hash code
|
162
172
|
def hash
|
163
|
-
[pulp_href, pulp_created, pulp_last_updated, name, last_refreshed, paths, remote].hash
|
173
|
+
[pulp_href, prn, pulp_created, pulp_last_updated, name, last_refreshed, paths, remote].hash
|
164
174
|
end
|
165
175
|
|
166
176
|
# Builds the object from hash
|
@@ -17,6 +17,9 @@ module PulpFileClient
|
|
17
17
|
class FileFileContentResponse
|
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
|
|
@@ -51,6 +54,7 @@ module PulpFileClient
|
|
51
54
|
def self.attribute_map
|
52
55
|
{
|
53
56
|
:'pulp_href' => :'pulp_href',
|
57
|
+
:'prn' => :'prn',
|
54
58
|
:'pulp_created' => :'pulp_created',
|
55
59
|
:'pulp_last_updated' => :'pulp_last_updated',
|
56
60
|
:'artifact' => :'artifact',
|
@@ -68,6 +72,7 @@ module PulpFileClient
|
|
68
72
|
def self.openapi_types
|
69
73
|
{
|
70
74
|
:'pulp_href' => :'String',
|
75
|
+
:'prn' => :'String',
|
71
76
|
:'pulp_created' => :'DateTime',
|
72
77
|
:'pulp_last_updated' => :'DateTime',
|
73
78
|
:'artifact' => :'String',
|
@@ -106,6 +111,10 @@ module PulpFileClient
|
|
106
111
|
self.pulp_href = attributes[:'pulp_href']
|
107
112
|
end
|
108
113
|
|
114
|
+
if attributes.key?(:'prn')
|
115
|
+
self.prn = attributes[:'prn']
|
116
|
+
end
|
117
|
+
|
109
118
|
if attributes.key?(:'pulp_created')
|
110
119
|
self.pulp_created = attributes[:'pulp_created']
|
111
120
|
end
|
@@ -171,6 +180,7 @@ module PulpFileClient
|
|
171
180
|
return true if self.equal?(o)
|
172
181
|
self.class == o.class &&
|
173
182
|
pulp_href == o.pulp_href &&
|
183
|
+
prn == o.prn &&
|
174
184
|
pulp_created == o.pulp_created &&
|
175
185
|
pulp_last_updated == o.pulp_last_updated &&
|
176
186
|
artifact == o.artifact &&
|
@@ -192,7 +202,7 @@ module PulpFileClient
|
|
192
202
|
# Calculates hash code according to all attributes.
|
193
203
|
# @return [Integer] Hash code
|
194
204
|
def hash
|
195
|
-
[pulp_href, pulp_created, pulp_last_updated, artifact, relative_path, md5, sha1, sha224, sha256, sha384, sha512].hash
|
205
|
+
[pulp_href, prn, pulp_created, pulp_last_updated, artifact, relative_path, md5, sha1, sha224, sha256, sha384, sha512].hash
|
196
206
|
end
|
197
207
|
|
198
208
|
# Builds the object from hash
|
@@ -17,6 +17,9 @@ module PulpFileClient
|
|
17
17
|
class FileFileDistributionResponse
|
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
|
|
@@ -53,6 +56,7 @@ module PulpFileClient
|
|
53
56
|
def self.attribute_map
|
54
57
|
{
|
55
58
|
:'pulp_href' => :'pulp_href',
|
59
|
+
:'prn' => :'prn',
|
56
60
|
:'pulp_created' => :'pulp_created',
|
57
61
|
:'pulp_last_updated' => :'pulp_last_updated',
|
58
62
|
:'base_path' => :'base_path',
|
@@ -71,6 +75,7 @@ module PulpFileClient
|
|
71
75
|
def self.openapi_types
|
72
76
|
{
|
73
77
|
:'pulp_href' => :'String',
|
78
|
+
:'prn' => :'String',
|
74
79
|
:'pulp_created' => :'DateTime',
|
75
80
|
:'pulp_last_updated' => :'DateTime',
|
76
81
|
:'base_path' => :'String',
|
@@ -113,6 +118,10 @@ module PulpFileClient
|
|
113
118
|
self.pulp_href = attributes[:'pulp_href']
|
114
119
|
end
|
115
120
|
|
121
|
+
if attributes.key?(:'prn')
|
122
|
+
self.prn = attributes[:'prn']
|
123
|
+
end
|
124
|
+
|
116
125
|
if attributes.key?(:'pulp_created')
|
117
126
|
self.pulp_created = attributes[:'pulp_created']
|
118
127
|
end
|
@@ -191,6 +200,7 @@ module PulpFileClient
|
|
191
200
|
return true if self.equal?(o)
|
192
201
|
self.class == o.class &&
|
193
202
|
pulp_href == o.pulp_href &&
|
203
|
+
prn == o.prn &&
|
194
204
|
pulp_created == o.pulp_created &&
|
195
205
|
pulp_last_updated == o.pulp_last_updated &&
|
196
206
|
base_path == o.base_path &&
|
@@ -213,7 +223,7 @@ module PulpFileClient
|
|
213
223
|
# Calculates hash code according to all attributes.
|
214
224
|
# @return [Integer] Hash code
|
215
225
|
def hash
|
216
|
-
[pulp_href, pulp_created, pulp_last_updated, base_path, base_url, content_guard, no_content_change_since, hidden, pulp_labels, name, repository, publication].hash
|
226
|
+
[pulp_href, prn, pulp_created, pulp_last_updated, base_path, base_url, content_guard, no_content_change_since, hidden, pulp_labels, name, repository, publication].hash
|
217
227
|
end
|
218
228
|
|
219
229
|
# Builds the object from hash
|
@@ -17,6 +17,9 @@ module PulpFileClient
|
|
17
17
|
class FileFilePublicationResponse
|
18
18
|
attr_accessor :pulp_href
|
19
19
|
|
20
|
+
# The Pulp Resource Name (PRN).
|
21
|
+
attr_accessor :prn
|
22
|
+
|
20
23
|
# Timestamp of creation.
|
21
24
|
attr_accessor :pulp_created
|
22
25
|
|
@@ -38,6 +41,7 @@ module PulpFileClient
|
|
38
41
|
def self.attribute_map
|
39
42
|
{
|
40
43
|
:'pulp_href' => :'pulp_href',
|
44
|
+
:'prn' => :'prn',
|
41
45
|
:'pulp_created' => :'pulp_created',
|
42
46
|
:'pulp_last_updated' => :'pulp_last_updated',
|
43
47
|
:'repository_version' => :'repository_version',
|
@@ -51,6 +55,7 @@ module PulpFileClient
|
|
51
55
|
def self.openapi_types
|
52
56
|
{
|
53
57
|
:'pulp_href' => :'String',
|
58
|
+
:'prn' => :'String',
|
54
59
|
:'pulp_created' => :'DateTime',
|
55
60
|
:'pulp_last_updated' => :'DateTime',
|
56
61
|
:'repository_version' => :'String',
|
@@ -86,6 +91,10 @@ module PulpFileClient
|
|
86
91
|
self.pulp_href = attributes[:'pulp_href']
|
87
92
|
end
|
88
93
|
|
94
|
+
if attributes.key?(:'prn')
|
95
|
+
self.prn = attributes[:'prn']
|
96
|
+
end
|
97
|
+
|
89
98
|
if attributes.key?(:'pulp_created')
|
90
99
|
self.pulp_created = attributes[:'pulp_created']
|
91
100
|
end
|
@@ -134,6 +143,7 @@ module PulpFileClient
|
|
134
143
|
return true if self.equal?(o)
|
135
144
|
self.class == o.class &&
|
136
145
|
pulp_href == o.pulp_href &&
|
146
|
+
prn == o.prn &&
|
137
147
|
pulp_created == o.pulp_created &&
|
138
148
|
pulp_last_updated == o.pulp_last_updated &&
|
139
149
|
repository_version == o.repository_version &&
|
@@ -151,7 +161,7 @@ module PulpFileClient
|
|
151
161
|
# Calculates hash code according to all attributes.
|
152
162
|
# @return [Integer] Hash code
|
153
163
|
def hash
|
154
|
-
[pulp_href, pulp_created, pulp_last_updated, repository_version, repository, distributions, manifest].hash
|
164
|
+
[pulp_href, prn, pulp_created, pulp_last_updated, repository_version, repository, distributions, manifest].hash
|
155
165
|
end
|
156
166
|
|
157
167
|
# Builds the object from hash
|
@@ -17,6 +17,9 @@ module PulpFileClient
|
|
17
17
|
class FileFileRemoteResponse
|
18
18
|
attr_accessor :pulp_href
|
19
19
|
|
20
|
+
# The Pulp Resource Name (PRN).
|
21
|
+
attr_accessor :prn
|
22
|
+
|
20
23
|
# Timestamp of creation.
|
21
24
|
attr_accessor :pulp_created
|
22
25
|
|
@@ -77,6 +80,7 @@ module PulpFileClient
|
|
77
80
|
def self.attribute_map
|
78
81
|
{
|
79
82
|
:'pulp_href' => :'pulp_href',
|
83
|
+
:'prn' => :'prn',
|
80
84
|
:'pulp_created' => :'pulp_created',
|
81
85
|
:'pulp_last_updated' => :'pulp_last_updated',
|
82
86
|
:'name' => :'name',
|
@@ -103,6 +107,7 @@ module PulpFileClient
|
|
103
107
|
def self.openapi_types
|
104
108
|
{
|
105
109
|
:'pulp_href' => :'String',
|
110
|
+
:'prn' => :'String',
|
106
111
|
:'pulp_created' => :'DateTime',
|
107
112
|
:'pulp_last_updated' => :'DateTime',
|
108
113
|
:'name' => :'String',
|
@@ -160,6 +165,10 @@ module PulpFileClient
|
|
160
165
|
self.pulp_href = attributes[:'pulp_href']
|
161
166
|
end
|
162
167
|
|
168
|
+
if attributes.key?(:'prn')
|
169
|
+
self.prn = attributes[:'prn']
|
170
|
+
end
|
171
|
+
|
163
172
|
if attributes.key?(:'pulp_created')
|
164
173
|
self.pulp_created = attributes[:'pulp_created']
|
165
174
|
end
|
@@ -347,6 +356,7 @@ module PulpFileClient
|
|
347
356
|
return true if self.equal?(o)
|
348
357
|
self.class == o.class &&
|
349
358
|
pulp_href == o.pulp_href &&
|
359
|
+
prn == o.prn &&
|
350
360
|
pulp_created == o.pulp_created &&
|
351
361
|
pulp_last_updated == o.pulp_last_updated &&
|
352
362
|
name == o.name &&
|
@@ -377,7 +387,7 @@ module PulpFileClient
|
|
377
387
|
# Calculates hash code according to all attributes.
|
378
388
|
# @return [Integer] Hash code
|
379
389
|
def hash
|
380
|
-
[pulp_href, pulp_created, pulp_last_updated, name, url, ca_cert, client_cert, tls_validation, proxy_url, pulp_labels, download_concurrency, max_retries, policy, total_timeout, connect_timeout, sock_connect_timeout, sock_read_timeout, headers, rate_limit, hidden_fields].hash
|
390
|
+
[pulp_href, prn, pulp_created, pulp_last_updated, name, url, ca_cert, client_cert, tls_validation, proxy_url, pulp_labels, download_concurrency, max_retries, policy, total_timeout, connect_timeout, sock_connect_timeout, sock_read_timeout, headers, rate_limit, hidden_fields].hash
|
381
391
|
end
|
382
392
|
|
383
393
|
# Builds the object from hash
|
@@ -17,6 +17,9 @@ module PulpFileClient
|
|
17
17
|
class FileFileRepositoryResponse
|
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
|
|
@@ -51,6 +54,7 @@ module PulpFileClient
|
|
51
54
|
def self.attribute_map
|
52
55
|
{
|
53
56
|
:'pulp_href' => :'pulp_href',
|
57
|
+
:'prn' => :'prn',
|
54
58
|
:'pulp_created' => :'pulp_created',
|
55
59
|
:'pulp_last_updated' => :'pulp_last_updated',
|
56
60
|
:'versions_href' => :'versions_href',
|
@@ -69,6 +73,7 @@ module PulpFileClient
|
|
69
73
|
def self.openapi_types
|
70
74
|
{
|
71
75
|
:'pulp_href' => :'String',
|
76
|
+
:'prn' => :'String',
|
72
77
|
:'pulp_created' => :'DateTime',
|
73
78
|
:'pulp_last_updated' => :'DateTime',
|
74
79
|
:'versions_href' => :'String',
|
@@ -112,6 +117,10 @@ module PulpFileClient
|
|
112
117
|
self.pulp_href = attributes[:'pulp_href']
|
113
118
|
end
|
114
119
|
|
120
|
+
if attributes.key?(:'prn')
|
121
|
+
self.prn = attributes[:'prn']
|
122
|
+
end
|
123
|
+
|
115
124
|
if attributes.key?(:'pulp_created')
|
116
125
|
self.pulp_created = attributes[:'pulp_created']
|
117
126
|
end
|
@@ -202,6 +211,7 @@ module PulpFileClient
|
|
202
211
|
return true if self.equal?(o)
|
203
212
|
self.class == o.class &&
|
204
213
|
pulp_href == o.pulp_href &&
|
214
|
+
prn == o.prn &&
|
205
215
|
pulp_created == o.pulp_created &&
|
206
216
|
pulp_last_updated == o.pulp_last_updated &&
|
207
217
|
versions_href == o.versions_href &&
|
@@ -224,7 +234,7 @@ module PulpFileClient
|
|
224
234
|
# Calculates hash code according to all attributes.
|
225
235
|
# @return [Integer] Hash code
|
226
236
|
def hash
|
227
|
-
[pulp_href, pulp_created, pulp_last_updated, versions_href, pulp_labels, latest_version_href, name, description, retain_repo_versions, remote, autopublish, manifest].hash
|
237
|
+
[pulp_href, prn, pulp_created, pulp_last_updated, versions_href, pulp_labels, latest_version_href, name, description, retain_repo_versions, remote, autopublish, manifest].hash
|
228
238
|
end
|
229
239
|
|
230
240
|
# Builds the object from hash
|
@@ -17,6 +17,9 @@ module PulpFileClient
|
|
17
17
|
class RepositoryVersionResponse
|
18
18
|
attr_accessor :pulp_href
|
19
19
|
|
20
|
+
# The Pulp Resource Name (PRN).
|
21
|
+
attr_accessor :prn
|
22
|
+
|
20
23
|
# Timestamp of creation.
|
21
24
|
attr_accessor :pulp_created
|
22
25
|
|
@@ -37,6 +40,7 @@ module PulpFileClient
|
|
37
40
|
def self.attribute_map
|
38
41
|
{
|
39
42
|
:'pulp_href' => :'pulp_href',
|
43
|
+
:'prn' => :'prn',
|
40
44
|
:'pulp_created' => :'pulp_created',
|
41
45
|
:'pulp_last_updated' => :'pulp_last_updated',
|
42
46
|
:'number' => :'number',
|
@@ -50,6 +54,7 @@ module PulpFileClient
|
|
50
54
|
def self.openapi_types
|
51
55
|
{
|
52
56
|
:'pulp_href' => :'String',
|
57
|
+
:'prn' => :'String',
|
53
58
|
:'pulp_created' => :'DateTime',
|
54
59
|
:'pulp_last_updated' => :'DateTime',
|
55
60
|
:'number' => :'Integer',
|
@@ -84,6 +89,10 @@ module PulpFileClient
|
|
84
89
|
self.pulp_href = attributes[:'pulp_href']
|
85
90
|
end
|
86
91
|
|
92
|
+
if attributes.key?(:'prn')
|
93
|
+
self.prn = attributes[:'prn']
|
94
|
+
end
|
95
|
+
|
87
96
|
if attributes.key?(:'pulp_created')
|
88
97
|
self.pulp_created = attributes[:'pulp_created']
|
89
98
|
end
|
@@ -128,6 +137,7 @@ module PulpFileClient
|
|
128
137
|
return true if self.equal?(o)
|
129
138
|
self.class == o.class &&
|
130
139
|
pulp_href == o.pulp_href &&
|
140
|
+
prn == o.prn &&
|
131
141
|
pulp_created == o.pulp_created &&
|
132
142
|
pulp_last_updated == o.pulp_last_updated &&
|
133
143
|
number == o.number &&
|
@@ -145,7 +155,7 @@ module PulpFileClient
|
|
145
155
|
# Calculates hash code according to all attributes.
|
146
156
|
# @return [Integer] Hash code
|
147
157
|
def hash
|
148
|
-
[pulp_href, pulp_created, pulp_last_updated, number, repository, base_version, content_summary].hash
|
158
|
+
[pulp_href, prn, pulp_created, pulp_last_updated, number, repository, base_version, content_summary].hash
|
149
159
|
end
|
150
160
|
|
151
161
|
# Builds the object from hash
|
@@ -85,6 +85,7 @@ describe 'AcsFileApi' 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
91
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
@@ -57,13 +57,14 @@ describe 'ContentFilesApi' do
|
|
57
57
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
58
58
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `digest` - Digest * `-digest` - Digest (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
59
59
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
60
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
60
61
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
61
62
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
62
63
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
63
64
|
# @option opts [String] :relative_path Filter results where relative_path matches value
|
64
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
65
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
66
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
65
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
66
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
67
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
67
68
|
# @option opts [String] :sha256
|
68
69
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
69
70
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
@@ -89,6 +89,7 @@ describe 'DistributionsFileApi' 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.
|
92
93
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
93
94
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
94
95
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
@@ -73,11 +73,12 @@ describe 'PublicationsFileApi' do
|
|
73
73
|
# List file publications
|
74
74
|
# A FilePublication contains metadata about all the File Content in a particular File Repository Version. Once a FilePublication has been created, it can be hosted using the File Distribution API.
|
75
75
|
# @param [Hash] opts the optional parameters
|
76
|
-
# @option opts [String] :content Content Unit referenced by HREF
|
76
|
+
# @option opts [String] :content Content Unit referenced by HREF/PRN
|
77
77
|
# @option opts [Array<String>] :content__in Multiple values may be separated by commas.
|
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.
|
81
82
|
# @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
|
82
83
|
# @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
|
83
84
|
# @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
|
@@ -87,8 +88,8 @@ describe 'PublicationsFileApi' do
|
|
87
88
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
88
89
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
89
90
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
90
|
-
# @option opts [String] :repository Repository referenced by HREF
|
91
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
91
|
+
# @option opts [String] :repository Repository referenced by HREF/PRN
|
92
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
92
93
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
93
94
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
94
95
|
# @return [PaginatedfileFilePublicationResponseList]
|
@@ -85,6 +85,7 @@ describe 'RemotesFileApi' 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) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `url` - Url * `-url` - Url (descending) * `ca_cert` - Ca cert * `-ca_cert` - Ca cert (descending) * `client_cert` - Client cert * `-client_cert` - Client cert (descending) * `client_key` - Client key * `-client_key` - Client key (descending) * `tls_validation` - Tls validation * `-tls_validation` - Tls validation (descending) * `username` - Username * `-username` - Username (descending) * `password` - Password * `-password` - Password (descending) * `proxy_url` - Proxy url * `-proxy_url` - Proxy url (descending) * `proxy_username` - Proxy username * `-proxy_username` - Proxy username (descending) * `proxy_password` - Proxy password * `-proxy_password` - Proxy password (descending) * `download_concurrency` - Download concurrency * `-download_concurrency` - Download concurrency (descending) * `max_retries` - Max retries * `-max_retries` - Max retries (descending) * `policy` - Policy * `-policy` - Policy (descending) * `total_timeout` - Total timeout * `-total_timeout` - Total timeout (descending) * `connect_timeout` - Connect timeout * `-connect_timeout` - Connect timeout (descending) * `sock_connect_timeout` - Sock connect timeout * `-sock_connect_timeout` - Sock connect timeout (descending) * `sock_read_timeout` - Sock read timeout * `-sock_read_timeout` - Sock read timeout (descending) * `headers` - Headers * `-headers` - Headers (descending) * `rate_limit` - Rate limit * `-rate_limit` - Rate limit (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
91
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
@@ -73,7 +73,7 @@ describe 'RepositoriesFileApi' do
|
|
73
73
|
# List file repositorys
|
74
74
|
# FileRepository represents a single file repository, to which content can be synced, added, or removed.
|
75
75
|
# @param [Hash] opts the optional parameters
|
76
|
-
# @option opts [String] :latest_with_content Content Unit referenced by HREF
|
76
|
+
# @option opts [String] :latest_with_content Content Unit referenced by HREF/PRN
|
77
77
|
# @option opts [Integer] :limit Number of results to return per page.
|
78
78
|
# @option opts [String] :name Filter results where name matches value
|
79
79
|
# @option opts [String] :name__contains Filter results where name contains value
|
@@ -86,6 +86,7 @@ describe 'RepositoriesFileApi' do
|
|
86
86
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
87
87
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
88
88
|
# @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) * `description` - Description * `-description` - Description (descending) * `next_version` - Next version * `-next_version` - Next version (descending) * `retain_repo_versions` - Retain repo versions * `-retain_repo_versions` - Retain repo versions (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
89
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
89
90
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
90
91
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
91
92
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
@@ -99,7 +100,7 @@ describe 'RepositoriesFileApi' do
|
|
99
100
|
# @option opts [Integer] :retain_repo_versions__lte Filter results where retain_repo_versions is less than or equal to value
|
100
101
|
# @option opts [Integer] :retain_repo_versions__ne Filter results where retain_repo_versions not equal to value
|
101
102
|
# @option opts [Array<Integer>] :retain_repo_versions__range Filter results where retain_repo_versions is between two comma separated values
|
102
|
-
# @option opts [String] :with_content Content Unit referenced by HREF
|
103
|
+
# @option opts [String] :with_content Content Unit referenced by HREF/PRN
|
103
104
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
104
105
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
105
106
|
# @return [PaginatedfileFileRepositoryResponseList]
|