1. Packages
  2. Packages
  3. Tencentcloud Provider
  4. API Docs
  5. DbdcNodeToDbCustomClusterAttachment
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 DbdcNodeToDbCustomClusterAttachment Resource

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

    Constructor syntax

    new DbdcNodeToDbCustomClusterAttachment(name: string, args: DbdcNodeToDbCustomClusterAttachmentArgs, opts?: CustomResourceOptions);
    @overload
    def DbdcNodeToDbCustomClusterAttachment(resource_name: str,
                                            args: DbdcNodeToDbCustomClusterAttachmentArgs,
                                            opts: Optional[ResourceOptions] = None)
    
    @overload
    def DbdcNodeToDbCustomClusterAttachment(resource_name: str,
                                            opts: Optional[ResourceOptions] = None,
                                            cluster_id: Optional[str] = None,
                                            node_id: Optional[str] = None,
                                            dbdc_node_to_db_custom_cluster_attachment_id: Optional[str] = None,
                                            image_id: Optional[str] = None,
                                            login_settings: Optional[DbdcNodeToDbCustomClusterAttachmentLoginSettingsArgs] = None,
                                            timeouts: Optional[DbdcNodeToDbCustomClusterAttachmentTimeoutsArgs] = None)
    func NewDbdcNodeToDbCustomClusterAttachment(ctx *Context, name string, args DbdcNodeToDbCustomClusterAttachmentArgs, opts ...ResourceOption) (*DbdcNodeToDbCustomClusterAttachment, error)
    public DbdcNodeToDbCustomClusterAttachment(string name, DbdcNodeToDbCustomClusterAttachmentArgs args, CustomResourceOptions? opts = null)
    public DbdcNodeToDbCustomClusterAttachment(String name, DbdcNodeToDbCustomClusterAttachmentArgs args)
    public DbdcNodeToDbCustomClusterAttachment(String name, DbdcNodeToDbCustomClusterAttachmentArgs args, CustomResourceOptions options)
    
    type: tencentcloud:DbdcNodeToDbCustomClusterAttachment
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "tencentcloud_dbdcnodetodbcustomclusterattachment" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args DbdcNodeToDbCustomClusterAttachmentArgs
    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 DbdcNodeToDbCustomClusterAttachmentArgs
    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 DbdcNodeToDbCustomClusterAttachmentArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args DbdcNodeToDbCustomClusterAttachmentArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args DbdcNodeToDbCustomClusterAttachmentArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    DbdcNodeToDbCustomClusterAttachment 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 DbdcNodeToDbCustomClusterAttachment resource accepts the following input properties:

    ClusterId string
    DB Custom cluster ID.
    NodeId string
    DB Custom node ID to add to the cluster.
    DbdcNodeToDbCustomClusterAttachmentId string
    ImageId string
    OS image ID to reset the node to after it is added to the cluster.
    LoginSettings DbdcNodeToDbCustomClusterAttachmentLoginSettings
    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.
    Timeouts DbdcNodeToDbCustomClusterAttachmentTimeouts
    ClusterId string
    DB Custom cluster ID.
    NodeId string
    DB Custom node ID to add to the cluster.
    DbdcNodeToDbCustomClusterAttachmentId string
    ImageId string
    OS image ID to reset the node to after it is added to the cluster.
    LoginSettings DbdcNodeToDbCustomClusterAttachmentLoginSettingsArgs
    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.
    Timeouts DbdcNodeToDbCustomClusterAttachmentTimeoutsArgs
    cluster_id string
    DB Custom cluster ID.
    node_id string
    DB Custom node ID to add to the cluster.
    dbdc_node_to_db_custom_cluster_attachment_id string
    image_id string
    OS image ID to reset the node to after it is added to the cluster.
    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.
    timeouts object
    clusterId String
    DB Custom cluster ID.
    nodeId String
    DB Custom node ID to add to the cluster.
    dbdcNodeToDbCustomClusterAttachmentId String
    imageId String
    OS image ID to reset the node to after it is added to the cluster.
    loginSettings DbdcNodeToDbCustomClusterAttachmentLoginSettings
    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.
    timeouts DbdcNodeToDbCustomClusterAttachmentTimeouts
    clusterId string
    DB Custom cluster ID.
    nodeId string
    DB Custom node ID to add to the cluster.
    dbdcNodeToDbCustomClusterAttachmentId string
    imageId string
    OS image ID to reset the node to after it is added to the cluster.
    loginSettings DbdcNodeToDbCustomClusterAttachmentLoginSettings
    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.
    timeouts DbdcNodeToDbCustomClusterAttachmentTimeouts
    cluster_id str
    DB Custom cluster ID.
    node_id str
    DB Custom node ID to add to the cluster.
    dbdc_node_to_db_custom_cluster_attachment_id str
    image_id str
    OS image ID to reset the node to after it is added to the cluster.
    login_settings DbdcNodeToDbCustomClusterAttachmentLoginSettingsArgs
    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.
    timeouts DbdcNodeToDbCustomClusterAttachmentTimeoutsArgs
    clusterId String
    DB Custom cluster ID.
    nodeId String
    DB Custom node ID to add to the cluster.
    dbdcNodeToDbCustomClusterAttachmentId String
    imageId String
    OS image ID to reset the node to after it is added to the cluster.
    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.
    timeouts Property Map

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    LanIp string
    Intranet IP address of the node.
    NodeName string
    Node name.
    NodeType string
    Node spec.
    SshEndpoint string
    SSH endpoint to access the node, in the format IP:Port.
    Status string
    Instance status of the node in the cluster.
    Zone string
    Availability zone that the node belongs to.
    Id string
    The provider-assigned unique ID for this managed resource.
    LanIp string
    Intranet IP address of the node.
    NodeName string
    Node name.
    NodeType string
    Node spec.
    SshEndpoint string
    SSH endpoint to access the node, in the format IP:Port.
    Status string
    Instance status of the node in the cluster.
    Zone string
    Availability zone that the node belongs to.
    id string
    The provider-assigned unique ID for this managed resource.
    lan_ip string
    Intranet IP address of the node.
    node_name string
    Node name.
    node_type string
    Node spec.
    ssh_endpoint string
    SSH endpoint to access the node, in the format IP:Port.
    status string
    Instance status of the node in the cluster.
    zone string
    Availability zone that the node belongs to.
    id String
    The provider-assigned unique ID for this managed resource.
    lanIp String
    Intranet IP address of the node.
    nodeName String
    Node name.
    nodeType String
    Node spec.
    sshEndpoint String
    SSH endpoint to access the node, in the format IP:Port.
    status String
    Instance status of the node in the cluster.
    zone String
    Availability zone that the node belongs to.
    id string
    The provider-assigned unique ID for this managed resource.
    lanIp string
    Intranet IP address of the node.
    nodeName string
    Node name.
    nodeType string
    Node spec.
    sshEndpoint string
    SSH endpoint to access the node, in the format IP:Port.
    status string
    Instance status of the node in the cluster.
    zone string
    Availability zone that the node belongs to.
    id str
    The provider-assigned unique ID for this managed resource.
    lan_ip str
    Intranet IP address of the node.
    node_name str
    Node name.
    node_type str
    Node spec.
    ssh_endpoint str
    SSH endpoint to access the node, in the format IP:Port.
    status str
    Instance status of the node in the cluster.
    zone str
    Availability zone that the node belongs to.
    id String
    The provider-assigned unique ID for this managed resource.
    lanIp String
    Intranet IP address of the node.
    nodeName String
    Node name.
    nodeType String
    Node spec.
    sshEndpoint String
    SSH endpoint to access the node, in the format IP:Port.
    status String
    Instance status of the node in the cluster.
    zone String
    Availability zone that the node belongs to.

    Look up Existing DbdcNodeToDbCustomClusterAttachment Resource

    Get an existing DbdcNodeToDbCustomClusterAttachment 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?: DbdcNodeToDbCustomClusterAttachmentState, opts?: CustomResourceOptions): DbdcNodeToDbCustomClusterAttachment
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            cluster_id: Optional[str] = None,
            dbdc_node_to_db_custom_cluster_attachment_id: Optional[str] = None,
            image_id: Optional[str] = None,
            lan_ip: Optional[str] = None,
            login_settings: Optional[DbdcNodeToDbCustomClusterAttachmentLoginSettingsArgs] = None,
            node_id: Optional[str] = None,
            node_name: Optional[str] = None,
            node_type: Optional[str] = None,
            ssh_endpoint: Optional[str] = None,
            status: Optional[str] = None,
            timeouts: Optional[DbdcNodeToDbCustomClusterAttachmentTimeoutsArgs] = None,
            zone: Optional[str] = None) -> DbdcNodeToDbCustomClusterAttachment
    func GetDbdcNodeToDbCustomClusterAttachment(ctx *Context, name string, id IDInput, state *DbdcNodeToDbCustomClusterAttachmentState, opts ...ResourceOption) (*DbdcNodeToDbCustomClusterAttachment, error)
    public static DbdcNodeToDbCustomClusterAttachment Get(string name, Input<string> id, DbdcNodeToDbCustomClusterAttachmentState? state, CustomResourceOptions? opts = null)
    public static DbdcNodeToDbCustomClusterAttachment get(String name, Output<String> id, DbdcNodeToDbCustomClusterAttachmentState state, CustomResourceOptions options)
    resources:  _:    type: tencentcloud:DbdcNodeToDbCustomClusterAttachment    get:      id: ${id}
    import {
      to = tencentcloud_dbdcnodetodbcustomclusterattachment.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:
    ClusterId string
    DB Custom cluster ID.
    DbdcNodeToDbCustomClusterAttachmentId string
    ImageId string
    OS image ID to reset the node to after it is added to the cluster.
    LanIp string
    Intranet IP address of the node.
    LoginSettings DbdcNodeToDbCustomClusterAttachmentLoginSettings
    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.
    NodeId string
    DB Custom node ID to add to the cluster.
    NodeName string
    Node name.
    NodeType string
    Node spec.
    SshEndpoint string
    SSH endpoint to access the node, in the format IP:Port.
    Status string
    Instance status of the node in the cluster.
    Timeouts DbdcNodeToDbCustomClusterAttachmentTimeouts
    Zone string
    Availability zone that the node belongs to.
    ClusterId string
    DB Custom cluster ID.
    DbdcNodeToDbCustomClusterAttachmentId string
    ImageId string
    OS image ID to reset the node to after it is added to the cluster.
    LanIp string
    Intranet IP address of the node.
    LoginSettings DbdcNodeToDbCustomClusterAttachmentLoginSettingsArgs
    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.
    NodeId string
    DB Custom node ID to add to the cluster.
    NodeName string
    Node name.
    NodeType string
    Node spec.
    SshEndpoint string
    SSH endpoint to access the node, in the format IP:Port.
    Status string
    Instance status of the node in the cluster.
    Timeouts DbdcNodeToDbCustomClusterAttachmentTimeoutsArgs
    Zone string
    Availability zone that the node belongs to.
    cluster_id string
    DB Custom cluster ID.
    dbdc_node_to_db_custom_cluster_attachment_id string
    image_id string
    OS image ID to reset the node to after it is added to the cluster.
    lan_ip string
    Intranet 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.
    node_id string
    DB Custom node ID to add to the cluster.
    node_name string
    Node name.
    node_type string
    Node spec.
    ssh_endpoint string
    SSH endpoint to access the node, in the format IP:Port.
    status string
    Instance status of the node in the cluster.
    timeouts object
    zone string
    Availability zone that the node belongs to.
    clusterId String
    DB Custom cluster ID.
    dbdcNodeToDbCustomClusterAttachmentId String
    imageId String
    OS image ID to reset the node to after it is added to the cluster.
    lanIp String
    Intranet IP address of the node.
    loginSettings DbdcNodeToDbCustomClusterAttachmentLoginSettings
    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.
    nodeId String
    DB Custom node ID to add to the cluster.
    nodeName String
    Node name.
    nodeType String
    Node spec.
    sshEndpoint String
    SSH endpoint to access the node, in the format IP:Port.
    status String
    Instance status of the node in the cluster.
    timeouts DbdcNodeToDbCustomClusterAttachmentTimeouts
    zone String
    Availability zone that the node belongs to.
    clusterId string
    DB Custom cluster ID.
    dbdcNodeToDbCustomClusterAttachmentId string
    imageId string
    OS image ID to reset the node to after it is added to the cluster.
    lanIp string
    Intranet IP address of the node.
    loginSettings DbdcNodeToDbCustomClusterAttachmentLoginSettings
    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.
    nodeId string
    DB Custom node ID to add to the cluster.
    nodeName string
    Node name.
    nodeType string
    Node spec.
    sshEndpoint string
    SSH endpoint to access the node, in the format IP:Port.
    status string
    Instance status of the node in the cluster.
    timeouts DbdcNodeToDbCustomClusterAttachmentTimeouts
    zone string
    Availability zone that the node belongs to.
    cluster_id str
    DB Custom cluster ID.
    dbdc_node_to_db_custom_cluster_attachment_id str
    image_id str
    OS image ID to reset the node to after it is added to the cluster.
    lan_ip str
    Intranet IP address of the node.
    login_settings DbdcNodeToDbCustomClusterAttachmentLoginSettingsArgs
    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_id str
    DB Custom node ID to add to the cluster.
    node_name str
    Node name.
    node_type str
    Node spec.
    ssh_endpoint str
    SSH endpoint to access the node, in the format IP:Port.
    status str
    Instance status of the node in the cluster.
    timeouts DbdcNodeToDbCustomClusterAttachmentTimeoutsArgs
    zone str
    Availability zone that the node belongs to.
    clusterId String
    DB Custom cluster ID.
    dbdcNodeToDbCustomClusterAttachmentId String
    imageId String
    OS image ID to reset the node to after it is added to the cluster.
    lanIp String
    Intranet 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.
    nodeId String
    DB Custom node ID to add to the cluster.
    nodeName String
    Node name.
    nodeType String
    Node spec.
    sshEndpoint String
    SSH endpoint to access the node, in the format IP:Port.
    status String
    Instance status of the node in the cluster.
    timeouts Property Map
    zone String
    Availability zone that the node belongs to.

    Supporting Types

    DbdcNodeToDbCustomClusterAttachmentLoginSettings, DbdcNodeToDbCustomClusterAttachmentLoginSettingsArgs

    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.

    DbdcNodeToDbCustomClusterAttachmentTimeouts, DbdcNodeToDbCustomClusterAttachmentTimeoutsArgs

    Create string
    Delete string
    Create string
    Delete string
    create string
    delete string
    create String
    delete String
    create string
    delete string
    create str
    delete str
    create String
    delete 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