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.
|
ApiCommand |
generateExternalVaultSetup(ApiGenerateExternalVaultSetupArgs body)
Launches the Generate Vault Setup Command command.
|
com.squareup.okhttp.Call |
generateExternalVaultSetupAsync(ApiGenerateExternalVaultSetupArgs body,
ApiCallback<ApiCommand> callback)
Launches the Generate Vault Setup Command command.
|
com.squareup.okhttp.Call |
generateExternalVaultSetupCall(ApiGenerateExternalVaultSetupArgs body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for generateExternalVaultSetup
|
ApiResponse<ApiCommand> |
generateExternalVaultSetupWithHttpInfo(ApiGenerateExternalVaultSetupArgs body)
Launches the Generate Vault Setup Command 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.
|
ApiCluster |
getExperienceCluster(String controlPlaneUuid)
The Experience cluster this control plane is associated with, if any.
|
com.squareup.okhttp.Call |
getExperienceClusterAsync(String controlPlaneUuid,
ApiCallback<ApiCluster> callback)
The Experience cluster this control plane is associated with, if any.
|
com.squareup.okhttp.Call |
getExperienceClusterCall(String controlPlaneUuid,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getExperienceCluster
|
ApiResponse<ApiCluster> |
getExperienceClusterWithHttpInfo(String controlPlaneUuid)
The Experience cluster this control plane is associated with, if any.
|
File |
getLogContent(BigDecimal commandId)
Fetches the log content for the specific command.
|
com.squareup.okhttp.Call |
getLogContentAsync(BigDecimal commandId,
ApiCallback<File> 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<File> |
getLogContentWithHttpInfo(BigDecimal commandId)
Fetches the log content for the specific command.
|
File |
getManifestJson(ApiRemoteRepoUrl body)
Fetches the manifest.
|
com.squareup.okhttp.Call |
getManifestJsonAsync(ApiRemoteRepoUrl body,
ApiCallback<File> callback)
Fetches the manifest.
|
com.squareup.okhttp.Call |
getManifestJsonCall(ApiRemoteRepoUrl body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getManifestJson
|
ApiResponse<File> |
getManifestJsonWithHttpInfo(ApiRemoteRepoUrl body)
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.
|
ApiCommand |
installEmbeddedControlPlane(ApiInstallEmbeddedControlPlaneArgs body)
Brings up a control plane on embedded kubernetes.
|
com.squareup.okhttp.Call |
installEmbeddedControlPlaneAsync(ApiInstallEmbeddedControlPlaneArgs body,
ApiCallback<ApiCommand> callback)
Brings up a control plane on embedded kubernetes.
|
com.squareup.okhttp.Call |
installEmbeddedControlPlaneCall(ApiInstallEmbeddedControlPlaneArgs body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for installEmbeddedControlPlane
|
ApiResponse<ApiCommand> |
installEmbeddedControlPlaneWithHttpInfo(ApiInstallEmbeddedControlPlaneArgs body)
Brings up a control plane on embedded kubernetes.
|
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 |
updateValuesYaml(String controlPlaneUuid,
ApiUpdateControlPlaneValuesYamlArgs body)
Launches update the values.
|
com.squareup.okhttp.Call |
updateValuesYamlAsync(String controlPlaneUuid,
ApiUpdateControlPlaneValuesYamlArgs body,
ApiCallback<ApiCommand> callback)
Launches update the values.
|
com.squareup.okhttp.Call |
updateValuesYamlCall(String controlPlaneUuid,
ApiUpdateControlPlaneValuesYamlArgs body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateValuesYaml
|
ApiResponse<ApiCommand> |
updateValuesYamlWithHttpInfo(String controlPlaneUuid,
ApiUpdateControlPlaneValuesYamlArgs body)
Launches update the values.
|
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 generateExternalVaultSetupCall(ApiGenerateExternalVaultSetupArgs 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 generateExternalVaultSetup(ApiGenerateExternalVaultSetupArgs 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> generateExternalVaultSetupWithHttpInfo(ApiGenerateExternalVaultSetupArgs 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 generateExternalVaultSetupAsync(ApiGenerateExternalVaultSetupArgs 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 getExperienceClusterCall(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 ApiCluster getExperienceCluster(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<ApiCluster> getExperienceClusterWithHttpInfo(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 getExperienceClusterAsync(String controlPlaneUuid, ApiCallback<ApiCluster> 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 getLogContentCall(BigDecimal commandId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
commandId
- the command id (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic File getLogContent(BigDecimal commandId) throws ApiException
commandId
- the command id (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> getLogContentWithHttpInfo(BigDecimal commandId) throws ApiException
commandId
- the command id (required)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<File> callback) throws ApiException
commandId
- the command id (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 getManifestJsonCall(ApiRemoteRepoUrl body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body
- the remote repo url. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic File getManifestJson(ApiRemoteRepoUrl body) throws ApiException
body
- 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(ApiRemoteRepoUrl body) throws ApiException
body
- 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(ApiRemoteRepoUrl body, ApiCallback<File> callback) throws ApiException
body
- 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 installEmbeddedControlPlaneCall(ApiInstallEmbeddedControlPlaneArgs body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body
- The arguments for Ek8s control plane installation (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiCommand installEmbeddedControlPlane(ApiInstallEmbeddedControlPlaneArgs body) throws ApiException
body
- The arguments for Ek8s control plane installation (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiCommand> installEmbeddedControlPlaneWithHttpInfo(ApiInstallEmbeddedControlPlaneArgs body) throws ApiException
body
- The arguments for Ek8s control plane installation (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call installEmbeddedControlPlaneAsync(ApiInstallEmbeddedControlPlaneArgs body, ApiCallback<ApiCommand> callback) throws ApiException
body
- The arguments for Ek8s control plane installation (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 updateValuesYamlCall(String controlPlaneUuid, ApiUpdateControlPlaneValuesYamlArgs 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 updateValuesYaml(String controlPlaneUuid, ApiUpdateControlPlaneValuesYamlArgs 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> updateValuesYamlWithHttpInfo(String controlPlaneUuid, ApiUpdateControlPlaneValuesYamlArgs 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 updateValuesYamlAsync(String controlPlaneUuid, ApiUpdateControlPlaneValuesYamlArgs 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 © 2021. All rights reserved.