public class VirtualPrivateCloudSubnetApi extends Object
| 构造器和说明 |
|---|
VirtualPrivateCloudSubnetApi() |
VirtualPrivateCloudSubnetApi(ApiClient apiClient) |
public VirtualPrivateCloudSubnetApi()
public VirtualPrivateCloudSubnetApi(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 createVirtualPrivateCloudSubnetCall(List<VirtualPrivateCloudSubnetCreationParams> virtualPrivateCloudSubnetCreationParams, ApiCallback _callback) throws ApiException
virtualPrivateCloudSubnetCreationParams - (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<WithTaskVirtualPrivateCloudSubnet> createVirtualPrivateCloudSubnet(List<VirtualPrivateCloudSubnetCreationParams> virtualPrivateCloudSubnetCreationParams) throws ApiException
virtualPrivateCloudSubnetCreationParams - (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<WithTaskVirtualPrivateCloudSubnet>> createVirtualPrivateCloudSubnetWithHttpInfo(List<VirtualPrivateCloudSubnetCreationParams> virtualPrivateCloudSubnetCreationParams) throws ApiException
virtualPrivateCloudSubnetCreationParams - (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 createVirtualPrivateCloudSubnetAsync(List<VirtualPrivateCloudSubnetCreationParams> virtualPrivateCloudSubnetCreationParams, ApiCallback<List<WithTaskVirtualPrivateCloudSubnet>> _callback) throws ApiException
virtualPrivateCloudSubnetCreationParams - (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 deleteVirtualPrivateCloudSubnetCall(VirtualPrivateCloudSubnetDeletionParams virtualPrivateCloudSubnetDeletionParams, ApiCallback _callback) throws ApiException
virtualPrivateCloudSubnetDeletionParams - (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<WithTaskDeleteVirtualPrivateCloudSubnet> deleteVirtualPrivateCloudSubnet(VirtualPrivateCloudSubnetDeletionParams virtualPrivateCloudSubnetDeletionParams) throws ApiException
virtualPrivateCloudSubnetDeletionParams - (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<WithTaskDeleteVirtualPrivateCloudSubnet>> deleteVirtualPrivateCloudSubnetWithHttpInfo(VirtualPrivateCloudSubnetDeletionParams virtualPrivateCloudSubnetDeletionParams) throws ApiException
virtualPrivateCloudSubnetDeletionParams - (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 deleteVirtualPrivateCloudSubnetAsync(VirtualPrivateCloudSubnetDeletionParams virtualPrivateCloudSubnetDeletionParams, ApiCallback<List<WithTaskDeleteVirtualPrivateCloudSubnet>> _callback) throws ApiException
virtualPrivateCloudSubnetDeletionParams - (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 getVirtualPrivateCloudSubnetsCall(GetVirtualPrivateCloudSubnetsRequestBody getVirtualPrivateCloudSubnetsRequestBody, ApiCallback _callback) throws ApiException
getVirtualPrivateCloudSubnetsRequestBody - (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<VirtualPrivateCloudSubnet> getVirtualPrivateCloudSubnets(GetVirtualPrivateCloudSubnetsRequestBody getVirtualPrivateCloudSubnetsRequestBody) throws ApiException
getVirtualPrivateCloudSubnetsRequestBody - (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<VirtualPrivateCloudSubnet>> getVirtualPrivateCloudSubnetsWithHttpInfo(GetVirtualPrivateCloudSubnetsRequestBody getVirtualPrivateCloudSubnetsRequestBody) throws ApiException
getVirtualPrivateCloudSubnetsRequestBody - (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 getVirtualPrivateCloudSubnetsAsync(GetVirtualPrivateCloudSubnetsRequestBody getVirtualPrivateCloudSubnetsRequestBody, ApiCallback<List<VirtualPrivateCloudSubnet>> _callback) throws ApiException
getVirtualPrivateCloudSubnetsRequestBody - (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 getVirtualPrivateCloudSubnetsConnectionCall(GetVirtualPrivateCloudSubnetsConnectionRequestBody getVirtualPrivateCloudSubnetsConnectionRequestBody, ApiCallback _callback) throws ApiException
getVirtualPrivateCloudSubnetsConnectionRequestBody - (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 VirtualPrivateCloudSubnetConnection getVirtualPrivateCloudSubnetsConnection(GetVirtualPrivateCloudSubnetsConnectionRequestBody getVirtualPrivateCloudSubnetsConnectionRequestBody) throws ApiException
getVirtualPrivateCloudSubnetsConnectionRequestBody - (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<VirtualPrivateCloudSubnetConnection> getVirtualPrivateCloudSubnetsConnectionWithHttpInfo(GetVirtualPrivateCloudSubnetsConnectionRequestBody getVirtualPrivateCloudSubnetsConnectionRequestBody) throws ApiException
getVirtualPrivateCloudSubnetsConnectionRequestBody - (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 getVirtualPrivateCloudSubnetsConnectionAsync(GetVirtualPrivateCloudSubnetsConnectionRequestBody getVirtualPrivateCloudSubnetsConnectionRequestBody, ApiCallback<VirtualPrivateCloudSubnetConnection> _callback) throws ApiException
getVirtualPrivateCloudSubnetsConnectionRequestBody - (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 updateVirtualPrivateCloudSubnetCall(VirtualPrivateCloudSubnetUpdationParams virtualPrivateCloudSubnetUpdationParams, ApiCallback _callback) throws ApiException
virtualPrivateCloudSubnetUpdationParams - (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<WithTaskVirtualPrivateCloudSubnet> updateVirtualPrivateCloudSubnet(VirtualPrivateCloudSubnetUpdationParams virtualPrivateCloudSubnetUpdationParams) throws ApiException
virtualPrivateCloudSubnetUpdationParams - (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<WithTaskVirtualPrivateCloudSubnet>> updateVirtualPrivateCloudSubnetWithHttpInfo(VirtualPrivateCloudSubnetUpdationParams virtualPrivateCloudSubnetUpdationParams) throws ApiException
virtualPrivateCloudSubnetUpdationParams - (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 updateVirtualPrivateCloudSubnetAsync(VirtualPrivateCloudSubnetUpdationParams virtualPrivateCloudSubnetUpdationParams, ApiCallback<List<WithTaskVirtualPrivateCloudSubnet>> _callback) throws ApiException
virtualPrivateCloudSubnetUpdationParams - (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.