Documentation
¶
Index ¶
- func DataSourceTencentCloudDbdcDbCustomClusterNodes() *schema.Resource
- func DataSourceTencentCloudDbdcDbCustomClusters() *schema.Resource
- func DataSourceTencentCloudDbdcDbCustomImages() *schema.Resource
- func DataSourceTencentCloudDbdcDbCustomNodes() *schema.Resource
- func ResourceTencentCloudDbdcDbCustomCluster() *schema.Resource
- func ResourceTencentCloudDbdcDbCustomNode() *schema.Resource
- func ResourceTencentCloudDbdcNodeToDbCustomClusterAttachment() *schema.Resource
- type DbdcService
- func (me *DbdcService) DescribeDBCustomClusterById(ctx context.Context, clusterId string) (ret *dbdcv20201029.DescribeDBCustomClusterDetailResponseParams, errRet error)
- func (me *DbdcService) DescribeDBCustomClusterNodeById(ctx context.Context, clusterId, nodeId string) (ret *dbdcv20201029.DBCustomClusterNode, errRet error)
- func (me *DbdcService) DescribeDBCustomClusterNodesByFilter(ctx context.Context, param map[string]interface{}) (ret []*dbdcv20201029.DBCustomClusterNode, totalCount int64, errRet error)
- func (me *DbdcService) DescribeDBCustomClustersByFilter(ctx context.Context, param map[string]interface{}) (ret []*dbdcv20201029.DBCustomCluster, totalCount int64, errRet error)
- func (me *DbdcService) DescribeDBCustomImagesByFilter(ctx context.Context, param map[string]interface{}) (ret []*dbdcv20201029.DBCustomImage, totalCount int64, errRet error)
- func (me *DbdcService) DescribeDBCustomNodeById(ctx context.Context, nodeId string) (ret *dbdcv20201029.DBCustomNode, errRet error)
- func (me *DbdcService) DescribeDBCustomNodesByFilter(ctx context.Context, param map[string]interface{}) (ret []*dbdcv20201029.DBCustomNode, totalCount int64, errRet error)
- func (me *DbdcService) DescribeDBCustomTaskStatusById(ctx context.Context, taskId uint64) (status string, errRet error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DbdcService ¶
type DbdcService struct {
// contains filtered or unexported fields
}
func NewDbdcService ¶
func NewDbdcService(client *connectivity.TencentCloudClient) DbdcService
func (*DbdcService) DescribeDBCustomClusterById ¶
func (me *DbdcService) DescribeDBCustomClusterById(ctx context.Context, clusterId string) (ret *dbdcv20201029.DescribeDBCustomClusterDetailResponseParams, errRet error)
func (*DbdcService) DescribeDBCustomClusterNodeById ¶
func (me *DbdcService) DescribeDBCustomClusterNodeById(ctx context.Context, clusterId, nodeId string) (ret *dbdcv20201029.DBCustomClusterNode, errRet error)
func (*DbdcService) DescribeDBCustomClusterNodesByFilter ¶
func (me *DbdcService) DescribeDBCustomClusterNodesByFilter(ctx context.Context, param map[string]interface{}) (ret []*dbdcv20201029.DBCustomClusterNode, totalCount int64, errRet error)
func (*DbdcService) DescribeDBCustomClustersByFilter ¶
func (me *DbdcService) DescribeDBCustomClustersByFilter(ctx context.Context, param map[string]interface{}) (ret []*dbdcv20201029.DBCustomCluster, totalCount int64, errRet error)
func (*DbdcService) DescribeDBCustomImagesByFilter ¶
func (me *DbdcService) DescribeDBCustomImagesByFilter(ctx context.Context, param map[string]interface{}) (ret []*dbdcv20201029.DBCustomImage, totalCount int64, errRet error)
func (*DbdcService) DescribeDBCustomNodeById ¶
func (me *DbdcService) DescribeDBCustomNodeById(ctx context.Context, nodeId string) (ret *dbdcv20201029.DBCustomNode, errRet error)
func (*DbdcService) DescribeDBCustomNodesByFilter ¶
func (me *DbdcService) DescribeDBCustomNodesByFilter(ctx context.Context, param map[string]interface{}) (ret []*dbdcv20201029.DBCustomNode, totalCount int64, errRet error)
func (*DbdcService) DescribeDBCustomTaskStatusById ¶
Source Files
¶
- data_source_tc_dbdc_db_custom_cluster_nodes.go
- data_source_tc_dbdc_db_custom_clusters.go
- data_source_tc_dbdc_db_custom_images.go
- data_source_tc_dbdc_db_custom_nodes.go
- resource_tc_dbdc_db_custom_cluster.go
- resource_tc_dbdc_db_custom_node.go
- resource_tc_dbdc_node_to_db_custom_cluster_attachment.go
- service_tencentcloud_dbdc.go
Click to show internal directories.
Click to hide internal directories.