public class ControlPlanesResourceApi extends Object
Constructor and Description |
---|
ControlPlanesResourceApi() |
ControlPlanesResourceApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
List<ApiEntityTag> |
addTags(String controlPlaneUuid,
List<ApiEntityTag> body)
Attach tags to the control plane.
|
com.squareup.okhttp.Call |
addTagsAsync(String controlPlaneUuid,
List<ApiEntityTag> body,
ApiCallback<List<ApiEntityTag>> callback)
Attach tags to the control plane.
|
com.squareup.okhttp.Call |
addTagsCall(String controlPlaneUuid,
List<ApiEntityTag> body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for addTags
|
ApiResponse<List<ApiEntityTag>> |
addTagsWithHttpInfo(String controlPlaneUuid,
List<ApiEntityTag> body)
Attach tags to the control plane.
|
ApiCommand |
copyImagesInFeatures(String controlPlaneUuid,
ApiCopyImagesInFeaturesArgs body)
Launches the command to copy images for one or more features (a comma separated list).
|
com.squareup.okhttp.Call |
copyImagesInFeaturesAsync(String controlPlaneUuid,
ApiCopyImagesInFeaturesArgs body,
ApiCallback<ApiCommand> callback)
Launches the command to copy images for one or more features (a comma separated list).
|
com.squareup.okhttp.Call |
copyImagesInFeaturesCall(String controlPlaneUuid,
ApiCopyImagesInFeaturesArgs body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for copyImagesInFeatures
|
ApiResponse<ApiCommand> |
copyImagesInFeaturesWithHttpInfo(String controlPlaneUuid,
ApiCopyImagesInFeaturesArgs body)
Launches the command to copy images for one or more features (a comma separated list).
|
List<ApiEntityTag> |
deleteTags(String controlPlaneUuid,
List<ApiEntityTag> body)
Remove the tags associated with the control plane.
|
com.squareup.okhttp.Call |
deleteTagsAsync(String controlPlaneUuid,
List<ApiEntityTag> body,
ApiCallback<List<ApiEntityTag>> callback)
Remove the tags associated with the control plane.
|
com.squareup.okhttp.Call |
deleteTagsCall(String controlPlaneUuid,
List<ApiEntityTag> body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteTags
|
ApiResponse<List<ApiEntityTag>> |
deleteTagsWithHttpInfo(String controlPlaneUuid,
List<ApiEntityTag> body)
Remove the tags associated with the control plane.
|
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 cluster with tags matching this control plane's UUID, if any.
|
com.squareup.okhttp.Call |
getExperienceClusterAsync(String controlPlaneUuid,
ApiCallback<ApiCluster> callback)
The cluster with tags matching this control plane's UUID, 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 cluster with tags matching this control plane's UUID, 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.
|
List<ApiEntityTag> |
readTags(String controlPlaneUuid,
BigDecimal limit,
BigDecimal offset)
Returns the tags associated with this control plane.
|
com.squareup.okhttp.Call |
readTagsAsync(String controlPlaneUuid,
BigDecimal limit,
BigDecimal offset,
ApiCallback<List<ApiEntityTag>> callback)
Returns the tags associated with this control plane.
|
com.squareup.okhttp.Call |
readTagsCall(String controlPlaneUuid,
BigDecimal limit,
BigDecimal offset,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readTags
|
ApiResponse<List<ApiEntityTag>> |
readTagsWithHttpInfo(String controlPlaneUuid,
BigDecimal limit,
BigDecimal offset)
Returns the tags associated with this control plane.
|
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.
|
ApiCommand |
upgradeEmbeddedControlPlane(ApiUpgradeEmbeddedControlPlaneArgs body)
Upgrade a Containerized Cluster, including upgrading the control plane running on embedded kubernetes.
|
com.squareup.okhttp.Call |
upgradeEmbeddedControlPlaneAsync(ApiUpgradeEmbeddedControlPlaneArgs body,
ApiCallback<ApiCommand> callback)
Upgrade a Containerized Cluster, including upgrading the control plane running on embedded kubernetes.
|
com.squareup.okhttp.Call |
upgradeEmbeddedControlPlaneCall(ApiUpgradeEmbeddedControlPlaneArgs body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for upgradeEmbeddedControlPlane
|
ApiResponse<ApiCommand> |
upgradeEmbeddedControlPlaneWithHttpInfo(ApiUpgradeEmbeddedControlPlaneArgs body)
Upgrade a Containerized Cluster, including upgrading the control plane running on embedded kubernetes.
|
public ControlPlanesResourceApi()
public ControlPlanesResourceApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call addTagsCall(String controlPlaneUuid, List<ApiEntityTag> body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
controlPlaneUuid
- The uuid of the control plane. (required)body
- List of tags to add to the control plane (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic List<ApiEntityTag> addTags(String controlPlaneUuid, List<ApiEntityTag> body) throws ApiException
controlPlaneUuid
- The uuid of the control plane. (required)body
- List of tags to add to the control plane (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<ApiEntityTag>> addTagsWithHttpInfo(String controlPlaneUuid, List<ApiEntityTag> body) throws ApiException
controlPlaneUuid
- The uuid of the control plane. (required)body
- List of tags to add to the control plane (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call addTagsAsync(String controlPlaneUuid, List<ApiEntityTag> body, ApiCallback<List<ApiEntityTag>> callback) throws ApiException
controlPlaneUuid
- The uuid of the control plane. (required)body
- List of tags to add to the control plane (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 copyImagesInFeaturesCall(String controlPlaneUuid, ApiCopyImagesInFeaturesArgs body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
controlPlaneUuid
- (required)body
- Arguments for the Command (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiCommand copyImagesInFeatures(String controlPlaneUuid, ApiCopyImagesInFeaturesArgs body) throws ApiException
controlPlaneUuid
- (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> copyImagesInFeaturesWithHttpInfo(String controlPlaneUuid, ApiCopyImagesInFeaturesArgs body) throws ApiException
controlPlaneUuid
- (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 copyImagesInFeaturesAsync(String controlPlaneUuid, ApiCopyImagesInFeaturesArgs body, ApiCallback<ApiCommand> callback) throws ApiException
controlPlaneUuid
- (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 deleteTagsCall(String controlPlaneUuid, List<ApiEntityTag> body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
controlPlaneUuid
- The uuid of the control plane. (required)body
- A list of tags to remove from the control plane (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic List<ApiEntityTag> deleteTags(String controlPlaneUuid, List<ApiEntityTag> body) throws ApiException
controlPlaneUuid
- The uuid of the control plane. (required)body
- A list of tags to remove from the control plane (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<ApiEntityTag>> deleteTagsWithHttpInfo(String controlPlaneUuid, List<ApiEntityTag> body) throws ApiException
controlPlaneUuid
- The uuid of the control plane. (required)body
- A list of tags to remove from the control plane (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteTagsAsync(String controlPlaneUuid, List<ApiEntityTag> body, ApiCallback<List<ApiEntityTag>> callback) throws ApiException
controlPlaneUuid
- The uuid of the control plane. (required)body
- A list of tags to remove from the control plane (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 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 readTagsCall(String controlPlaneUuid, BigDecimal limit, BigDecimal offset, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
controlPlaneUuid
- The uuid of the control plane. (required)limit
- Number of tags (optional, default to 10)offset
- Index of the first tag to retrieve (optional, default to 0)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic List<ApiEntityTag> readTags(String controlPlaneUuid, BigDecimal limit, BigDecimal offset) throws ApiException
controlPlaneUuid
- The uuid of the control plane. (required)limit
- Number of tags (optional, default to 10)offset
- Index of the first tag to retrieve (optional, default to 0)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<ApiEntityTag>> readTagsWithHttpInfo(String controlPlaneUuid, BigDecimal limit, BigDecimal offset) throws ApiException
controlPlaneUuid
- The uuid of the control plane. (required)limit
- Number of tags (optional, default to 10)offset
- Index of the first tag to retrieve (optional, default to 0)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call readTagsAsync(String controlPlaneUuid, BigDecimal limit, BigDecimal offset, ApiCallback<List<ApiEntityTag>> callback) throws ApiException
controlPlaneUuid
- The uuid of the control plane. (required)limit
- Number of tags (optional, default to 10)offset
- Index of the first tag to retrieve (optional, default to 0)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 objectpublic com.squareup.okhttp.Call upgradeEmbeddedControlPlaneCall(ApiUpgradeEmbeddedControlPlaneArgs body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body
- The arguments for Ek8s control plane upgrade (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiCommand upgradeEmbeddedControlPlane(ApiUpgradeEmbeddedControlPlaneArgs body) throws ApiException
body
- The arguments for Ek8s control plane upgrade (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiCommand> upgradeEmbeddedControlPlaneWithHttpInfo(ApiUpgradeEmbeddedControlPlaneArgs body) throws ApiException
body
- The arguments for Ek8s control plane upgrade (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call upgradeEmbeddedControlPlaneAsync(ApiUpgradeEmbeddedControlPlaneArgs body, ApiCallback<ApiCommand> callback) throws ApiException
body
- The arguments for Ek8s control plane upgrade (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 © 2022. All rights reserved.