docs/RemotesPullThroughApi.md in pulp_container_client-2.21.0 vs docs/RemotesPullThroughApi.md in pulp_container_client-2.21.1

- old
+ new

@@ -2,28 +2,28 @@ All URIs are relative to *http://localhost:24817* Method | HTTP request | Description ------------- | ------------- | ------------- -[**remotes_container_pull_through_add_role**](RemotesPullThroughApi.md#remotes_container_pull_through_add_role) | **POST** {container_container_pull_through_remote_href}add_role/ | Add a role -[**remotes_container_pull_through_create**](RemotesPullThroughApi.md#remotes_container_pull_through_create) | **POST** /pulp/api/v3/remotes/container/pull-through/ | Create a container pull through remote -[**remotes_container_pull_through_delete**](RemotesPullThroughApi.md#remotes_container_pull_through_delete) | **DELETE** {container_container_pull_through_remote_href} | Delete a container pull through remote -[**remotes_container_pull_through_list**](RemotesPullThroughApi.md#remotes_container_pull_through_list) | **GET** /pulp/api/v3/remotes/container/pull-through/ | List container pull through remotes -[**remotes_container_pull_through_list_roles**](RemotesPullThroughApi.md#remotes_container_pull_through_list_roles) | **GET** {container_container_pull_through_remote_href}list_roles/ | List roles -[**remotes_container_pull_through_my_permissions**](RemotesPullThroughApi.md#remotes_container_pull_through_my_permissions) | **GET** {container_container_pull_through_remote_href}my_permissions/ | List user permissions -[**remotes_container_pull_through_partial_update**](RemotesPullThroughApi.md#remotes_container_pull_through_partial_update) | **PATCH** {container_container_pull_through_remote_href} | Update a container pull through remote -[**remotes_container_pull_through_read**](RemotesPullThroughApi.md#remotes_container_pull_through_read) | **GET** {container_container_pull_through_remote_href} | Inspect a container pull through remote -[**remotes_container_pull_through_remove_role**](RemotesPullThroughApi.md#remotes_container_pull_through_remove_role) | **POST** {container_container_pull_through_remote_href}remove_role/ | Remove a role -[**remotes_container_pull_through_set_label**](RemotesPullThroughApi.md#remotes_container_pull_through_set_label) | **POST** {container_container_pull_through_remote_href}set_label/ | Set a label -[**remotes_container_pull_through_unset_label**](RemotesPullThroughApi.md#remotes_container_pull_through_unset_label) | **POST** {container_container_pull_through_remote_href}unset_label/ | Unset a label -[**remotes_container_pull_through_update**](RemotesPullThroughApi.md#remotes_container_pull_through_update) | **PUT** {container_container_pull_through_remote_href} | Update a container pull through remote +[**add_role**](RemotesPullThroughApi.md#add_role) | **POST** {container_container_pull_through_remote_href}add_role/ | Add a role +[**create**](RemotesPullThroughApi.md#create) | **POST** /pulp/api/v3/remotes/container/pull-through/ | Create a container pull through remote +[**delete**](RemotesPullThroughApi.md#delete) | **DELETE** {container_container_pull_through_remote_href} | Delete a container pull through remote +[**list**](RemotesPullThroughApi.md#list) | **GET** /pulp/api/v3/remotes/container/pull-through/ | List container pull through remotes +[**list_roles**](RemotesPullThroughApi.md#list_roles) | **GET** {container_container_pull_through_remote_href}list_roles/ | List roles +[**my_permissions**](RemotesPullThroughApi.md#my_permissions) | **GET** {container_container_pull_through_remote_href}my_permissions/ | List user permissions +[**partial_update**](RemotesPullThroughApi.md#partial_update) | **PATCH** {container_container_pull_through_remote_href} | Update a container pull through remote +[**read**](RemotesPullThroughApi.md#read) | **GET** {container_container_pull_through_remote_href} | Inspect a container pull through remote +[**remove_role**](RemotesPullThroughApi.md#remove_role) | **POST** {container_container_pull_through_remote_href}remove_role/ | Remove a role +[**set_label**](RemotesPullThroughApi.md#set_label) | **POST** {container_container_pull_through_remote_href}set_label/ | Set a label +[**unset_label**](RemotesPullThroughApi.md#unset_label) | **POST** {container_container_pull_through_remote_href}unset_label/ | Unset a label +[**update**](RemotesPullThroughApi.md#update) | **PUT** {container_container_pull_through_remote_href} | Update a container pull through remote -## remotes_container_pull_through_add_role +## add_role -> NestedRoleResponse remotes_container_pull_through_add_role(container_container_pull_through_remote_href, nested_role) +> NestedRoleResponse add_role(container_container_pull_through_remote_href, nested_role) Add a role Add a role for this object to users/groups. @@ -43,14 +43,14 @@ container_container_pull_through_remote_href = 'container_container_pull_through_remote_href_example' # String | nested_role = PulpContainerClient::NestedRole.new # NestedRole | begin #Add a role - result = api_instance.remotes_container_pull_through_add_role(container_container_pull_through_remote_href, nested_role) + result = api_instance.add_role(container_container_pull_through_remote_href, nested_role) p result rescue PulpContainerClient::ApiError => e - puts "Exception when calling RemotesPullThroughApi->remotes_container_pull_through_add_role: #{e}" + puts "Exception when calling RemotesPullThroughApi->add_role: #{e}" end ``` ### Parameters @@ -72,13 +72,13 @@ - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data - **Accept**: application/json -## remotes_container_pull_through_create +## create -> ContainerContainerPullThroughRemoteResponse remotes_container_pull_through_create(container_container_pull_through_remote) +> ContainerContainerPullThroughRemoteResponse create(container_container_pull_through_remote) Create a container pull through remote A Container Remote referencing a remote registry used as a source for the pull-through caching. @@ -97,14 +97,14 @@ api_instance = PulpContainerClient::RemotesPullThroughApi.new container_container_pull_through_remote = PulpContainerClient::ContainerContainerPullThroughRemote.new # ContainerContainerPullThroughRemote | begin #Create a container pull through remote - result = api_instance.remotes_container_pull_through_create(container_container_pull_through_remote) + result = api_instance.create(container_container_pull_through_remote) p result rescue PulpContainerClient::ApiError => e - puts "Exception when calling RemotesPullThroughApi->remotes_container_pull_through_create: #{e}" + puts "Exception when calling RemotesPullThroughApi->create: #{e}" end ``` ### Parameters @@ -125,13 +125,13 @@ - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data - **Accept**: application/json -## remotes_container_pull_through_delete +## delete -> AsyncOperationResponse remotes_container_pull_through_delete(container_container_pull_through_remote_href) +> AsyncOperationResponse delete(container_container_pull_through_remote_href) Delete a container pull through remote Trigger an asynchronous delete task @@ -150,14 +150,14 @@ api_instance = PulpContainerClient::RemotesPullThroughApi.new container_container_pull_through_remote_href = 'container_container_pull_through_remote_href_example' # String | begin #Delete a container pull through remote - result = api_instance.remotes_container_pull_through_delete(container_container_pull_through_remote_href) + result = api_instance.delete(container_container_pull_through_remote_href) p result rescue PulpContainerClient::ApiError => e - puts "Exception when calling RemotesPullThroughApi->remotes_container_pull_through_delete: #{e}" + puts "Exception when calling RemotesPullThroughApi->delete: #{e}" end ``` ### Parameters @@ -178,13 +178,13 @@ - **Content-Type**: Not defined - **Accept**: application/json -## remotes_container_pull_through_list +## list -> PaginatedcontainerContainerPullThroughRemoteResponseList remotes_container_pull_through_list(opts) +> PaginatedcontainerContainerPullThroughRemoteResponseList list(opts) List container pull through remotes A Container Remote referencing a remote registry used as a source for the pull-through caching. @@ -212,30 +212,31 @@ name__istartswith: 'name__istartswith_example', # String | Filter results where name starts with value name__regex: 'name__regex_example', # String | Filter results where name matches regex value name__startswith: 'name__startswith_example', # String | Filter results where name starts with value offset: 56, # Integer | The initial index from which to return the results. 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) + prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas. pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas. pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas. pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string pulp_last_updated: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated matches value pulp_last_updated__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is greater than value 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 pulp_last_updated__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than value 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 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 - q: 'q_example', # String | + q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters fields: ['fields_example'], # Array<String> | A list of fields to include in the response. exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response. } begin #List container pull through remotes - result = api_instance.remotes_container_pull_through_list(opts) + result = api_instance.list(opts) p result rescue PulpContainerClient::ApiError => e - puts "Exception when calling RemotesPullThroughApi->remotes_container_pull_through_list: #{e}" + puts "Exception when calling RemotesPullThroughApi->list: #{e}" end ``` ### Parameters @@ -252,20 +253,21 @@ **name__istartswith** | **String**| Filter results where name starts with value | [optional] **name__regex** | **String**| Filter results where name matches regex value | [optional] **name__startswith** | **String**| Filter results where name starts with value | [optional] **offset** | **Integer**| The initial index from which to return the results. | [optional] **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] + **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional] **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional] **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional] **pulp_label_select** | **String**| Filter labels by search string | [optional] **pulp_last_updated** | **DateTime**| Filter results where pulp_last_updated matches value | [optional] **pulp_last_updated__gt** | **DateTime**| Filter results where pulp_last_updated is greater than value | [optional] **pulp_last_updated__gte** | **DateTime**| Filter results where pulp_last_updated is greater than or equal to value | [optional] **pulp_last_updated__lt** | **DateTime**| Filter results where pulp_last_updated is less than value | [optional] **pulp_last_updated__lte** | **DateTime**| Filter results where pulp_last_updated is less than or equal to value | [optional] **pulp_last_updated__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where pulp_last_updated is between two comma separated values | [optional] - **q** | **String**| | [optional] + **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional] **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional] **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional] ### Return type @@ -279,13 +281,13 @@ - **Content-Type**: Not defined - **Accept**: application/json -## remotes_container_pull_through_list_roles +## list_roles -> ObjectRolesResponse remotes_container_pull_through_list_roles(container_container_pull_through_remote_href, opts) +> ObjectRolesResponse list_roles(container_container_pull_through_remote_href, opts) List roles List roles assigned to this object. @@ -308,14 +310,14 @@ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response. } begin #List roles - result = api_instance.remotes_container_pull_through_list_roles(container_container_pull_through_remote_href, opts) + result = api_instance.list_roles(container_container_pull_through_remote_href, opts) p result rescue PulpContainerClient::ApiError => e - puts "Exception when calling RemotesPullThroughApi->remotes_container_pull_through_list_roles: #{e}" + puts "Exception when calling RemotesPullThroughApi->list_roles: #{e}" end ``` ### Parameters @@ -338,13 +340,13 @@ - **Content-Type**: Not defined - **Accept**: application/json -## remotes_container_pull_through_my_permissions +## my_permissions -> MyPermissionsResponse remotes_container_pull_through_my_permissions(container_container_pull_through_remote_href, opts) +> MyPermissionsResponse my_permissions(container_container_pull_through_remote_href, opts) List user permissions List permissions available to the current user on this object. @@ -367,14 +369,14 @@ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response. } begin #List user permissions - result = api_instance.remotes_container_pull_through_my_permissions(container_container_pull_through_remote_href, opts) + result = api_instance.my_permissions(container_container_pull_through_remote_href, opts) p result rescue PulpContainerClient::ApiError => e - puts "Exception when calling RemotesPullThroughApi->remotes_container_pull_through_my_permissions: #{e}" + puts "Exception when calling RemotesPullThroughApi->my_permissions: #{e}" end ``` ### Parameters @@ -397,13 +399,13 @@ - **Content-Type**: Not defined - **Accept**: application/json -## remotes_container_pull_through_partial_update +## partial_update -> AsyncOperationResponse remotes_container_pull_through_partial_update(container_container_pull_through_remote_href, patchedcontainer_container_pull_through_remote) +> AsyncOperationResponse partial_update(container_container_pull_through_remote_href, patchedcontainer_container_pull_through_remote) Update a container pull through remote Trigger an asynchronous partial update task @@ -423,14 +425,14 @@ container_container_pull_through_remote_href = 'container_container_pull_through_remote_href_example' # String | patchedcontainer_container_pull_through_remote = PulpContainerClient::PatchedcontainerContainerPullThroughRemote.new # PatchedcontainerContainerPullThroughRemote | begin #Update a container pull through remote - result = api_instance.remotes_container_pull_through_partial_update(container_container_pull_through_remote_href, patchedcontainer_container_pull_through_remote) + result = api_instance.partial_update(container_container_pull_through_remote_href, patchedcontainer_container_pull_through_remote) p result rescue PulpContainerClient::ApiError => e - puts "Exception when calling RemotesPullThroughApi->remotes_container_pull_through_partial_update: #{e}" + puts "Exception when calling RemotesPullThroughApi->partial_update: #{e}" end ``` ### Parameters @@ -452,13 +454,13 @@ - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data - **Accept**: application/json -## remotes_container_pull_through_read +## read -> ContainerContainerPullThroughRemoteResponse remotes_container_pull_through_read(container_container_pull_through_remote_href, opts) +> ContainerContainerPullThroughRemoteResponse read(container_container_pull_through_remote_href, opts) Inspect a container pull through remote A Container Remote referencing a remote registry used as a source for the pull-through caching. @@ -481,14 +483,14 @@ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response. } begin #Inspect a container pull through remote - result = api_instance.remotes_container_pull_through_read(container_container_pull_through_remote_href, opts) + result = api_instance.read(container_container_pull_through_remote_href, opts) p result rescue PulpContainerClient::ApiError => e - puts "Exception when calling RemotesPullThroughApi->remotes_container_pull_through_read: #{e}" + puts "Exception when calling RemotesPullThroughApi->read: #{e}" end ``` ### Parameters @@ -511,13 +513,13 @@ - **Content-Type**: Not defined - **Accept**: application/json -## remotes_container_pull_through_remove_role +## remove_role -> NestedRoleResponse remotes_container_pull_through_remove_role(container_container_pull_through_remote_href, nested_role) +> NestedRoleResponse remove_role(container_container_pull_through_remote_href, nested_role) Remove a role Remove a role for this object from users/groups. @@ -537,14 +539,14 @@ container_container_pull_through_remote_href = 'container_container_pull_through_remote_href_example' # String | nested_role = PulpContainerClient::NestedRole.new # NestedRole | begin #Remove a role - result = api_instance.remotes_container_pull_through_remove_role(container_container_pull_through_remote_href, nested_role) + result = api_instance.remove_role(container_container_pull_through_remote_href, nested_role) p result rescue PulpContainerClient::ApiError => e - puts "Exception when calling RemotesPullThroughApi->remotes_container_pull_through_remove_role: #{e}" + puts "Exception when calling RemotesPullThroughApi->remove_role: #{e}" end ``` ### Parameters @@ -566,13 +568,13 @@ - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data - **Accept**: application/json -## remotes_container_pull_through_set_label +## set_label -> SetLabelResponse remotes_container_pull_through_set_label(container_container_pull_through_remote_href, set_label) +> SetLabelResponse set_label(container_container_pull_through_remote_href, set_label) Set a label Set a single pulp_label on the object to a specific value or null. @@ -592,14 +594,14 @@ container_container_pull_through_remote_href = 'container_container_pull_through_remote_href_example' # String | set_label = PulpContainerClient::SetLabel.new # SetLabel | begin #Set a label - result = api_instance.remotes_container_pull_through_set_label(container_container_pull_through_remote_href, set_label) + result = api_instance.set_label(container_container_pull_through_remote_href, set_label) p result rescue PulpContainerClient::ApiError => e - puts "Exception when calling RemotesPullThroughApi->remotes_container_pull_through_set_label: #{e}" + puts "Exception when calling RemotesPullThroughApi->set_label: #{e}" end ``` ### Parameters @@ -621,13 +623,13 @@ - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data - **Accept**: application/json -## remotes_container_pull_through_unset_label +## unset_label -> UnsetLabelResponse remotes_container_pull_through_unset_label(container_container_pull_through_remote_href, unset_label) +> UnsetLabelResponse unset_label(container_container_pull_through_remote_href, unset_label) Unset a label Unset a single pulp_label on the object. @@ -647,14 +649,14 @@ container_container_pull_through_remote_href = 'container_container_pull_through_remote_href_example' # String | unset_label = PulpContainerClient::UnsetLabel.new # UnsetLabel | begin #Unset a label - result = api_instance.remotes_container_pull_through_unset_label(container_container_pull_through_remote_href, unset_label) + result = api_instance.unset_label(container_container_pull_through_remote_href, unset_label) p result rescue PulpContainerClient::ApiError => e - puts "Exception when calling RemotesPullThroughApi->remotes_container_pull_through_unset_label: #{e}" + puts "Exception when calling RemotesPullThroughApi->unset_label: #{e}" end ``` ### Parameters @@ -676,13 +678,13 @@ - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data - **Accept**: application/json -## remotes_container_pull_through_update +## update -> AsyncOperationResponse remotes_container_pull_through_update(container_container_pull_through_remote_href, container_container_pull_through_remote) +> AsyncOperationResponse update(container_container_pull_through_remote_href, container_container_pull_through_remote) Update a container pull through remote Trigger an asynchronous update task @@ -702,13 +704,13 @@ container_container_pull_through_remote_href = 'container_container_pull_through_remote_href_example' # String | container_container_pull_through_remote = PulpContainerClient::ContainerContainerPullThroughRemote.new # ContainerContainerPullThroughRemote | begin #Update a container pull through remote - result = api_instance.remotes_container_pull_through_update(container_container_pull_through_remote_href, container_container_pull_through_remote) + result = api_instance.update(container_container_pull_through_remote_href, container_container_pull_through_remote) p result rescue PulpContainerClient::ApiError => e - puts "Exception when calling RemotesPullThroughApi->remotes_container_pull_through_update: #{e}" + puts "Exception when calling RemotesPullThroughApi->update: #{e}" end ``` ### Parameters