1. Packages
  2. Packages
  3. Tencentcloud Provider
  4. API Docs
  5. DbdcDbCustomNode
Viewing docs for tencentcloud 1.83.23
published on Friday, Aug 14, 2026 by tencentcloudstack
Viewing docs for tencentcloud 1.83.23
published on Friday, Aug 14, 2026 by tencentcloudstack

    Provides a resource to create a DBDC db custom node.

    NOTE: Not all zone support configuration system_disk and data_disks. You can check the supported zone list with tencentcloud.getDbdcDbCustomNodeTypes.

    Example Usage

    Create a PREPAID DBDC db custom node

    import * as pulumi from "@pulumi/pulumi";
    import * as tencentcloud from "@pulumi/tencentcloud";
    
    const example = new tencentcloud.DbdcDbCustomNode("example", {
        zone: "ap-shanghai-5",
        imageId: "img-rm13akp3",
        vpcId: "vpc-cseo7req",
        subnetId: "subnet-huka6qhj",
        nodeType: "DB.AT5.8XLARGE128",
        period: 1,
        autoRenew: 1,
        chargeType: "PREPAID",
        nodeName: "tf-example",
        loginSettings: {
            password: "Password@2026",
        },
        tags: {
            createBy: "Terraform",
        },
    });
    
    import pulumi
    import pulumi_tencentcloud as tencentcloud
    
    example = tencentcloud.DbdcDbCustomNode("example",
        zone="ap-shanghai-5",
        image_id="img-rm13akp3",
        vpc_id="vpc-cseo7req",
        subnet_id="subnet-huka6qhj",
        node_type="DB.AT5.8XLARGE128",
        period=1,
        auto_renew=1,
        charge_type="PREPAID",
        node_name="tf-example",
        login_settings={
            "password": "Password@2026",
        },
        tags={
            "createBy": "Terraform",
        })
    
    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.NewDbdcDbCustomNode(ctx, "example", &tencentcloud.DbdcDbCustomNodeArgs{
    			Zone:       pulumi.String("ap-shanghai-5"),
    			ImageId:    pulumi.String("img-rm13akp3"),
    			VpcId:      pulumi.String("vpc-cseo7req"),
    			SubnetId:   pulumi.String("subnet-huka6qhj"),
    			NodeType:   pulumi.String("DB.AT5.8XLARGE128"),
    			Period:     pulumi.Float64(1),
    			AutoRenew:  pulumi.Float64(1),
    			ChargeType: pulumi.String("PREPAID"),
    			NodeName:   pulumi.String("tf-example"),
    			LoginSettings: &tencentcloud.DbdcDbCustomNodeLoginSettingsArgs{
    				Password: pulumi.String("Password@2026"),
    			},
    			Tags: pulumi.StringMap{
    				"createBy": pulumi.String("Terraform"),
    			},
    		})
    		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 = new Tencentcloud.DbdcDbCustomNode("example", new()
        {
            Zone = "ap-shanghai-5",
            ImageId = "img-rm13akp3",
            VpcId = "vpc-cseo7req",
            SubnetId = "subnet-huka6qhj",
            NodeType = "DB.AT5.8XLARGE128",
            Period = 1,
            AutoRenew = 1,
            ChargeType = "PREPAID",
            NodeName = "tf-example",
            LoginSettings = new Tencentcloud.Inputs.DbdcDbCustomNodeLoginSettingsArgs
            {
                Password = "Password@2026",
            },
            Tags = 
            {
                { "createBy", "Terraform" },
            },
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.tencentcloud.DbdcDbCustomNode;
    import com.pulumi.tencentcloud.DbdcDbCustomNodeArgs;
    import com.pulumi.tencentcloud.inputs.DbdcDbCustomNodeLoginSettingsArgs;
    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) {
            var example = new DbdcDbCustomNode("example", DbdcDbCustomNodeArgs.builder()
                .zone("ap-shanghai-5")
                .imageId("img-rm13akp3")
                .vpcId("vpc-cseo7req")
                .subnetId("subnet-huka6qhj")
                .nodeType("DB.AT5.8XLARGE128")
                .period(1.0)
                .autoRenew(1.0)
                .chargeType("PREPAID")
                .nodeName("tf-example")
                .loginSettings(DbdcDbCustomNodeLoginSettingsArgs.builder()
                    .password("Password@2026")
                    .build())
                .tags(Map.of("createBy", "Terraform"))
                .build());
    
        }
    }
    
    resources:
      example:
        type: tencentcloud:DbdcDbCustomNode
        properties:
          zone: ap-shanghai-5
          imageId: img-rm13akp3
          vpcId: vpc-cseo7req
          subnetId: subnet-huka6qhj
          nodeType: DB.AT5.8XLARGE128
          period: 1
          autoRenew: 1
          chargeType: PREPAID
          nodeName: tf-example
          loginSettings:
            password: Password@2026
          tags:
            createBy: Terraform
    
    Example coming soon!
    

    Create a POSTPAID DBDC db custom node

    import * as pulumi from "@pulumi/pulumi";
    import * as tencentcloud from "@pulumi/tencentcloud";
    
    const example = new tencentcloud.DbdcDbCustomNode("example", {
        zone: "ap-bangkok-2",
        imageId: "img-7rqxtnh9",
        vpcId: "vpc-doprnsrq",
        subnetId: "subnet-kzp25bun",
        nodeType: "DB.SA5.8XLARGE128",
        nodeName: "tf-example",
        hostName: "hostName",
        networkMode: "cross_tenant_eni",
        chargeType: "POSTPAID",
        loginSettings: {
            password: "Password@2026",
        },
        systemDisk: {
            diskSize: 100,
            diskType: "CLOUD_HSSD",
        },
        dataDisks: [{
            diskSize: 200,
            diskType: "CLOUD_HSSD",
        }],
        securityGroupIds: ["sg-avup6l04"],
        tags: {
            createBy: "Terraform",
        },
    });
    
    import pulumi
    import pulumi_tencentcloud as tencentcloud
    
    example = tencentcloud.DbdcDbCustomNode("example",
        zone="ap-bangkok-2",
        image_id="img-7rqxtnh9",
        vpc_id="vpc-doprnsrq",
        subnet_id="subnet-kzp25bun",
        node_type="DB.SA5.8XLARGE128",
        node_name="tf-example",
        host_name="hostName",
        network_mode="cross_tenant_eni",
        charge_type="POSTPAID",
        login_settings={
            "password": "Password@2026",
        },
        system_disk={
            "disk_size": 100,
            "disk_type": "CLOUD_HSSD",
        },
        data_disks=[{
            "disk_size": 200,
            "disk_type": "CLOUD_HSSD",
        }],
        security_group_ids=["sg-avup6l04"],
        tags={
            "createBy": "Terraform",
        })
    
    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.NewDbdcDbCustomNode(ctx, "example", &tencentcloud.DbdcDbCustomNodeArgs{
    			Zone:        pulumi.String("ap-bangkok-2"),
    			ImageId:     pulumi.String("img-7rqxtnh9"),
    			VpcId:       pulumi.String("vpc-doprnsrq"),
    			SubnetId:    pulumi.String("subnet-kzp25bun"),
    			NodeType:    pulumi.String("DB.SA5.8XLARGE128"),
    			NodeName:    pulumi.String("tf-example"),
    			HostName:    pulumi.String("hostName"),
    			NetworkMode: pulumi.String("cross_tenant_eni"),
    			ChargeType:  pulumi.String("POSTPAID"),
    			LoginSettings: &tencentcloud.DbdcDbCustomNodeLoginSettingsArgs{
    				Password: pulumi.String("Password@2026"),
    			},
    			SystemDisk: &tencentcloud.DbdcDbCustomNodeSystemDiskArgs{
    				DiskSize: pulumi.Float64(100),
    				DiskType: pulumi.String("CLOUD_HSSD"),
    			},
    			DataDisks: tencentcloud.DbdcDbCustomNodeDataDiskArray{
    				&tencentcloud.DbdcDbCustomNodeDataDiskArgs{
    					DiskSize: pulumi.Float64(200),
    					DiskType: pulumi.String("CLOUD_HSSD"),
    				},
    			},
    			SecurityGroupIds: pulumi.StringArray{
    				pulumi.String("sg-avup6l04"),
    			},
    			Tags: pulumi.StringMap{
    				"createBy": pulumi.String("Terraform"),
    			},
    		})
    		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 = new Tencentcloud.DbdcDbCustomNode("example", new()
        {
            Zone = "ap-bangkok-2",
            ImageId = "img-7rqxtnh9",
            VpcId = "vpc-doprnsrq",
            SubnetId = "subnet-kzp25bun",
            NodeType = "DB.SA5.8XLARGE128",
            NodeName = "tf-example",
            HostName = "hostName",
            NetworkMode = "cross_tenant_eni",
            ChargeType = "POSTPAID",
            LoginSettings = new Tencentcloud.Inputs.DbdcDbCustomNodeLoginSettingsArgs
            {
                Password = "Password@2026",
            },
            SystemDisk = new Tencentcloud.Inputs.DbdcDbCustomNodeSystemDiskArgs
            {
                DiskSize = 100,
                DiskType = "CLOUD_HSSD",
            },
            DataDisks = new[]
            {
                new Tencentcloud.Inputs.DbdcDbCustomNodeDataDiskArgs
                {
                    DiskSize = 200,
                    DiskType = "CLOUD_HSSD",
                },
            },
            SecurityGroupIds = new[]
            {
                "sg-avup6l04",
            },
            Tags = 
            {
                { "createBy", "Terraform" },
            },
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.tencentcloud.DbdcDbCustomNode;
    import com.pulumi.tencentcloud.DbdcDbCustomNodeArgs;
    import com.pulumi.tencentcloud.inputs.DbdcDbCustomNodeLoginSettingsArgs;
    import com.pulumi.tencentcloud.inputs.DbdcDbCustomNodeSystemDiskArgs;
    import com.pulumi.tencentcloud.inputs.DbdcDbCustomNodeDataDiskArgs;
    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) {
            var example = new DbdcDbCustomNode("example", DbdcDbCustomNodeArgs.builder()
                .zone("ap-bangkok-2")
                .imageId("img-7rqxtnh9")
                .vpcId("vpc-doprnsrq")
                .subnetId("subnet-kzp25bun")
                .nodeType("DB.SA5.8XLARGE128")
                .nodeName("tf-example")
                .hostName("hostName")
                .networkMode("cross_tenant_eni")
                .chargeType("POSTPAID")
                .loginSettings(DbdcDbCustomNodeLoginSettingsArgs.builder()
                    .password("Password@2026")
                    .build())
                .systemDisk(DbdcDbCustomNodeSystemDiskArgs.builder()
                    .diskSize(100.0)
                    .diskType("CLOUD_HSSD")
                    .build())
                .dataDisks(DbdcDbCustomNodeDataDiskArgs.builder()
                    .diskSize(200.0)
                    .diskType("CLOUD_HSSD")
                    .build())
                .securityGroupIds("sg-avup6l04")
                .tags(Map.of("createBy", "Terraform"))
                .build());
    
        }
    }
    
    resources:
      example:
        type: tencentcloud:DbdcDbCustomNode
        properties:
          zone: ap-bangkok-2
          imageId: img-7rqxtnh9
          vpcId: vpc-doprnsrq
          subnetId: subnet-kzp25bun
          nodeType: DB.SA5.8XLARGE128
          nodeName: tf-example
          hostName: hostName
          networkMode: cross_tenant_eni
          chargeType: POSTPAID
          loginSettings:
            password: Password@2026
          systemDisk:
            diskSize: 100
            diskType: CLOUD_HSSD
          dataDisks:
            - diskSize: 200
              diskType: CLOUD_HSSD
          securityGroupIds:
            - sg-avup6l04
          tags:
            createBy: Terraform
    
    Example coming soon!
    

    Create DbdcDbCustomNode Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new DbdcDbCustomNode(name: string, args: DbdcDbCustomNodeArgs, opts?: CustomResourceOptions);
    @overload
    def DbdcDbCustomNode(resource_name: str,
                         args: DbdcDbCustomNodeArgs,
                         opts: Optional[ResourceOptions] = None)
    
    @overload
    def DbdcDbCustomNode(resource_name: str,
                         opts: Optional[ResourceOptions] = None,
                         image_id: Optional[str] = None,
                         zone: Optional[str] = None,
                         vpc_id: Optional[str] = None,
                         subnet_id: Optional[str] = None,
                         node_type: Optional[str] = None,
                         host_name: Optional[str] = None,
                         security_group_ids: Optional[Sequence[str]] = None,
                         login_settings: Optional[DbdcDbCustomNodeLoginSettingsArgs] = None,
                         network_mode: Optional[str] = None,
                         node_name: Optional[str] = None,
                         dbdc_db_custom_node_id: Optional[str] = None,
                         period: Optional[float] = None,
                         auto_renew: Optional[float] = None,
                         data_disks: Optional[Sequence[DbdcDbCustomNodeDataDiskArgs]] = None,
                         system_disk: Optional[DbdcDbCustomNodeSystemDiskArgs] = None,
                         tags: Optional[Mapping[str, str]] = None,
                         timeouts: Optional[DbdcDbCustomNodeTimeoutsArgs] = None,
                         voucher_ids: Optional[Sequence[str]] = None,
                         charge_type: Optional[str] = None,
                         auto_voucher: Optional[float] = None)
    func NewDbdcDbCustomNode(ctx *Context, name string, args DbdcDbCustomNodeArgs, opts ...ResourceOption) (*DbdcDbCustomNode, error)
    public DbdcDbCustomNode(string name, DbdcDbCustomNodeArgs args, CustomResourceOptions? opts = null)
    public DbdcDbCustomNode(String name, DbdcDbCustomNodeArgs args)
    public DbdcDbCustomNode(String name, DbdcDbCustomNodeArgs args, CustomResourceOptions options)
    
    type: tencentcloud:DbdcDbCustomNode
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "tencentcloud_dbdc_db_custom_node" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args DbdcDbCustomNodeArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args DbdcDbCustomNodeArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args DbdcDbCustomNodeArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args DbdcDbCustomNodeArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args DbdcDbCustomNodeArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    DbdcDbCustomNode Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The DbdcDbCustomNode resource accepts the following input properties:

    ImageId string
    Image ID, format img-xxxxxxx. Must be an image owned by the DB Custom product under the current account.
    NodeType string
    Node spec, e.g. DB.AT5.8XLARGE128, DB.AT5.16XLARGE256, DB.AT5.32XLARGE512, DB.AT5.64XLARGE1152, DB.AT5.128XLARGE2304.
    SubnetId string
    Subnet ID used to establish the SSH connection for the node. Must belong to the VPC and match the availability zone.
    VpcId string
    VPC ID used to establish the SSH connection for the node. Must be owned by the current account and cannot be cross-region.
    Zone string
    Availability zone supported by the product, e.g. ap-shanghai-5, ap-shanghai-8, ap-nanjing-3.
    AutoRenew double
    Auto-renew flag. Valid values: 1 (auto-renew), 2 (not auto-renew). Mutable via the renew API.
    AutoVoucher double
    Whether to use voucher to deduct automatically. Valid values: 1 (use), 0 (not use). Default value is 0.
    ChargeType string
    Charge type. Valid values: PREPAID (subscription, default), POSTPAID (pay-as-you-go).
    DataDisks List<DbdcDbCustomNodeDataDisk>
    Data disk configuration. Only cloud-disk node types (e.g. DB.SA5) support setting this; local-disk types (e.g. DB.AT5) do not. Refreshed from the DescribeDBCustomNodes API response. Note: disk_name is read-only and ignored as a create input.
    DbdcDbCustomNodeId string
    ID of the resource.
    HostName string
    Hostname of the node. Dots (.) and hyphens (-) cannot be the first/last character or be used consecutively; underscores (_) are not allowed. Windows: 2-15 chars (letters, digits, -, no .); Linux/others: 2-60 chars (supports multiple dot-separated segments). Write-only: not returned by DescribeDBCustomNodes, so the configured value is preserved in state.
    LoginSettings DbdcDbCustomNodeLoginSettings
    Instance login settings. You can set the login method to password, key, or keep the original image login settings. Only one method can be set.
    NetworkMode string
    Node network mode. Valid values: privatelink (four-layer SSH connectivity), cross_tenant_eni (three-layer dual-NIC access). Default is privatelink. Refreshed from the DescribeDBCustomNodes API response.
    NodeName string
    Node name. Up to 128 characters.
    Period double
    Purchase duration in months. Valid values: 1/2/3/4/5/6/7/8/9/10/11/12/24/36. Default value is 1.
    SecurityGroupIds List<string>
    Set of security group IDs to bind to the node. Treated as an unordered set; HCL element order has no semantic meaning. Mutable via the ModifyDBCustomNodeSecurityGroups API; refreshed from the DescribeDBCustomNodeSecurityGroups API.
    SystemDisk DbdcDbCustomNodeSystemDisk
    System disk configuration. Only cloud-disk node types (e.g. DB.SA5) support setting this; local-disk types (e.g. DB.AT5) do not. Refreshed from the DescribeDBCustomNodes API response.
    Tags Dictionary<string, string>
    Node tags.
    Timeouts DbdcDbCustomNodeTimeouts
    VoucherIds List<string>
    Voucher ID list. Must be undeducted voucher IDs owned by the current account.
    ImageId string
    Image ID, format img-xxxxxxx. Must be an image owned by the DB Custom product under the current account.
    NodeType string
    Node spec, e.g. DB.AT5.8XLARGE128, DB.AT5.16XLARGE256, DB.AT5.32XLARGE512, DB.AT5.64XLARGE1152, DB.AT5.128XLARGE2304.
    SubnetId string
    Subnet ID used to establish the SSH connection for the node. Must belong to the VPC and match the availability zone.
    VpcId string
    VPC ID used to establish the SSH connection for the node. Must be owned by the current account and cannot be cross-region.
    Zone string
    Availability zone supported by the product, e.g. ap-shanghai-5, ap-shanghai-8, ap-nanjing-3.
    AutoRenew float64
    Auto-renew flag. Valid values: 1 (auto-renew), 2 (not auto-renew). Mutable via the renew API.
    AutoVoucher float64
    Whether to use voucher to deduct automatically. Valid values: 1 (use), 0 (not use). Default value is 0.
    ChargeType string
    Charge type. Valid values: PREPAID (subscription, default), POSTPAID (pay-as-you-go).
    DataDisks []DbdcDbCustomNodeDataDiskArgs
    Data disk configuration. Only cloud-disk node types (e.g. DB.SA5) support setting this; local-disk types (e.g. DB.AT5) do not. Refreshed from the DescribeDBCustomNodes API response. Note: disk_name is read-only and ignored as a create input.
    DbdcDbCustomNodeId string
    ID of the resource.
    HostName string
    Hostname of the node. Dots (.) and hyphens (-) cannot be the first/last character or be used consecutively; underscores (_) are not allowed. Windows: 2-15 chars (letters, digits, -, no .); Linux/others: 2-60 chars (supports multiple dot-separated segments). Write-only: not returned by DescribeDBCustomNodes, so the configured value is preserved in state.
    LoginSettings DbdcDbCustomNodeLoginSettingsArgs
    Instance login settings. You can set the login method to password, key, or keep the original image login settings. Only one method can be set.
    NetworkMode string
    Node network mode. Valid values: privatelink (four-layer SSH connectivity), cross_tenant_eni (three-layer dual-NIC access). Default is privatelink. Refreshed from the DescribeDBCustomNodes API response.
    NodeName string
    Node name. Up to 128 characters.
    Period float64
    Purchase duration in months. Valid values: 1/2/3/4/5/6/7/8/9/10/11/12/24/36. Default value is 1.
    SecurityGroupIds []string
    Set of security group IDs to bind to the node. Treated as an unordered set; HCL element order has no semantic meaning. Mutable via the ModifyDBCustomNodeSecurityGroups API; refreshed from the DescribeDBCustomNodeSecurityGroups API.
    SystemDisk DbdcDbCustomNodeSystemDiskArgs
    System disk configuration. Only cloud-disk node types (e.g. DB.SA5) support setting this; local-disk types (e.g. DB.AT5) do not. Refreshed from the DescribeDBCustomNodes API response.
    Tags map[string]string
    Node tags.
    Timeouts DbdcDbCustomNodeTimeoutsArgs
    VoucherIds []string
    Voucher ID list. Must be undeducted voucher IDs owned by the current account.
    image_id string
    Image ID, format img-xxxxxxx. Must be an image owned by the DB Custom product under the current account.
    node_type string
    Node spec, e.g. DB.AT5.8XLARGE128, DB.AT5.16XLARGE256, DB.AT5.32XLARGE512, DB.AT5.64XLARGE1152, DB.AT5.128XLARGE2304.
    subnet_id string
    Subnet ID used to establish the SSH connection for the node. Must belong to the VPC and match the availability zone.
    vpc_id string
    VPC ID used to establish the SSH connection for the node. Must be owned by the current account and cannot be cross-region.
    zone string
    Availability zone supported by the product, e.g. ap-shanghai-5, ap-shanghai-8, ap-nanjing-3.
    auto_renew number
    Auto-renew flag. Valid values: 1 (auto-renew), 2 (not auto-renew). Mutable via the renew API.
    auto_voucher number
    Whether to use voucher to deduct automatically. Valid values: 1 (use), 0 (not use). Default value is 0.
    charge_type string
    Charge type. Valid values: PREPAID (subscription, default), POSTPAID (pay-as-you-go).
    data_disks list(object)
    Data disk configuration. Only cloud-disk node types (e.g. DB.SA5) support setting this; local-disk types (e.g. DB.AT5) do not. Refreshed from the DescribeDBCustomNodes API response. Note: disk_name is read-only and ignored as a create input.
    dbdc_db_custom_node_id string
    ID of the resource.
    host_name string
    Hostname of the node. Dots (.) and hyphens (-) cannot be the first/last character or be used consecutively; underscores (_) are not allowed. Windows: 2-15 chars (letters, digits, -, no .); Linux/others: 2-60 chars (supports multiple dot-separated segments). Write-only: not returned by DescribeDBCustomNodes, so the configured value is preserved in state.
    login_settings object
    Instance login settings. You can set the login method to password, key, or keep the original image login settings. Only one method can be set.
    network_mode string
    Node network mode. Valid values: privatelink (four-layer SSH connectivity), cross_tenant_eni (three-layer dual-NIC access). Default is privatelink. Refreshed from the DescribeDBCustomNodes API response.
    node_name string
    Node name. Up to 128 characters.
    period number
    Purchase duration in months. Valid values: 1/2/3/4/5/6/7/8/9/10/11/12/24/36. Default value is 1.
    security_group_ids list(string)
    Set of security group IDs to bind to the node. Treated as an unordered set; HCL element order has no semantic meaning. Mutable via the ModifyDBCustomNodeSecurityGroups API; refreshed from the DescribeDBCustomNodeSecurityGroups API.
    system_disk object
    System disk configuration. Only cloud-disk node types (e.g. DB.SA5) support setting this; local-disk types (e.g. DB.AT5) do not. Refreshed from the DescribeDBCustomNodes API response.
    tags map(string)
    Node tags.
    timeouts object
    voucher_ids list(string)
    Voucher ID list. Must be undeducted voucher IDs owned by the current account.
    imageId String
    Image ID, format img-xxxxxxx. Must be an image owned by the DB Custom product under the current account.
    nodeType String
    Node spec, e.g. DB.AT5.8XLARGE128, DB.AT5.16XLARGE256, DB.AT5.32XLARGE512, DB.AT5.64XLARGE1152, DB.AT5.128XLARGE2304.
    subnetId String
    Subnet ID used to establish the SSH connection for the node. Must belong to the VPC and match the availability zone.
    vpcId String
    VPC ID used to establish the SSH connection for the node. Must be owned by the current account and cannot be cross-region.
    zone String
    Availability zone supported by the product, e.g. ap-shanghai-5, ap-shanghai-8, ap-nanjing-3.
    autoRenew Double
    Auto-renew flag. Valid values: 1 (auto-renew), 2 (not auto-renew). Mutable via the renew API.
    autoVoucher Double
    Whether to use voucher to deduct automatically. Valid values: 1 (use), 0 (not use). Default value is 0.
    chargeType String
    Charge type. Valid values: PREPAID (subscription, default), POSTPAID (pay-as-you-go).
    dataDisks List<DbdcDbCustomNodeDataDisk>
    Data disk configuration. Only cloud-disk node types (e.g. DB.SA5) support setting this; local-disk types (e.g. DB.AT5) do not. Refreshed from the DescribeDBCustomNodes API response. Note: disk_name is read-only and ignored as a create input.
    dbdcDbCustomNodeId String
    ID of the resource.
    hostName String
    Hostname of the node. Dots (.) and hyphens (-) cannot be the first/last character or be used consecutively; underscores (_) are not allowed. Windows: 2-15 chars (letters, digits, -, no .); Linux/others: 2-60 chars (supports multiple dot-separated segments). Write-only: not returned by DescribeDBCustomNodes, so the configured value is preserved in state.
    loginSettings DbdcDbCustomNodeLoginSettings
    Instance login settings. You can set the login method to password, key, or keep the original image login settings. Only one method can be set.
    networkMode String
    Node network mode. Valid values: privatelink (four-layer SSH connectivity), cross_tenant_eni (three-layer dual-NIC access). Default is privatelink. Refreshed from the DescribeDBCustomNodes API response.
    nodeName String
    Node name. Up to 128 characters.
    period Double
    Purchase duration in months. Valid values: 1/2/3/4/5/6/7/8/9/10/11/12/24/36. Default value is 1.
    securityGroupIds List<String>
    Set of security group IDs to bind to the node. Treated as an unordered set; HCL element order has no semantic meaning. Mutable via the ModifyDBCustomNodeSecurityGroups API; refreshed from the DescribeDBCustomNodeSecurityGroups API.
    systemDisk DbdcDbCustomNodeSystemDisk
    System disk configuration. Only cloud-disk node types (e.g. DB.SA5) support setting this; local-disk types (e.g. DB.AT5) do not. Refreshed from the DescribeDBCustomNodes API response.
    tags Map<String,String>
    Node tags.
    timeouts DbdcDbCustomNodeTimeouts
    voucherIds List<String>
    Voucher ID list. Must be undeducted voucher IDs owned by the current account.
    imageId string
    Image ID, format img-xxxxxxx. Must be an image owned by the DB Custom product under the current account.
    nodeType string
    Node spec, e.g. DB.AT5.8XLARGE128, DB.AT5.16XLARGE256, DB.AT5.32XLARGE512, DB.AT5.64XLARGE1152, DB.AT5.128XLARGE2304.
    subnetId string
    Subnet ID used to establish the SSH connection for the node. Must belong to the VPC and match the availability zone.
    vpcId string
    VPC ID used to establish the SSH connection for the node. Must be owned by the current account and cannot be cross-region.
    zone string
    Availability zone supported by the product, e.g. ap-shanghai-5, ap-shanghai-8, ap-nanjing-3.
    autoRenew number
    Auto-renew flag. Valid values: 1 (auto-renew), 2 (not auto-renew). Mutable via the renew API.
    autoVoucher number
    Whether to use voucher to deduct automatically. Valid values: 1 (use), 0 (not use). Default value is 0.
    chargeType string
    Charge type. Valid values: PREPAID (subscription, default), POSTPAID (pay-as-you-go).
    dataDisks DbdcDbCustomNodeDataDisk[]
    Data disk configuration. Only cloud-disk node types (e.g. DB.SA5) support setting this; local-disk types (e.g. DB.AT5) do not. Refreshed from the DescribeDBCustomNodes API response. Note: disk_name is read-only and ignored as a create input.
    dbdcDbCustomNodeId string
    ID of the resource.
    hostName string
    Hostname of the node. Dots (.) and hyphens (-) cannot be the first/last character or be used consecutively; underscores (_) are not allowed. Windows: 2-15 chars (letters, digits, -, no .); Linux/others: 2-60 chars (supports multiple dot-separated segments). Write-only: not returned by DescribeDBCustomNodes, so the configured value is preserved in state.
    loginSettings DbdcDbCustomNodeLoginSettings
    Instance login settings. You can set the login method to password, key, or keep the original image login settings. Only one method can be set.
    networkMode string
    Node network mode. Valid values: privatelink (four-layer SSH connectivity), cross_tenant_eni (three-layer dual-NIC access). Default is privatelink. Refreshed from the DescribeDBCustomNodes API response.
    nodeName string
    Node name. Up to 128 characters.
    period number
    Purchase duration in months. Valid values: 1/2/3/4/5/6/7/8/9/10/11/12/24/36. Default value is 1.
    securityGroupIds string[]
    Set of security group IDs to bind to the node. Treated as an unordered set; HCL element order has no semantic meaning. Mutable via the ModifyDBCustomNodeSecurityGroups API; refreshed from the DescribeDBCustomNodeSecurityGroups API.
    systemDisk DbdcDbCustomNodeSystemDisk
    System disk configuration. Only cloud-disk node types (e.g. DB.SA5) support setting this; local-disk types (e.g. DB.AT5) do not. Refreshed from the DescribeDBCustomNodes API response.
    tags {[key: string]: string}
    Node tags.
    timeouts DbdcDbCustomNodeTimeouts
    voucherIds string[]
    Voucher ID list. Must be undeducted voucher IDs owned by the current account.
    image_id str
    Image ID, format img-xxxxxxx. Must be an image owned by the DB Custom product under the current account.
    node_type str
    Node spec, e.g. DB.AT5.8XLARGE128, DB.AT5.16XLARGE256, DB.AT5.32XLARGE512, DB.AT5.64XLARGE1152, DB.AT5.128XLARGE2304.
    subnet_id str
    Subnet ID used to establish the SSH connection for the node. Must belong to the VPC and match the availability zone.
    vpc_id str
    VPC ID used to establish the SSH connection for the node. Must be owned by the current account and cannot be cross-region.
    zone str
    Availability zone supported by the product, e.g. ap-shanghai-5, ap-shanghai-8, ap-nanjing-3.
    auto_renew float
    Auto-renew flag. Valid values: 1 (auto-renew), 2 (not auto-renew). Mutable via the renew API.
    auto_voucher float
    Whether to use voucher to deduct automatically. Valid values: 1 (use), 0 (not use). Default value is 0.
    charge_type str
    Charge type. Valid values: PREPAID (subscription, default), POSTPAID (pay-as-you-go).
    data_disks Sequence[DbdcDbCustomNodeDataDiskArgs]
    Data disk configuration. Only cloud-disk node types (e.g. DB.SA5) support setting this; local-disk types (e.g. DB.AT5) do not. Refreshed from the DescribeDBCustomNodes API response. Note: disk_name is read-only and ignored as a create input.
    dbdc_db_custom_node_id str
    ID of the resource.
    host_name str
    Hostname of the node. Dots (.) and hyphens (-) cannot be the first/last character or be used consecutively; underscores (_) are not allowed. Windows: 2-15 chars (letters, digits, -, no .); Linux/others: 2-60 chars (supports multiple dot-separated segments). Write-only: not returned by DescribeDBCustomNodes, so the configured value is preserved in state.
    login_settings DbdcDbCustomNodeLoginSettingsArgs
    Instance login settings. You can set the login method to password, key, or keep the original image login settings. Only one method can be set.
    network_mode str
    Node network mode. Valid values: privatelink (four-layer SSH connectivity), cross_tenant_eni (three-layer dual-NIC access). Default is privatelink. Refreshed from the DescribeDBCustomNodes API response.
    node_name str
    Node name. Up to 128 characters.
    period float
    Purchase duration in months. Valid values: 1/2/3/4/5/6/7/8/9/10/11/12/24/36. Default value is 1.
    security_group_ids Sequence[str]
    Set of security group IDs to bind to the node. Treated as an unordered set; HCL element order has no semantic meaning. Mutable via the ModifyDBCustomNodeSecurityGroups API; refreshed from the DescribeDBCustomNodeSecurityGroups API.
    system_disk DbdcDbCustomNodeSystemDiskArgs
    System disk configuration. Only cloud-disk node types (e.g. DB.SA5) support setting this; local-disk types (e.g. DB.AT5) do not. Refreshed from the DescribeDBCustomNodes API response.
    tags Mapping[str, str]
    Node tags.
    timeouts DbdcDbCustomNodeTimeoutsArgs
    voucher_ids Sequence[str]
    Voucher ID list. Must be undeducted voucher IDs owned by the current account.
    imageId String
    Image ID, format img-xxxxxxx. Must be an image owned by the DB Custom product under the current account.
    nodeType String
    Node spec, e.g. DB.AT5.8XLARGE128, DB.AT5.16XLARGE256, DB.AT5.32XLARGE512, DB.AT5.64XLARGE1152, DB.AT5.128XLARGE2304.
    subnetId String
    Subnet ID used to establish the SSH connection for the node. Must belong to the VPC and match the availability zone.
    vpcId String
    VPC ID used to establish the SSH connection for the node. Must be owned by the current account and cannot be cross-region.
    zone String
    Availability zone supported by the product, e.g. ap-shanghai-5, ap-shanghai-8, ap-nanjing-3.
    autoRenew Number
    Auto-renew flag. Valid values: 1 (auto-renew), 2 (not auto-renew). Mutable via the renew API.
    autoVoucher Number
    Whether to use voucher to deduct automatically. Valid values: 1 (use), 0 (not use). Default value is 0.
    chargeType String
    Charge type. Valid values: PREPAID (subscription, default), POSTPAID (pay-as-you-go).
    dataDisks List<Property Map>
    Data disk configuration. Only cloud-disk node types (e.g. DB.SA5) support setting this; local-disk types (e.g. DB.AT5) do not. Refreshed from the DescribeDBCustomNodes API response. Note: disk_name is read-only and ignored as a create input.
    dbdcDbCustomNodeId String
    ID of the resource.
    hostName String
    Hostname of the node. Dots (.) and hyphens (-) cannot be the first/last character or be used consecutively; underscores (_) are not allowed. Windows: 2-15 chars (letters, digits, -, no .); Linux/others: 2-60 chars (supports multiple dot-separated segments). Write-only: not returned by DescribeDBCustomNodes, so the configured value is preserved in state.
    loginSettings Property Map
    Instance login settings. You can set the login method to password, key, or keep the original image login settings. Only one method can be set.
    networkMode String
    Node network mode. Valid values: privatelink (four-layer SSH connectivity), cross_tenant_eni (three-layer dual-NIC access). Default is privatelink. Refreshed from the DescribeDBCustomNodes API response.
    nodeName String
    Node name. Up to 128 characters.
    period Number
    Purchase duration in months. Valid values: 1/2/3/4/5/6/7/8/9/10/11/12/24/36. Default value is 1.
    securityGroupIds List<String>
    Set of security group IDs to bind to the node. Treated as an unordered set; HCL element order has no semantic meaning. Mutable via the ModifyDBCustomNodeSecurityGroups API; refreshed from the DescribeDBCustomNodeSecurityGroups API.
    systemDisk Property Map
    System disk configuration. Only cloud-disk node types (e.g. DB.SA5) support setting this; local-disk types (e.g. DB.AT5) do not. Refreshed from the DescribeDBCustomNodes API response.
    tags Map<String>
    Node tags.
    timeouts Property Map
    voucherIds List<String>
    Voucher ID list. Must be undeducted voucher IDs owned by the current account.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the DbdcDbCustomNode resource produces the following output properties:

    ClusterId string
    Cluster ID that the node belongs to.
    Cpu double
    Node CPU size, unit: core.
    CreatedTime string
    Node creation time.
    EniIp string
    Node access IP address when the NetworkModeCrossTenantENI network mode is selected. Refreshed from the DescribeDBCustomNodes API response.
    ExpireTime string
    Node expiration time.
    Id string
    The provider-assigned unique ID for this managed resource.
    IsolatedTime string
    Node isolation time.
    LanIp string
    Intranet communication IP address of the node.
    Memory double
    Node memory, unit: GiB.
    NodeId string
    Node ID.
    OsName string
    Operating system name of the node.
    SshEndpoint string
    SSH endpoint to access this node, in the format IP:Port.
    Status string
    Node status. Valid values: Creating, Running, Isolating, Isolated, Activating, Destroying.
    ClusterId string
    Cluster ID that the node belongs to.
    Cpu float64
    Node CPU size, unit: core.
    CreatedTime string
    Node creation time.
    EniIp string
    Node access IP address when the NetworkModeCrossTenantENI network mode is selected. Refreshed from the DescribeDBCustomNodes API response.
    ExpireTime string
    Node expiration time.
    Id string
    The provider-assigned unique ID for this managed resource.
    IsolatedTime string
    Node isolation time.
    LanIp string
    Intranet communication IP address of the node.
    Memory float64
    Node memory, unit: GiB.
    NodeId string
    Node ID.
    OsName string
    Operating system name of the node.
    SshEndpoint string
    SSH endpoint to access this node, in the format IP:Port.
    Status string
    Node status. Valid values: Creating, Running, Isolating, Isolated, Activating, Destroying.
    cluster_id string
    Cluster ID that the node belongs to.
    cpu number
    Node CPU size, unit: core.
    created_time string
    Node creation time.
    eni_ip string
    Node access IP address when the NetworkModeCrossTenantENI network mode is selected. Refreshed from the DescribeDBCustomNodes API response.
    expire_time string
    Node expiration time.
    id string
    The provider-assigned unique ID for this managed resource.
    isolated_time string
    Node isolation time.
    lan_ip string
    Intranet communication IP address of the node.
    memory number
    Node memory, unit: GiB.
    node_id string
    Node ID.
    os_name string
    Operating system name of the node.
    ssh_endpoint string
    SSH endpoint to access this node, in the format IP:Port.
    status string
    Node status. Valid values: Creating, Running, Isolating, Isolated, Activating, Destroying.
    clusterId String
    Cluster ID that the node belongs to.
    cpu Double
    Node CPU size, unit: core.
    createdTime String
    Node creation time.
    eniIp String
    Node access IP address when the NetworkModeCrossTenantENI network mode is selected. Refreshed from the DescribeDBCustomNodes API response.
    expireTime String
    Node expiration time.
    id String
    The provider-assigned unique ID for this managed resource.
    isolatedTime String
    Node isolation time.
    lanIp String
    Intranet communication IP address of the node.
    memory Double
    Node memory, unit: GiB.
    nodeId String
    Node ID.
    osName String
    Operating system name of the node.
    sshEndpoint String
    SSH endpoint to access this node, in the format IP:Port.
    status String
    Node status. Valid values: Creating, Running, Isolating, Isolated, Activating, Destroying.
    clusterId string
    Cluster ID that the node belongs to.
    cpu number
    Node CPU size, unit: core.
    createdTime string
    Node creation time.
    eniIp string
    Node access IP address when the NetworkModeCrossTenantENI network mode is selected. Refreshed from the DescribeDBCustomNodes API response.
    expireTime string
    Node expiration time.
    id string
    The provider-assigned unique ID for this managed resource.
    isolatedTime string
    Node isolation time.
    lanIp string
    Intranet communication IP address of the node.
    memory number
    Node memory, unit: GiB.
    nodeId string
    Node ID.
    osName string
    Operating system name of the node.
    sshEndpoint string
    SSH endpoint to access this node, in the format IP:Port.
    status string
    Node status. Valid values: Creating, Running, Isolating, Isolated, Activating, Destroying.
    cluster_id str
    Cluster ID that the node belongs to.
    cpu float
    Node CPU size, unit: core.
    created_time str
    Node creation time.
    eni_ip str
    Node access IP address when the NetworkModeCrossTenantENI network mode is selected. Refreshed from the DescribeDBCustomNodes API response.
    expire_time str
    Node expiration time.
    id str
    The provider-assigned unique ID for this managed resource.
    isolated_time str
    Node isolation time.
    lan_ip str
    Intranet communication IP address of the node.
    memory float
    Node memory, unit: GiB.
    node_id str
    Node ID.
    os_name str
    Operating system name of the node.
    ssh_endpoint str
    SSH endpoint to access this node, in the format IP:Port.
    status str
    Node status. Valid values: Creating, Running, Isolating, Isolated, Activating, Destroying.
    clusterId String
    Cluster ID that the node belongs to.
    cpu Number
    Node CPU size, unit: core.
    createdTime String
    Node creation time.
    eniIp String
    Node access IP address when the NetworkModeCrossTenantENI network mode is selected. Refreshed from the DescribeDBCustomNodes API response.
    expireTime String
    Node expiration time.
    id String
    The provider-assigned unique ID for this managed resource.
    isolatedTime String
    Node isolation time.
    lanIp String
    Intranet communication IP address of the node.
    memory Number
    Node memory, unit: GiB.
    nodeId String
    Node ID.
    osName String
    Operating system name of the node.
    sshEndpoint String
    SSH endpoint to access this node, in the format IP:Port.
    status String
    Node status. Valid values: Creating, Running, Isolating, Isolated, Activating, Destroying.

    Look up Existing DbdcDbCustomNode Resource

    Get an existing DbdcDbCustomNode resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: DbdcDbCustomNodeState, opts?: CustomResourceOptions): DbdcDbCustomNode
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            auto_renew: Optional[float] = None,
            auto_voucher: Optional[float] = None,
            charge_type: Optional[str] = None,
            cluster_id: Optional[str] = None,
            cpu: Optional[float] = None,
            created_time: Optional[str] = None,
            data_disks: Optional[Sequence[DbdcDbCustomNodeDataDiskArgs]] = None,
            dbdc_db_custom_node_id: Optional[str] = None,
            eni_ip: Optional[str] = None,
            expire_time: Optional[str] = None,
            host_name: Optional[str] = None,
            image_id: Optional[str] = None,
            isolated_time: Optional[str] = None,
            lan_ip: Optional[str] = None,
            login_settings: Optional[DbdcDbCustomNodeLoginSettingsArgs] = None,
            memory: Optional[float] = None,
            network_mode: Optional[str] = None,
            node_id: Optional[str] = None,
            node_name: Optional[str] = None,
            node_type: Optional[str] = None,
            os_name: Optional[str] = None,
            period: Optional[float] = None,
            security_group_ids: Optional[Sequence[str]] = None,
            ssh_endpoint: Optional[str] = None,
            status: Optional[str] = None,
            subnet_id: Optional[str] = None,
            system_disk: Optional[DbdcDbCustomNodeSystemDiskArgs] = None,
            tags: Optional[Mapping[str, str]] = None,
            timeouts: Optional[DbdcDbCustomNodeTimeoutsArgs] = None,
            voucher_ids: Optional[Sequence[str]] = None,
            vpc_id: Optional[str] = None,
            zone: Optional[str] = None) -> DbdcDbCustomNode
    func GetDbdcDbCustomNode(ctx *Context, name string, id IDInput, state *DbdcDbCustomNodeState, opts ...ResourceOption) (*DbdcDbCustomNode, error)
    public static DbdcDbCustomNode Get(string name, Input<string> id, DbdcDbCustomNodeState? state, CustomResourceOptions? opts = null)
    public static DbdcDbCustomNode get(String name, Output<String> id, DbdcDbCustomNodeState state, CustomResourceOptions options)
    resources:  _:    type: tencentcloud:DbdcDbCustomNode    get:      id: ${id}
    import {
      to = tencentcloud_dbdc_db_custom_node.example
      id = "${id}"
    }
    
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    AutoRenew double
    Auto-renew flag. Valid values: 1 (auto-renew), 2 (not auto-renew). Mutable via the renew API.
    AutoVoucher double
    Whether to use voucher to deduct automatically. Valid values: 1 (use), 0 (not use). Default value is 0.
    ChargeType string
    Charge type. Valid values: PREPAID (subscription, default), POSTPAID (pay-as-you-go).
    ClusterId string
    Cluster ID that the node belongs to.
    Cpu double
    Node CPU size, unit: core.
    CreatedTime string
    Node creation time.
    DataDisks List<DbdcDbCustomNodeDataDisk>
    Data disk configuration. Only cloud-disk node types (e.g. DB.SA5) support setting this; local-disk types (e.g. DB.AT5) do not. Refreshed from the DescribeDBCustomNodes API response. Note: disk_name is read-only and ignored as a create input.
    DbdcDbCustomNodeId string
    ID of the resource.
    EniIp string
    Node access IP address when the NetworkModeCrossTenantENI network mode is selected. Refreshed from the DescribeDBCustomNodes API response.
    ExpireTime string
    Node expiration time.
    HostName string
    Hostname of the node. Dots (.) and hyphens (-) cannot be the first/last character or be used consecutively; underscores (_) are not allowed. Windows: 2-15 chars (letters, digits, -, no .); Linux/others: 2-60 chars (supports multiple dot-separated segments). Write-only: not returned by DescribeDBCustomNodes, so the configured value is preserved in state.
    ImageId string
    Image ID, format img-xxxxxxx. Must be an image owned by the DB Custom product under the current account.
    IsolatedTime string
    Node isolation time.
    LanIp string
    Intranet communication IP address of the node.
    LoginSettings DbdcDbCustomNodeLoginSettings
    Instance login settings. You can set the login method to password, key, or keep the original image login settings. Only one method can be set.
    Memory double
    Node memory, unit: GiB.
    NetworkMode string
    Node network mode. Valid values: privatelink (four-layer SSH connectivity), cross_tenant_eni (three-layer dual-NIC access). Default is privatelink. Refreshed from the DescribeDBCustomNodes API response.
    NodeId string
    Node ID.
    NodeName string
    Node name. Up to 128 characters.
    NodeType string
    Node spec, e.g. DB.AT5.8XLARGE128, DB.AT5.16XLARGE256, DB.AT5.32XLARGE512, DB.AT5.64XLARGE1152, DB.AT5.128XLARGE2304.
    OsName string
    Operating system name of the node.
    Period double
    Purchase duration in months. Valid values: 1/2/3/4/5/6/7/8/9/10/11/12/24/36. Default value is 1.
    SecurityGroupIds List<string>
    Set of security group IDs to bind to the node. Treated as an unordered set; HCL element order has no semantic meaning. Mutable via the ModifyDBCustomNodeSecurityGroups API; refreshed from the DescribeDBCustomNodeSecurityGroups API.
    SshEndpoint string
    SSH endpoint to access this node, in the format IP:Port.
    Status string
    Node status. Valid values: Creating, Running, Isolating, Isolated, Activating, Destroying.
    SubnetId string
    Subnet ID used to establish the SSH connection for the node. Must belong to the VPC and match the availability zone.
    SystemDisk DbdcDbCustomNodeSystemDisk
    System disk configuration. Only cloud-disk node types (e.g. DB.SA5) support setting this; local-disk types (e.g. DB.AT5) do not. Refreshed from the DescribeDBCustomNodes API response.
    Tags Dictionary<string, string>
    Node tags.
    Timeouts DbdcDbCustomNodeTimeouts
    VoucherIds List<string>
    Voucher ID list. Must be undeducted voucher IDs owned by the current account.
    VpcId string
    VPC ID used to establish the SSH connection for the node. Must be owned by the current account and cannot be cross-region.
    Zone string
    Availability zone supported by the product, e.g. ap-shanghai-5, ap-shanghai-8, ap-nanjing-3.
    AutoRenew float64
    Auto-renew flag. Valid values: 1 (auto-renew), 2 (not auto-renew). Mutable via the renew API.
    AutoVoucher float64
    Whether to use voucher to deduct automatically. Valid values: 1 (use), 0 (not use). Default value is 0.
    ChargeType string
    Charge type. Valid values: PREPAID (subscription, default), POSTPAID (pay-as-you-go).
    ClusterId string
    Cluster ID that the node belongs to.
    Cpu float64
    Node CPU size, unit: core.
    CreatedTime string
    Node creation time.
    DataDisks []DbdcDbCustomNodeDataDiskArgs
    Data disk configuration. Only cloud-disk node types (e.g. DB.SA5) support setting this; local-disk types (e.g. DB.AT5) do not. Refreshed from the DescribeDBCustomNodes API response. Note: disk_name is read-only and ignored as a create input.
    DbdcDbCustomNodeId string
    ID of the resource.
    EniIp string
    Node access IP address when the NetworkModeCrossTenantENI network mode is selected. Refreshed from the DescribeDBCustomNodes API response.
    ExpireTime string
    Node expiration time.
    HostName string
    Hostname of the node. Dots (.) and hyphens (-) cannot be the first/last character or be used consecutively; underscores (_) are not allowed. Windows: 2-15 chars (letters, digits, -, no .); Linux/others: 2-60 chars (supports multiple dot-separated segments). Write-only: not returned by DescribeDBCustomNodes, so the configured value is preserved in state.
    ImageId string
    Image ID, format img-xxxxxxx. Must be an image owned by the DB Custom product under the current account.
    IsolatedTime string
    Node isolation time.
    LanIp string
    Intranet communication IP address of the node.
    LoginSettings DbdcDbCustomNodeLoginSettingsArgs
    Instance login settings. You can set the login method to password, key, or keep the original image login settings. Only one method can be set.
    Memory float64
    Node memory, unit: GiB.
    NetworkMode string
    Node network mode. Valid values: privatelink (four-layer SSH connectivity), cross_tenant_eni (three-layer dual-NIC access). Default is privatelink. Refreshed from the DescribeDBCustomNodes API response.
    NodeId string
    Node ID.
    NodeName string
    Node name. Up to 128 characters.
    NodeType string
    Node spec, e.g. DB.AT5.8XLARGE128, DB.AT5.16XLARGE256, DB.AT5.32XLARGE512, DB.AT5.64XLARGE1152, DB.AT5.128XLARGE2304.
    OsName string
    Operating system name of the node.
    Period float64
    Purchase duration in months. Valid values: 1/2/3/4/5/6/7/8/9/10/11/12/24/36. Default value is 1.
    SecurityGroupIds []string
    Set of security group IDs to bind to the node. Treated as an unordered set; HCL element order has no semantic meaning. Mutable via the ModifyDBCustomNodeSecurityGroups API; refreshed from the DescribeDBCustomNodeSecurityGroups API.
    SshEndpoint string
    SSH endpoint to access this node, in the format IP:Port.
    Status string
    Node status. Valid values: Creating, Running, Isolating, Isolated, Activating, Destroying.
    SubnetId string
    Subnet ID used to establish the SSH connection for the node. Must belong to the VPC and match the availability zone.
    SystemDisk DbdcDbCustomNodeSystemDiskArgs
    System disk configuration. Only cloud-disk node types (e.g. DB.SA5) support setting this; local-disk types (e.g. DB.AT5) do not. Refreshed from the DescribeDBCustomNodes API response.
    Tags map[string]string
    Node tags.
    Timeouts DbdcDbCustomNodeTimeoutsArgs
    VoucherIds []string
    Voucher ID list. Must be undeducted voucher IDs owned by the current account.
    VpcId string
    VPC ID used to establish the SSH connection for the node. Must be owned by the current account and cannot be cross-region.
    Zone string
    Availability zone supported by the product, e.g. ap-shanghai-5, ap-shanghai-8, ap-nanjing-3.
    auto_renew number
    Auto-renew flag. Valid values: 1 (auto-renew), 2 (not auto-renew). Mutable via the renew API.
    auto_voucher number
    Whether to use voucher to deduct automatically. Valid values: 1 (use), 0 (not use). Default value is 0.
    charge_type string
    Charge type. Valid values: PREPAID (subscription, default), POSTPAID (pay-as-you-go).
    cluster_id string
    Cluster ID that the node belongs to.
    cpu number
    Node CPU size, unit: core.
    created_time string
    Node creation time.
    data_disks list(object)
    Data disk configuration. Only cloud-disk node types (e.g. DB.SA5) support setting this; local-disk types (e.g. DB.AT5) do not. Refreshed from the DescribeDBCustomNodes API response. Note: disk_name is read-only and ignored as a create input.
    dbdc_db_custom_node_id string
    ID of the resource.
    eni_ip string
    Node access IP address when the NetworkModeCrossTenantENI network mode is selected. Refreshed from the DescribeDBCustomNodes API response.
    expire_time string
    Node expiration time.
    host_name string
    Hostname of the node. Dots (.) and hyphens (-) cannot be the first/last character or be used consecutively; underscores (_) are not allowed. Windows: 2-15 chars (letters, digits, -, no .); Linux/others: 2-60 chars (supports multiple dot-separated segments). Write-only: not returned by DescribeDBCustomNodes, so the configured value is preserved in state.
    image_id string
    Image ID, format img-xxxxxxx. Must be an image owned by the DB Custom product under the current account.
    isolated_time string
    Node isolation time.
    lan_ip string
    Intranet communication IP address of the node.
    login_settings object
    Instance login settings. You can set the login method to password, key, or keep the original image login settings. Only one method can be set.
    memory number
    Node memory, unit: GiB.
    network_mode string
    Node network mode. Valid values: privatelink (four-layer SSH connectivity), cross_tenant_eni (three-layer dual-NIC access). Default is privatelink. Refreshed from the DescribeDBCustomNodes API response.
    node_id string
    Node ID.
    node_name string
    Node name. Up to 128 characters.
    node_type string
    Node spec, e.g. DB.AT5.8XLARGE128, DB.AT5.16XLARGE256, DB.AT5.32XLARGE512, DB.AT5.64XLARGE1152, DB.AT5.128XLARGE2304.
    os_name string
    Operating system name of the node.
    period number
    Purchase duration in months. Valid values: 1/2/3/4/5/6/7/8/9/10/11/12/24/36. Default value is 1.
    security_group_ids list(string)
    Set of security group IDs to bind to the node. Treated as an unordered set; HCL element order has no semantic meaning. Mutable via the ModifyDBCustomNodeSecurityGroups API; refreshed from the DescribeDBCustomNodeSecurityGroups API.
    ssh_endpoint string
    SSH endpoint to access this node, in the format IP:Port.
    status string
    Node status. Valid values: Creating, Running, Isolating, Isolated, Activating, Destroying.
    subnet_id string
    Subnet ID used to establish the SSH connection for the node. Must belong to the VPC and match the availability zone.
    system_disk object
    System disk configuration. Only cloud-disk node types (e.g. DB.SA5) support setting this; local-disk types (e.g. DB.AT5) do not. Refreshed from the DescribeDBCustomNodes API response.
    tags map(string)
    Node tags.
    timeouts object
    voucher_ids list(string)
    Voucher ID list. Must be undeducted voucher IDs owned by the current account.
    vpc_id string
    VPC ID used to establish the SSH connection for the node. Must be owned by the current account and cannot be cross-region.
    zone string
    Availability zone supported by the product, e.g. ap-shanghai-5, ap-shanghai-8, ap-nanjing-3.
    autoRenew Double
    Auto-renew flag. Valid values: 1 (auto-renew), 2 (not auto-renew). Mutable via the renew API.
    autoVoucher Double
    Whether to use voucher to deduct automatically. Valid values: 1 (use), 0 (not use). Default value is 0.
    chargeType String
    Charge type. Valid values: PREPAID (subscription, default), POSTPAID (pay-as-you-go).
    clusterId String
    Cluster ID that the node belongs to.
    cpu Double
    Node CPU size, unit: core.
    createdTime String
    Node creation time.
    dataDisks List<DbdcDbCustomNodeDataDisk>
    Data disk configuration. Only cloud-disk node types (e.g. DB.SA5) support setting this; local-disk types (e.g. DB.AT5) do not. Refreshed from the DescribeDBCustomNodes API response. Note: disk_name is read-only and ignored as a create input.
    dbdcDbCustomNodeId String
    ID of the resource.
    eniIp String
    Node access IP address when the NetworkModeCrossTenantENI network mode is selected. Refreshed from the DescribeDBCustomNodes API response.
    expireTime String
    Node expiration time.
    hostName String
    Hostname of the node. Dots (.) and hyphens (-) cannot be the first/last character or be used consecutively; underscores (_) are not allowed. Windows: 2-15 chars (letters, digits, -, no .); Linux/others: 2-60 chars (supports multiple dot-separated segments). Write-only: not returned by DescribeDBCustomNodes, so the configured value is preserved in state.
    imageId String
    Image ID, format img-xxxxxxx. Must be an image owned by the DB Custom product under the current account.
    isolatedTime String
    Node isolation time.
    lanIp String
    Intranet communication IP address of the node.
    loginSettings DbdcDbCustomNodeLoginSettings
    Instance login settings. You can set the login method to password, key, or keep the original image login settings. Only one method can be set.
    memory Double
    Node memory, unit: GiB.
    networkMode String
    Node network mode. Valid values: privatelink (four-layer SSH connectivity), cross_tenant_eni (three-layer dual-NIC access). Default is privatelink. Refreshed from the DescribeDBCustomNodes API response.
    nodeId String
    Node ID.
    nodeName String
    Node name. Up to 128 characters.
    nodeType String
    Node spec, e.g. DB.AT5.8XLARGE128, DB.AT5.16XLARGE256, DB.AT5.32XLARGE512, DB.AT5.64XLARGE1152, DB.AT5.128XLARGE2304.
    osName String
    Operating system name of the node.
    period Double
    Purchase duration in months. Valid values: 1/2/3/4/5/6/7/8/9/10/11/12/24/36. Default value is 1.
    securityGroupIds List<String>
    Set of security group IDs to bind to the node. Treated as an unordered set; HCL element order has no semantic meaning. Mutable via the ModifyDBCustomNodeSecurityGroups API; refreshed from the DescribeDBCustomNodeSecurityGroups API.
    sshEndpoint String
    SSH endpoint to access this node, in the format IP:Port.
    status String
    Node status. Valid values: Creating, Running, Isolating, Isolated, Activating, Destroying.
    subnetId String
    Subnet ID used to establish the SSH connection for the node. Must belong to the VPC and match the availability zone.
    systemDisk DbdcDbCustomNodeSystemDisk
    System disk configuration. Only cloud-disk node types (e.g. DB.SA5) support setting this; local-disk types (e.g. DB.AT5) do not. Refreshed from the DescribeDBCustomNodes API response.
    tags Map<String,String>
    Node tags.
    timeouts DbdcDbCustomNodeTimeouts
    voucherIds List<String>
    Voucher ID list. Must be undeducted voucher IDs owned by the current account.
    vpcId String
    VPC ID used to establish the SSH connection for the node. Must be owned by the current account and cannot be cross-region.
    zone String
    Availability zone supported by the product, e.g. ap-shanghai-5, ap-shanghai-8, ap-nanjing-3.
    autoRenew number
    Auto-renew flag. Valid values: 1 (auto-renew), 2 (not auto-renew). Mutable via the renew API.
    autoVoucher number
    Whether to use voucher to deduct automatically. Valid values: 1 (use), 0 (not use). Default value is 0.
    chargeType string
    Charge type. Valid values: PREPAID (subscription, default), POSTPAID (pay-as-you-go).
    clusterId string
    Cluster ID that the node belongs to.
    cpu number
    Node CPU size, unit: core.
    createdTime string
    Node creation time.
    dataDisks DbdcDbCustomNodeDataDisk[]
    Data disk configuration. Only cloud-disk node types (e.g. DB.SA5) support setting this; local-disk types (e.g. DB.AT5) do not. Refreshed from the DescribeDBCustomNodes API response. Note: disk_name is read-only and ignored as a create input.
    dbdcDbCustomNodeId string
    ID of the resource.
    eniIp string
    Node access IP address when the NetworkModeCrossTenantENI network mode is selected. Refreshed from the DescribeDBCustomNodes API response.
    expireTime string
    Node expiration time.
    hostName string
    Hostname of the node. Dots (.) and hyphens (-) cannot be the first/last character or be used consecutively; underscores (_) are not allowed. Windows: 2-15 chars (letters, digits, -, no .); Linux/others: 2-60 chars (supports multiple dot-separated segments). Write-only: not returned by DescribeDBCustomNodes, so the configured value is preserved in state.
    imageId string
    Image ID, format img-xxxxxxx. Must be an image owned by the DB Custom product under the current account.
    isolatedTime string
    Node isolation time.
    lanIp string
    Intranet communication IP address of the node.
    loginSettings DbdcDbCustomNodeLoginSettings
    Instance login settings. You can set the login method to password, key, or keep the original image login settings. Only one method can be set.
    memory number
    Node memory, unit: GiB.
    networkMode string
    Node network mode. Valid values: privatelink (four-layer SSH connectivity), cross_tenant_eni (three-layer dual-NIC access). Default is privatelink. Refreshed from the DescribeDBCustomNodes API response.
    nodeId string
    Node ID.
    nodeName string
    Node name. Up to 128 characters.
    nodeType string
    Node spec, e.g. DB.AT5.8XLARGE128, DB.AT5.16XLARGE256, DB.AT5.32XLARGE512, DB.AT5.64XLARGE1152, DB.AT5.128XLARGE2304.
    osName string
    Operating system name of the node.
    period number
    Purchase duration in months. Valid values: 1/2/3/4/5/6/7/8/9/10/11/12/24/36. Default value is 1.
    securityGroupIds string[]
    Set of security group IDs to bind to the node. Treated as an unordered set; HCL element order has no semantic meaning. Mutable via the ModifyDBCustomNodeSecurityGroups API; refreshed from the DescribeDBCustomNodeSecurityGroups API.
    sshEndpoint string
    SSH endpoint to access this node, in the format IP:Port.
    status string
    Node status. Valid values: Creating, Running, Isolating, Isolated, Activating, Destroying.
    subnetId string
    Subnet ID used to establish the SSH connection for the node. Must belong to the VPC and match the availability zone.
    systemDisk DbdcDbCustomNodeSystemDisk
    System disk configuration. Only cloud-disk node types (e.g. DB.SA5) support setting this; local-disk types (e.g. DB.AT5) do not. Refreshed from the DescribeDBCustomNodes API response.
    tags {[key: string]: string}
    Node tags.
    timeouts DbdcDbCustomNodeTimeouts
    voucherIds string[]
    Voucher ID list. Must be undeducted voucher IDs owned by the current account.
    vpcId string
    VPC ID used to establish the SSH connection for the node. Must be owned by the current account and cannot be cross-region.
    zone string
    Availability zone supported by the product, e.g. ap-shanghai-5, ap-shanghai-8, ap-nanjing-3.
    auto_renew float
    Auto-renew flag. Valid values: 1 (auto-renew), 2 (not auto-renew). Mutable via the renew API.
    auto_voucher float
    Whether to use voucher to deduct automatically. Valid values: 1 (use), 0 (not use). Default value is 0.
    charge_type str
    Charge type. Valid values: PREPAID (subscription, default), POSTPAID (pay-as-you-go).
    cluster_id str
    Cluster ID that the node belongs to.
    cpu float
    Node CPU size, unit: core.
    created_time str
    Node creation time.
    data_disks Sequence[DbdcDbCustomNodeDataDiskArgs]
    Data disk configuration. Only cloud-disk node types (e.g. DB.SA5) support setting this; local-disk types (e.g. DB.AT5) do not. Refreshed from the DescribeDBCustomNodes API response. Note: disk_name is read-only and ignored as a create input.
    dbdc_db_custom_node_id str
    ID of the resource.
    eni_ip str
    Node access IP address when the NetworkModeCrossTenantENI network mode is selected. Refreshed from the DescribeDBCustomNodes API response.
    expire_time str
    Node expiration time.
    host_name str
    Hostname of the node. Dots (.) and hyphens (-) cannot be the first/last character or be used consecutively; underscores (_) are not allowed. Windows: 2-15 chars (letters, digits, -, no .); Linux/others: 2-60 chars (supports multiple dot-separated segments). Write-only: not returned by DescribeDBCustomNodes, so the configured value is preserved in state.
    image_id str
    Image ID, format img-xxxxxxx. Must be an image owned by the DB Custom product under the current account.
    isolated_time str
    Node isolation time.
    lan_ip str
    Intranet communication IP address of the node.
    login_settings DbdcDbCustomNodeLoginSettingsArgs
    Instance login settings. You can set the login method to password, key, or keep the original image login settings. Only one method can be set.
    memory float
    Node memory, unit: GiB.
    network_mode str
    Node network mode. Valid values: privatelink (four-layer SSH connectivity), cross_tenant_eni (three-layer dual-NIC access). Default is privatelink. Refreshed from the DescribeDBCustomNodes API response.
    node_id str
    Node ID.
    node_name str
    Node name. Up to 128 characters.
    node_type str
    Node spec, e.g. DB.AT5.8XLARGE128, DB.AT5.16XLARGE256, DB.AT5.32XLARGE512, DB.AT5.64XLARGE1152, DB.AT5.128XLARGE2304.
    os_name str
    Operating system name of the node.
    period float
    Purchase duration in months. Valid values: 1/2/3/4/5/6/7/8/9/10/11/12/24/36. Default value is 1.
    security_group_ids Sequence[str]
    Set of security group IDs to bind to the node. Treated as an unordered set; HCL element order has no semantic meaning. Mutable via the ModifyDBCustomNodeSecurityGroups API; refreshed from the DescribeDBCustomNodeSecurityGroups API.
    ssh_endpoint str
    SSH endpoint to access this node, in the format IP:Port.
    status str
    Node status. Valid values: Creating, Running, Isolating, Isolated, Activating, Destroying.
    subnet_id str
    Subnet ID used to establish the SSH connection for the node. Must belong to the VPC and match the availability zone.
    system_disk DbdcDbCustomNodeSystemDiskArgs
    System disk configuration. Only cloud-disk node types (e.g. DB.SA5) support setting this; local-disk types (e.g. DB.AT5) do not. Refreshed from the DescribeDBCustomNodes API response.
    tags Mapping[str, str]
    Node tags.
    timeouts DbdcDbCustomNodeTimeoutsArgs
    voucher_ids Sequence[str]
    Voucher ID list. Must be undeducted voucher IDs owned by the current account.
    vpc_id str
    VPC ID used to establish the SSH connection for the node. Must be owned by the current account and cannot be cross-region.
    zone str
    Availability zone supported by the product, e.g. ap-shanghai-5, ap-shanghai-8, ap-nanjing-3.
    autoRenew Number
    Auto-renew flag. Valid values: 1 (auto-renew), 2 (not auto-renew). Mutable via the renew API.
    autoVoucher Number
    Whether to use voucher to deduct automatically. Valid values: 1 (use), 0 (not use). Default value is 0.
    chargeType String
    Charge type. Valid values: PREPAID (subscription, default), POSTPAID (pay-as-you-go).
    clusterId String
    Cluster ID that the node belongs to.
    cpu Number
    Node CPU size, unit: core.
    createdTime String
    Node creation time.
    dataDisks List<Property Map>
    Data disk configuration. Only cloud-disk node types (e.g. DB.SA5) support setting this; local-disk types (e.g. DB.AT5) do not. Refreshed from the DescribeDBCustomNodes API response. Note: disk_name is read-only and ignored as a create input.
    dbdcDbCustomNodeId String
    ID of the resource.
    eniIp String
    Node access IP address when the NetworkModeCrossTenantENI network mode is selected. Refreshed from the DescribeDBCustomNodes API response.
    expireTime String
    Node expiration time.
    hostName String
    Hostname of the node. Dots (.) and hyphens (-) cannot be the first/last character or be used consecutively; underscores (_) are not allowed. Windows: 2-15 chars (letters, digits, -, no .); Linux/others: 2-60 chars (supports multiple dot-separated segments). Write-only: not returned by DescribeDBCustomNodes, so the configured value is preserved in state.
    imageId String
    Image ID, format img-xxxxxxx. Must be an image owned by the DB Custom product under the current account.
    isolatedTime String
    Node isolation time.
    lanIp String
    Intranet communication IP address of the node.
    loginSettings Property Map
    Instance login settings. You can set the login method to password, key, or keep the original image login settings. Only one method can be set.
    memory Number
    Node memory, unit: GiB.
    networkMode String
    Node network mode. Valid values: privatelink (four-layer SSH connectivity), cross_tenant_eni (three-layer dual-NIC access). Default is privatelink. Refreshed from the DescribeDBCustomNodes API response.
    nodeId String
    Node ID.
    nodeName String
    Node name. Up to 128 characters.
    nodeType String
    Node spec, e.g. DB.AT5.8XLARGE128, DB.AT5.16XLARGE256, DB.AT5.32XLARGE512, DB.AT5.64XLARGE1152, DB.AT5.128XLARGE2304.
    osName String
    Operating system name of the node.
    period Number
    Purchase duration in months. Valid values: 1/2/3/4/5/6/7/8/9/10/11/12/24/36. Default value is 1.
    securityGroupIds List<String>
    Set of security group IDs to bind to the node. Treated as an unordered set; HCL element order has no semantic meaning. Mutable via the ModifyDBCustomNodeSecurityGroups API; refreshed from the DescribeDBCustomNodeSecurityGroups API.
    sshEndpoint String
    SSH endpoint to access this node, in the format IP:Port.
    status String
    Node status. Valid values: Creating, Running, Isolating, Isolated, Activating, Destroying.
    subnetId String
    Subnet ID used to establish the SSH connection for the node. Must belong to the VPC and match the availability zone.
    systemDisk Property Map
    System disk configuration. Only cloud-disk node types (e.g. DB.SA5) support setting this; local-disk types (e.g. DB.AT5) do not. Refreshed from the DescribeDBCustomNodes API response.
    tags Map<String>
    Node tags.
    timeouts Property Map
    voucherIds List<String>
    Voucher ID list. Must be undeducted voucher IDs owned by the current account.
    vpcId String
    VPC ID used to establish the SSH connection for the node. Must be owned by the current account and cannot be cross-region.
    zone String
    Availability zone supported by the product, e.g. ap-shanghai-5, ap-shanghai-8, ap-nanjing-3.

    Supporting Types

    DbdcDbCustomNodeDataDisk, DbdcDbCustomNodeDataDiskArgs

    DiskName string
    Disk name. Read-only; ignored as a create input (per API).
    DiskSize double
    Disk size, unit: GiB.
    DiskType string
    Disk type. Valid values: CLOUD_HSSD (enhanced cloud disk), LOCAL_NVME (local disk).
    DiskName string
    Disk name. Read-only; ignored as a create input (per API).
    DiskSize float64
    Disk size, unit: GiB.
    DiskType string
    Disk type. Valid values: CLOUD_HSSD (enhanced cloud disk), LOCAL_NVME (local disk).
    disk_name string
    Disk name. Read-only; ignored as a create input (per API).
    disk_size number
    Disk size, unit: GiB.
    disk_type string
    Disk type. Valid values: CLOUD_HSSD (enhanced cloud disk), LOCAL_NVME (local disk).
    diskName String
    Disk name. Read-only; ignored as a create input (per API).
    diskSize Double
    Disk size, unit: GiB.
    diskType String
    Disk type. Valid values: CLOUD_HSSD (enhanced cloud disk), LOCAL_NVME (local disk).
    diskName string
    Disk name. Read-only; ignored as a create input (per API).
    diskSize number
    Disk size, unit: GiB.
    diskType string
    Disk type. Valid values: CLOUD_HSSD (enhanced cloud disk), LOCAL_NVME (local disk).
    disk_name str
    Disk name. Read-only; ignored as a create input (per API).
    disk_size float
    Disk size, unit: GiB.
    disk_type str
    Disk type. Valid values: CLOUD_HSSD (enhanced cloud disk), LOCAL_NVME (local disk).
    diskName String
    Disk name. Read-only; ignored as a create input (per API).
    diskSize Number
    Disk size, unit: GiB.
    diskType String
    Disk type. Valid values: CLOUD_HSSD (enhanced cloud disk), LOCAL_NVME (local disk).

    DbdcDbCustomNodeLoginSettings, DbdcDbCustomNodeLoginSettingsArgs

    KeepImageLogin string
    Whether to keep the original login settings of the image. Valid values: true, false. Cannot be specified together with Password or KeyIds.
    KeyIds List<string>
    Key pair ID list. Only a single ID is supported currently. Password and key cannot be specified at the same time.
    Password string
    Instance login password. Password complexity limits vary by operating system type.
    KeepImageLogin string
    Whether to keep the original login settings of the image. Valid values: true, false. Cannot be specified together with Password or KeyIds.
    KeyIds []string
    Key pair ID list. Only a single ID is supported currently. Password and key cannot be specified at the same time.
    Password string
    Instance login password. Password complexity limits vary by operating system type.
    keep_image_login string
    Whether to keep the original login settings of the image. Valid values: true, false. Cannot be specified together with Password or KeyIds.
    key_ids list(string)
    Key pair ID list. Only a single ID is supported currently. Password and key cannot be specified at the same time.
    password string
    Instance login password. Password complexity limits vary by operating system type.
    keepImageLogin String
    Whether to keep the original login settings of the image. Valid values: true, false. Cannot be specified together with Password or KeyIds.
    keyIds List<String>
    Key pair ID list. Only a single ID is supported currently. Password and key cannot be specified at the same time.
    password String
    Instance login password. Password complexity limits vary by operating system type.
    keepImageLogin string
    Whether to keep the original login settings of the image. Valid values: true, false. Cannot be specified together with Password or KeyIds.
    keyIds string[]
    Key pair ID list. Only a single ID is supported currently. Password and key cannot be specified at the same time.
    password string
    Instance login password. Password complexity limits vary by operating system type.
    keep_image_login str
    Whether to keep the original login settings of the image. Valid values: true, false. Cannot be specified together with Password or KeyIds.
    key_ids Sequence[str]
    Key pair ID list. Only a single ID is supported currently. Password and key cannot be specified at the same time.
    password str
    Instance login password. Password complexity limits vary by operating system type.
    keepImageLogin String
    Whether to keep the original login settings of the image. Valid values: true, false. Cannot be specified together with Password or KeyIds.
    keyIds List<String>
    Key pair ID list. Only a single ID is supported currently. Password and key cannot be specified at the same time.
    password String
    Instance login password. Password complexity limits vary by operating system type.

    DbdcDbCustomNodeSystemDisk, DbdcDbCustomNodeSystemDiskArgs

    DiskSize double
    Disk size, unit: GiB.
    DiskType string
    Disk type. Valid values: CLOUD_HSSD (enhanced cloud disk).
    DiskSize float64
    Disk size, unit: GiB.
    DiskType string
    Disk type. Valid values: CLOUD_HSSD (enhanced cloud disk).
    disk_size number
    Disk size, unit: GiB.
    disk_type string
    Disk type. Valid values: CLOUD_HSSD (enhanced cloud disk).
    diskSize Double
    Disk size, unit: GiB.
    diskType String
    Disk type. Valid values: CLOUD_HSSD (enhanced cloud disk).
    diskSize number
    Disk size, unit: GiB.
    diskType string
    Disk type. Valid values: CLOUD_HSSD (enhanced cloud disk).
    disk_size float
    Disk size, unit: GiB.
    disk_type str
    Disk type. Valid values: CLOUD_HSSD (enhanced cloud disk).
    diskSize Number
    Disk size, unit: GiB.
    diskType String
    Disk type. Valid values: CLOUD_HSSD (enhanced cloud disk).

    DbdcDbCustomNodeTimeouts, DbdcDbCustomNodeTimeoutsArgs

    Create string
    Delete string
    Update string
    Create string
    Delete string
    Update string
    create string
    delete string
    update string
    create String
    delete String
    update String
    create string
    delete string
    update string
    create str
    delete str
    update str
    create String
    delete String
    update String

    Import

    DBDC db custom node can be imported using the id, e.g.

    $ pulumi import tencentcloud:index/dbdcDbCustomNode:DbdcDbCustomNode example dbcn-ttiyh58n
    

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

    Repository
    tencentcloud tencentcloudstack/terraform-provider-tencentcloud
    License
    Notes
    This Pulumi package is based on the tencentcloud Terraform Provider.
    Viewing docs for tencentcloud 1.83.23
    published on Friday, Aug 14, 2026 by tencentcloudstack

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial