published on Tuesday, Jun 30, 2026 by tencentcloudstack
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:
- Cluster
Id string - DB Custom cluster ID.
- Node
Id string - DB Custom node ID to add to the cluster.
- Dbdc
Node stringTo Db Custom Cluster Attachment Id - Image
Id string - OS image ID to reset the node to after it is added to the cluster.
- Login
Settings DbdcNode To Db Custom Cluster Attachment Login Settings - 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
Dbdc
Node To Db Custom Cluster Attachment Timeouts
- Cluster
Id string - DB Custom cluster ID.
- Node
Id string - DB Custom node ID to add to the cluster.
- Dbdc
Node stringTo Db Custom Cluster Attachment Id - Image
Id string - OS image ID to reset the node to after it is added to the cluster.
- Login
Settings DbdcNode To Db Custom Cluster Attachment Login Settings Args - 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
Dbdc
Node To Db Custom Cluster Attachment Timeouts Args
- cluster_
id string - DB Custom cluster ID.
- node_
id string - DB Custom node ID to add to the cluster.
- dbdc_
node_ stringto_ db_ custom_ cluster_ attachment_ id - 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
- cluster
Id String - DB Custom cluster ID.
- node
Id String - DB Custom node ID to add to the cluster.
- dbdc
Node StringTo Db Custom Cluster Attachment Id - image
Id String - OS image ID to reset the node to after it is added to the cluster.
- login
Settings DbdcNode To Db Custom Cluster Attachment Login Settings - 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
Dbdc
Node To Db Custom Cluster Attachment Timeouts
- cluster
Id string - DB Custom cluster ID.
- node
Id string - DB Custom node ID to add to the cluster.
- dbdc
Node stringTo Db Custom Cluster Attachment Id - image
Id string - OS image ID to reset the node to after it is added to the cluster.
- login
Settings DbdcNode To Db Custom Cluster Attachment Login Settings - 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
Dbdc
Node To Db Custom Cluster Attachment Timeouts
- cluster_
id str - DB Custom cluster ID.
- node_
id str - DB Custom node ID to add to the cluster.
- dbdc_
node_ strto_ db_ custom_ cluster_ attachment_ id - image_
id str - OS image ID to reset the node to after it is added to the cluster.
- login_
settings DbdcNode To Db Custom Cluster Attachment Login Settings Args - 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
Dbdc
Node To Db Custom Cluster Attachment Timeouts Args
- cluster
Id String - DB Custom cluster ID.
- node
Id String - DB Custom node ID to add to the cluster.
- dbdc
Node StringTo Db Custom Cluster Attachment Id - image
Id String - OS image ID to reset the node to after it is added to the cluster.
- login
Settings 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.
- 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.
- 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.
- 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.
- 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.
- 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 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.
- 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.
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) -> DbdcNodeToDbCustomClusterAttachmentfunc 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.
- Cluster
Id string - DB Custom cluster ID.
- Dbdc
Node stringTo Db Custom Cluster Attachment Id - 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 DbdcNode To Db Custom Cluster Attachment Login Settings - 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
Dbdc
Node To Db Custom Cluster Attachment Timeouts - Zone string
- Availability zone that the node belongs to.
- Cluster
Id string - DB Custom cluster ID.
- Dbdc
Node stringTo Db Custom Cluster Attachment Id - 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 DbdcNode To Db Custom Cluster Attachment Login Settings Args - 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
Dbdc
Node To Db Custom Cluster Attachment Timeouts Args - Zone string
- Availability zone that the node belongs to.
- cluster_
id string - DB Custom cluster ID.
- dbdc_
node_ stringto_ db_ custom_ cluster_ attachment_ id - 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.
- cluster
Id String - DB Custom cluster ID.
- dbdc
Node StringTo Db Custom Cluster Attachment Id - 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 DbdcNode To Db Custom Cluster Attachment Login Settings - 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
Dbdc
Node To Db Custom Cluster Attachment Timeouts - zone String
- Availability zone that the node belongs to.
- cluster
Id string - DB Custom cluster ID.
- dbdc
Node stringTo Db Custom Cluster Attachment Id - 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 DbdcNode To Db Custom Cluster Attachment Login Settings - 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
Dbdc
Node To Db Custom Cluster Attachment Timeouts - zone string
- Availability zone that the node belongs to.
- cluster_
id str - DB Custom cluster ID.
- dbdc_
node_ strto_ db_ custom_ cluster_ attachment_ id - 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 DbdcNode To Db Custom Cluster Attachment Login Settings Args - 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
Dbdc
Node To Db Custom Cluster Attachment Timeouts Args - zone str
- Availability zone that the node belongs to.
- cluster
Id String - DB Custom cluster ID.
- dbdc
Node StringTo Db Custom Cluster Attachment Id - 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 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.
- 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 Property Map
- zone String
- Availability zone that the node belongs to.
Supporting Types
DbdcNodeToDbCustomClusterAttachmentLoginSettings, DbdcNodeToDbCustomClusterAttachmentLoginSettingsArgs
- Keep
Image stringLogin - 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.
- Keep
Image stringLogin - Whether to keep the original login settings of the image. Valid values:
true,false. Cannot be specified together with Password or KeyIds. - Key
Ids []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_ stringlogin - 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.
- keep
Image StringLogin - 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.
- keep
Image stringLogin - Whether to keep the original login settings of the image. Valid values:
true,false. Cannot be specified together with Password or KeyIds. - key
Ids 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_ strlogin - 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.
- keep
Image StringLogin - 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.
DbdcNodeToDbCustomClusterAttachmentTimeouts, DbdcNodeToDbCustomClusterAttachmentTimeoutsArgs
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloudTerraform Provider.
published on Tuesday, Jun 30, 2026 by tencentcloudstack