public class BackupRestoreExecutionApi extends Object
| 构造器和说明 |
|---|
BackupRestoreExecutionApi() |
BackupRestoreExecutionApi(ApiClient apiClient) |
public BackupRestoreExecutionApi()
public BackupRestoreExecutionApi(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 getBackupRestoreExecutionsCall(GetBackupRestoreExecutionsRequestBody getBackupRestoreExecutionsRequestBody, ApiCallback _callback) throws ApiException
getBackupRestoreExecutionsRequestBody - (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<BackupRestoreExecution> getBackupRestoreExecutions(GetBackupRestoreExecutionsRequestBody getBackupRestoreExecutionsRequestBody) throws ApiException
getBackupRestoreExecutionsRequestBody - (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<BackupRestoreExecution>> getBackupRestoreExecutionsWithHttpInfo(GetBackupRestoreExecutionsRequestBody getBackupRestoreExecutionsRequestBody) throws ApiException
getBackupRestoreExecutionsRequestBody - (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 getBackupRestoreExecutionsAsync(GetBackupRestoreExecutionsRequestBody getBackupRestoreExecutionsRequestBody, ApiCallback<List<BackupRestoreExecution>> _callback) throws ApiException
getBackupRestoreExecutionsRequestBody - (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 getBackupRestoreExecutionsConnectionCall(GetBackupRestoreExecutionsConnectionRequestBody getBackupRestoreExecutionsConnectionRequestBody, ApiCallback _callback) throws ApiException
getBackupRestoreExecutionsConnectionRequestBody - (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 BackupRestoreExecutionConnection getBackupRestoreExecutionsConnection(GetBackupRestoreExecutionsConnectionRequestBody getBackupRestoreExecutionsConnectionRequestBody) throws ApiException
getBackupRestoreExecutionsConnectionRequestBody - (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<BackupRestoreExecutionConnection> getBackupRestoreExecutionsConnectionWithHttpInfo(GetBackupRestoreExecutionsConnectionRequestBody getBackupRestoreExecutionsConnectionRequestBody) throws ApiException
getBackupRestoreExecutionsConnectionRequestBody - (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 getBackupRestoreExecutionsConnectionAsync(GetBackupRestoreExecutionsConnectionRequestBody getBackupRestoreExecutionsConnectionRequestBody, ApiCallback<BackupRestoreExecutionConnection> _callback) throws ApiException
getBackupRestoreExecutionsConnectionRequestBody - (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 - |
Copyright © 2025. All rights reserved.