Package cn.ucloud.cube.client
Interface CubeClientInterface
-
- All Superinterfaces:
AutoCloseable,Client,Closeable
- All Known Implementing Classes:
CubeClient
public interface CubeClientInterface extends Client
This client is used to call actions of **Cube** service
-
-
Method Summary
-
-
-
Method Detail
-
createCubeDeployment
CreateCubeDeploymentResponse createCubeDeployment(CreateCubeDeploymentRequest request) throws UCloudException
CreateCubeDeployment - 创建容器实例Deployment- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
createCubePod
CreateCubePodResponse createCubePod(CreateCubePodRequest request) throws UCloudException
CreateCubePod - 创建容器实例- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
deleteCubeDeployment
DeleteCubeDeploymentResponse deleteCubeDeployment(DeleteCubeDeploymentRequest request) throws UCloudException
DeleteCubeDeployment - 删除容器实例Deployment- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
deleteCubePod
DeleteCubePodResponse deleteCubePod(DeleteCubePodRequest request) throws UCloudException
DeleteCubePod - 删除容器实例- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
getCubeDeployment
GetCubeDeploymentResponse getCubeDeployment(GetCubeDeploymentRequest request) throws UCloudException
GetCubeDeployment - 获取容器实例Deployment详细信息- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
getCubeExecToken
GetCubeExecTokenResponse getCubeExecToken(GetCubeExecTokenRequest request) throws UCloudException
GetCubeExecToken - 获取容器实例执行token- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
getCubeExtendInfo
GetCubeExtendInfoResponse getCubeExtendInfo(GetCubeExtendInfoRequest request) throws UCloudException
GetCubeExtendInfo - 获取容器实例附加信息- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
getCubeMetrics
GetCubeMetricsResponse getCubeMetrics(GetCubeMetricsRequest request) throws UCloudException
GetCubeMetrics - 获取容器实例指标- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
getCubeToken
GetCubeTokenResponse getCubeToken(GetCubeTokenRequest request) throws UCloudException
GetCubeToken - 获取容器实例Token- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
listCubePod
ListCubePodResponse listCubePod(ListCubePodRequest request) throws UCloudException
ListCubePod - 获取容器实例详细列表- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
renewCubePod
RenewCubePodResponse renewCubePod(RenewCubePodRequest request) throws UCloudException
RenewCubePod - 更新容器实例- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
-