Documentation
¶
Index ¶
- func DataSourceTencentCloudDbdcDbCustomClusterNodeConfigList() *schema.Resource
- func DataSourceTencentCloudDbdcDbCustomClusterNodeResources() *schema.Resource
- func DataSourceTencentCloudDbdcDbCustomClusterNodes() *schema.Resource
- func DataSourceTencentCloudDbdcDbCustomClusterResources() *schema.Resource
- func DataSourceTencentCloudDbdcDbCustomClusters() *schema.Resource
- func DataSourceTencentCloudDbdcDbCustomImages() *schema.Resource
- func DataSourceTencentCloudDbdcDbCustomNodeSecurityGroups() *schema.Resource
- func DataSourceTencentCloudDbdcDbCustomNodeTypes() *schema.Resource
- func DataSourceTencentCloudDbdcDbCustomNodes() *schema.Resource
- func DataSourceTencentCloudDbdcDbCustomRegions() *schema.Resource
- func DataSourceTencentCloudDbdcDbCustomZones() *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) DescribeDBCustomClusterNodeConfigByFilter(ctx context.Context, param map[string]interface{}) (ret []*dbdcv20201029.DBCustomClusterNodeConfig, errRet error)
- func (me *DbdcService) DescribeDBCustomClusterNodeResourcesByFilter(ctx context.Context, param map[string]interface{}) (ret []*dbdcv20201029.DBCustomClusterNodeResource, errRet error)
- func (me *DbdcService) DescribeDBCustomClusterNodesByFilter(ctx context.Context, param map[string]interface{}) (ret []*dbdcv20201029.DBCustomClusterNode, totalCount int64, errRet error)
- func (me *DbdcService) DescribeDBCustomClusterResources(ctx context.Context, clusterId string) (ret *dbdcv20201029.DescribeDBCustomClusterResourcesResponseParams, ...)
- 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) DescribeDBCustomNodeSecurityGroupsById(ctx context.Context, nodeId string) (ret []*dbdcv20201029.SecurityGroup, errRet error)
- func (me *DbdcService) DescribeDBCustomNodeTypesByFilter(ctx context.Context, param map[string]interface{}) (ret []*dbdcv20201029.DBCustomNodeTypeInfo, totalCount int64, errRet error)
- func (me *DbdcService) DescribeDBCustomNodesByFilter(ctx context.Context, param map[string]interface{}) (ret []*dbdcv20201029.DBCustomNode, totalCount int64, errRet error)
- func (me *DbdcService) DescribeDBCustomRegions(ctx context.Context) (ret []*dbdcv20201029.RegionInfo, errRet error)
- func (me *DbdcService) DescribeDBCustomTaskStatusById(ctx context.Context, taskId uint64) (status string, errRet error)
- func (me *DbdcService) DescribeDBCustomZonesByFilter(ctx context.Context, param map[string]interface{}) (ret []*dbdcv20201029.ZoneInfo, totalCount int64, errRet error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DataSourceTencentCloudDbdcDbCustomClusterNodeConfigList ¶ added in v1.83.18
func DataSourceTencentCloudDbdcDbCustomClusterNodeResources ¶ added in v1.83.18
func DataSourceTencentCloudDbdcDbCustomClusterResources ¶ added in v1.83.18
func DataSourceTencentCloudDbdcDbCustomNodeSecurityGroups ¶ added in v1.83.18
func DataSourceTencentCloudDbdcDbCustomNodeTypes ¶ added in v1.83.18
func DataSourceTencentCloudDbdcDbCustomRegions ¶ added in v1.83.18
func DataSourceTencentCloudDbdcDbCustomZones ¶ added in v1.83.18
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) DescribeDBCustomClusterNodeConfigByFilter ¶ added in v1.83.18
func (me *DbdcService) DescribeDBCustomClusterNodeConfigByFilter(ctx context.Context, param map[string]interface{}) (ret []*dbdcv20201029.DBCustomClusterNodeConfig, errRet error)
func (*DbdcService) DescribeDBCustomClusterNodeResourcesByFilter ¶ added in v1.83.18
func (me *DbdcService) DescribeDBCustomClusterNodeResourcesByFilter(ctx context.Context, param map[string]interface{}) (ret []*dbdcv20201029.DBCustomClusterNodeResource, 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) DescribeDBCustomClusterResources ¶ added in v1.83.18
func (me *DbdcService) DescribeDBCustomClusterResources(ctx context.Context, clusterId string) (ret *dbdcv20201029.DescribeDBCustomClusterResourcesResponseParams, 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) DescribeDBCustomNodeSecurityGroupsById ¶ added in v1.83.18
func (me *DbdcService) DescribeDBCustomNodeSecurityGroupsById(ctx context.Context, nodeId string) (ret []*dbdcv20201029.SecurityGroup, errRet error)
func (*DbdcService) DescribeDBCustomNodeTypesByFilter ¶ added in v1.83.18
func (me *DbdcService) DescribeDBCustomNodeTypesByFilter(ctx context.Context, param map[string]interface{}) (ret []*dbdcv20201029.DBCustomNodeTypeInfo, totalCount int64, 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) DescribeDBCustomRegions ¶ added in v1.83.18
func (me *DbdcService) DescribeDBCustomRegions(ctx context.Context) (ret []*dbdcv20201029.RegionInfo, errRet error)
func (*DbdcService) DescribeDBCustomTaskStatusById ¶
func (*DbdcService) DescribeDBCustomZonesByFilter ¶ added in v1.83.18
func (me *DbdcService) DescribeDBCustomZonesByFilter(ctx context.Context, param map[string]interface{}) (ret []*dbdcv20201029.ZoneInfo, totalCount int64, errRet error)
Source Files
¶
- data_source_tc_dbdc_db_custom_cluster_node_config_list.go
- data_source_tc_dbdc_db_custom_cluster_node_resources.go
- data_source_tc_dbdc_db_custom_cluster_nodes.go
- data_source_tc_dbdc_db_custom_cluster_resources.go
- data_source_tc_dbdc_db_custom_clusters.go
- data_source_tc_dbdc_db_custom_images.go
- data_source_tc_dbdc_db_custom_node_security_groups.go
- data_source_tc_dbdc_db_custom_node_types.go
- data_source_tc_dbdc_db_custom_nodes.go
- data_source_tc_dbdc_db_custom_regions.go
- data_source_tc_dbdc_db_custom_zones.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.