pulpcore_client 3.33.0 → 3.35.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (55) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +10 -4
  3. data/docs/AccessPoliciesApi.md +4 -0
  4. data/docs/ArtifactDistributionResponse.md +11 -11
  5. data/docs/ContentguardsApi.md +4 -0
  6. data/docs/ContentguardsContentRedirectApi.md +4 -0
  7. data/docs/ContentguardsRbacApi.md +4 -0
  8. data/docs/DistributionsApi.md +4 -0
  9. data/docs/DistributionsArtifactsApi.md +4 -0
  10. data/docs/DomainsApi.md +4 -0
  11. data/docs/ExportersFilesystemApi.md +4 -0
  12. data/docs/ExportersPulpApi.md +4 -0
  13. data/docs/ImportersPulpApi.md +4 -0
  14. data/docs/RemotesApi.md +4 -0
  15. data/docs/RepositoriesApi.md +4 -0
  16. data/docs/RolesApi.md +4 -0
  17. data/docs/TasksApi.md +2 -2
  18. data/docs/UpstreamPulpsApi.md +232 -0
  19. data/docs/WorkersApi.md +4 -0
  20. data/lib/pulpcore_client/api/access_policies_api.rb +6 -0
  21. data/lib/pulpcore_client/api/contentguards_api.rb +6 -0
  22. data/lib/pulpcore_client/api/contentguards_content_redirect_api.rb +6 -0
  23. data/lib/pulpcore_client/api/contentguards_rbac_api.rb +6 -0
  24. data/lib/pulpcore_client/api/distributions_api.rb +6 -0
  25. data/lib/pulpcore_client/api/distributions_artifacts_api.rb +6 -0
  26. data/lib/pulpcore_client/api/domains_api.rb +6 -0
  27. data/lib/pulpcore_client/api/exporters_filesystem_api.rb +6 -0
  28. data/lib/pulpcore_client/api/exporters_pulp_api.rb +6 -0
  29. data/lib/pulpcore_client/api/importers_pulp_api.rb +6 -0
  30. data/lib/pulpcore_client/api/remotes_api.rb +6 -0
  31. data/lib/pulpcore_client/api/repositories_api.rb +6 -0
  32. data/lib/pulpcore_client/api/roles_api.rb +6 -0
  33. data/lib/pulpcore_client/api/tasks_api.rb +3 -3
  34. data/lib/pulpcore_client/api/upstream_pulps_api.rb +276 -0
  35. data/lib/pulpcore_client/api/workers_api.rb +6 -0
  36. data/lib/pulpcore_client/models/artifact_distribution_response.rb +46 -46
  37. data/lib/pulpcore_client/version.rb +1 -1
  38. data/spec/api/access_policies_api_spec.rb +2 -0
  39. data/spec/api/contentguards_api_spec.rb +2 -0
  40. data/spec/api/contentguards_content_redirect_api_spec.rb +2 -0
  41. data/spec/api/contentguards_rbac_api_spec.rb +2 -0
  42. data/spec/api/distributions_api_spec.rb +2 -0
  43. data/spec/api/distributions_artifacts_api_spec.rb +2 -0
  44. data/spec/api/domains_api_spec.rb +2 -0
  45. data/spec/api/exporters_filesystem_api_spec.rb +2 -0
  46. data/spec/api/exporters_pulp_api_spec.rb +2 -0
  47. data/spec/api/importers_pulp_api_spec.rb +2 -0
  48. data/spec/api/remotes_api_spec.rb +2 -0
  49. data/spec/api/repositories_api_spec.rb +2 -0
  50. data/spec/api/roles_api_spec.rb +2 -0
  51. data/spec/api/tasks_api_spec.rb +1 -1
  52. data/spec/api/upstream_pulps_api_spec.rb +54 -0
  53. data/spec/api/workers_api_spec.rb +2 -0
  54. data/spec/models/artifact_distribution_response_spec.rb +8 -8
  55. metadata +143 -143
@@ -4,16 +4,75 @@ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
+ [**add_role**](UpstreamPulpsApi.md#add_role) | **POST** {upstream_pulp_href}add_role/ | Add a role
7
8
  [**create**](UpstreamPulpsApi.md#create) | **POST** /pulp/api/v3/upstream-pulps/ | Create an upstream pulp
8
9
  [**delete**](UpstreamPulpsApi.md#delete) | **DELETE** {upstream_pulp_href} | Delete an upstream pulp
9
10
  [**list**](UpstreamPulpsApi.md#list) | **GET** /pulp/api/v3/upstream-pulps/ | List upstream pulps
11
+ [**list_roles**](UpstreamPulpsApi.md#list_roles) | **GET** {upstream_pulp_href}list_roles/ | List roles
12
+ [**my_permissions**](UpstreamPulpsApi.md#my_permissions) | **GET** {upstream_pulp_href}my_permissions/ | List user permissions
10
13
  [**partial_update**](UpstreamPulpsApi.md#partial_update) | **PATCH** {upstream_pulp_href} | Update an upstream pulp
11
14
  [**read**](UpstreamPulpsApi.md#read) | **GET** {upstream_pulp_href} | Inspect an upstream pulp
15
+ [**remove_role**](UpstreamPulpsApi.md#remove_role) | **POST** {upstream_pulp_href}remove_role/ | Remove a role
12
16
  [**replicate**](UpstreamPulpsApi.md#replicate) | **POST** {upstream_pulp_href}replicate/ | Replicate
13
17
  [**update**](UpstreamPulpsApi.md#update) | **PUT** {upstream_pulp_href} | Update an upstream pulp
14
18
 
15
19
 
16
20
 
21
+ ## add_role
22
+
23
+ > NestedRoleResponse add_role(upstream_pulp_href, nested_role)
24
+
25
+ Add a role
26
+
27
+ Add a role for this object to users/groups.
28
+
29
+ ### Example
30
+
31
+ ```ruby
32
+ # load the gem
33
+ require 'pulpcore_client'
34
+ # setup authorization
35
+ PulpcoreClient.configure do |config|
36
+ # Configure HTTP basic authorization: basicAuth
37
+ config.username = 'YOUR USERNAME'
38
+ config.password = 'YOUR PASSWORD'
39
+ end
40
+
41
+ api_instance = PulpcoreClient::UpstreamPulpsApi.new
42
+ upstream_pulp_href = 'upstream_pulp_href_example' # String |
43
+ nested_role = PulpcoreClient::NestedRole.new # NestedRole |
44
+
45
+ begin
46
+ #Add a role
47
+ result = api_instance.add_role(upstream_pulp_href, nested_role)
48
+ p result
49
+ rescue PulpcoreClient::ApiError => e
50
+ puts "Exception when calling UpstreamPulpsApi->add_role: #{e}"
51
+ end
52
+ ```
53
+
54
+ ### Parameters
55
+
56
+
57
+ Name | Type | Description | Notes
58
+ ------------- | ------------- | ------------- | -------------
59
+ **upstream_pulp_href** | **String**| |
60
+ **nested_role** | [**NestedRole**](NestedRole.md)| |
61
+
62
+ ### Return type
63
+
64
+ [**NestedRoleResponse**](NestedRoleResponse.md)
65
+
66
+ ### Authorization
67
+
68
+ [basicAuth](../README.md#basicAuth)
69
+
70
+ ### HTTP request headers
71
+
72
+ - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
73
+ - **Accept**: application/json
74
+
75
+
17
76
  ## create
18
77
 
19
78
  > UpstreamPulpResponse create(upstream_pulp)
@@ -180,6 +239,124 @@ Name | Type | Description | Notes
180
239
  - **Accept**: application/json
181
240
 
182
241
 
242
+ ## list_roles
243
+
244
+ > ObjectRolesResponse list_roles(upstream_pulp_href, opts)
245
+
246
+ List roles
247
+
248
+ List roles assigned to this object.
249
+
250
+ ### Example
251
+
252
+ ```ruby
253
+ # load the gem
254
+ require 'pulpcore_client'
255
+ # setup authorization
256
+ PulpcoreClient.configure do |config|
257
+ # Configure HTTP basic authorization: basicAuth
258
+ config.username = 'YOUR USERNAME'
259
+ config.password = 'YOUR PASSWORD'
260
+ end
261
+
262
+ api_instance = PulpcoreClient::UpstreamPulpsApi.new
263
+ upstream_pulp_href = 'upstream_pulp_href_example' # String |
264
+ opts = {
265
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
266
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
267
+ }
268
+
269
+ begin
270
+ #List roles
271
+ result = api_instance.list_roles(upstream_pulp_href, opts)
272
+ p result
273
+ rescue PulpcoreClient::ApiError => e
274
+ puts "Exception when calling UpstreamPulpsApi->list_roles: #{e}"
275
+ end
276
+ ```
277
+
278
+ ### Parameters
279
+
280
+
281
+ Name | Type | Description | Notes
282
+ ------------- | ------------- | ------------- | -------------
283
+ **upstream_pulp_href** | **String**| |
284
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
285
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
286
+
287
+ ### Return type
288
+
289
+ [**ObjectRolesResponse**](ObjectRolesResponse.md)
290
+
291
+ ### Authorization
292
+
293
+ [basicAuth](../README.md#basicAuth)
294
+
295
+ ### HTTP request headers
296
+
297
+ - **Content-Type**: Not defined
298
+ - **Accept**: application/json
299
+
300
+
301
+ ## my_permissions
302
+
303
+ > MyPermissionsResponse my_permissions(upstream_pulp_href, opts)
304
+
305
+ List user permissions
306
+
307
+ List permissions available to the current user on this object.
308
+
309
+ ### Example
310
+
311
+ ```ruby
312
+ # load the gem
313
+ require 'pulpcore_client'
314
+ # setup authorization
315
+ PulpcoreClient.configure do |config|
316
+ # Configure HTTP basic authorization: basicAuth
317
+ config.username = 'YOUR USERNAME'
318
+ config.password = 'YOUR PASSWORD'
319
+ end
320
+
321
+ api_instance = PulpcoreClient::UpstreamPulpsApi.new
322
+ upstream_pulp_href = 'upstream_pulp_href_example' # String |
323
+ opts = {
324
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
325
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
326
+ }
327
+
328
+ begin
329
+ #List user permissions
330
+ result = api_instance.my_permissions(upstream_pulp_href, opts)
331
+ p result
332
+ rescue PulpcoreClient::ApiError => e
333
+ puts "Exception when calling UpstreamPulpsApi->my_permissions: #{e}"
334
+ end
335
+ ```
336
+
337
+ ### Parameters
338
+
339
+
340
+ Name | Type | Description | Notes
341
+ ------------- | ------------- | ------------- | -------------
342
+ **upstream_pulp_href** | **String**| |
343
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
344
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
345
+
346
+ ### Return type
347
+
348
+ [**MyPermissionsResponse**](MyPermissionsResponse.md)
349
+
350
+ ### Authorization
351
+
352
+ [basicAuth](../README.md#basicAuth)
353
+
354
+ ### HTTP request headers
355
+
356
+ - **Content-Type**: Not defined
357
+ - **Accept**: application/json
358
+
359
+
183
360
  ## partial_update
184
361
 
185
362
  > UpstreamPulpResponse partial_update(upstream_pulp_href, patched_upstream_pulp)
@@ -294,6 +471,61 @@ Name | Type | Description | Notes
294
471
  - **Accept**: application/json
295
472
 
296
473
 
474
+ ## remove_role
475
+
476
+ > NestedRoleResponse remove_role(upstream_pulp_href, nested_role)
477
+
478
+ Remove a role
479
+
480
+ Remove a role for this object from users/groups.
481
+
482
+ ### Example
483
+
484
+ ```ruby
485
+ # load the gem
486
+ require 'pulpcore_client'
487
+ # setup authorization
488
+ PulpcoreClient.configure do |config|
489
+ # Configure HTTP basic authorization: basicAuth
490
+ config.username = 'YOUR USERNAME'
491
+ config.password = 'YOUR PASSWORD'
492
+ end
493
+
494
+ api_instance = PulpcoreClient::UpstreamPulpsApi.new
495
+ upstream_pulp_href = 'upstream_pulp_href_example' # String |
496
+ nested_role = PulpcoreClient::NestedRole.new # NestedRole |
497
+
498
+ begin
499
+ #Remove a role
500
+ result = api_instance.remove_role(upstream_pulp_href, nested_role)
501
+ p result
502
+ rescue PulpcoreClient::ApiError => e
503
+ puts "Exception when calling UpstreamPulpsApi->remove_role: #{e}"
504
+ end
505
+ ```
506
+
507
+ ### Parameters
508
+
509
+
510
+ Name | Type | Description | Notes
511
+ ------------- | ------------- | ------------- | -------------
512
+ **upstream_pulp_href** | **String**| |
513
+ **nested_role** | [**NestedRole**](NestedRole.md)| |
514
+
515
+ ### Return type
516
+
517
+ [**NestedRoleResponse**](NestedRoleResponse.md)
518
+
519
+ ### Authorization
520
+
521
+ [basicAuth](../README.md#basicAuth)
522
+
523
+ ### HTTP request headers
524
+
525
+ - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
526
+ - **Accept**: application/json
527
+
528
+
297
529
  ## replicate
298
530
 
299
531
  > TaskGroupOperationResponse replicate(upstream_pulp_href)
data/docs/WorkersApi.md CHANGED
@@ -44,7 +44,9 @@ opts = {
44
44
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
45
45
  name__iexact: 'name__iexact_example', # String | Filter results where name matches value
46
46
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
47
+ name__iregex: 'name__iregex_example', # String | Filter results where name matches regex value
47
48
  name__istartswith: 'name__istartswith_example', # String | Filter results where name starts with value
49
+ name__regex: 'name__regex_example', # String | Filter results where name matches regex value
48
50
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
49
51
  offset: 56, # Integer | The initial index from which to return the results.
50
52
  online: true, # Boolean |
@@ -83,7 +85,9 @@ Name | Type | Description | Notes
83
85
  **name__icontains** | **String**| Filter results where name contains value | [optional]
84
86
  **name__iexact** | **String**| Filter results where name matches value | [optional]
85
87
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
88
+ **name__iregex** | **String**| Filter results where name matches regex value | [optional]
86
89
  **name__istartswith** | **String**| Filter results where name starts with value | [optional]
90
+ **name__regex** | **String**| Filter results where name matches regex value | [optional]
87
91
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
88
92
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
89
93
  **online** | **Boolean**| | [optional]
@@ -34,7 +34,9 @@ module PulpcoreClient
34
34
  # @option opts [String] :viewset_name__icontains Filter results where viewset_name contains value
35
35
  # @option opts [String] :viewset_name__iexact Filter results where viewset_name matches value
36
36
  # @option opts [Array<String>] :viewset_name__in Filter results where viewset_name is in a comma-separated list of values
37
+ # @option opts [String] :viewset_name__iregex Filter results where viewset_name matches regex value
37
38
  # @option opts [String] :viewset_name__istartswith Filter results where viewset_name starts with value
39
+ # @option opts [String] :viewset_name__regex Filter results where viewset_name matches regex value
38
40
  # @option opts [String] :viewset_name__startswith Filter results where viewset_name starts with value
39
41
  # @option opts [Array<String>] :fields A list of fields to include in the response.
40
42
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
@@ -59,7 +61,9 @@ module PulpcoreClient
59
61
  # @option opts [String] :viewset_name__icontains Filter results where viewset_name contains value
60
62
  # @option opts [String] :viewset_name__iexact Filter results where viewset_name matches value
61
63
  # @option opts [Array<String>] :viewset_name__in Filter results where viewset_name is in a comma-separated list of values
64
+ # @option opts [String] :viewset_name__iregex Filter results where viewset_name matches regex value
62
65
  # @option opts [String] :viewset_name__istartswith Filter results where viewset_name starts with value
66
+ # @option opts [String] :viewset_name__regex Filter results where viewset_name matches regex value
63
67
  # @option opts [String] :viewset_name__startswith Filter results where viewset_name starts with value
64
68
  # @option opts [Array<String>] :fields A list of fields to include in the response.
65
69
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
@@ -89,7 +93,9 @@ module PulpcoreClient
89
93
  query_params[:'viewset_name__icontains'] = opts[:'viewset_name__icontains'] if !opts[:'viewset_name__icontains'].nil?
90
94
  query_params[:'viewset_name__iexact'] = opts[:'viewset_name__iexact'] if !opts[:'viewset_name__iexact'].nil?
91
95
  query_params[:'viewset_name__in'] = @api_client.build_collection_param(opts[:'viewset_name__in'], :csv) if !opts[:'viewset_name__in'].nil?
96
+ query_params[:'viewset_name__iregex'] = opts[:'viewset_name__iregex'] if !opts[:'viewset_name__iregex'].nil?
92
97
  query_params[:'viewset_name__istartswith'] = opts[:'viewset_name__istartswith'] if !opts[:'viewset_name__istartswith'].nil?
98
+ query_params[:'viewset_name__regex'] = opts[:'viewset_name__regex'] if !opts[:'viewset_name__regex'].nil?
93
99
  query_params[:'viewset_name__startswith'] = opts[:'viewset_name__startswith'] if !opts[:'viewset_name__startswith'].nil?
94
100
  query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
95
101
  query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
@@ -28,7 +28,9 @@ module PulpcoreClient
28
28
  # @option opts [String] :name__icontains Filter results where name contains value
29
29
  # @option opts [String] :name__iexact Filter results where name matches value
30
30
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
31
+ # @option opts [String] :name__iregex Filter results where name matches regex value
31
32
  # @option opts [String] :name__istartswith Filter results where name starts with value
33
+ # @option opts [String] :name__regex Filter results where name matches regex value
32
34
  # @option opts [String] :name__startswith Filter results where name starts with value
33
35
  # @option opts [Integer] :offset The initial index from which to return the results.
34
36
  # @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;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -54,7 +56,9 @@ module PulpcoreClient
54
56
  # @option opts [String] :name__icontains Filter results where name contains value
55
57
  # @option opts [String] :name__iexact Filter results where name matches value
56
58
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
59
+ # @option opts [String] :name__iregex Filter results where name matches regex value
57
60
  # @option opts [String] :name__istartswith Filter results where name starts with value
61
+ # @option opts [String] :name__regex Filter results where name matches regex value
58
62
  # @option opts [String] :name__startswith Filter results where name starts with value
59
63
  # @option opts [Integer] :offset The initial index from which to return the results.
60
64
  # @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;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -93,7 +97,9 @@ module PulpcoreClient
93
97
  query_params[:'name__icontains'] = opts[:'name__icontains'] if !opts[:'name__icontains'].nil?
94
98
  query_params[:'name__iexact'] = opts[:'name__iexact'] if !opts[:'name__iexact'].nil?
95
99
  query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
100
+ query_params[:'name__iregex'] = opts[:'name__iregex'] if !opts[:'name__iregex'].nil?
96
101
  query_params[:'name__istartswith'] = opts[:'name__istartswith'] if !opts[:'name__istartswith'].nil?
102
+ query_params[:'name__regex'] = opts[:'name__regex'] if !opts[:'name__regex'].nil?
97
103
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
98
104
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
99
105
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
@@ -222,7 +222,9 @@ module PulpcoreClient
222
222
  # @option opts [String] :name__icontains Filter results where name contains value
223
223
  # @option opts [String] :name__iexact Filter results where name matches value
224
224
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
225
+ # @option opts [String] :name__iregex Filter results where name matches regex value
225
226
  # @option opts [String] :name__istartswith Filter results where name starts with value
227
+ # @option opts [String] :name__regex Filter results where name matches regex value
226
228
  # @option opts [String] :name__startswith Filter results where name starts with value
227
229
  # @option opts [Integer] :offset The initial index from which to return the results.
228
230
  # @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;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -246,7 +248,9 @@ module PulpcoreClient
246
248
  # @option opts [String] :name__icontains Filter results where name contains value
247
249
  # @option opts [String] :name__iexact Filter results where name matches value
248
250
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
251
+ # @option opts [String] :name__iregex Filter results where name matches regex value
249
252
  # @option opts [String] :name__istartswith Filter results where name starts with value
253
+ # @option opts [String] :name__regex Filter results where name matches regex value
250
254
  # @option opts [String] :name__startswith Filter results where name starts with value
251
255
  # @option opts [Integer] :offset The initial index from which to return the results.
252
256
  # @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;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -275,7 +279,9 @@ module PulpcoreClient
275
279
  query_params[:'name__icontains'] = opts[:'name__icontains'] if !opts[:'name__icontains'].nil?
276
280
  query_params[:'name__iexact'] = opts[:'name__iexact'] if !opts[:'name__iexact'].nil?
277
281
  query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
282
+ query_params[:'name__iregex'] = opts[:'name__iregex'] if !opts[:'name__iregex'].nil?
278
283
  query_params[:'name__istartswith'] = opts[:'name__istartswith'] if !opts[:'name__istartswith'].nil?
284
+ query_params[:'name__regex'] = opts[:'name__regex'] if !opts[:'name__regex'].nil?
279
285
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
280
286
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
281
287
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
@@ -222,7 +222,9 @@ module PulpcoreClient
222
222
  # @option opts [String] :name__icontains Filter results where name contains value
223
223
  # @option opts [String] :name__iexact Filter results where name matches value
224
224
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
225
+ # @option opts [String] :name__iregex Filter results where name matches regex value
225
226
  # @option opts [String] :name__istartswith Filter results where name starts with value
227
+ # @option opts [String] :name__regex Filter results where name matches regex value
226
228
  # @option opts [String] :name__startswith Filter results where name starts with value
227
229
  # @option opts [Integer] :offset The initial index from which to return the results.
228
230
  # @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;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -246,7 +248,9 @@ module PulpcoreClient
246
248
  # @option opts [String] :name__icontains Filter results where name contains value
247
249
  # @option opts [String] :name__iexact Filter results where name matches value
248
250
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
251
+ # @option opts [String] :name__iregex Filter results where name matches regex value
249
252
  # @option opts [String] :name__istartswith Filter results where name starts with value
253
+ # @option opts [String] :name__regex Filter results where name matches regex value
250
254
  # @option opts [String] :name__startswith Filter results where name starts with value
251
255
  # @option opts [Integer] :offset The initial index from which to return the results.
252
256
  # @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;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -275,7 +279,9 @@ module PulpcoreClient
275
279
  query_params[:'name__icontains'] = opts[:'name__icontains'] if !opts[:'name__icontains'].nil?
276
280
  query_params[:'name__iexact'] = opts[:'name__iexact'] if !opts[:'name__iexact'].nil?
277
281
  query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
282
+ query_params[:'name__iregex'] = opts[:'name__iregex'] if !opts[:'name__iregex'].nil?
278
283
  query_params[:'name__istartswith'] = opts[:'name__istartswith'] if !opts[:'name__istartswith'].nil?
284
+ query_params[:'name__regex'] = opts[:'name__regex'] if !opts[:'name__regex'].nil?
279
285
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
280
286
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
281
287
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
@@ -32,7 +32,9 @@ module PulpcoreClient
32
32
  # @option opts [String] :name__icontains Filter results where name contains value
33
33
  # @option opts [String] :name__iexact Filter results where name matches value
34
34
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
35
+ # @option opts [String] :name__iregex Filter results where name matches regex value
35
36
  # @option opts [String] :name__istartswith Filter results where name starts with value
37
+ # @option opts [String] :name__regex Filter results where name matches regex value
36
38
  # @option opts [String] :name__startswith Filter results where name starts with value
37
39
  # @option opts [Integer] :offset The initial index from which to return the results.
38
40
  # @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)
@@ -66,7 +68,9 @@ module PulpcoreClient
66
68
  # @option opts [String] :name__icontains Filter results where name contains value
67
69
  # @option opts [String] :name__iexact Filter results where name matches value
68
70
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
71
+ # @option opts [String] :name__iregex Filter results where name matches regex value
69
72
  # @option opts [String] :name__istartswith Filter results where name starts with value
73
+ # @option opts [String] :name__regex Filter results where name matches regex value
70
74
  # @option opts [String] :name__startswith Filter results where name starts with value
71
75
  # @option opts [Integer] :offset The initial index from which to return the results.
72
76
  # @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)
@@ -113,7 +117,9 @@ module PulpcoreClient
113
117
  query_params[:'name__icontains'] = opts[:'name__icontains'] if !opts[:'name__icontains'].nil?
114
118
  query_params[:'name__iexact'] = opts[:'name__iexact'] if !opts[:'name__iexact'].nil?
115
119
  query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
120
+ query_params[:'name__iregex'] = opts[:'name__iregex'] if !opts[:'name__iregex'].nil?
116
121
  query_params[:'name__istartswith'] = opts[:'name__istartswith'] if !opts[:'name__istartswith'].nil?
122
+ query_params[:'name__regex'] = opts[:'name__regex'] if !opts[:'name__regex'].nil?
117
123
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
118
124
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
119
125
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
@@ -32,7 +32,9 @@ module PulpcoreClient
32
32
  # @option opts [String] :name__icontains Filter results where name contains value
33
33
  # @option opts [String] :name__iexact Filter results where name matches value
34
34
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
35
+ # @option opts [String] :name__iregex Filter results where name matches regex value
35
36
  # @option opts [String] :name__istartswith Filter results where name starts with value
37
+ # @option opts [String] :name__regex Filter results where name matches regex value
36
38
  # @option opts [String] :name__startswith Filter results where name starts with value
37
39
  # @option opts [Integer] :offset The initial index from which to return the results.
38
40
  # @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)
@@ -64,7 +66,9 @@ module PulpcoreClient
64
66
  # @option opts [String] :name__icontains Filter results where name contains value
65
67
  # @option opts [String] :name__iexact Filter results where name matches value
66
68
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
69
+ # @option opts [String] :name__iregex Filter results where name matches regex value
67
70
  # @option opts [String] :name__istartswith Filter results where name starts with value
71
+ # @option opts [String] :name__regex Filter results where name matches regex value
68
72
  # @option opts [String] :name__startswith Filter results where name starts with value
69
73
  # @option opts [Integer] :offset The initial index from which to return the results.
70
74
  # @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)
@@ -101,7 +105,9 @@ module PulpcoreClient
101
105
  query_params[:'name__icontains'] = opts[:'name__icontains'] if !opts[:'name__icontains'].nil?
102
106
  query_params[:'name__iexact'] = opts[:'name__iexact'] if !opts[:'name__iexact'].nil?
103
107
  query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
108
+ query_params[:'name__iregex'] = opts[:'name__iregex'] if !opts[:'name__iregex'].nil?
104
109
  query_params[:'name__istartswith'] = opts[:'name__istartswith'] if !opts[:'name__istartswith'].nil?
110
+ query_params[:'name__regex'] = opts[:'name__regex'] if !opts[:'name__regex'].nil?
105
111
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
106
112
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
107
113
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
@@ -154,7 +154,9 @@ module PulpcoreClient
154
154
  # @option opts [String] :name__icontains Filter results where name contains value
155
155
  # @option opts [String] :name__iexact Filter results where name matches value
156
156
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
157
+ # @option opts [String] :name__iregex Filter results where name matches regex value
157
158
  # @option opts [String] :name__istartswith Filter results where name starts with value
159
+ # @option opts [String] :name__regex Filter results where name matches regex value
158
160
  # @option opts [String] :name__startswith Filter results where name starts with value
159
161
  # @option opts [Integer] :offset The initial index from which to return the results.
160
162
  # @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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;storage_class&#x60; - Storage class * &#x60;-storage_class&#x60; - Storage class (descending) * &#x60;storage_settings&#x60; - Storage settings * &#x60;-storage_settings&#x60; - Storage settings (descending) * &#x60;redirect_to_object_storage&#x60; - Redirect to object storage * &#x60;-redirect_to_object_storage&#x60; - Redirect to object storage (descending) * &#x60;hide_guarded_distributions&#x60; - Hide guarded distributions * &#x60;-hide_guarded_distributions&#x60; - Hide guarded distributions (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -178,7 +180,9 @@ module PulpcoreClient
178
180
  # @option opts [String] :name__icontains Filter results where name contains value
179
181
  # @option opts [String] :name__iexact Filter results where name matches value
180
182
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
183
+ # @option opts [String] :name__iregex Filter results where name matches regex value
181
184
  # @option opts [String] :name__istartswith Filter results where name starts with value
185
+ # @option opts [String] :name__regex Filter results where name matches regex value
182
186
  # @option opts [String] :name__startswith Filter results where name starts with value
183
187
  # @option opts [Integer] :offset The initial index from which to return the results.
184
188
  # @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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;storage_class&#x60; - Storage class * &#x60;-storage_class&#x60; - Storage class (descending) * &#x60;storage_settings&#x60; - Storage settings * &#x60;-storage_settings&#x60; - Storage settings (descending) * &#x60;redirect_to_object_storage&#x60; - Redirect to object storage * &#x60;-redirect_to_object_storage&#x60; - Redirect to object storage (descending) * &#x60;hide_guarded_distributions&#x60; - Hide guarded distributions * &#x60;-hide_guarded_distributions&#x60; - Hide guarded distributions (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -207,7 +211,9 @@ module PulpcoreClient
207
211
  query_params[:'name__icontains'] = opts[:'name__icontains'] if !opts[:'name__icontains'].nil?
208
212
  query_params[:'name__iexact'] = opts[:'name__iexact'] if !opts[:'name__iexact'].nil?
209
213
  query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
214
+ query_params[:'name__iregex'] = opts[:'name__iregex'] if !opts[:'name__iregex'].nil?
210
215
  query_params[:'name__istartswith'] = opts[:'name__istartswith'] if !opts[:'name__istartswith'].nil?
216
+ query_params[:'name__regex'] = opts[:'name__regex'] if !opts[:'name__regex'].nil?
211
217
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
212
218
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
213
219
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
@@ -154,7 +154,9 @@ module PulpcoreClient
154
154
  # @option opts [String] :name__icontains Filter results where name contains value
155
155
  # @option opts [String] :name__iexact Filter results where name matches value
156
156
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
157
+ # @option opts [String] :name__iregex Filter results where name matches regex value
157
158
  # @option opts [String] :name__istartswith Filter results where name starts with value
159
+ # @option opts [String] :name__regex Filter results where name matches regex value
158
160
  # @option opts [String] :name__startswith Filter results where name starts with value
159
161
  # @option opts [Integer] :offset The initial index from which to return the results.
160
162
  # @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;path&#x60; - Path * &#x60;-path&#x60; - Path (descending) * &#x60;method&#x60; - Method * &#x60;-method&#x60; - Method (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -178,7 +180,9 @@ module PulpcoreClient
178
180
  # @option opts [String] :name__icontains Filter results where name contains value
179
181
  # @option opts [String] :name__iexact Filter results where name matches value
180
182
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
183
+ # @option opts [String] :name__iregex Filter results where name matches regex value
181
184
  # @option opts [String] :name__istartswith Filter results where name starts with value
185
+ # @option opts [String] :name__regex Filter results where name matches regex value
182
186
  # @option opts [String] :name__startswith Filter results where name starts with value
183
187
  # @option opts [Integer] :offset The initial index from which to return the results.
184
188
  # @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;path&#x60; - Path * &#x60;-path&#x60; - Path (descending) * &#x60;method&#x60; - Method * &#x60;-method&#x60; - Method (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -207,7 +211,9 @@ module PulpcoreClient
207
211
  query_params[:'name__icontains'] = opts[:'name__icontains'] if !opts[:'name__icontains'].nil?
208
212
  query_params[:'name__iexact'] = opts[:'name__iexact'] if !opts[:'name__iexact'].nil?
209
213
  query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
214
+ query_params[:'name__iregex'] = opts[:'name__iregex'] if !opts[:'name__iregex'].nil?
210
215
  query_params[:'name__istartswith'] = opts[:'name__istartswith'] if !opts[:'name__istartswith'].nil?
216
+ query_params[:'name__regex'] = opts[:'name__regex'] if !opts[:'name__regex'].nil?
211
217
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
212
218
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
213
219
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
@@ -154,7 +154,9 @@ module PulpcoreClient
154
154
  # @option opts [String] :name__icontains Filter results where name contains value
155
155
  # @option opts [String] :name__iexact Filter results where name matches value
156
156
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
157
+ # @option opts [String] :name__iregex Filter results where name matches regex value
157
158
  # @option opts [String] :name__istartswith Filter results where name starts with value
159
+ # @option opts [String] :name__regex Filter results where name matches regex value
158
160
  # @option opts [String] :name__startswith Filter results where name starts with value
159
161
  # @option opts [Integer] :offset The initial index from which to return the results.
160
162
  # @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;path&#x60; - Path * &#x60;-path&#x60; - Path (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -178,7 +180,9 @@ module PulpcoreClient
178
180
  # @option opts [String] :name__icontains Filter results where name contains value
179
181
  # @option opts [String] :name__iexact Filter results where name matches value
180
182
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
183
+ # @option opts [String] :name__iregex Filter results where name matches regex value
181
184
  # @option opts [String] :name__istartswith Filter results where name starts with value
185
+ # @option opts [String] :name__regex Filter results where name matches regex value
182
186
  # @option opts [String] :name__startswith Filter results where name starts with value
183
187
  # @option opts [Integer] :offset The initial index from which to return the results.
184
188
  # @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;path&#x60; - Path * &#x60;-path&#x60; - Path (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -207,7 +211,9 @@ module PulpcoreClient
207
211
  query_params[:'name__icontains'] = opts[:'name__icontains'] if !opts[:'name__icontains'].nil?
208
212
  query_params[:'name__iexact'] = opts[:'name__iexact'] if !opts[:'name__iexact'].nil?
209
213
  query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
214
+ query_params[:'name__iregex'] = opts[:'name__iregex'] if !opts[:'name__iregex'].nil?
210
215
  query_params[:'name__istartswith'] = opts[:'name__istartswith'] if !opts[:'name__istartswith'].nil?
216
+ query_params[:'name__regex'] = opts[:'name__regex'] if !opts[:'name__regex'].nil?
211
217
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
212
218
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
213
219
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
@@ -152,7 +152,9 @@ module PulpcoreClient
152
152
  # @option opts [String] :name__icontains Filter results where name contains value
153
153
  # @option opts [String] :name__iexact Filter results where name matches value
154
154
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
155
+ # @option opts [String] :name__iregex Filter results where name matches regex value
155
156
  # @option opts [String] :name__istartswith Filter results where name starts with value
157
+ # @option opts [String] :name__regex Filter results where name matches regex value
156
158
  # @option opts [String] :name__startswith Filter results where name starts with value
157
159
  # @option opts [Integer] :offset The initial index from which to return the results.
158
160
  # @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;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -176,7 +178,9 @@ module PulpcoreClient
176
178
  # @option opts [String] :name__icontains Filter results where name contains value
177
179
  # @option opts [String] :name__iexact Filter results where name matches value
178
180
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
181
+ # @option opts [String] :name__iregex Filter results where name matches regex value
179
182
  # @option opts [String] :name__istartswith Filter results where name starts with value
183
+ # @option opts [String] :name__regex Filter results where name matches regex value
180
184
  # @option opts [String] :name__startswith Filter results where name starts with value
181
185
  # @option opts [Integer] :offset The initial index from which to return the results.
182
186
  # @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;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -205,7 +209,9 @@ module PulpcoreClient
205
209
  query_params[:'name__icontains'] = opts[:'name__icontains'] if !opts[:'name__icontains'].nil?
206
210
  query_params[:'name__iexact'] = opts[:'name__iexact'] if !opts[:'name__iexact'].nil?
207
211
  query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
212
+ query_params[:'name__iregex'] = opts[:'name__iregex'] if !opts[:'name__iregex'].nil?
208
213
  query_params[:'name__istartswith'] = opts[:'name__istartswith'] if !opts[:'name__istartswith'].nil?
214
+ query_params[:'name__regex'] = opts[:'name__regex'] if !opts[:'name__regex'].nil?
209
215
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
210
216
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
211
217
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?