pulp_rpm_client 3.18.20 → 3.19.0.dev1669778102

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of pulp_rpm_client might be problematic. Click here for more details.

Files changed (104) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +36 -8
  3. data/docs/AcsRpmApi.md +230 -6
  4. data/docs/ContentAdvisoriesApi.md +2 -6
  5. data/docs/ContentDistributionTreesApi.md +2 -6
  6. data/docs/ContentModulemdDefaultsApi.md +2 -6
  7. data/docs/ContentModulemdObsoletesApi.md +2 -6
  8. data/docs/ContentModulemdsApi.md +2 -6
  9. data/docs/ContentPackagecategoriesApi.md +2 -6
  10. data/docs/ContentPackageenvironmentsApi.md +2 -6
  11. data/docs/ContentPackagegroupsApi.md +2 -6
  12. data/docs/ContentPackagelangpacksApi.md +2 -6
  13. data/docs/ContentPackagesApi.md +4 -8
  14. data/docs/ContentRepoMetadataFilesApi.md +2 -6
  15. data/docs/DistributionsRpmApi.md +230 -10
  16. data/docs/MyPermissionsResponse.md +17 -0
  17. data/docs/NestedRole.md +21 -0
  18. data/docs/NestedRoleResponse.md +21 -0
  19. data/docs/ObjectRolesResponse.md +17 -0
  20. data/docs/PatchedrpmRpmDistribution.md +1 -1
  21. data/docs/PatchedrpmRpmRemote.md +2 -2
  22. data/docs/PatchedrpmRpmRepository.md +4 -4
  23. data/docs/PatchedrpmUlnRemote.md +2 -2
  24. data/docs/PublicationsRpmApi.md +230 -6
  25. data/docs/RemotesRpmApi.md +230 -6
  26. data/docs/RemotesUlnApi.md +230 -6
  27. data/docs/RepositoriesRpmApi.md +230 -22
  28. data/docs/RepositoriesRpmVersionsApi.md +2 -4
  29. data/docs/RepositoryAddRemoveContent.md +2 -2
  30. data/docs/RpmRepositorySyncURL.md +1 -1
  31. data/docs/RpmRpmDistribution.md +1 -1
  32. data/docs/RpmRpmDistributionResponse.md +1 -1
  33. data/docs/RpmRpmPublication.md +2 -2
  34. data/docs/RpmRpmPublicationResponse.md +2 -2
  35. data/docs/RpmRpmRemote.md +2 -2
  36. data/docs/RpmRpmRemoteResponse.md +2 -2
  37. data/docs/RpmRpmRepository.md +4 -4
  38. data/docs/RpmRpmRepositoryResponse.md +4 -4
  39. data/docs/RpmUlnRemote.md +2 -2
  40. data/docs/RpmUlnRemoteResponse.md +2 -2
  41. data/lib/pulp_rpm_client/api/acs_rpm_api.rb +270 -8
  42. data/lib/pulp_rpm_client/api/content_advisories_api.rb +2 -8
  43. data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +2 -8
  44. data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +2 -8
  45. data/lib/pulp_rpm_client/api/content_modulemd_obsoletes_api.rb +2 -8
  46. data/lib/pulp_rpm_client/api/content_modulemds_api.rb +2 -8
  47. data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +2 -8
  48. data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +2 -8
  49. data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +2 -8
  50. data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +2 -8
  51. data/lib/pulp_rpm_client/api/content_packages_api.rb +4 -10
  52. data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +2 -8
  53. data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +271 -15
  54. data/lib/pulp_rpm_client/api/publications_rpm_api.rb +270 -8
  55. data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +271 -9
  56. data/lib/pulp_rpm_client/api/remotes_uln_api.rb +271 -9
  57. data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +271 -33
  58. data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +2 -5
  59. data/lib/pulp_rpm_client/models/my_permissions_response.rb +213 -0
  60. data/lib/pulp_rpm_client/models/nested_role.rb +234 -0
  61. data/lib/pulp_rpm_client/models/nested_role_response.rb +234 -0
  62. data/lib/pulp_rpm_client/models/object_roles_response.rb +213 -0
  63. data/lib/pulp_rpm_client/models/patchedrpm_rpm_distribution.rb +2 -4
  64. data/lib/pulp_rpm_client/models/patchedrpm_rpm_remote.rb +3 -5
  65. data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +5 -7
  66. data/lib/pulp_rpm_client/models/patchedrpm_uln_remote.rb +3 -5
  67. data/lib/pulp_rpm_client/models/repository_add_remove_content.rb +2 -2
  68. data/lib/pulp_rpm_client/models/rpm_repository_sync_url.rb +1 -1
  69. data/lib/pulp_rpm_client/models/rpm_rpm_distribution.rb +2 -4
  70. data/lib/pulp_rpm_client/models/rpm_rpm_distribution_response.rb +2 -4
  71. data/lib/pulp_rpm_client/models/rpm_rpm_publication.rb +2 -2
  72. data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +2 -2
  73. data/lib/pulp_rpm_client/models/rpm_rpm_remote.rb +3 -5
  74. data/lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb +3 -5
  75. data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +5 -7
  76. data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +5 -7
  77. data/lib/pulp_rpm_client/models/rpm_uln_remote.rb +3 -5
  78. data/lib/pulp_rpm_client/models/rpm_uln_remote_response.rb +3 -5
  79. data/lib/pulp_rpm_client/models/skip_types_enum.rb +0 -1
  80. data/lib/pulp_rpm_client/version.rb +1 -1
  81. data/lib/pulp_rpm_client.rb +4 -0
  82. data/spec/api/acs_rpm_api_spec.rb +51 -3
  83. data/spec/api/content_advisories_api_spec.rb +1 -3
  84. data/spec/api/content_distribution_trees_api_spec.rb +1 -3
  85. data/spec/api/content_modulemd_defaults_api_spec.rb +1 -3
  86. data/spec/api/content_modulemd_obsoletes_api_spec.rb +1 -3
  87. data/spec/api/content_modulemds_api_spec.rb +1 -3
  88. data/spec/api/content_packagecategories_api_spec.rb +1 -3
  89. data/spec/api/content_packageenvironments_api_spec.rb +1 -3
  90. data/spec/api/content_packagegroups_api_spec.rb +1 -3
  91. data/spec/api/content_packagelangpacks_api_spec.rb +1 -3
  92. data/spec/api/content_packages_api_spec.rb +2 -4
  93. data/spec/api/content_repo_metadata_files_api_spec.rb +1 -3
  94. data/spec/api/distributions_rpm_api_spec.rb +51 -5
  95. data/spec/api/publications_rpm_api_spec.rb +51 -3
  96. data/spec/api/remotes_rpm_api_spec.rb +51 -3
  97. data/spec/api/remotes_uln_api_spec.rb +51 -3
  98. data/spec/api/repositories_rpm_api_spec.rb +51 -11
  99. data/spec/api/repositories_rpm_versions_api_spec.rb +1 -2
  100. data/spec/models/my_permissions_response_spec.rb +41 -0
  101. data/spec/models/nested_role_response_spec.rb +53 -0
  102. data/spec/models/nested_role_spec.rb +53 -0
  103. data/spec/models/object_roles_response_spec.rb +41 -0
  104. metadata +92 -76
@@ -4,15 +4,73 @@ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
+ [**add_role**](RemotesUlnApi.md#add_role) | **POST** {rpm_uln_remote_href}add_role/ |
7
8
  [**create**](RemotesUlnApi.md#create) | **POST** /pulp/api/v3/remotes/rpm/uln/ | Create an uln remote
8
9
  [**delete**](RemotesUlnApi.md#delete) | **DELETE** {rpm_uln_remote_href} | Delete an uln remote
9
10
  [**list**](RemotesUlnApi.md#list) | **GET** /pulp/api/v3/remotes/rpm/uln/ | List uln remotes
11
+ [**list_roles**](RemotesUlnApi.md#list_roles) | **GET** {rpm_uln_remote_href}list_roles/ |
12
+ [**my_permissions**](RemotesUlnApi.md#my_permissions) | **GET** {rpm_uln_remote_href}my_permissions/ |
10
13
  [**partial_update**](RemotesUlnApi.md#partial_update) | **PATCH** {rpm_uln_remote_href} | Update an uln remote
11
14
  [**read**](RemotesUlnApi.md#read) | **GET** {rpm_uln_remote_href} | Inspect an uln remote
15
+ [**remove_role**](RemotesUlnApi.md#remove_role) | **POST** {rpm_uln_remote_href}remove_role/ |
12
16
  [**update**](RemotesUlnApi.md#update) | **PUT** {rpm_uln_remote_href} | Update an uln remote
13
17
 
14
18
 
15
19
 
20
+ ## add_role
21
+
22
+ > NestedRoleResponse add_role(rpm_uln_remote_href, nested_role)
23
+
24
+
25
+
26
+ Add a role for this object to users/groups.
27
+
28
+ ### Example
29
+
30
+ ```ruby
31
+ # load the gem
32
+ require 'pulp_rpm_client'
33
+ # setup authorization
34
+ PulpRpmClient.configure do |config|
35
+ # Configure HTTP basic authorization: basicAuth
36
+ config.username = 'YOUR USERNAME'
37
+ config.password = 'YOUR PASSWORD'
38
+ end
39
+
40
+ api_instance = PulpRpmClient::RemotesUlnApi.new
41
+ rpm_uln_remote_href = 'rpm_uln_remote_href_example' # String |
42
+ nested_role = PulpRpmClient::NestedRole.new # NestedRole |
43
+
44
+ begin
45
+ result = api_instance.add_role(rpm_uln_remote_href, nested_role)
46
+ p result
47
+ rescue PulpRpmClient::ApiError => e
48
+ puts "Exception when calling RemotesUlnApi->add_role: #{e}"
49
+ end
50
+ ```
51
+
52
+ ### Parameters
53
+
54
+
55
+ Name | Type | Description | Notes
56
+ ------------- | ------------- | ------------- | -------------
57
+ **rpm_uln_remote_href** | **String**| |
58
+ **nested_role** | [**NestedRole**](NestedRole.md)| |
59
+
60
+ ### Return type
61
+
62
+ [**NestedRoleResponse**](NestedRoleResponse.md)
63
+
64
+ ### Authorization
65
+
66
+ [basicAuth](../README.md#basicAuth)
67
+
68
+ ### HTTP request headers
69
+
70
+ - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
71
+ - **Accept**: application/json
72
+
73
+
16
74
  ## create
17
75
 
18
76
  > RpmUlnRemoteResponse create(rpm_uln_remote)
@@ -148,9 +206,7 @@ opts = {
148
206
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
149
207
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
150
208
  offset: 56, # Integer | The initial index from which to return the results.
151
- ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `url` - Url * `-url` - Url (descending) * `ca_cert` - Ca cert * `-ca_cert` - Ca cert (descending) * `client_cert` - Client cert * `-client_cert` - Client cert (descending) * `client_key` - Client key * `-client_key` - Client key (descending) * `tls_validation` - Tls validation * `-tls_validation` - Tls validation (descending) * `username` - Username * `-username` - Username (descending) * `password` - Password * `-password` - Password (descending) * `proxy_url` - Proxy url * `-proxy_url` - Proxy url (descending) * `proxy_username` - Proxy username * `-proxy_username` - Proxy username (descending) * `proxy_password` - Proxy password * `-proxy_password` - Proxy password (descending) * `download_concurrency` - Download concurrency * `-download_concurrency` - Download concurrency (descending) * `max_retries` - Max retries * `-max_retries` - Max retries (descending) * `policy` - Policy * `-policy` - Policy (descending) * `total_timeout` - Total timeout * `-total_timeout` - Total timeout (descending) * `connect_timeout` - Connect timeout * `-connect_timeout` - Connect timeout (descending) * `sock_connect_timeout` - Sock connect timeout * `-sock_connect_timeout` - Sock connect timeout (descending) * `sock_read_timeout` - Sock read timeout * `-sock_read_timeout` - Sock read timeout (descending) * `headers` - Headers * `-headers` - Headers (descending) * `rate_limit` - Rate limit * `-rate_limit` - Rate limit (descending) * `pk` - Pk * `-pk` - Pk (descending)
152
- pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
153
- pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
209
+ ordering: ['ordering_example'], # Array<String> | Ordering
154
210
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
155
211
  pulp_last_updated: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated matches value
156
212
  pulp_last_updated__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is greater than value
@@ -183,9 +239,7 @@ Name | Type | Description | Notes
183
239
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
184
240
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
185
241
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
186
- **ordering** | [**Array&lt;String&gt;**](String.md)| 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) | [optional]
187
- **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
188
- **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
242
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
189
243
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
190
244
  **pulp_last_updated** | **DateTime**| Filter results where pulp_last_updated matches value | [optional]
191
245
  **pulp_last_updated__gt** | **DateTime**| Filter results where pulp_last_updated is greater than value | [optional]
@@ -210,6 +264,122 @@ Name | Type | Description | Notes
210
264
  - **Accept**: application/json
211
265
 
212
266
 
267
+ ## list_roles
268
+
269
+ > ObjectRolesResponse list_roles(rpm_uln_remote_href, opts)
270
+
271
+
272
+
273
+ List roles assigned to this object.
274
+
275
+ ### Example
276
+
277
+ ```ruby
278
+ # load the gem
279
+ require 'pulp_rpm_client'
280
+ # setup authorization
281
+ PulpRpmClient.configure do |config|
282
+ # Configure HTTP basic authorization: basicAuth
283
+ config.username = 'YOUR USERNAME'
284
+ config.password = 'YOUR PASSWORD'
285
+ end
286
+
287
+ api_instance = PulpRpmClient::RemotesUlnApi.new
288
+ rpm_uln_remote_href = 'rpm_uln_remote_href_example' # String |
289
+ opts = {
290
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
291
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
292
+ }
293
+
294
+ begin
295
+ result = api_instance.list_roles(rpm_uln_remote_href, opts)
296
+ p result
297
+ rescue PulpRpmClient::ApiError => e
298
+ puts "Exception when calling RemotesUlnApi->list_roles: #{e}"
299
+ end
300
+ ```
301
+
302
+ ### Parameters
303
+
304
+
305
+ Name | Type | Description | Notes
306
+ ------------- | ------------- | ------------- | -------------
307
+ **rpm_uln_remote_href** | **String**| |
308
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
309
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
310
+
311
+ ### Return type
312
+
313
+ [**ObjectRolesResponse**](ObjectRolesResponse.md)
314
+
315
+ ### Authorization
316
+
317
+ [basicAuth](../README.md#basicAuth)
318
+
319
+ ### HTTP request headers
320
+
321
+ - **Content-Type**: Not defined
322
+ - **Accept**: application/json
323
+
324
+
325
+ ## my_permissions
326
+
327
+ > MyPermissionsResponse my_permissions(rpm_uln_remote_href, opts)
328
+
329
+
330
+
331
+ List permissions available to the current user on this object.
332
+
333
+ ### Example
334
+
335
+ ```ruby
336
+ # load the gem
337
+ require 'pulp_rpm_client'
338
+ # setup authorization
339
+ PulpRpmClient.configure do |config|
340
+ # Configure HTTP basic authorization: basicAuth
341
+ config.username = 'YOUR USERNAME'
342
+ config.password = 'YOUR PASSWORD'
343
+ end
344
+
345
+ api_instance = PulpRpmClient::RemotesUlnApi.new
346
+ rpm_uln_remote_href = 'rpm_uln_remote_href_example' # String |
347
+ opts = {
348
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
349
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
350
+ }
351
+
352
+ begin
353
+ result = api_instance.my_permissions(rpm_uln_remote_href, opts)
354
+ p result
355
+ rescue PulpRpmClient::ApiError => e
356
+ puts "Exception when calling RemotesUlnApi->my_permissions: #{e}"
357
+ end
358
+ ```
359
+
360
+ ### Parameters
361
+
362
+
363
+ Name | Type | Description | Notes
364
+ ------------- | ------------- | ------------- | -------------
365
+ **rpm_uln_remote_href** | **String**| |
366
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
367
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
368
+
369
+ ### Return type
370
+
371
+ [**MyPermissionsResponse**](MyPermissionsResponse.md)
372
+
373
+ ### Authorization
374
+
375
+ [basicAuth](../README.md#basicAuth)
376
+
377
+ ### HTTP request headers
378
+
379
+ - **Content-Type**: Not defined
380
+ - **Accept**: application/json
381
+
382
+
213
383
  ## partial_update
214
384
 
215
385
  > AsyncOperationResponse partial_update(rpm_uln_remote_href, patchedrpm_uln_remote)
@@ -324,6 +494,60 @@ Name | Type | Description | Notes
324
494
  - **Accept**: application/json
325
495
 
326
496
 
497
+ ## remove_role
498
+
499
+ > NestedRoleResponse remove_role(rpm_uln_remote_href, nested_role)
500
+
501
+
502
+
503
+ Remove a role for this object from users/groups.
504
+
505
+ ### Example
506
+
507
+ ```ruby
508
+ # load the gem
509
+ require 'pulp_rpm_client'
510
+ # setup authorization
511
+ PulpRpmClient.configure do |config|
512
+ # Configure HTTP basic authorization: basicAuth
513
+ config.username = 'YOUR USERNAME'
514
+ config.password = 'YOUR PASSWORD'
515
+ end
516
+
517
+ api_instance = PulpRpmClient::RemotesUlnApi.new
518
+ rpm_uln_remote_href = 'rpm_uln_remote_href_example' # String |
519
+ nested_role = PulpRpmClient::NestedRole.new # NestedRole |
520
+
521
+ begin
522
+ result = api_instance.remove_role(rpm_uln_remote_href, nested_role)
523
+ p result
524
+ rescue PulpRpmClient::ApiError => e
525
+ puts "Exception when calling RemotesUlnApi->remove_role: #{e}"
526
+ end
527
+ ```
528
+
529
+ ### Parameters
530
+
531
+
532
+ Name | Type | Description | Notes
533
+ ------------- | ------------- | ------------- | -------------
534
+ **rpm_uln_remote_href** | **String**| |
535
+ **nested_role** | [**NestedRole**](NestedRole.md)| |
536
+
537
+ ### Return type
538
+
539
+ [**NestedRoleResponse**](NestedRoleResponse.md)
540
+
541
+ ### Authorization
542
+
543
+ [basicAuth](../README.md#basicAuth)
544
+
545
+ ### HTTP request headers
546
+
547
+ - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
548
+ - **Accept**: application/json
549
+
550
+
327
551
  ## update
328
552
 
329
553
  > AsyncOperationResponse update(rpm_uln_remote_href, rpm_uln_remote)
@@ -4,17 +4,75 @@ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
+ [**add_role**](RepositoriesRpmApi.md#add_role) | **POST** {rpm_rpm_repository_href}add_role/ |
7
8
  [**create**](RepositoriesRpmApi.md#create) | **POST** /pulp/api/v3/repositories/rpm/rpm/ | Create a rpm repository
8
9
  [**delete**](RepositoriesRpmApi.md#delete) | **DELETE** {rpm_rpm_repository_href} | Delete a rpm repository
9
10
  [**list**](RepositoriesRpmApi.md#list) | **GET** /pulp/api/v3/repositories/rpm/rpm/ | List rpm repositorys
11
+ [**list_roles**](RepositoriesRpmApi.md#list_roles) | **GET** {rpm_rpm_repository_href}list_roles/ |
10
12
  [**modify**](RepositoriesRpmApi.md#modify) | **POST** {rpm_rpm_repository_href}modify/ | Modify Repository Content
13
+ [**my_permissions**](RepositoriesRpmApi.md#my_permissions) | **GET** {rpm_rpm_repository_href}my_permissions/ |
11
14
  [**partial_update**](RepositoriesRpmApi.md#partial_update) | **PATCH** {rpm_rpm_repository_href} | Update a rpm repository
12
15
  [**read**](RepositoriesRpmApi.md#read) | **GET** {rpm_rpm_repository_href} | Inspect a rpm repository
16
+ [**remove_role**](RepositoriesRpmApi.md#remove_role) | **POST** {rpm_rpm_repository_href}remove_role/ |
13
17
  [**sync**](RepositoriesRpmApi.md#sync) | **POST** {rpm_rpm_repository_href}sync/ | Sync from remote
14
18
  [**update**](RepositoriesRpmApi.md#update) | **PUT** {rpm_rpm_repository_href} | Update a rpm repository
15
19
 
16
20
 
17
21
 
22
+ ## add_role
23
+
24
+ > NestedRoleResponse add_role(rpm_rpm_repository_href, nested_role)
25
+
26
+
27
+
28
+ Add a role for this object to users/groups.
29
+
30
+ ### Example
31
+
32
+ ```ruby
33
+ # load the gem
34
+ require 'pulp_rpm_client'
35
+ # setup authorization
36
+ PulpRpmClient.configure do |config|
37
+ # Configure HTTP basic authorization: basicAuth
38
+ config.username = 'YOUR USERNAME'
39
+ config.password = 'YOUR PASSWORD'
40
+ end
41
+
42
+ api_instance = PulpRpmClient::RepositoriesRpmApi.new
43
+ rpm_rpm_repository_href = 'rpm_rpm_repository_href_example' # String |
44
+ nested_role = PulpRpmClient::NestedRole.new # NestedRole |
45
+
46
+ begin
47
+ result = api_instance.add_role(rpm_rpm_repository_href, nested_role)
48
+ p result
49
+ rescue PulpRpmClient::ApiError => e
50
+ puts "Exception when calling RepositoriesRpmApi->add_role: #{e}"
51
+ end
52
+ ```
53
+
54
+ ### Parameters
55
+
56
+
57
+ Name | Type | Description | Notes
58
+ ------------- | ------------- | ------------- | -------------
59
+ **rpm_rpm_repository_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
+
18
76
  ## create
19
77
 
20
78
  > RpmRpmRepositoryResponse create(rpm_rpm_repository)
@@ -150,19 +208,9 @@ opts = {
150
208
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
151
209
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
152
210
  offset: 56, # Integer | The initial index from which to return the results.
153
- ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `description` - Description * `-description` - Description (descending) * `next_version` - Next version * `-next_version` - Next version (descending) * `retain_repo_versions` - Retain repo versions * `-retain_repo_versions` - Retain repo versions (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
154
- pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
155
- pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
211
+ ordering: ['ordering_example'], # Array<String> | Ordering
156
212
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
157
213
  remote: 'remote_example', # String | Foreign Key referenced by HREF
158
- retain_repo_versions: 56, # Integer | Filter results where retain_repo_versions matches value
159
- retain_repo_versions__gt: 56, # Integer | Filter results where retain_repo_versions is greater than value
160
- retain_repo_versions__gte: 56, # Integer | Filter results where retain_repo_versions is greater than or equal to value
161
- retain_repo_versions__isnull: true, # Boolean | Filter results where retain_repo_versions has a null value
162
- retain_repo_versions__lt: 56, # Integer | Filter results where retain_repo_versions is less than value
163
- retain_repo_versions__lte: 56, # Integer | Filter results where retain_repo_versions is less than or equal to value
164
- retain_repo_versions__ne: 56, # Integer | Filter results where retain_repo_versions not equal to value
165
- retain_repo_versions__range: [56], # Array<Integer> | Filter results where retain_repo_versions is between two comma separated values
166
214
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
167
215
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
168
216
  }
@@ -188,19 +236,9 @@ Name | Type | Description | Notes
188
236
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
189
237
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
190
238
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
191
- **ordering** | [**Array&lt;String&gt;**](String.md)| 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) | [optional]
192
- **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
193
- **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
239
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
194
240
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
195
241
  **remote** | **String**| Foreign Key referenced by HREF | [optional]
196
- **retain_repo_versions** | **Integer**| Filter results where retain_repo_versions matches value | [optional]
197
- **retain_repo_versions__gt** | **Integer**| Filter results where retain_repo_versions is greater than value | [optional]
198
- **retain_repo_versions__gte** | **Integer**| Filter results where retain_repo_versions is greater than or equal to value | [optional]
199
- **retain_repo_versions__isnull** | **Boolean**| Filter results where retain_repo_versions has a null value | [optional]
200
- **retain_repo_versions__lt** | **Integer**| Filter results where retain_repo_versions is less than value | [optional]
201
- **retain_repo_versions__lte** | **Integer**| Filter results where retain_repo_versions is less than or equal to value | [optional]
202
- **retain_repo_versions__ne** | **Integer**| Filter results where retain_repo_versions not equal to value | [optional]
203
- **retain_repo_versions__range** | [**Array&lt;Integer&gt;**](Integer.md)| Filter results where retain_repo_versions is between two comma separated values | [optional]
204
242
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
205
243
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
206
244
 
@@ -218,6 +256,64 @@ Name | Type | Description | Notes
218
256
  - **Accept**: application/json
219
257
 
220
258
 
259
+ ## list_roles
260
+
261
+ > ObjectRolesResponse list_roles(rpm_rpm_repository_href, opts)
262
+
263
+
264
+
265
+ List roles assigned to this object.
266
+
267
+ ### Example
268
+
269
+ ```ruby
270
+ # load the gem
271
+ require 'pulp_rpm_client'
272
+ # setup authorization
273
+ PulpRpmClient.configure do |config|
274
+ # Configure HTTP basic authorization: basicAuth
275
+ config.username = 'YOUR USERNAME'
276
+ config.password = 'YOUR PASSWORD'
277
+ end
278
+
279
+ api_instance = PulpRpmClient::RepositoriesRpmApi.new
280
+ rpm_rpm_repository_href = 'rpm_rpm_repository_href_example' # String |
281
+ opts = {
282
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
283
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
284
+ }
285
+
286
+ begin
287
+ result = api_instance.list_roles(rpm_rpm_repository_href, opts)
288
+ p result
289
+ rescue PulpRpmClient::ApiError => e
290
+ puts "Exception when calling RepositoriesRpmApi->list_roles: #{e}"
291
+ end
292
+ ```
293
+
294
+ ### Parameters
295
+
296
+
297
+ Name | Type | Description | Notes
298
+ ------------- | ------------- | ------------- | -------------
299
+ **rpm_rpm_repository_href** | **String**| |
300
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
301
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
302
+
303
+ ### Return type
304
+
305
+ [**ObjectRolesResponse**](ObjectRolesResponse.md)
306
+
307
+ ### Authorization
308
+
309
+ [basicAuth](../README.md#basicAuth)
310
+
311
+ ### HTTP request headers
312
+
313
+ - **Content-Type**: Not defined
314
+ - **Accept**: application/json
315
+
316
+
221
317
  ## modify
222
318
 
223
319
  > AsyncOperationResponse modify(rpm_rpm_repository_href, repository_add_remove_content)
@@ -273,6 +369,64 @@ Name | Type | Description | Notes
273
369
  - **Accept**: application/json
274
370
 
275
371
 
372
+ ## my_permissions
373
+
374
+ > MyPermissionsResponse my_permissions(rpm_rpm_repository_href, opts)
375
+
376
+
377
+
378
+ List permissions available to the current user on this object.
379
+
380
+ ### Example
381
+
382
+ ```ruby
383
+ # load the gem
384
+ require 'pulp_rpm_client'
385
+ # setup authorization
386
+ PulpRpmClient.configure do |config|
387
+ # Configure HTTP basic authorization: basicAuth
388
+ config.username = 'YOUR USERNAME'
389
+ config.password = 'YOUR PASSWORD'
390
+ end
391
+
392
+ api_instance = PulpRpmClient::RepositoriesRpmApi.new
393
+ rpm_rpm_repository_href = 'rpm_rpm_repository_href_example' # String |
394
+ opts = {
395
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
396
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
397
+ }
398
+
399
+ begin
400
+ result = api_instance.my_permissions(rpm_rpm_repository_href, opts)
401
+ p result
402
+ rescue PulpRpmClient::ApiError => e
403
+ puts "Exception when calling RepositoriesRpmApi->my_permissions: #{e}"
404
+ end
405
+ ```
406
+
407
+ ### Parameters
408
+
409
+
410
+ Name | Type | Description | Notes
411
+ ------------- | ------------- | ------------- | -------------
412
+ **rpm_rpm_repository_href** | **String**| |
413
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
414
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
415
+
416
+ ### Return type
417
+
418
+ [**MyPermissionsResponse**](MyPermissionsResponse.md)
419
+
420
+ ### Authorization
421
+
422
+ [basicAuth](../README.md#basicAuth)
423
+
424
+ ### HTTP request headers
425
+
426
+ - **Content-Type**: Not defined
427
+ - **Accept**: application/json
428
+
429
+
276
430
  ## partial_update
277
431
 
278
432
  > AsyncOperationResponse partial_update(rpm_rpm_repository_href, patchedrpm_rpm_repository)
@@ -387,6 +541,60 @@ Name | Type | Description | Notes
387
541
  - **Accept**: application/json
388
542
 
389
543
 
544
+ ## remove_role
545
+
546
+ > NestedRoleResponse remove_role(rpm_rpm_repository_href, nested_role)
547
+
548
+
549
+
550
+ Remove a role for this object from users/groups.
551
+
552
+ ### Example
553
+
554
+ ```ruby
555
+ # load the gem
556
+ require 'pulp_rpm_client'
557
+ # setup authorization
558
+ PulpRpmClient.configure do |config|
559
+ # Configure HTTP basic authorization: basicAuth
560
+ config.username = 'YOUR USERNAME'
561
+ config.password = 'YOUR PASSWORD'
562
+ end
563
+
564
+ api_instance = PulpRpmClient::RepositoriesRpmApi.new
565
+ rpm_rpm_repository_href = 'rpm_rpm_repository_href_example' # String |
566
+ nested_role = PulpRpmClient::NestedRole.new # NestedRole |
567
+
568
+ begin
569
+ result = api_instance.remove_role(rpm_rpm_repository_href, nested_role)
570
+ p result
571
+ rescue PulpRpmClient::ApiError => e
572
+ puts "Exception when calling RepositoriesRpmApi->remove_role: #{e}"
573
+ end
574
+ ```
575
+
576
+ ### Parameters
577
+
578
+
579
+ Name | Type | Description | Notes
580
+ ------------- | ------------- | ------------- | -------------
581
+ **rpm_rpm_repository_href** | **String**| |
582
+ **nested_role** | [**NestedRole**](NestedRole.md)| |
583
+
584
+ ### Return type
585
+
586
+ [**NestedRoleResponse**](NestedRoleResponse.md)
587
+
588
+ ### Authorization
589
+
590
+ [basicAuth](../README.md#basicAuth)
591
+
592
+ ### HTTP request headers
593
+
594
+ - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
595
+ - **Accept**: application/json
596
+
597
+
390
598
  ## sync
391
599
 
392
600
  > AsyncOperationResponse sync(rpm_rpm_repository_href, rpm_repository_sync_url)
@@ -97,14 +97,13 @@ opts = {
97
97
  number__lte: 56, # Integer | Filter results where number is less than or equal to value
98
98
  number__range: [56], # Array<Integer> | Filter results where number is between two comma separated values
99
99
  offset: 56, # Integer | The initial index from which to return the results.
100
- ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending)
100
+ ordering: ['ordering_example'], # Array<String> | Ordering
101
101
  pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created matches value
102
102
  pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
103
103
  pulp_created__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than or equal to value
104
104
  pulp_created__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than value
105
105
  pulp_created__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than or equal to value
106
106
  pulp_created__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_created is between two comma separated values
107
- pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
108
107
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
109
108
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
110
109
  }
@@ -134,14 +133,13 @@ Name | Type | Description | Notes
134
133
  **number__lte** | **Integer**| Filter results where number is less than or equal to value | [optional]
135
134
  **number__range** | [**Array&lt;Integer&gt;**](Integer.md)| Filter results where number is between two comma separated values | [optional]
136
135
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
137
- **ordering** | [**Array&lt;String&gt;**](String.md)| 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) | [optional]
136
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
138
137
  **pulp_created** | **DateTime**| Filter results where pulp_created matches value | [optional]
139
138
  **pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
140
139
  **pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
141
140
  **pulp_created__lt** | **DateTime**| Filter results where pulp_created is less than value | [optional]
142
141
  **pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
143
142
  **pulp_created__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
144
- **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
145
143
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
146
144
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
147
145
 
@@ -4,8 +4,8 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **add_content_units** | **Array&lt;String&gt;** | A list of content units to add to a new repository version. This content is added after remove_content_units are removed. | [optional]
8
- **remove_content_units** | **Array&lt;String&gt;** | A list of content units to remove from the latest repository version. You may also specify &#39;*&#39; as an entry to remove all content. This content is removed before add_content_units are added. | [optional]
7
+ **add_content_units** | [**Array&lt;AnyType&gt;**](AnyType.md) | A list of content units to add to a new repository version. This content is added after remove_content_units are removed. | [optional]
8
+ **remove_content_units** | [**Array&lt;AnyType&gt;**](AnyType.md) | A list of content units to remove from the latest repository version. You may also specify &#39;*&#39; as an entry to remove all content. This content is removed before add_content_units are added. | [optional]
9
9
  **base_version** | **String** | A repository version whose content will be used as the initial set of content for the new repository version | [optional]
10
10
 
11
11
  ## Code Sample
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **remote** | **String** | A remote to sync from. This will override a remote set on repository. | [optional]
8
8
  **mirror** | **Boolean** | DEPRECATED: If &#x60;&#x60;True&#x60;&#x60;, &#x60;&#x60;sync_policy&#x60;&#x60; will default to &#39;mirror_complete&#39; instead of &#39;additive&#39;. | [optional]
9
- **sync_policy** | [**SyncPolicyEnum**](SyncPolicyEnum.md) | Options: &#39;additive&#39;, &#39;mirror_complete&#39;, &#39;mirror_content_only&#39;. Default: &#39;additive&#39;. Modifies how the sync is performed. &#39;mirror_complete&#39; will clone the original metadata and create an automatic publication from it, but comes with some limitations and does not work for certain repositories. &#39;mirror_content_only&#39; will change the repository contents to match the remote but the metadata will be regenerated and will not be bit-for-bit identical. &#39;additive&#39; will retain the existing contents of the repository and add the contents of the repository being synced. * &#x60;additive&#x60; - additive * &#x60;mirror_complete&#x60; - mirror_complete * &#x60;mirror_content_only&#x60; - mirror_content_only | [optional]
9
+ **sync_policy** | [**SyncPolicyEnum**](SyncPolicyEnum.md) | Options: &#39;additive&#39;, &#39;mirror_complete&#39;, &#39;mirror_content_only&#39;. Default: &#39;additive&#39;. Modifies how the sync is performed. &#39;mirror_complete&#39; will clone the original metadata and create an automatic publication from it, but comes with some limitations and does not work for certain repositories. &#39;mirror_content_only&#39; will change the repository contents to match the remote but the metadata will be regenerated and will not be bit-for-bit identical. &#39;additive&#39; will retain the existing contents of the repository and add the contents of the repository being synced. | [optional]
10
10
  **skip_types** | [**Array&lt;SkipTypesEnum&gt;**](SkipTypesEnum.md) | List of content types to skip during sync. | [optional]
11
11
  **optimize** | **Boolean** | Whether or not to optimize sync. | [optional] [default to true]
12
12
 
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \&quot;foo\&quot; and \&quot;foo/bar\&quot;) |
8
8
  **content_guard** | **String** | An optional content-guard. | [optional]
9
- **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
9
+ **pulp_labels** | [**Object**](.md) | | [optional]
10
10
  **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. |
11
11
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
12
12
  **publication** | **String** | Publication to be served | [optional]
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
9
9
  **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \&quot;foo\&quot; and \&quot;foo/bar\&quot;) |
10
10
  **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
11
11
  **content_guard** | **String** | An optional content-guard. | [optional]
12
- **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
12
+ **pulp_labels** | [**Object**](.md) | | [optional]
13
13
  **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. |
14
14
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
15
15
  **publication** | **String** | Publication to be served | [optional]