接口 CubeClientInterface
- 所有超级接口:
AutoCloseable,Client,Closeable
- 所有已知实现类:
CubeClient
This client is used to call actions of **Cube** service
-
方法概要
修饰符和类型方法说明CreateCubeDeployment - 创建容器实例DeploymentcreateCubePod(CreateCubePodRequest request) CreateCubePod - 创建容器实例DeleteCubeDeployment - 删除容器实例DeploymentdeleteCubePod(DeleteCubePodRequest request) DeleteCubePod - 删除容器实例GetCubeDeployment - 获取容器实例Deployment详细信息getCubeExecToken(GetCubeExecTokenRequest request) GetCubeExecToken - 获取容器实例执行tokenGetCubeExtendInfo - 获取容器实例附加信息getCubeMetrics(GetCubeMetricsRequest request) GetCubeMetrics - 获取容器实例指标getCubeToken(GetCubeTokenRequest request) GetCubeToken - 获取容器实例TokenlistCubePod(ListCubePodRequest request) ListCubePod - 获取容器实例详细列表renewCubePod(RenewCubePodRequest request) RenewCubePod - 更新容器实例
-
方法详细资料
-
createCubeDeployment
CreateCubeDeploymentResponse createCubeDeployment(CreateCubeDeploymentRequest request) throws UCloudException CreateCubeDeployment - 创建容器实例Deployment- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
createCubePod
CreateCubePod - 创建容器实例- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
deleteCubeDeployment
DeleteCubeDeploymentResponse deleteCubeDeployment(DeleteCubeDeploymentRequest request) throws UCloudException DeleteCubeDeployment - 删除容器实例Deployment- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
deleteCubePod
DeleteCubePod - 删除容器实例- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
getCubeDeployment
GetCubeDeploymentResponse getCubeDeployment(GetCubeDeploymentRequest request) throws UCloudException GetCubeDeployment - 获取容器实例Deployment详细信息- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
getCubeExecToken
GetCubeExecToken - 获取容器实例执行token- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
getCubeExtendInfo
GetCubeExtendInfoResponse getCubeExtendInfo(GetCubeExtendInfoRequest request) throws UCloudException GetCubeExtendInfo - 获取容器实例附加信息- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
getCubeMetrics
GetCubeMetrics - 获取容器实例指标- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
getCubeToken
GetCubeToken - 获取容器实例Token- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
listCubePod
ListCubePod - 获取容器实例详细列表- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
renewCubePod
RenewCubePod - 更新容器实例- 参数:
request- Request object- 抛出:
UCloudException- Exception
-