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 detailed information of DB Custom cluster node resources from TencentCloud DBDC product.
Example Usage
Query dbdc db custom cluster node resources by cluster_id and node_ids
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const example = tencentcloud.getDbdcDbCustomClusterNodeResources({
clusterId: "dbcc-b2arjlee",
nodeIds: ["dbcn-vvkg2xls"],
});
import pulumi
import pulumi_tencentcloud as tencentcloud
example = tencentcloud.get_dbdc_db_custom_cluster_node_resources(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.GetDbdcDbCustomClusterNodeResources(ctx, &tencentcloud.GetDbdcDbCustomClusterNodeResourcesArgs{
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.GetDbdcDbCustomClusterNodeResources.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.GetDbdcDbCustomClusterNodeResourcesArgs;
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.getDbdcDbCustomClusterNodeResources(GetDbdcDbCustomClusterNodeResourcesArgs.builder()
.clusterId("dbcc-b2arjlee")
.nodeIds("dbcn-vvkg2xls")
.build());
}
}
variables:
example:
fn::invoke:
function: tencentcloud:getDbdcDbCustomClusterNodeResources
arguments:
clusterId: dbcc-b2arjlee
nodeIds:
- dbcn-vvkg2xls
Example coming soon!
Using getDbdcDbCustomClusterNodeResources
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 getDbdcDbCustomClusterNodeResources(args: GetDbdcDbCustomClusterNodeResourcesArgs, opts?: InvokeOptions): Promise<GetDbdcDbCustomClusterNodeResourcesResult>
function getDbdcDbCustomClusterNodeResourcesOutput(args: GetDbdcDbCustomClusterNodeResourcesOutputArgs, opts?: InvokeOptions): Output<GetDbdcDbCustomClusterNodeResourcesResult>def get_dbdc_db_custom_cluster_node_resources(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) -> GetDbdcDbCustomClusterNodeResourcesResult
def get_dbdc_db_custom_cluster_node_resources_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[GetDbdcDbCustomClusterNodeResourcesResult]func GetDbdcDbCustomClusterNodeResources(ctx *Context, args *GetDbdcDbCustomClusterNodeResourcesArgs, opts ...InvokeOption) (*GetDbdcDbCustomClusterNodeResourcesResult, error)
func GetDbdcDbCustomClusterNodeResourcesOutput(ctx *Context, args *GetDbdcDbCustomClusterNodeResourcesOutputArgs, opts ...InvokeOption) GetDbdcDbCustomClusterNodeResourcesResultOutput> Note: This function is named GetDbdcDbCustomClusterNodeResources in the Go SDK.
public static class GetDbdcDbCustomClusterNodeResources
{
public static Task<GetDbdcDbCustomClusterNodeResourcesResult> InvokeAsync(GetDbdcDbCustomClusterNodeResourcesArgs args, InvokeOptions? opts = null)
public static Output<GetDbdcDbCustomClusterNodeResourcesResult> Invoke(GetDbdcDbCustomClusterNodeResourcesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDbdcDbCustomClusterNodeResourcesResult> getDbdcDbCustomClusterNodeResources(GetDbdcDbCustomClusterNodeResourcesArgs args, InvokeOptions options)
public static Output<GetDbdcDbCustomClusterNodeResourcesResult> getDbdcDbCustomClusterNodeResources(GetDbdcDbCustomClusterNodeResourcesArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getDbdcDbCustomClusterNodeResources:getDbdcDbCustomClusterNodeResources
arguments:
# arguments dictionarydata "tencentcloud_get_dbdc_db_custom_cluster_node_resources" "name" {
# arguments
}The following arguments are supported:
- Cluster
Id string - DB Custom cluster ID.
- Node
Ids List<string> - Node ID list. Up to 50 node IDs per request (enforced by the cloud API).
- Id string
- Result
Output stringFile - Used to save results.
- Cluster
Id string - DB Custom cluster ID.
- Node
Ids []string - Node ID list. Up to 50 node IDs per request (enforced by the cloud API).
- Id string
- Result
Output stringFile - Used to save results.
- cluster_
id string - DB Custom cluster ID.
- node_
ids list(string) - Node ID list. Up to 50 node IDs per request (enforced by the cloud API).
- id string
- result_
output_ stringfile - Used to save results.
- cluster
Id String - DB Custom cluster ID.
- node
Ids List<String> - Node ID list. Up to 50 node IDs per request (enforced by the cloud API).
- id String
- result
Output StringFile - Used to save results.
- cluster
Id string - DB Custom cluster ID.
- node
Ids string[] - Node ID list. Up to 50 node IDs per request (enforced by the cloud API).
- id string
- result
Output stringFile - Used to save results.
- cluster_
id str - DB Custom cluster ID.
- node_
ids Sequence[str] - Node ID list. Up to 50 node IDs per request (enforced by the cloud API).
- id str
- result_
output_ strfile - Used to save results.
- cluster
Id String - DB Custom cluster ID.
- node
Ids List<String> - Node ID list. Up to 50 node IDs per request (enforced by the cloud API).
- id String
- result
Output StringFile - Used to save results.
getDbdcDbCustomClusterNodeResources Result
The following output properties are available:
- Cluster
Id string - Id string
- Node
Ids List<string> - Node
Sets List<GetDbdc Db Custom Cluster Node Resources Node Set> - DB Custom cluster node resource list.
- Result
Output stringFile
- Cluster
Id string - Id string
- Node
Ids []string - Node
Sets []GetDbdc Db Custom Cluster Node Resources Node Set - DB Custom cluster node resource list.
- Result
Output stringFile
- cluster_
id string - id string
- node_
ids list(string) - node_
sets list(object) - DB Custom cluster node resource list.
- result_
output_ stringfile
- cluster
Id String - id String
- node
Ids List<String> - node
Sets List<GetDbdc Db Custom Cluster Node Resources Node Set> - DB Custom cluster node resource list.
- result
Output StringFile
- cluster
Id string - id string
- node
Ids string[] - node
Sets GetDbdc Db Custom Cluster Node Resources Node Set[] - DB Custom cluster node resource list.
- result
Output stringFile
- cluster_
id str - id str
- node_
ids Sequence[str] - node_
sets Sequence[GetDbdc Db Custom Cluster Node Resources Node Set] - DB Custom cluster node resource list.
- result_
output_ strfile
- cluster
Id String - id String
- node
Ids List<String> - node
Sets List<Property Map> - DB Custom cluster node resource list.
- result
Output StringFile
Supporting Types
GetDbdcDbCustomClusterNodeResourcesNodeSet
- Allocatables
List<Get
Dbdc Db Custom Cluster Node Resources Node Set Allocatable> - Node allocatable capacity = Capacity - system reserved.
- Availables
List<Get
Dbdc Db Custom Cluster Node Resources Node Set Available> - Node schedulable remainder = max(0, Allocatable - Requests).
- Capacities
List<Get
Dbdc Db Custom Cluster Node Resources Node Set Capacity> - Node physical resource total capacity.
- Limits
List<Get
Dbdc Db Custom Cluster Node Resources Node Set Limit> - Sum of limits of all non-terminal pods on the node (including system pods).
- Node
Id string - Node ID.
- Requests
List<Get
Dbdc Db Custom Cluster Node Resources Node Set Request> - Sum of requests of all non-terminal pods on the node (including system pods).
- Allocatables
[]Get
Dbdc Db Custom Cluster Node Resources Node Set Allocatable - Node allocatable capacity = Capacity - system reserved.
- Availables
[]Get
Dbdc Db Custom Cluster Node Resources Node Set Available - Node schedulable remainder = max(0, Allocatable - Requests).
- Capacities
[]Get
Dbdc Db Custom Cluster Node Resources Node Set Capacity - Node physical resource total capacity.
- Limits
[]Get
Dbdc Db Custom Cluster Node Resources Node Set Limit - Sum of limits of all non-terminal pods on the node (including system pods).
- Node
Id string - Node ID.
- Requests
[]Get
Dbdc Db Custom Cluster Node Resources Node Set Request - Sum of requests of all non-terminal pods on the node (including system pods).
- allocatables list(object)
- Node allocatable capacity = Capacity - system reserved.
- availables list(object)
- Node schedulable remainder = max(0, Allocatable - Requests).
- capacities list(object)
- Node physical resource total capacity.
- limits list(object)
- Sum of limits of all non-terminal pods on the node (including system pods).
- node_
id string - Node ID.
- requests list(object)
- Sum of requests of all non-terminal pods on the node (including system pods).
- allocatables
List<Get
Dbdc Db Custom Cluster Node Resources Node Set Allocatable> - Node allocatable capacity = Capacity - system reserved.
- availables
List<Get
Dbdc Db Custom Cluster Node Resources Node Set Available> - Node schedulable remainder = max(0, Allocatable - Requests).
- capacities
List<Get
Dbdc Db Custom Cluster Node Resources Node Set Capacity> - Node physical resource total capacity.
- limits
List<Get
Dbdc Db Custom Cluster Node Resources Node Set Limit> - Sum of limits of all non-terminal pods on the node (including system pods).
- node
Id String - Node ID.
- requests
List<Get
Dbdc Db Custom Cluster Node Resources Node Set Request> - Sum of requests of all non-terminal pods on the node (including system pods).
- allocatables
Get
Dbdc Db Custom Cluster Node Resources Node Set Allocatable[] - Node allocatable capacity = Capacity - system reserved.
- availables
Get
Dbdc Db Custom Cluster Node Resources Node Set Available[] - Node schedulable remainder = max(0, Allocatable - Requests).
- capacities
Get
Dbdc Db Custom Cluster Node Resources Node Set Capacity[] - Node physical resource total capacity.
- limits
Get
Dbdc Db Custom Cluster Node Resources Node Set Limit[] - Sum of limits of all non-terminal pods on the node (including system pods).
- node
Id string - Node ID.
- requests
Get
Dbdc Db Custom Cluster Node Resources Node Set Request[] - Sum of requests of all non-terminal pods on the node (including system pods).
- allocatables
Sequence[Get
Dbdc Db Custom Cluster Node Resources Node Set Allocatable] - Node allocatable capacity = Capacity - system reserved.
- availables
Sequence[Get
Dbdc Db Custom Cluster Node Resources Node Set Available] - Node schedulable remainder = max(0, Allocatable - Requests).
- capacities
Sequence[Get
Dbdc Db Custom Cluster Node Resources Node Set Capacity] - Node physical resource total capacity.
- limits
Sequence[Get
Dbdc Db Custom Cluster Node Resources Node Set Limit] - Sum of limits of all non-terminal pods on the node (including system pods).
- node_
id str - Node ID.
- requests
Sequence[Get
Dbdc Db Custom Cluster Node Resources Node Set Request] - Sum of requests of all non-terminal pods on the node (including system pods).
- allocatables List<Property Map>
- Node allocatable capacity = Capacity - system reserved.
- availables List<Property Map>
- Node schedulable remainder = max(0, Allocatable - Requests).
- capacities List<Property Map>
- Node physical resource total capacity.
- limits List<Property Map>
- Sum of limits of all non-terminal pods on the node (including system pods).
- node
Id String - Node ID.
- requests List<Property Map>
- Sum of requests of all non-terminal pods on the node (including system pods).
GetDbdcDbCustomClusterNodeResourcesNodeSetAllocatable
GetDbdcDbCustomClusterNodeResourcesNodeSetAvailable
GetDbdcDbCustomClusterNodeResourcesNodeSetCapacity
GetDbdcDbCustomClusterNodeResourcesNodeSetLimit
GetDbdcDbCustomClusterNodeResourcesNodeSetRequest
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