Viewing docs for tencentcloud 1.83.23
published on Friday, Aug 14, 2026 by tencentcloudstack
published on Friday, Aug 14, 2026 by tencentcloudstack
Viewing docs for tencentcloud 1.83.23
published on Friday, Aug 14, 2026 by tencentcloudstack
published on Friday, Aug 14, 2026 by tencentcloudstack
Use this data source to query the Kubernetes scheduling configuration (labels and taints) of nodes inside a DB Custom cluster from TencentCloud DBDC product.
Example Usage
Query dbdc db custom cluster node config list by cluster id and node ids
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const example = tencentcloud.getDbdcDbCustomClusterNodeConfigList({
clusterId: "dbcc-b2arjlee",
nodeIds: ["dbcn-vvkg2xls"],
});
import pulumi
import pulumi_tencentcloud as tencentcloud
example = tencentcloud.get_dbdc_db_custom_cluster_node_config_list(cluster_id="dbcc-b2arjlee",
node_ids=["dbcn-vvkg2xls"])
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/tencentcloud/tencentcloud"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := tencentcloud.GetDbdcDbCustomClusterNodeConfigList(ctx, &tencentcloud.GetDbdcDbCustomClusterNodeConfigListArgs{
ClusterId: "dbcc-b2arjlee",
NodeIds: []string{
"dbcn-vvkg2xls",
},
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Tencentcloud = Pulumi.Tencentcloud;
return await Deployment.RunAsync(() =>
{
var example = Tencentcloud.GetDbdcDbCustomClusterNodeConfigList.Invoke(new()
{
ClusterId = "dbcc-b2arjlee",
NodeIds = new[]
{
"dbcn-vvkg2xls",
},
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.tencentcloud.TencentcloudFunctions;
import com.pulumi.tencentcloud.inputs.GetDbdcDbCustomClusterNodeConfigListArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var example = TencentcloudFunctions.getDbdcDbCustomClusterNodeConfigList(GetDbdcDbCustomClusterNodeConfigListArgs.builder()
.clusterId("dbcc-b2arjlee")
.nodeIds("dbcn-vvkg2xls")
.build());
}
}
variables:
example:
fn::invoke:
function: tencentcloud:getDbdcDbCustomClusterNodeConfigList
arguments:
clusterId: dbcc-b2arjlee
nodeIds:
- dbcn-vvkg2xls
Example coming soon!
Using getDbdcDbCustomClusterNodeConfigList
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getDbdcDbCustomClusterNodeConfigList(args: GetDbdcDbCustomClusterNodeConfigListArgs, opts?: InvokeOptions): Promise<GetDbdcDbCustomClusterNodeConfigListResult>
function getDbdcDbCustomClusterNodeConfigListOutput(args: GetDbdcDbCustomClusterNodeConfigListOutputArgs, opts?: InvokeOptions): Output<GetDbdcDbCustomClusterNodeConfigListResult>def get_dbdc_db_custom_cluster_node_config_list(cluster_id: Optional[str] = None,
id: Optional[str] = None,
node_ids: Optional[Sequence[str]] = None,
result_output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDbdcDbCustomClusterNodeConfigListResult
def get_dbdc_db_custom_cluster_node_config_list_output(cluster_id: pulumi.Input[Optional[str]] = None,
id: pulumi.Input[Optional[str]] = None,
node_ids: pulumi.Input[Optional[Sequence[pulumi.Input[str]]]] = None,
result_output_file: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDbdcDbCustomClusterNodeConfigListResult]func GetDbdcDbCustomClusterNodeConfigList(ctx *Context, args *GetDbdcDbCustomClusterNodeConfigListArgs, opts ...InvokeOption) (*GetDbdcDbCustomClusterNodeConfigListResult, error)
func GetDbdcDbCustomClusterNodeConfigListOutput(ctx *Context, args *GetDbdcDbCustomClusterNodeConfigListOutputArgs, opts ...InvokeOption) GetDbdcDbCustomClusterNodeConfigListResultOutput> Note: This function is named GetDbdcDbCustomClusterNodeConfigList in the Go SDK.
public static class GetDbdcDbCustomClusterNodeConfigList
{
public static Task<GetDbdcDbCustomClusterNodeConfigListResult> InvokeAsync(GetDbdcDbCustomClusterNodeConfigListArgs args, InvokeOptions? opts = null)
public static Output<GetDbdcDbCustomClusterNodeConfigListResult> Invoke(GetDbdcDbCustomClusterNodeConfigListInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDbdcDbCustomClusterNodeConfigListResult> getDbdcDbCustomClusterNodeConfigList(GetDbdcDbCustomClusterNodeConfigListArgs args, InvokeOptions options)
public static Output<GetDbdcDbCustomClusterNodeConfigListResult> getDbdcDbCustomClusterNodeConfigList(GetDbdcDbCustomClusterNodeConfigListArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getDbdcDbCustomClusterNodeConfigList:getDbdcDbCustomClusterNodeConfigList
arguments:
# arguments dictionarydata "tencentcloud_get_dbdc_db_custom_cluster_node_config_list" "name" {
# arguments
}The following arguments are supported:
- Cluster
Id string - DB Custom cluster ID.
- Node
Ids List<string> - Specifies the NodeId list to query. Up to 100 NodeIds per request.
- Id string
- Result
Output stringFile - Used to save results.
- Cluster
Id string - DB Custom cluster ID.
- Node
Ids []string - Specifies the NodeId list to query. Up to 100 NodeIds per request.
- Id string
- Result
Output stringFile - Used to save results.
- cluster_
id string - DB Custom cluster ID.
- node_
ids list(string) - Specifies the NodeId list to query. Up to 100 NodeIds per request.
- id string
- result_
output_ stringfile - Used to save results.
- cluster
Id String - DB Custom cluster ID.
- node
Ids List<String> - Specifies the NodeId list to query. Up to 100 NodeIds per request.
- id String
- result
Output StringFile - Used to save results.
- cluster
Id string - DB Custom cluster ID.
- node
Ids string[] - Specifies the NodeId list to query. Up to 100 NodeIds per request.
- id string
- result
Output stringFile - Used to save results.
- cluster_
id str - DB Custom cluster ID.
- node_
ids Sequence[str] - Specifies the NodeId list to query. Up to 100 NodeIds per request.
- id str
- result_
output_ strfile - Used to save results.
- cluster
Id String - DB Custom cluster ID.
- node
Ids List<String> - Specifies the NodeId list to query. Up to 100 NodeIds per request.
- id String
- result
Output StringFile - Used to save results.
getDbdcDbCustomClusterNodeConfigList Result
The following output properties are available:
- Cluster
Id string - Id string
- Node
Ids List<string> - Node
Sets List<GetDbdc Db Custom Cluster Node Config List Node Set> - DB Custom cluster node config list.
- Result
Output stringFile
- Cluster
Id string - Id string
- Node
Ids []string - Node
Sets []GetDbdc Db Custom Cluster Node Config List Node Set - DB Custom cluster node config list.
- Result
Output stringFile
- cluster_
id string - id string
- node_
ids list(string) - node_
sets list(object) - DB Custom cluster node config list.
- result_
output_ stringfile
- cluster
Id String - id String
- node
Ids List<String> - node
Sets List<GetDbdc Db Custom Cluster Node Config List Node Set> - DB Custom cluster node config list.
- result
Output StringFile
- cluster
Id string - id string
- node
Ids string[] - node
Sets GetDbdc Db Custom Cluster Node Config List Node Set[] - DB Custom cluster node config list.
- result
Output stringFile
- cluster_
id str - id str
- node_
ids Sequence[str] - node_
sets Sequence[GetDbdc Db Custom Cluster Node Config List Node Set] - DB Custom cluster node config list.
- result_
output_ strfile
- cluster
Id String - id String
- node
Ids List<String> - node
Sets List<Property Map> - DB Custom cluster node config list.
- result
Output StringFile
Supporting Types
GetDbdcDbCustomClusterNodeConfigListNodeSet
- Labels
List<Get
Dbdc Db Custom Cluster Node Config List Node Set Label> - Node labels.
- Node
Id string - Node ID.
- Taints
List<Get
Dbdc Db Custom Cluster Node Config List Node Set Taint> - Node taints.
- Labels
[]Get
Dbdc Db Custom Cluster Node Config List Node Set Label - Node labels.
- Node
Id string - Node ID.
- Taints
[]Get
Dbdc Db Custom Cluster Node Config List Node Set Taint - Node taints.
- labels list(object)
- Node labels.
- node_
id string - Node ID.
- taints list(object)
- Node taints.
- labels
List<Get
Dbdc Db Custom Cluster Node Config List Node Set Label> - Node labels.
- node
Id String - Node ID.
- taints
List<Get
Dbdc Db Custom Cluster Node Config List Node Set Taint> - Node taints.
- labels
Get
Dbdc Db Custom Cluster Node Config List Node Set Label[] - Node labels.
- node
Id string - Node ID.
- taints
Get
Dbdc Db Custom Cluster Node Config List Node Set Taint[] - Node taints.
- labels
Sequence[Get
Dbdc Db Custom Cluster Node Config List Node Set Label] - Node labels.
- node_
id str - Node ID.
- taints
Sequence[Get
Dbdc Db Custom Cluster Node Config List Node Set Taint] - Node taints.
- labels List<Property Map>
- Node labels.
- node
Id String - Node ID.
- taints List<Property Map>
- Node taints.
GetDbdcDbCustomClusterNodeConfigListNodeSetLabel
GetDbdcDbCustomClusterNodeConfigListNodeSetTaint
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloudTerraform Provider.
Viewing docs for tencentcloud 1.83.23
published on Friday, Aug 14, 2026 by tencentcloudstack
published on Friday, Aug 14, 2026 by tencentcloudstack