public class NvmfSubsystemApi extends Object
| 构造器和说明 |
|---|
NvmfSubsystemApi() |
NvmfSubsystemApi(ApiClient apiClient) |
public NvmfSubsystemApi()
public NvmfSubsystemApi(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 createNvmfSubsystemCall(List<NvmfSubsystemCreationParams> nvmfSubsystemCreationParams, ApiCallback _callback) throws ApiException
nvmfSubsystemCreationParams - (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<WithTaskNvmfSubsystem> createNvmfSubsystem(List<NvmfSubsystemCreationParams> nvmfSubsystemCreationParams) throws ApiException
nvmfSubsystemCreationParams - (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<WithTaskNvmfSubsystem>> createNvmfSubsystemWithHttpInfo(List<NvmfSubsystemCreationParams> nvmfSubsystemCreationParams) throws ApiException
nvmfSubsystemCreationParams - (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 createNvmfSubsystemAsync(List<NvmfSubsystemCreationParams> nvmfSubsystemCreationParams, ApiCallback<List<WithTaskNvmfSubsystem>> _callback) throws ApiException
nvmfSubsystemCreationParams - (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 deleteNvmfSubsystemCall(NvmfSubsystemDeletionParams nvmfSubsystemDeletionParams, ApiCallback _callback) throws ApiException
nvmfSubsystemDeletionParams - (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<WithTaskDeleteNvmfSubsystem> deleteNvmfSubsystem(NvmfSubsystemDeletionParams nvmfSubsystemDeletionParams) throws ApiException
nvmfSubsystemDeletionParams - (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<WithTaskDeleteNvmfSubsystem>> deleteNvmfSubsystemWithHttpInfo(NvmfSubsystemDeletionParams nvmfSubsystemDeletionParams) throws ApiException
nvmfSubsystemDeletionParams - (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 deleteNvmfSubsystemAsync(NvmfSubsystemDeletionParams nvmfSubsystemDeletionParams, ApiCallback<List<WithTaskDeleteNvmfSubsystem>> _callback) throws ApiException
nvmfSubsystemDeletionParams - (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 getNvmfSubsystemsCall(GetNvmfSubsystemsRequestBody getNvmfSubsystemsRequestBody, ApiCallback _callback) throws ApiException
getNvmfSubsystemsRequestBody - (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<NvmfSubsystem> getNvmfSubsystems(GetNvmfSubsystemsRequestBody getNvmfSubsystemsRequestBody) throws ApiException
getNvmfSubsystemsRequestBody - (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<NvmfSubsystem>> getNvmfSubsystemsWithHttpInfo(GetNvmfSubsystemsRequestBody getNvmfSubsystemsRequestBody) throws ApiException
getNvmfSubsystemsRequestBody - (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 getNvmfSubsystemsAsync(GetNvmfSubsystemsRequestBody getNvmfSubsystemsRequestBody, ApiCallback<List<NvmfSubsystem>> _callback) throws ApiException
getNvmfSubsystemsRequestBody - (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 getNvmfSubsystemsConnectionCall(GetNvmfSubsystemsConnectionRequestBody getNvmfSubsystemsConnectionRequestBody, ApiCallback _callback) throws ApiException
getNvmfSubsystemsConnectionRequestBody - (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 NvmfSubsystemConnection getNvmfSubsystemsConnection(GetNvmfSubsystemsConnectionRequestBody getNvmfSubsystemsConnectionRequestBody) throws ApiException
getNvmfSubsystemsConnectionRequestBody - (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<NvmfSubsystemConnection> getNvmfSubsystemsConnectionWithHttpInfo(GetNvmfSubsystemsConnectionRequestBody getNvmfSubsystemsConnectionRequestBody) throws ApiException
getNvmfSubsystemsConnectionRequestBody - (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 getNvmfSubsystemsConnectionAsync(GetNvmfSubsystemsConnectionRequestBody getNvmfSubsystemsConnectionRequestBody, ApiCallback<NvmfSubsystemConnection> _callback) throws ApiException
getNvmfSubsystemsConnectionRequestBody - (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 updateNvmfSubsystemCall(NvmfSubsystemUpdationParams nvmfSubsystemUpdationParams, ApiCallback _callback) throws ApiException
nvmfSubsystemUpdationParams - (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<WithTaskNvmfSubsystem> updateNvmfSubsystem(NvmfSubsystemUpdationParams nvmfSubsystemUpdationParams) throws ApiException
nvmfSubsystemUpdationParams - (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<WithTaskNvmfSubsystem>> updateNvmfSubsystemWithHttpInfo(NvmfSubsystemUpdationParams nvmfSubsystemUpdationParams) throws ApiException
nvmfSubsystemUpdationParams - (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 updateNvmfSubsystemAsync(NvmfSubsystemUpdationParams nvmfSubsystemUpdationParams, ApiCallback<List<WithTaskNvmfSubsystem>> _callback) throws ApiException
nvmfSubsystemUpdationParams - (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.