public class VirtualPrivateCloudRouteTableApi extends Object
| 构造器和说明 |
|---|
VirtualPrivateCloudRouteTableApi() |
VirtualPrivateCloudRouteTableApi(ApiClient apiClient) |
public VirtualPrivateCloudRouteTableApi()
public VirtualPrivateCloudRouteTableApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public int getHostIndex()
public void setHostIndex(int hostIndex)
public String getCustomBaseUrl()
public void setCustomBaseUrl(String customBaseUrl)
public okhttp3.Call createVirtualPrivateCloudRouteTableCall(List<VirtualPrivateCloudRouteTableCreationParams> virtualPrivateCloudRouteTableCreationParams, ApiCallback _callback) throws ApiException
virtualPrivateCloudRouteTableCreationParams - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public List<WithTaskVirtualPrivateCloudRouteTable> createVirtualPrivateCloudRouteTable(List<VirtualPrivateCloudRouteTableCreationParams> virtualPrivateCloudRouteTableCreationParams) throws ApiException
virtualPrivateCloudRouteTableCreationParams - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public ApiResponse<List<WithTaskVirtualPrivateCloudRouteTable>> createVirtualPrivateCloudRouteTableWithHttpInfo(List<VirtualPrivateCloudRouteTableCreationParams> virtualPrivateCloudRouteTableCreationParams) throws ApiException
virtualPrivateCloudRouteTableCreationParams - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public okhttp3.Call createVirtualPrivateCloudRouteTableAsync(List<VirtualPrivateCloudRouteTableCreationParams> virtualPrivateCloudRouteTableCreationParams, ApiCallback<List<WithTaskVirtualPrivateCloudRouteTable>> _callback) throws ApiException
virtualPrivateCloudRouteTableCreationParams - (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public okhttp3.Call deleteVirtualPrivateCloudRouteTableCall(VirtualPrivateCloudRouteTableDeletionParams virtualPrivateCloudRouteTableDeletionParams, ApiCallback _callback) throws ApiException
virtualPrivateCloudRouteTableDeletionParams - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public List<WithTaskDeleteVirtualPrivateCloudRouteTable> deleteVirtualPrivateCloudRouteTable(VirtualPrivateCloudRouteTableDeletionParams virtualPrivateCloudRouteTableDeletionParams) throws ApiException
virtualPrivateCloudRouteTableDeletionParams - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public ApiResponse<List<WithTaskDeleteVirtualPrivateCloudRouteTable>> deleteVirtualPrivateCloudRouteTableWithHttpInfo(VirtualPrivateCloudRouteTableDeletionParams virtualPrivateCloudRouteTableDeletionParams) throws ApiException
virtualPrivateCloudRouteTableDeletionParams - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public okhttp3.Call deleteVirtualPrivateCloudRouteTableAsync(VirtualPrivateCloudRouteTableDeletionParams virtualPrivateCloudRouteTableDeletionParams, ApiCallback<List<WithTaskDeleteVirtualPrivateCloudRouteTable>> _callback) throws ApiException
virtualPrivateCloudRouteTableDeletionParams - (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public okhttp3.Call getVirtualPrivateCloudRouteTablesCall(GetVirtualPrivateCloudRouteTablesRequestBody getVirtualPrivateCloudRouteTablesRequestBody, ApiCallback _callback) throws ApiException
getVirtualPrivateCloudRouteTablesRequestBody - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | * x-tower-request-id - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public List<VirtualPrivateCloudRouteTable> getVirtualPrivateCloudRouteTables(GetVirtualPrivateCloudRouteTablesRequestBody getVirtualPrivateCloudRouteTablesRequestBody) throws ApiException
getVirtualPrivateCloudRouteTablesRequestBody - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | * x-tower-request-id - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public ApiResponse<List<VirtualPrivateCloudRouteTable>> getVirtualPrivateCloudRouteTablesWithHttpInfo(GetVirtualPrivateCloudRouteTablesRequestBody getVirtualPrivateCloudRouteTablesRequestBody) throws ApiException
getVirtualPrivateCloudRouteTablesRequestBody - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | * x-tower-request-id - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public okhttp3.Call getVirtualPrivateCloudRouteTablesAsync(GetVirtualPrivateCloudRouteTablesRequestBody getVirtualPrivateCloudRouteTablesRequestBody, ApiCallback<List<VirtualPrivateCloudRouteTable>> _callback) throws ApiException
getVirtualPrivateCloudRouteTablesRequestBody - (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 200 | * x-tower-request-id - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public okhttp3.Call getVirtualPrivateCloudRouteTablesConnectionCall(GetVirtualPrivateCloudRouteTablesConnectionRequestBody getVirtualPrivateCloudRouteTablesConnectionRequestBody, ApiCallback _callback) throws ApiException
getVirtualPrivateCloudRouteTablesConnectionRequestBody - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | * x-tower-request-id - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public VirtualPrivateCloudRouteTableConnection getVirtualPrivateCloudRouteTablesConnection(GetVirtualPrivateCloudRouteTablesConnectionRequestBody getVirtualPrivateCloudRouteTablesConnectionRequestBody) throws ApiException
getVirtualPrivateCloudRouteTablesConnectionRequestBody - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | * x-tower-request-id - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public ApiResponse<VirtualPrivateCloudRouteTableConnection> getVirtualPrivateCloudRouteTablesConnectionWithHttpInfo(GetVirtualPrivateCloudRouteTablesConnectionRequestBody getVirtualPrivateCloudRouteTablesConnectionRequestBody) throws ApiException
getVirtualPrivateCloudRouteTablesConnectionRequestBody - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | * x-tower-request-id - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public okhttp3.Call getVirtualPrivateCloudRouteTablesConnectionAsync(GetVirtualPrivateCloudRouteTablesConnectionRequestBody getVirtualPrivateCloudRouteTablesConnectionRequestBody, ApiCallback<VirtualPrivateCloudRouteTableConnection> _callback) throws ApiException
getVirtualPrivateCloudRouteTablesConnectionRequestBody - (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 200 | * x-tower-request-id - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public okhttp3.Call updateVirtualPrivateCloudRouteTableCall(VirtualPrivateCloudRouteTableUpdationParams virtualPrivateCloudRouteTableUpdationParams, ApiCallback _callback) throws ApiException
virtualPrivateCloudRouteTableUpdationParams - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public List<WithTaskVirtualPrivateCloudRouteTable> updateVirtualPrivateCloudRouteTable(VirtualPrivateCloudRouteTableUpdationParams virtualPrivateCloudRouteTableUpdationParams) throws ApiException
virtualPrivateCloudRouteTableUpdationParams - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public ApiResponse<List<WithTaskVirtualPrivateCloudRouteTable>> updateVirtualPrivateCloudRouteTableWithHttpInfo(VirtualPrivateCloudRouteTableUpdationParams virtualPrivateCloudRouteTableUpdationParams) throws ApiException
virtualPrivateCloudRouteTableUpdationParams - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public okhttp3.Call updateVirtualPrivateCloudRouteTableAsync(VirtualPrivateCloudRouteTableUpdationParams virtualPrivateCloudRouteTableUpdationParams, ApiCallback<List<WithTaskVirtualPrivateCloudRouteTable>> _callback) throws ApiException
virtualPrivateCloudRouteTableUpdationParams - (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
Copyright © 2025. All rights reserved.