1. Packages
  2. Packages
  3. Tencentcloud Provider
  4. API Docs
  5. DbdcDbCustomNode
Viewing docs for tencentcloud 1.83.7
published on Tuesday, Jun 30, 2026 by tencentcloudstack
Viewing docs for tencentcloud 1.83.7
published on Tuesday, Jun 30, 2026 by tencentcloudstack

    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,
                         node_type: Optional[str] = None,
                         subnet_id: Optional[str] = None,
                         zone: Optional[str] = None,
                         image_id: Optional[str] = None,
                         vpc_id: Optional[str] = None,
                         login_settings: Optional[DbdcDbCustomNodeLoginSettingsArgs] = None,
                         node_name: Optional[str] = None,
                         auto_renew: Optional[float] = None,
                         auto_voucher: Optional[float] = None,
                         tags: Optional[Mapping[str, str]] = None,
                         timeouts: Optional[DbdcDbCustomNodeTimeoutsArgs] = None,
                         voucher_ids: Optional[Sequence[str]] = None,
                         period: Optional[float] = None,
                         dbdc_db_custom_node_id: Optional[str] = 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_dbdcdbcustomnode" "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), 0 (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.
    DbdcDbCustomNodeId string
    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.
    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.
    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), 0 (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.
    DbdcDbCustomNodeId string
    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.
    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.
    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), 0 (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.
    dbdc_db_custom_node_id string
    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.
    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.
    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), 0 (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.
    dbdcDbCustomNodeId String
    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.
    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.
    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), 0 (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.
    dbdcDbCustomNodeId string
    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.
    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.
    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), 0 (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.
    dbdc_db_custom_node_id str
    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.
    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.
    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), 0 (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.
    dbdcDbCustomNodeId String
    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.
    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.
    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:

    ChargeType string
    Charge type. Valid values: PREPAID.
    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 information.
    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.
    SystemDisks List<DbdcDbCustomNodeSystemDisk>
    System disk information.
    ChargeType string
    Charge type. Valid values: PREPAID.
    ClusterId string
    Cluster ID that the node belongs to.
    Cpu float64
    Node CPU size, unit: core.
    CreatedTime string
    Node creation time.
    DataDisks []DbdcDbCustomNodeDataDisk
    Data disk information.
    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.
    SystemDisks []DbdcDbCustomNodeSystemDisk
    System disk information.
    charge_type string
    Charge type. Valid values: PREPAID.
    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 information.
    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.
    system_disks list(object)
    System disk information.
    chargeType String
    Charge type. Valid values: PREPAID.
    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 information.
    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.
    systemDisks List<DbdcDbCustomNodeSystemDisk>
    System disk information.
    chargeType string
    Charge type. Valid values: PREPAID.
    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 information.
    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.
    systemDisks DbdcDbCustomNodeSystemDisk[]
    System disk information.
    charge_type str
    Charge type. Valid values: PREPAID.
    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[DbdcDbCustomNodeDataDisk]
    Data disk information.
    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.
    system_disks Sequence[DbdcDbCustomNodeSystemDisk]
    System disk information.
    chargeType String
    Charge type. Valid values: PREPAID.
    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 information.
    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.
    systemDisks List<Property Map>
    System disk information.

    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,
            expire_time: 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,
            node_id: Optional[str] = None,
            node_name: Optional[str] = None,
            node_type: Optional[str] = None,
            os_name: Optional[str] = None,
            period: Optional[float] = None,
            ssh_endpoint: Optional[str] = None,
            status: Optional[str] = None,
            subnet_id: Optional[str] = None,
            system_disks: Optional[Sequence[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_dbdcdbcustomnode.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), 0 (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.
    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 information.
    DbdcDbCustomNodeId string
    ExpireTime string
    Node expiration time.
    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.
    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.
    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.
    SystemDisks List<DbdcDbCustomNodeSystemDisk>
    System disk information.
    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), 0 (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.
    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 information.
    DbdcDbCustomNodeId string
    ExpireTime string
    Node expiration time.
    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.
    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.
    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.
    SystemDisks []DbdcDbCustomNodeSystemDiskArgs
    System disk information.
    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), 0 (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.
    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 information.
    dbdc_db_custom_node_id string
    expire_time string
    Node expiration time.
    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.
    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.
    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_disks list(object)
    System disk information.
    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), 0 (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.
    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 information.
    dbdcDbCustomNodeId String
    expireTime String
    Node expiration time.
    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.
    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.
    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.
    systemDisks List<DbdcDbCustomNodeSystemDisk>
    System disk information.
    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), 0 (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.
    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 information.
    dbdcDbCustomNodeId string
    expireTime string
    Node expiration time.
    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.
    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.
    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.
    systemDisks DbdcDbCustomNodeSystemDisk[]
    System disk information.
    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), 0 (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.
    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 information.
    dbdc_db_custom_node_id str
    expire_time str
    Node expiration time.
    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.
    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.
    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_disks Sequence[DbdcDbCustomNodeSystemDiskArgs]
    System disk information.
    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), 0 (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.
    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 information.
    dbdcDbCustomNodeId String
    expireTime String
    Node expiration time.
    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.
    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.
    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.
    systemDisks List<Property Map>
    System disk information.
    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
    DiskSize double
    DiskType string
    DiskName string
    DiskSize float64
    DiskType string
    disk_name string
    disk_size number
    disk_type string
    diskName String
    diskSize Double
    diskType String
    diskName string
    diskSize number
    diskType string
    diskName String
    diskSize Number
    diskType String

    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
    DiskType string
    DiskSize float64
    DiskType string
    disk_size number
    disk_type string
    diskSize Double
    diskType String
    diskSize number
    diskType string
    diskSize Number
    diskType String

    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

    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.7
    published on Tuesday, Jun 30, 2026 by tencentcloudstack

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial