pulp_container_client 2.17.0 → 2.18.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (80) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +40 -6
  3. data/docs/ContainerContainerDistribution.md +6 -6
  4. data/docs/ContainerContainerDistributionResponse.md +12 -10
  5. data/docs/ContainerContainerPullThroughDistribution.md +35 -0
  6. data/docs/ContainerContainerPullThroughDistributionResponse.md +41 -0
  7. data/docs/ContainerContainerPullThroughRemote.md +57 -0
  8. data/docs/ContainerContainerPullThroughRemoteResponse.md +55 -0
  9. data/docs/{ContainerContainerRemoteResponseHiddenFields.md → ContainerContainerPullThroughRemoteResponseHiddenFields.md} +2 -2
  10. data/docs/ContainerContainerPushRepository.md +3 -3
  11. data/docs/ContainerContainerPushRepositoryResponse.md +12 -12
  12. data/docs/ContainerContainerRemote.md +1 -1
  13. data/docs/ContainerContainerRemoteResponse.md +2 -2
  14. data/docs/ContentBlobsApi.md +2 -0
  15. data/docs/ContentManifestsApi.md +2 -0
  16. data/docs/ContentSignaturesApi.md +2 -0
  17. data/docs/ContentTagsApi.md +2 -0
  18. data/docs/DistributionsPullThroughApi.md +736 -0
  19. data/docs/PaginatedcontainerContainerPullThroughDistributionResponseList.md +23 -0
  20. data/docs/PaginatedcontainerContainerPullThroughRemoteResponseList.md +23 -0
  21. data/docs/PatchedcontainerContainerDistribution.md +6 -6
  22. data/docs/PatchedcontainerContainerPullThroughDistribution.md +35 -0
  23. data/docs/PatchedcontainerContainerPullThroughRemote.md +57 -0
  24. data/docs/PatchedcontainerContainerPushRepository.md +3 -3
  25. data/docs/PatchedcontainerContainerRemote.md +1 -1
  26. data/docs/{PolicyEnum.md → Policy762Enum.md} +2 -2
  27. data/docs/Policy8e2Enum.md +16 -0
  28. data/docs/RemotesPullThroughApi.md +734 -0
  29. data/lib/pulp_container_client/api/content_blobs_api.rb +3 -0
  30. data/lib/pulp_container_client/api/content_manifests_api.rb +3 -0
  31. data/lib/pulp_container_client/api/content_signatures_api.rb +3 -0
  32. data/lib/pulp_container_client/api/content_tags_api.rb +3 -0
  33. data/lib/pulp_container_client/api/distributions_pull_through_api.rb +907 -0
  34. data/lib/pulp_container_client/api/remotes_pull_through_api.rb +904 -0
  35. data/lib/pulp_container_client/models/container_container_distribution.rb +52 -52
  36. data/lib/pulp_container_client/models/container_container_distribution_response.rb +60 -50
  37. data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +373 -0
  38. data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +349 -0
  39. data/lib/pulp_container_client/models/container_container_pull_through_remote.rb +668 -0
  40. data/lib/pulp_container_client/models/container_container_pull_through_remote_response.rb +496 -0
  41. data/lib/pulp_container_client/models/{container_container_remote_response_hidden_fields.rb → container_container_pull_through_remote_response_hidden_fields.rb} +3 -3
  42. data/lib/pulp_container_client/models/container_container_push_repository.rb +30 -30
  43. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +47 -47
  44. data/lib/pulp_container_client/models/container_container_remote.rb +1 -1
  45. data/lib/pulp_container_client/models/container_container_remote_response.rb +2 -2
  46. data/lib/pulp_container_client/models/paginatedcontainer_container_pull_through_distribution_response_list.rb +237 -0
  47. data/lib/pulp_container_client/models/paginatedcontainer_container_pull_through_remote_response_list.rb +237 -0
  48. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +43 -43
  49. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +350 -0
  50. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_remote.rb +650 -0
  51. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +30 -30
  52. data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +1 -1
  53. data/lib/pulp_container_client/models/{policy_enum.rb → policy762_enum.rb} +3 -3
  54. data/lib/pulp_container_client/models/policy8e2_enum.rb +35 -0
  55. data/lib/pulp_container_client/version.rb +1 -1
  56. data/lib/pulp_container_client.rb +13 -2
  57. data/spec/api/content_blobs_api_spec.rb +1 -0
  58. data/spec/api/content_manifests_api_spec.rb +1 -0
  59. data/spec/api/content_signatures_api_spec.rb +1 -0
  60. data/spec/api/content_tags_api_spec.rb +1 -0
  61. data/spec/api/distributions_pull_through_api_spec.rb +215 -0
  62. data/spec/api/remotes_pull_through_api_spec.rb +214 -0
  63. data/spec/models/container_container_distribution_response_spec.rb +14 -8
  64. data/spec/models/container_container_distribution_spec.rb +5 -5
  65. data/spec/models/container_container_pull_through_distribution_response_spec.rb +113 -0
  66. data/spec/models/container_container_pull_through_distribution_spec.rb +95 -0
  67. data/spec/models/{container_container_remote_response_hidden_fields_spec.rb → container_container_pull_through_remote_response_hidden_fields_spec.rb} +6 -6
  68. data/spec/models/container_container_pull_through_remote_response_spec.rb +155 -0
  69. data/spec/models/container_container_pull_through_remote_spec.rb +161 -0
  70. data/spec/models/container_container_push_repository_response_spec.rb +8 -8
  71. data/spec/models/container_container_push_repository_spec.rb +3 -3
  72. data/spec/models/paginatedcontainer_container_pull_through_distribution_response_list_spec.rb +59 -0
  73. data/spec/models/paginatedcontainer_container_pull_through_remote_response_list_spec.rb +59 -0
  74. data/spec/models/patchedcontainer_container_distribution_spec.rb +5 -5
  75. data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +95 -0
  76. data/spec/models/patchedcontainer_container_pull_through_remote_spec.rb +161 -0
  77. data/spec/models/patchedcontainer_container_push_repository_spec.rb +3 -3
  78. data/spec/models/{policy_enum_spec.rb → policy762_enum_spec.rb} +6 -6
  79. data/spec/models/policy8e2_enum_spec.rb +35 -0
  80. metadata +102 -58
@@ -0,0 +1,734 @@
1
+ # PulpContainerClient::RemotesPullThroughApi
2
+
3
+ All URIs are relative to *http://pulp*
4
+
5
+ Method | HTTP request | Description
6
+ ------------- | ------------- | -------------
7
+ [**add_role**](RemotesPullThroughApi.md#add_role) | **POST** {container_container_pull_through_remote_href}add_role/ | Add a role
8
+ [**create**](RemotesPullThroughApi.md#create) | **POST** /pulp/api/v3/remotes/container/pull-through/ | Create a container pull through remote
9
+ [**delete**](RemotesPullThroughApi.md#delete) | **DELETE** {container_container_pull_through_remote_href} | Delete a container pull through remote
10
+ [**list**](RemotesPullThroughApi.md#list) | **GET** /pulp/api/v3/remotes/container/pull-through/ | List container pull through remotes
11
+ [**list_roles**](RemotesPullThroughApi.md#list_roles) | **GET** {container_container_pull_through_remote_href}list_roles/ | List roles
12
+ [**my_permissions**](RemotesPullThroughApi.md#my_permissions) | **GET** {container_container_pull_through_remote_href}my_permissions/ | List user permissions
13
+ [**partial_update**](RemotesPullThroughApi.md#partial_update) | **PATCH** {container_container_pull_through_remote_href} | Update a container pull through remote
14
+ [**read**](RemotesPullThroughApi.md#read) | **GET** {container_container_pull_through_remote_href} | Inspect a container pull through remote
15
+ [**remove_role**](RemotesPullThroughApi.md#remove_role) | **POST** {container_container_pull_through_remote_href}remove_role/ | Remove a role
16
+ [**set_label**](RemotesPullThroughApi.md#set_label) | **POST** {container_container_pull_through_remote_href}set_label/ | Set a label
17
+ [**unset_label**](RemotesPullThroughApi.md#unset_label) | **POST** {container_container_pull_through_remote_href}unset_label/ | Unset a label
18
+ [**update**](RemotesPullThroughApi.md#update) | **PUT** {container_container_pull_through_remote_href} | Update a container pull through remote
19
+
20
+
21
+
22
+ ## add_role
23
+
24
+ > NestedRoleResponse add_role(container_container_pull_through_remote_href, nested_role)
25
+
26
+ Add a role
27
+
28
+ Add a role for this object to users/groups.
29
+
30
+ ### Example
31
+
32
+ ```ruby
33
+ # load the gem
34
+ require 'pulp_container_client'
35
+ # setup authorization
36
+ PulpContainerClient.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 = PulpContainerClient::RemotesPullThroughApi.new
43
+ container_container_pull_through_remote_href = 'container_container_pull_through_remote_href_example' # String |
44
+ nested_role = PulpContainerClient::NestedRole.new # NestedRole |
45
+
46
+ begin
47
+ #Add a role
48
+ result = api_instance.add_role(container_container_pull_through_remote_href, nested_role)
49
+ p result
50
+ rescue PulpContainerClient::ApiError => e
51
+ puts "Exception when calling RemotesPullThroughApi->add_role: #{e}"
52
+ end
53
+ ```
54
+
55
+ ### Parameters
56
+
57
+
58
+ Name | Type | Description | Notes
59
+ ------------- | ------------- | ------------- | -------------
60
+ **container_container_pull_through_remote_href** | **String**| |
61
+ **nested_role** | [**NestedRole**](NestedRole.md)| |
62
+
63
+ ### Return type
64
+
65
+ [**NestedRoleResponse**](NestedRoleResponse.md)
66
+
67
+ ### Authorization
68
+
69
+ [basicAuth](../README.md#basicAuth)
70
+
71
+ ### HTTP request headers
72
+
73
+ - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
74
+ - **Accept**: application/json
75
+
76
+
77
+ ## create
78
+
79
+ > ContainerContainerPullThroughRemoteResponse create(container_container_pull_through_remote)
80
+
81
+ Create a container pull through remote
82
+
83
+ A Container Remote referencing a remote registry used as a source for the pull-through caching.
84
+
85
+ ### Example
86
+
87
+ ```ruby
88
+ # load the gem
89
+ require 'pulp_container_client'
90
+ # setup authorization
91
+ PulpContainerClient.configure do |config|
92
+ # Configure HTTP basic authorization: basicAuth
93
+ config.username = 'YOUR USERNAME'
94
+ config.password = 'YOUR PASSWORD'
95
+ end
96
+
97
+ api_instance = PulpContainerClient::RemotesPullThroughApi.new
98
+ container_container_pull_through_remote = PulpContainerClient::ContainerContainerPullThroughRemote.new # ContainerContainerPullThroughRemote |
99
+
100
+ begin
101
+ #Create a container pull through remote
102
+ result = api_instance.create(container_container_pull_through_remote)
103
+ p result
104
+ rescue PulpContainerClient::ApiError => e
105
+ puts "Exception when calling RemotesPullThroughApi->create: #{e}"
106
+ end
107
+ ```
108
+
109
+ ### Parameters
110
+
111
+
112
+ Name | Type | Description | Notes
113
+ ------------- | ------------- | ------------- | -------------
114
+ **container_container_pull_through_remote** | [**ContainerContainerPullThroughRemote**](ContainerContainerPullThroughRemote.md)| |
115
+
116
+ ### Return type
117
+
118
+ [**ContainerContainerPullThroughRemoteResponse**](ContainerContainerPullThroughRemoteResponse.md)
119
+
120
+ ### Authorization
121
+
122
+ [basicAuth](../README.md#basicAuth)
123
+
124
+ ### HTTP request headers
125
+
126
+ - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
127
+ - **Accept**: application/json
128
+
129
+
130
+ ## delete
131
+
132
+ > AsyncOperationResponse delete(container_container_pull_through_remote_href)
133
+
134
+ Delete a container pull through remote
135
+
136
+ Trigger an asynchronous delete task
137
+
138
+ ### Example
139
+
140
+ ```ruby
141
+ # load the gem
142
+ require 'pulp_container_client'
143
+ # setup authorization
144
+ PulpContainerClient.configure do |config|
145
+ # Configure HTTP basic authorization: basicAuth
146
+ config.username = 'YOUR USERNAME'
147
+ config.password = 'YOUR PASSWORD'
148
+ end
149
+
150
+ api_instance = PulpContainerClient::RemotesPullThroughApi.new
151
+ container_container_pull_through_remote_href = 'container_container_pull_through_remote_href_example' # String |
152
+
153
+ begin
154
+ #Delete a container pull through remote
155
+ result = api_instance.delete(container_container_pull_through_remote_href)
156
+ p result
157
+ rescue PulpContainerClient::ApiError => e
158
+ puts "Exception when calling RemotesPullThroughApi->delete: #{e}"
159
+ end
160
+ ```
161
+
162
+ ### Parameters
163
+
164
+
165
+ Name | Type | Description | Notes
166
+ ------------- | ------------- | ------------- | -------------
167
+ **container_container_pull_through_remote_href** | **String**| |
168
+
169
+ ### Return type
170
+
171
+ [**AsyncOperationResponse**](AsyncOperationResponse.md)
172
+
173
+ ### Authorization
174
+
175
+ [basicAuth](../README.md#basicAuth)
176
+
177
+ ### HTTP request headers
178
+
179
+ - **Content-Type**: Not defined
180
+ - **Accept**: application/json
181
+
182
+
183
+ ## list
184
+
185
+ > PaginatedcontainerContainerPullThroughRemoteResponseList list(opts)
186
+
187
+ List container pull through remotes
188
+
189
+ A Container Remote referencing a remote registry used as a source for the pull-through caching.
190
+
191
+ ### Example
192
+
193
+ ```ruby
194
+ # load the gem
195
+ require 'pulp_container_client'
196
+ # setup authorization
197
+ PulpContainerClient.configure do |config|
198
+ # Configure HTTP basic authorization: basicAuth
199
+ config.username = 'YOUR USERNAME'
200
+ config.password = 'YOUR PASSWORD'
201
+ end
202
+
203
+ api_instance = PulpContainerClient::RemotesPullThroughApi.new
204
+ opts = {
205
+ limit: 56, # Integer | Number of results to return per page.
206
+ name: 'name_example', # String | Filter results where name matches value
207
+ name__contains: 'name__contains_example', # String | Filter results where name contains value
208
+ name__icontains: 'name__icontains_example', # String | Filter results where name contains value
209
+ name__iexact: 'name__iexact_example', # String | Filter results where name matches value
210
+ name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
211
+ name__iregex: 'name__iregex_example', # String | Filter results where name matches regex value
212
+ name__istartswith: 'name__istartswith_example', # String | Filter results where name starts with value
213
+ name__regex: 'name__regex_example', # String | Filter results where name matches regex value
214
+ name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
215
+ offset: 56, # Integer | The initial index from which to return the results.
216
+ 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)
217
+ pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
218
+ pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
219
+ pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
220
+ pulp_last_updated: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated matches value
221
+ pulp_last_updated__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is greater than value
222
+ pulp_last_updated__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is greater than or equal to value
223
+ pulp_last_updated__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than value
224
+ pulp_last_updated__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than or equal to value
225
+ pulp_last_updated__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_last_updated is between two comma separated values
226
+ q: 'q_example', # String |
227
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
228
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
229
+ }
230
+
231
+ begin
232
+ #List container pull through remotes
233
+ result = api_instance.list(opts)
234
+ p result
235
+ rescue PulpContainerClient::ApiError => e
236
+ puts "Exception when calling RemotesPullThroughApi->list: #{e}"
237
+ end
238
+ ```
239
+
240
+ ### Parameters
241
+
242
+
243
+ Name | Type | Description | Notes
244
+ ------------- | ------------- | ------------- | -------------
245
+ **limit** | **Integer**| Number of results to return per page. | [optional]
246
+ **name** | **String**| Filter results where name matches value | [optional]
247
+ **name__contains** | **String**| Filter results where name contains value | [optional]
248
+ **name__icontains** | **String**| Filter results where name contains value | [optional]
249
+ **name__iexact** | **String**| Filter results where name matches value | [optional]
250
+ **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
251
+ **name__iregex** | **String**| Filter results where name matches regex value | [optional]
252
+ **name__istartswith** | **String**| Filter results where name starts with value | [optional]
253
+ **name__regex** | **String**| Filter results where name matches regex value | [optional]
254
+ **name__startswith** | **String**| Filter results where name starts with value | [optional]
255
+ **offset** | **Integer**| The initial index from which to return the results. | [optional]
256
+ **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]
257
+ **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
258
+ **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
259
+ **pulp_label_select** | **String**| Filter labels by search string | [optional]
260
+ **pulp_last_updated** | **DateTime**| Filter results where pulp_last_updated matches value | [optional]
261
+ **pulp_last_updated__gt** | **DateTime**| Filter results where pulp_last_updated is greater than value | [optional]
262
+ **pulp_last_updated__gte** | **DateTime**| Filter results where pulp_last_updated is greater than or equal to value | [optional]
263
+ **pulp_last_updated__lt** | **DateTime**| Filter results where pulp_last_updated is less than value | [optional]
264
+ **pulp_last_updated__lte** | **DateTime**| Filter results where pulp_last_updated is less than or equal to value | [optional]
265
+ **pulp_last_updated__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where pulp_last_updated is between two comma separated values | [optional]
266
+ **q** | **String**| | [optional]
267
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
268
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
269
+
270
+ ### Return type
271
+
272
+ [**PaginatedcontainerContainerPullThroughRemoteResponseList**](PaginatedcontainerContainerPullThroughRemoteResponseList.md)
273
+
274
+ ### Authorization
275
+
276
+ [basicAuth](../README.md#basicAuth)
277
+
278
+ ### HTTP request headers
279
+
280
+ - **Content-Type**: Not defined
281
+ - **Accept**: application/json
282
+
283
+
284
+ ## list_roles
285
+
286
+ > ObjectRolesResponse list_roles(container_container_pull_through_remote_href, opts)
287
+
288
+ List roles
289
+
290
+ List roles assigned to this object.
291
+
292
+ ### Example
293
+
294
+ ```ruby
295
+ # load the gem
296
+ require 'pulp_container_client'
297
+ # setup authorization
298
+ PulpContainerClient.configure do |config|
299
+ # Configure HTTP basic authorization: basicAuth
300
+ config.username = 'YOUR USERNAME'
301
+ config.password = 'YOUR PASSWORD'
302
+ end
303
+
304
+ api_instance = PulpContainerClient::RemotesPullThroughApi.new
305
+ container_container_pull_through_remote_href = 'container_container_pull_through_remote_href_example' # String |
306
+ opts = {
307
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
308
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
309
+ }
310
+
311
+ begin
312
+ #List roles
313
+ result = api_instance.list_roles(container_container_pull_through_remote_href, opts)
314
+ p result
315
+ rescue PulpContainerClient::ApiError => e
316
+ puts "Exception when calling RemotesPullThroughApi->list_roles: #{e}"
317
+ end
318
+ ```
319
+
320
+ ### Parameters
321
+
322
+
323
+ Name | Type | Description | Notes
324
+ ------------- | ------------- | ------------- | -------------
325
+ **container_container_pull_through_remote_href** | **String**| |
326
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
327
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
328
+
329
+ ### Return type
330
+
331
+ [**ObjectRolesResponse**](ObjectRolesResponse.md)
332
+
333
+ ### Authorization
334
+
335
+ [basicAuth](../README.md#basicAuth)
336
+
337
+ ### HTTP request headers
338
+
339
+ - **Content-Type**: Not defined
340
+ - **Accept**: application/json
341
+
342
+
343
+ ## my_permissions
344
+
345
+ > MyPermissionsResponse my_permissions(container_container_pull_through_remote_href, opts)
346
+
347
+ List user permissions
348
+
349
+ List permissions available to the current user on this object.
350
+
351
+ ### Example
352
+
353
+ ```ruby
354
+ # load the gem
355
+ require 'pulp_container_client'
356
+ # setup authorization
357
+ PulpContainerClient.configure do |config|
358
+ # Configure HTTP basic authorization: basicAuth
359
+ config.username = 'YOUR USERNAME'
360
+ config.password = 'YOUR PASSWORD'
361
+ end
362
+
363
+ api_instance = PulpContainerClient::RemotesPullThroughApi.new
364
+ container_container_pull_through_remote_href = 'container_container_pull_through_remote_href_example' # String |
365
+ opts = {
366
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
367
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
368
+ }
369
+
370
+ begin
371
+ #List user permissions
372
+ result = api_instance.my_permissions(container_container_pull_through_remote_href, opts)
373
+ p result
374
+ rescue PulpContainerClient::ApiError => e
375
+ puts "Exception when calling RemotesPullThroughApi->my_permissions: #{e}"
376
+ end
377
+ ```
378
+
379
+ ### Parameters
380
+
381
+
382
+ Name | Type | Description | Notes
383
+ ------------- | ------------- | ------------- | -------------
384
+ **container_container_pull_through_remote_href** | **String**| |
385
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
386
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
387
+
388
+ ### Return type
389
+
390
+ [**MyPermissionsResponse**](MyPermissionsResponse.md)
391
+
392
+ ### Authorization
393
+
394
+ [basicAuth](../README.md#basicAuth)
395
+
396
+ ### HTTP request headers
397
+
398
+ - **Content-Type**: Not defined
399
+ - **Accept**: application/json
400
+
401
+
402
+ ## partial_update
403
+
404
+ > AsyncOperationResponse partial_update(container_container_pull_through_remote_href, patchedcontainer_container_pull_through_remote)
405
+
406
+ Update a container pull through remote
407
+
408
+ Trigger an asynchronous partial update task
409
+
410
+ ### Example
411
+
412
+ ```ruby
413
+ # load the gem
414
+ require 'pulp_container_client'
415
+ # setup authorization
416
+ PulpContainerClient.configure do |config|
417
+ # Configure HTTP basic authorization: basicAuth
418
+ config.username = 'YOUR USERNAME'
419
+ config.password = 'YOUR PASSWORD'
420
+ end
421
+
422
+ api_instance = PulpContainerClient::RemotesPullThroughApi.new
423
+ container_container_pull_through_remote_href = 'container_container_pull_through_remote_href_example' # String |
424
+ patchedcontainer_container_pull_through_remote = PulpContainerClient::PatchedcontainerContainerPullThroughRemote.new # PatchedcontainerContainerPullThroughRemote |
425
+
426
+ begin
427
+ #Update a container pull through remote
428
+ result = api_instance.partial_update(container_container_pull_through_remote_href, patchedcontainer_container_pull_through_remote)
429
+ p result
430
+ rescue PulpContainerClient::ApiError => e
431
+ puts "Exception when calling RemotesPullThroughApi->partial_update: #{e}"
432
+ end
433
+ ```
434
+
435
+ ### Parameters
436
+
437
+
438
+ Name | Type | Description | Notes
439
+ ------------- | ------------- | ------------- | -------------
440
+ **container_container_pull_through_remote_href** | **String**| |
441
+ **patchedcontainer_container_pull_through_remote** | [**PatchedcontainerContainerPullThroughRemote**](PatchedcontainerContainerPullThroughRemote.md)| |
442
+
443
+ ### Return type
444
+
445
+ [**AsyncOperationResponse**](AsyncOperationResponse.md)
446
+
447
+ ### Authorization
448
+
449
+ [basicAuth](../README.md#basicAuth)
450
+
451
+ ### HTTP request headers
452
+
453
+ - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
454
+ - **Accept**: application/json
455
+
456
+
457
+ ## read
458
+
459
+ > ContainerContainerPullThroughRemoteResponse read(container_container_pull_through_remote_href, opts)
460
+
461
+ Inspect a container pull through remote
462
+
463
+ A Container Remote referencing a remote registry used as a source for the pull-through caching.
464
+
465
+ ### Example
466
+
467
+ ```ruby
468
+ # load the gem
469
+ require 'pulp_container_client'
470
+ # setup authorization
471
+ PulpContainerClient.configure do |config|
472
+ # Configure HTTP basic authorization: basicAuth
473
+ config.username = 'YOUR USERNAME'
474
+ config.password = 'YOUR PASSWORD'
475
+ end
476
+
477
+ api_instance = PulpContainerClient::RemotesPullThroughApi.new
478
+ container_container_pull_through_remote_href = 'container_container_pull_through_remote_href_example' # String |
479
+ opts = {
480
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
481
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
482
+ }
483
+
484
+ begin
485
+ #Inspect a container pull through remote
486
+ result = api_instance.read(container_container_pull_through_remote_href, opts)
487
+ p result
488
+ rescue PulpContainerClient::ApiError => e
489
+ puts "Exception when calling RemotesPullThroughApi->read: #{e}"
490
+ end
491
+ ```
492
+
493
+ ### Parameters
494
+
495
+
496
+ Name | Type | Description | Notes
497
+ ------------- | ------------- | ------------- | -------------
498
+ **container_container_pull_through_remote_href** | **String**| |
499
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
500
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
501
+
502
+ ### Return type
503
+
504
+ [**ContainerContainerPullThroughRemoteResponse**](ContainerContainerPullThroughRemoteResponse.md)
505
+
506
+ ### Authorization
507
+
508
+ [basicAuth](../README.md#basicAuth)
509
+
510
+ ### HTTP request headers
511
+
512
+ - **Content-Type**: Not defined
513
+ - **Accept**: application/json
514
+
515
+
516
+ ## remove_role
517
+
518
+ > NestedRoleResponse remove_role(container_container_pull_through_remote_href, nested_role)
519
+
520
+ Remove a role
521
+
522
+ Remove a role for this object from users/groups.
523
+
524
+ ### Example
525
+
526
+ ```ruby
527
+ # load the gem
528
+ require 'pulp_container_client'
529
+ # setup authorization
530
+ PulpContainerClient.configure do |config|
531
+ # Configure HTTP basic authorization: basicAuth
532
+ config.username = 'YOUR USERNAME'
533
+ config.password = 'YOUR PASSWORD'
534
+ end
535
+
536
+ api_instance = PulpContainerClient::RemotesPullThroughApi.new
537
+ container_container_pull_through_remote_href = 'container_container_pull_through_remote_href_example' # String |
538
+ nested_role = PulpContainerClient::NestedRole.new # NestedRole |
539
+
540
+ begin
541
+ #Remove a role
542
+ result = api_instance.remove_role(container_container_pull_through_remote_href, nested_role)
543
+ p result
544
+ rescue PulpContainerClient::ApiError => e
545
+ puts "Exception when calling RemotesPullThroughApi->remove_role: #{e}"
546
+ end
547
+ ```
548
+
549
+ ### Parameters
550
+
551
+
552
+ Name | Type | Description | Notes
553
+ ------------- | ------------- | ------------- | -------------
554
+ **container_container_pull_through_remote_href** | **String**| |
555
+ **nested_role** | [**NestedRole**](NestedRole.md)| |
556
+
557
+ ### Return type
558
+
559
+ [**NestedRoleResponse**](NestedRoleResponse.md)
560
+
561
+ ### Authorization
562
+
563
+ [basicAuth](../README.md#basicAuth)
564
+
565
+ ### HTTP request headers
566
+
567
+ - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
568
+ - **Accept**: application/json
569
+
570
+
571
+ ## set_label
572
+
573
+ > SetLabelResponse set_label(container_container_pull_through_remote_href, set_label)
574
+
575
+ Set a label
576
+
577
+ Set a single pulp_label on the object to a specific value or null.
578
+
579
+ ### Example
580
+
581
+ ```ruby
582
+ # load the gem
583
+ require 'pulp_container_client'
584
+ # setup authorization
585
+ PulpContainerClient.configure do |config|
586
+ # Configure HTTP basic authorization: basicAuth
587
+ config.username = 'YOUR USERNAME'
588
+ config.password = 'YOUR PASSWORD'
589
+ end
590
+
591
+ api_instance = PulpContainerClient::RemotesPullThroughApi.new
592
+ container_container_pull_through_remote_href = 'container_container_pull_through_remote_href_example' # String |
593
+ set_label = PulpContainerClient::SetLabel.new # SetLabel |
594
+
595
+ begin
596
+ #Set a label
597
+ result = api_instance.set_label(container_container_pull_through_remote_href, set_label)
598
+ p result
599
+ rescue PulpContainerClient::ApiError => e
600
+ puts "Exception when calling RemotesPullThroughApi->set_label: #{e}"
601
+ end
602
+ ```
603
+
604
+ ### Parameters
605
+
606
+
607
+ Name | Type | Description | Notes
608
+ ------------- | ------------- | ------------- | -------------
609
+ **container_container_pull_through_remote_href** | **String**| |
610
+ **set_label** | [**SetLabel**](SetLabel.md)| |
611
+
612
+ ### Return type
613
+
614
+ [**SetLabelResponse**](SetLabelResponse.md)
615
+
616
+ ### Authorization
617
+
618
+ [basicAuth](../README.md#basicAuth)
619
+
620
+ ### HTTP request headers
621
+
622
+ - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
623
+ - **Accept**: application/json
624
+
625
+
626
+ ## unset_label
627
+
628
+ > UnsetLabelResponse unset_label(container_container_pull_through_remote_href, unset_label)
629
+
630
+ Unset a label
631
+
632
+ Unset a single pulp_label on the object.
633
+
634
+ ### Example
635
+
636
+ ```ruby
637
+ # load the gem
638
+ require 'pulp_container_client'
639
+ # setup authorization
640
+ PulpContainerClient.configure do |config|
641
+ # Configure HTTP basic authorization: basicAuth
642
+ config.username = 'YOUR USERNAME'
643
+ config.password = 'YOUR PASSWORD'
644
+ end
645
+
646
+ api_instance = PulpContainerClient::RemotesPullThroughApi.new
647
+ container_container_pull_through_remote_href = 'container_container_pull_through_remote_href_example' # String |
648
+ unset_label = PulpContainerClient::UnsetLabel.new # UnsetLabel |
649
+
650
+ begin
651
+ #Unset a label
652
+ result = api_instance.unset_label(container_container_pull_through_remote_href, unset_label)
653
+ p result
654
+ rescue PulpContainerClient::ApiError => e
655
+ puts "Exception when calling RemotesPullThroughApi->unset_label: #{e}"
656
+ end
657
+ ```
658
+
659
+ ### Parameters
660
+
661
+
662
+ Name | Type | Description | Notes
663
+ ------------- | ------------- | ------------- | -------------
664
+ **container_container_pull_through_remote_href** | **String**| |
665
+ **unset_label** | [**UnsetLabel**](UnsetLabel.md)| |
666
+
667
+ ### Return type
668
+
669
+ [**UnsetLabelResponse**](UnsetLabelResponse.md)
670
+
671
+ ### Authorization
672
+
673
+ [basicAuth](../README.md#basicAuth)
674
+
675
+ ### HTTP request headers
676
+
677
+ - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
678
+ - **Accept**: application/json
679
+
680
+
681
+ ## update
682
+
683
+ > AsyncOperationResponse update(container_container_pull_through_remote_href, container_container_pull_through_remote)
684
+
685
+ Update a container pull through remote
686
+
687
+ Trigger an asynchronous update task
688
+
689
+ ### Example
690
+
691
+ ```ruby
692
+ # load the gem
693
+ require 'pulp_container_client'
694
+ # setup authorization
695
+ PulpContainerClient.configure do |config|
696
+ # Configure HTTP basic authorization: basicAuth
697
+ config.username = 'YOUR USERNAME'
698
+ config.password = 'YOUR PASSWORD'
699
+ end
700
+
701
+ api_instance = PulpContainerClient::RemotesPullThroughApi.new
702
+ container_container_pull_through_remote_href = 'container_container_pull_through_remote_href_example' # String |
703
+ container_container_pull_through_remote = PulpContainerClient::ContainerContainerPullThroughRemote.new # ContainerContainerPullThroughRemote |
704
+
705
+ begin
706
+ #Update a container pull through remote
707
+ result = api_instance.update(container_container_pull_through_remote_href, container_container_pull_through_remote)
708
+ p result
709
+ rescue PulpContainerClient::ApiError => e
710
+ puts "Exception when calling RemotesPullThroughApi->update: #{e}"
711
+ end
712
+ ```
713
+
714
+ ### Parameters
715
+
716
+
717
+ Name | Type | Description | Notes
718
+ ------------- | ------------- | ------------- | -------------
719
+ **container_container_pull_through_remote_href** | **String**| |
720
+ **container_container_pull_through_remote** | [**ContainerContainerPullThroughRemote**](ContainerContainerPullThroughRemote.md)| |
721
+
722
+ ### Return type
723
+
724
+ [**AsyncOperationResponse**](AsyncOperationResponse.md)
725
+
726
+ ### Authorization
727
+
728
+ [basicAuth](../README.md#basicAuth)
729
+
730
+ ### HTTP request headers
731
+
732
+ - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
733
+ - **Accept**: application/json
734
+