-
变更集群规格ResizeCluster
withBody(body); try { ResizeClusterResponse response = client.resizeCluster(request); System.out.println(response.toString()); } catch (ConnectionException
来自:百科 -
继续执行集群升级任务ContinueUpgradeClusterTask
ContinueUpgradeClusterTaskResponse response = client.continueUpgradeClusterTask(request); System.out.println(response.toString()); } catch (ConnectionException
来自:百科 -
重试集群升级任务RetryUpgradeClusterTask
{ RetryUpgradeClusterTaskResponse response = client.retryUpgradeClusterTask(request); System.out.println(response.toString()); } catch (ConnectionException
来自:百科 -
集群休眠HibernateCluster
withClusterId(""); try { HibernateClusterResponse response = client.hibernateCluster(request); System.out.println(response.toString()); } catch (ConnectionException
来自:百科 -
删除AddonInstanceDeleteAddonInstance
-
暂停集群升级任务PauseUpgradeClusterTask
-
查询API版本信息列表ShowVersion
-
查询CCE服务下的资源配额ShowQuotas
-
集群唤醒AwakeCluster
-
批量删除指定集群的资源标签BatchDeleteClusterTags
-
获取集群升级任务详情ShowUpgradeClusterTask
-
获取集群访问的地址ShowClusterEndpoints
-
获取对象内容GetObject
-
批量添加指定集群的资源标签BatchCreateClusterTags
-
更新指定的集群UpdateCluster
-
获取任务信息ShowJob
-
获取集群证书CreateKubernetesClusterCert
-
删除PVC(待废弃)DeleteCloudPersistentVolumeClaims
-
获取AddonInstance列表ListAddonInstances
-
节点迁移MigrateNode
-
获取AddonInstance详情ShowAddonInstance