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.
Files changed (46) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/AcsFileApi.md +2 -0
  4. data/docs/ContentFilesApi.md +8 -6
  5. data/docs/DistributionsFileApi.md +2 -0
  6. data/docs/FileFileAlternateContentSourceResponse.md +2 -0
  7. data/docs/FileFileContentResponse.md +2 -0
  8. data/docs/FileFileDistributionResponse.md +2 -0
  9. data/docs/FileFilePublicationResponse.md +2 -0
  10. data/docs/FileFileRemoteResponse.md +2 -0
  11. data/docs/FileFileRepositoryResponse.md +2 -0
  12. data/docs/PublicationsFileApi.md +8 -6
  13. data/docs/RemotesFileApi.md +2 -0
  14. data/docs/RepositoriesFileApi.md +6 -4
  15. data/docs/RepositoriesFileVersionsApi.md +4 -2
  16. data/docs/RepositoryVersionResponse.md +2 -0
  17. data/lib/pulp_file_client/api/acs_file_api.rb +3 -0
  18. data/lib/pulp_file_client/api/content_files_api.rb +9 -6
  19. data/lib/pulp_file_client/api/distributions_file_api.rb +3 -0
  20. data/lib/pulp_file_client/api/publications_file_api.rb +9 -6
  21. data/lib/pulp_file_client/api/remotes_file_api.rb +3 -0
  22. data/lib/pulp_file_client/api/repositories_file_api.rb +7 -4
  23. data/lib/pulp_file_client/api/repositories_file_versions_api.rb +5 -2
  24. data/lib/pulp_file_client/models/file_file_alternate_content_source_response.rb +11 -1
  25. data/lib/pulp_file_client/models/file_file_content_response.rb +11 -1
  26. data/lib/pulp_file_client/models/file_file_distribution_response.rb +11 -1
  27. data/lib/pulp_file_client/models/file_file_publication_response.rb +11 -1
  28. data/lib/pulp_file_client/models/file_file_remote_response.rb +11 -1
  29. data/lib/pulp_file_client/models/file_file_repository_response.rb +11 -1
  30. data/lib/pulp_file_client/models/repository_version_response.rb +11 -1
  31. data/lib/pulp_file_client/version.rb +1 -1
  32. data/spec/api/acs_file_api_spec.rb +1 -0
  33. data/spec/api/content_files_api_spec.rb +4 -3
  34. data/spec/api/distributions_file_api_spec.rb +1 -0
  35. data/spec/api/publications_file_api_spec.rb +4 -3
  36. data/spec/api/remotes_file_api_spec.rb +1 -0
  37. data/spec/api/repositories_file_api_spec.rb +3 -2
  38. data/spec/api/repositories_file_versions_api_spec.rb +2 -1
  39. data/spec/models/file_file_alternate_content_source_response_spec.rb +6 -0
  40. data/spec/models/file_file_content_response_spec.rb +6 -0
  41. data/spec/models/file_file_distribution_response_spec.rb +6 -0
  42. data/spec/models/file_file_publication_response_spec.rb +6 -0
  43. data/spec/models/file_file_remote_response_spec.rb +6 -0
  44. data/spec/models/file_file_repository_response_spec.rb +6 -0
  45. data/spec/models/repository_version_response_spec.rb +6 -0
  46. 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 * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;url&#x60; - Url * &#x60;-url&#x60; - Url (descending) * &#x60;ca_cert&#x60; - Ca cert * &#x60;-ca_cert&#x60; - Ca cert (descending) * &#x60;client_cert&#x60; - Client cert * &#x60;-client_cert&#x60; - Client cert (descending) * &#x60;client_key&#x60; - Client key * &#x60;-client_key&#x60; - Client key (descending) * &#x60;tls_validation&#x60; - Tls validation * &#x60;-tls_validation&#x60; - Tls validation (descending) * &#x60;username&#x60; - Username * &#x60;-username&#x60; - Username (descending) * &#x60;password&#x60; - Password * &#x60;-password&#x60; - Password (descending) * &#x60;proxy_url&#x60; - Proxy url * &#x60;-proxy_url&#x60; - Proxy url (descending) * &#x60;proxy_username&#x60; - Proxy username * &#x60;-proxy_username&#x60; - Proxy username (descending) * &#x60;proxy_password&#x60; - Proxy password * &#x60;-proxy_password&#x60; - Proxy password (descending) * &#x60;download_concurrency&#x60; - Download concurrency * &#x60;-download_concurrency&#x60; - Download concurrency (descending) * &#x60;max_retries&#x60; - Max retries * &#x60;-max_retries&#x60; - Max retries (descending) * &#x60;policy&#x60; - Policy * &#x60;-policy&#x60; - Policy (descending) * &#x60;total_timeout&#x60; - Total timeout * &#x60;-total_timeout&#x60; - Total timeout (descending) * &#x60;connect_timeout&#x60; - Connect timeout * &#x60;-connect_timeout&#x60; - Connect timeout (descending) * &#x60;sock_connect_timeout&#x60; - Sock connect timeout * &#x60;-sock_connect_timeout&#x60; - Sock connect timeout (descending) * &#x60;sock_read_timeout&#x60; - Sock read timeout * &#x60;-sock_read_timeout&#x60; - Sock read timeout (descending) * &#x60;headers&#x60; - Headers * &#x60;-headers&#x60; - Headers (descending) * &#x60;rate_limit&#x60; - Rate limit * &#x60;-rate_limit&#x60; - Rate limit (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - 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 * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;url&#x60; - Url * &#x60;-url&#x60; - Url (descending) * &#x60;ca_cert&#x60; - Ca cert * &#x60;-ca_cert&#x60; - Ca cert (descending) * &#x60;client_cert&#x60; - Client cert * &#x60;-client_cert&#x60; - Client cert (descending) * &#x60;client_key&#x60; - Client key * &#x60;-client_key&#x60; - Client key (descending) * &#x60;tls_validation&#x60; - Tls validation * &#x60;-tls_validation&#x60; - Tls validation (descending) * &#x60;username&#x60; - Username * &#x60;-username&#x60; - Username (descending) * &#x60;password&#x60; - Password * &#x60;-password&#x60; - Password (descending) * &#x60;proxy_url&#x60; - Proxy url * &#x60;-proxy_url&#x60; - Proxy url (descending) * &#x60;proxy_username&#x60; - Proxy username * &#x60;-proxy_username&#x60; - Proxy username (descending) * &#x60;proxy_password&#x60; - Proxy password * &#x60;-proxy_password&#x60; - Proxy password (descending) * &#x60;download_concurrency&#x60; - Download concurrency * &#x60;-download_concurrency&#x60; - Download concurrency (descending) * &#x60;max_retries&#x60; - Max retries * &#x60;-max_retries&#x60; - Max retries (descending) * &#x60;policy&#x60; - Policy * &#x60;-policy&#x60; - Policy (descending) * &#x60;total_timeout&#x60; - Total timeout * &#x60;-total_timeout&#x60; - Total timeout (descending) * &#x60;connect_timeout&#x60; - Connect timeout * &#x60;-connect_timeout&#x60; - Connect timeout (descending) * &#x60;sock_connect_timeout&#x60; - Sock connect timeout * &#x60;-sock_connect_timeout&#x60; - Sock connect timeout (descending) * &#x60;sock_read_timeout&#x60; - Sock read timeout * &#x60;-sock_read_timeout&#x60; - Sock read timeout (descending) * &#x60;headers&#x60; - Headers * &#x60;-headers&#x60; - Headers (descending) * &#x60;rate_limit&#x60; - Rate limit * &#x60;-rate_limit&#x60; - Rate limit (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - 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 * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;next_version&#x60; - Next version * &#x60;-next_version&#x60; - Next version (descending) * &#x60;retain_repo_versions&#x60; - Retain repo versions * &#x60;-retain_repo_versions&#x60; - Retain repo versions (descending) * &#x60;user_hidden&#x60; - User hidden * &#x60;-user_hidden&#x60; - User hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - 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 * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;next_version&#x60; - Next version * &#x60;-next_version&#x60; - Next version (descending) * &#x60;retain_repo_versions&#x60; - Retain repo versions * &#x60;-retain_repo_versions&#x60; - Retain repo versions (descending) * &#x60;user_hidden&#x60; - User hidden * &#x60;-user_hidden&#x60; - User hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - 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 * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;number&#x60; - Number * &#x60;-number&#x60; - Number (descending) * &#x60;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;info&#x60; - Info * &#x60;-info&#x60; - Info (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - 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 * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;number&#x60; - Number * &#x60;-number&#x60; - Number (descending) * &#x60;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;info&#x60; - Info * &#x60;-info&#x60; - Info (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - 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
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpFileClient
14
- VERSION = '3.62.0'
14
+ VERSION = '3.63.1'
15
15
  end
@@ -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 * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;last_refreshed&#x60; - Last refreshed * &#x60;-last_refreshed&#x60; - Last refreshed (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - 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 * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;relative_path&#x60; - Relative path * &#x60;-relative_path&#x60; - Relative path (descending) * &#x60;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - 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 * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;base_path&#x60; - Base path * &#x60;-base_path&#x60; - Base path (descending) * &#x60;hidden&#x60; - Hidden * &#x60;-hidden&#x60; - Hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - 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 * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;pass_through&#x60; - Pass through * &#x60;-pass_through&#x60; - Pass through (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - 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 * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;url&#x60; - Url * &#x60;-url&#x60; - Url (descending) * &#x60;ca_cert&#x60; - Ca cert * &#x60;-ca_cert&#x60; - Ca cert (descending) * &#x60;client_cert&#x60; - Client cert * &#x60;-client_cert&#x60; - Client cert (descending) * &#x60;client_key&#x60; - Client key * &#x60;-client_key&#x60; - Client key (descending) * &#x60;tls_validation&#x60; - Tls validation * &#x60;-tls_validation&#x60; - Tls validation (descending) * &#x60;username&#x60; - Username * &#x60;-username&#x60; - Username (descending) * &#x60;password&#x60; - Password * &#x60;-password&#x60; - Password (descending) * &#x60;proxy_url&#x60; - Proxy url * &#x60;-proxy_url&#x60; - Proxy url (descending) * &#x60;proxy_username&#x60; - Proxy username * &#x60;-proxy_username&#x60; - Proxy username (descending) * &#x60;proxy_password&#x60; - Proxy password * &#x60;-proxy_password&#x60; - Proxy password (descending) * &#x60;download_concurrency&#x60; - Download concurrency * &#x60;-download_concurrency&#x60; - Download concurrency (descending) * &#x60;max_retries&#x60; - Max retries * &#x60;-max_retries&#x60; - Max retries (descending) * &#x60;policy&#x60; - Policy * &#x60;-policy&#x60; - Policy (descending) * &#x60;total_timeout&#x60; - Total timeout * &#x60;-total_timeout&#x60; - Total timeout (descending) * &#x60;connect_timeout&#x60; - Connect timeout * &#x60;-connect_timeout&#x60; - Connect timeout (descending) * &#x60;sock_connect_timeout&#x60; - Sock connect timeout * &#x60;-sock_connect_timeout&#x60; - Sock connect timeout (descending) * &#x60;sock_read_timeout&#x60; - Sock read timeout * &#x60;-sock_read_timeout&#x60; - Sock read timeout (descending) * &#x60;headers&#x60; - Headers * &#x60;-headers&#x60; - Headers (descending) * &#x60;rate_limit&#x60; - Rate limit * &#x60;-rate_limit&#x60; - Rate limit (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - 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 * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;next_version&#x60; - Next version * &#x60;-next_version&#x60; - Next version (descending) * &#x60;retain_repo_versions&#x60; - Retain repo versions * &#x60;-retain_repo_versions&#x60; - Retain repo versions (descending) * &#x60;user_hidden&#x60; - User hidden * &#x60;-user_hidden&#x60; - User hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - 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]