public class ControlPlanesResourceApi extends Object
Constructor and Description |
---|
ControlPlanesResourceApi() |
ControlPlanesResourceApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
ApiCommand |
generateCopyDocker(ApiGenerateCopyDockerArgs body)
Launches the Generate Copy Docker Script Command.
|
com.squareup.okhttp.Call |
generateCopyDockerAsync(ApiGenerateCopyDockerArgs body,
ApiCallback<ApiCommand> callback)
Launches the Generate Copy Docker Script Command.
|
com.squareup.okhttp.Call |
generateCopyDockerCall(ApiGenerateCopyDockerArgs body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for generateCopyDocker
|
ApiResponse<ApiCommand> |
generateCopyDockerWithHttpInfo(ApiGenerateCopyDockerArgs body)
Launches the Generate Copy Docker Script Command.
|
ApiClient |
getApiClient() |
ApiControlPlaneList |
getControlPlanes()
Current Control Planes.
|
com.squareup.okhttp.Call |
getControlPlanesAsync(ApiCallback<ApiControlPlaneList> callback)
Current Control Planes.
|
com.squareup.okhttp.Call |
getControlPlanesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getControlPlanes
|
ApiResponse<ApiControlPlaneList> |
getControlPlanesWithHttpInfo()
Current Control Planes.
|
String |
getLogContent(BigDecimal commandId)
Fetches the log content for the specific command.
|
com.squareup.okhttp.Call |
getLogContentAsync(BigDecimal commandId,
ApiCallback<String> callback)
Fetches the log content for the specific command.
|
com.squareup.okhttp.Call |
getLogContentCall(BigDecimal commandId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getLogContent
|
ApiResponse<String> |
getLogContentWithHttpInfo(BigDecimal commandId)
Fetches the log content for the specific command.
|
File |
getManifestJson(String remoteRepoUrl)
Fetches the manifest.
|
com.squareup.okhttp.Call |
getManifestJsonAsync(String remoteRepoUrl,
ApiCallback<File> callback)
Fetches the manifest.
|
com.squareup.okhttp.Call |
getManifestJsonCall(String remoteRepoUrl,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getManifestJson
|
ApiResponse<File> |
getManifestJsonWithHttpInfo(String remoteRepoUrl)
Fetches the manifest.
|
ApiCommand |
installControlPlane(ApiInstallControlPlaneArgs body)
Launches the install control plane command.
|
com.squareup.okhttp.Call |
installControlPlaneAsync(ApiInstallControlPlaneArgs body,
ApiCallback<ApiCommand> callback)
Launches the install control plane command.
|
com.squareup.okhttp.Call |
installControlPlaneCall(ApiInstallControlPlaneArgs body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for installControlPlane
|
ApiResponse<ApiCommand> |
installControlPlaneWithHttpInfo(ApiInstallControlPlaneArgs body)
Launches the install control plane command.
|
ApiControlPlane |
readControlPlaneByUuid(String controlPlaneUuid)
The control plane with the given id.
|
com.squareup.okhttp.Call |
readControlPlaneByUuidAsync(String controlPlaneUuid,
ApiCallback<ApiControlPlane> callback)
The control plane with the given id.
|
com.squareup.okhttp.Call |
readControlPlaneByUuidCall(String controlPlaneUuid,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readControlPlaneByUuid
|
ApiResponse<ApiControlPlane> |
readControlPlaneByUuidWithHttpInfo(String controlPlaneUuid)
The control plane with the given id.
|
void |
setApiClient(ApiClient apiClient) |
ApiCommand |
uninstallControlPlane(String controlPlaneUuid,
ApiUninstallControlPlaneArgs body)
Launches Uninstall Command on the control plane with the given uuid.
|
com.squareup.okhttp.Call |
uninstallControlPlaneAsync(String controlPlaneUuid,
ApiUninstallControlPlaneArgs body,
ApiCallback<ApiCommand> callback)
Launches Uninstall Command on the control plane with the given uuid.
|
com.squareup.okhttp.Call |
uninstallControlPlaneCall(String controlPlaneUuid,
ApiUninstallControlPlaneArgs body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for uninstallControlPlane
|
ApiResponse<ApiCommand> |
uninstallControlPlaneWithHttpInfo(String controlPlaneUuid,
ApiUninstallControlPlaneArgs body)
Launches Uninstall Command on the control plane with the given uuid.
|
ApiCommand |
upgradeControlPlane(String controlPlaneUuid,
ApiUpgradeControlPlaneArgs body)
Launches the Upgrade Command on the control plane with the given uuid.
|
com.squareup.okhttp.Call |
upgradeControlPlaneAsync(String controlPlaneUuid,
ApiUpgradeControlPlaneArgs body,
ApiCallback<ApiCommand> callback)
Launches the Upgrade Command on the control plane with the given uuid.
|
com.squareup.okhttp.Call |
upgradeControlPlaneCall(String controlPlaneUuid,
ApiUpgradeControlPlaneArgs body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for upgradeControlPlane
|
ApiResponse<ApiCommand> |
upgradeControlPlaneWithHttpInfo(String controlPlaneUuid,
ApiUpgradeControlPlaneArgs body)
Launches the Upgrade Command on the control plane with the given uuid.
|
public ControlPlanesResourceApi()
public ControlPlanesResourceApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call generateCopyDockerCall(ApiGenerateCopyDockerArgs body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body
- Arguments for the Command (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiCommand generateCopyDocker(ApiGenerateCopyDockerArgs body) throws ApiException
body
- Arguments for the Command (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiCommand> generateCopyDockerWithHttpInfo(ApiGenerateCopyDockerArgs body) throws ApiException
body
- Arguments for the Command (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call generateCopyDockerAsync(ApiGenerateCopyDockerArgs body, ApiCallback<ApiCommand> callback) throws ApiException
body
- Arguments for the Command (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getControlPlanesCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiControlPlaneList getControlPlanes() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiControlPlaneList> getControlPlanesWithHttpInfo() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getControlPlanesAsync(ApiCallback<ApiControlPlaneList> callback) throws ApiException
callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getLogContentCall(BigDecimal commandId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
commandId
- the command id (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic String getLogContent(BigDecimal commandId) throws ApiException
commandId
- the command id (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> getLogContentWithHttpInfo(BigDecimal commandId) throws ApiException
commandId
- the command id (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getLogContentAsync(BigDecimal commandId, ApiCallback<String> callback) throws ApiException
commandId
- the command id (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getManifestJsonCall(String remoteRepoUrl, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
remoteRepoUrl
- the remote repo url. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic File getManifestJson(String remoteRepoUrl) throws ApiException
remoteRepoUrl
- the remote repo url. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> getManifestJsonWithHttpInfo(String remoteRepoUrl) throws ApiException
remoteRepoUrl
- the remote repo url. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getManifestJsonAsync(String remoteRepoUrl, ApiCallback<File> callback) throws ApiException
remoteRepoUrl
- the remote repo url. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call installControlPlaneCall(ApiInstallControlPlaneArgs body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body
- Arguments for the Command (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiCommand installControlPlane(ApiInstallControlPlaneArgs body) throws ApiException
body
- Arguments for the Command (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiCommand> installControlPlaneWithHttpInfo(ApiInstallControlPlaneArgs body) throws ApiException
body
- Arguments for the Command (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call installControlPlaneAsync(ApiInstallControlPlaneArgs body, ApiCallback<ApiCommand> callback) throws ApiException
body
- Arguments for the Command (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call readControlPlaneByUuidCall(String controlPlaneUuid, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
controlPlaneUuid
- The universally unique id of the control plane (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiControlPlane readControlPlaneByUuid(String controlPlaneUuid) throws ApiException
controlPlaneUuid
- The universally unique id of the control plane (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiControlPlane> readControlPlaneByUuidWithHttpInfo(String controlPlaneUuid) throws ApiException
controlPlaneUuid
- The universally unique id of the control plane (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call readControlPlaneByUuidAsync(String controlPlaneUuid, ApiCallback<ApiControlPlane> callback) throws ApiException
controlPlaneUuid
- The universally unique id of the control plane (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 objectpublic com.squareup.okhttp.Call uninstallControlPlaneCall(String controlPlaneUuid, ApiUninstallControlPlaneArgs body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
controlPlaneUuid
- The universally unique id of the control plane (required)body
- Arguments for the Command (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiCommand uninstallControlPlane(String controlPlaneUuid, ApiUninstallControlPlaneArgs body) throws ApiException
controlPlaneUuid
- The universally unique id of the control plane (required)body
- Arguments for the Command (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiCommand> uninstallControlPlaneWithHttpInfo(String controlPlaneUuid, ApiUninstallControlPlaneArgs body) throws ApiException
controlPlaneUuid
- The universally unique id of the control plane (required)body
- Arguments for the Command (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call uninstallControlPlaneAsync(String controlPlaneUuid, ApiUninstallControlPlaneArgs body, ApiCallback<ApiCommand> callback) throws ApiException
controlPlaneUuid
- The universally unique id of the control plane (required)body
- Arguments for the Command (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call upgradeControlPlaneCall(String controlPlaneUuid, ApiUpgradeControlPlaneArgs body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
controlPlaneUuid
- The universally unique id of the control plane (required)body
- Arguments for the Command (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiCommand upgradeControlPlane(String controlPlaneUuid, ApiUpgradeControlPlaneArgs body) throws ApiException
controlPlaneUuid
- The universally unique id of the control plane (required)body
- Arguments for the Command (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiCommand> upgradeControlPlaneWithHttpInfo(String controlPlaneUuid, ApiUpgradeControlPlaneArgs body) throws ApiException
controlPlaneUuid
- The universally unique id of the control plane (required)body
- Arguments for the Command (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call upgradeControlPlaneAsync(String controlPlaneUuid, ApiUpgradeControlPlaneArgs body, ApiCallback<ApiCommand> callback) throws ApiException
controlPlaneUuid
- The universally unique id of the control plane (required)body
- Arguments for the Command (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectCopyright © 2020. All rights reserved.