v2

package
v0.0.78 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 25, 2022 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CloudTableClientBuilder

func CloudTableClientBuilder() *http_client.HcHttpClientBuilder

func GenReqDefForCreateCluster

func GenReqDefForCreateCluster() *def.HttpRequestDef

func GenReqDefForDeleteCluster

func GenReqDefForDeleteCluster() *def.HttpRequestDef

func GenReqDefForListClusters

func GenReqDefForListClusters() *def.HttpRequestDef

func GenReqDefForShowClusterDetail

func GenReqDefForShowClusterDetail() *def.HttpRequestDef

Types

type CloudTableClient

type CloudTableClient struct {
	HcClient *http_client.HcHttpClient
}

func NewCloudTableClient

func NewCloudTableClient(hcClient *http_client.HcHttpClient) *CloudTableClient

func (*CloudTableClient) CreateCluster

创建一个CloudTable集群。 使用接口前,您需要先获取如下资源信息。 - 通过VPC创建或查询VPC、子网 - 通过安全组创建或查询可用的security_group_id 本接口是一个同步接口,当创建CloudTable集群成功后会返回集群id。

func (*CloudTableClient) DeleteCluster

集群ID为集群唯一标识,根据集群ID删除指定集群。 如下状态的集群不允许删除: - 创建中 - 扩容中

func (*CloudTableClient) ListClusters

查看用户创建的集群列表信息。

func (*CloudTableClient) ShowClusterDetail

通过集群ID唯一标识一个集群,根据集群ID查询特定CloudTable集群的详情信息。

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL