1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. getEmrNodes
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack

tencentcloud.getEmrNodes

Explore with Pulumi AI

tencentcloud logo
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack

    Provides an available EMR for the user.

    The EMR data source obtain the hardware node information by using the emr cluster ID.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as tencentcloud from "@pulumi/tencentcloud";
    
    const myEmrNodes = tencentcloud.getEmrNodes({
        instanceId: "emr-rnzqrleq",
        nodeFlag: "master",
    });
    
    import pulumi
    import pulumi_tencentcloud as tencentcloud
    
    my_emr_nodes = tencentcloud.get_emr_nodes(instance_id="emr-rnzqrleq",
        node_flag="master")
    
    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.GetEmrNodes(ctx, &tencentcloud.GetEmrNodesArgs{
    			InstanceId: "emr-rnzqrleq",
    			NodeFlag:   "master",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Tencentcloud = Pulumi.Tencentcloud;
    
    return await Deployment.RunAsync(() => 
    {
        var myEmrNodes = Tencentcloud.GetEmrNodes.Invoke(new()
        {
            InstanceId = "emr-rnzqrleq",
            NodeFlag = "master",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.tencentcloud.TencentcloudFunctions;
    import com.pulumi.tencentcloud.inputs.GetEmrNodesArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var myEmrNodes = TencentcloudFunctions.getEmrNodes(GetEmrNodesArgs.builder()
                .instanceId("emr-rnzqrleq")
                .nodeFlag("master")
                .build());
    
        }
    }
    
    variables:
      myEmrNodes:
        fn::invoke:
          function: tencentcloud:getEmrNodes
          arguments:
            instanceId: emr-rnzqrleq
            nodeFlag: master
    

    Using getEmrNodes

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getEmrNodes(args: GetEmrNodesArgs, opts?: InvokeOptions): Promise<GetEmrNodesResult>
    function getEmrNodesOutput(args: GetEmrNodesOutputArgs, opts?: InvokeOptions): Output<GetEmrNodesResult>
    def get_emr_nodes(hardware_resource_type: Optional[str] = None,
                      id: Optional[str] = None,
                      instance_id: Optional[str] = None,
                      limit: Optional[float] = None,
                      node_flag: Optional[str] = None,
                      offset: Optional[float] = None,
                      result_output_file: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetEmrNodesResult
    def get_emr_nodes_output(hardware_resource_type: Optional[pulumi.Input[str]] = None,
                      id: Optional[pulumi.Input[str]] = None,
                      instance_id: Optional[pulumi.Input[str]] = None,
                      limit: Optional[pulumi.Input[float]] = None,
                      node_flag: Optional[pulumi.Input[str]] = None,
                      offset: Optional[pulumi.Input[float]] = None,
                      result_output_file: Optional[pulumi.Input[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetEmrNodesResult]
    func GetEmrNodes(ctx *Context, args *GetEmrNodesArgs, opts ...InvokeOption) (*GetEmrNodesResult, error)
    func GetEmrNodesOutput(ctx *Context, args *GetEmrNodesOutputArgs, opts ...InvokeOption) GetEmrNodesResultOutput

    > Note: This function is named GetEmrNodes in the Go SDK.

    public static class GetEmrNodes 
    {
        public static Task<GetEmrNodesResult> InvokeAsync(GetEmrNodesArgs args, InvokeOptions? opts = null)
        public static Output<GetEmrNodesResult> Invoke(GetEmrNodesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetEmrNodesResult> getEmrNodes(GetEmrNodesArgs args, InvokeOptions options)
    public static Output<GetEmrNodesResult> getEmrNodes(GetEmrNodesArgs args, InvokeOptions options)
    
    fn::invoke:
      function: tencentcloud:index/getEmrNodes:getEmrNodes
      arguments:
        # arguments dictionary

    The following arguments are supported:

    InstanceId string
    Cluster instance ID, the instance ID is as follows: emr-xxxxxxxx.
    NodeFlag string

    Node ID, the value is:

    • all: Means to get all type nodes, except cdb information.
    • master: Indicates that the master node information is obtained.
    • core: Indicates that the core node information is obtained.
    • task: indicates obtaining task node information.
    • common: means to get common node information.
    • router: Indicates obtaining router node information.
    • db: Indicates that the cdb information for the normal state is obtained.
    • recyle: Indicates that the node information in the Recycle Bin isolation, including the cdb information, is obtained.
    • renew: Indicates that all node information to be renewed, including cddb information, is obtained, and the auto-renewal node will not be returned.

    Note: Only the above values are now supported, entering other values will cause an error.

    HardwareResourceType string
    Resource type: Support all/host/pod, default is all.
    Id string
    Limit double
    The number returned per page, the default value is 100, and the maximum value is 100.
    Offset double
    Page number, with a default value of 0, represents the first page.
    ResultOutputFile string
    Used to save results.
    InstanceId string
    Cluster instance ID, the instance ID is as follows: emr-xxxxxxxx.
    NodeFlag string

    Node ID, the value is:

    • all: Means to get all type nodes, except cdb information.
    • master: Indicates that the master node information is obtained.
    • core: Indicates that the core node information is obtained.
    • task: indicates obtaining task node information.
    • common: means to get common node information.
    • router: Indicates obtaining router node information.
    • db: Indicates that the cdb information for the normal state is obtained.
    • recyle: Indicates that the node information in the Recycle Bin isolation, including the cdb information, is obtained.
    • renew: Indicates that all node information to be renewed, including cddb information, is obtained, and the auto-renewal node will not be returned.

    Note: Only the above values are now supported, entering other values will cause an error.

    HardwareResourceType string
    Resource type: Support all/host/pod, default is all.
    Id string
    Limit float64
    The number returned per page, the default value is 100, and the maximum value is 100.
    Offset float64
    Page number, with a default value of 0, represents the first page.
    ResultOutputFile string
    Used to save results.
    instanceId String
    Cluster instance ID, the instance ID is as follows: emr-xxxxxxxx.
    nodeFlag String

    Node ID, the value is:

    • all: Means to get all type nodes, except cdb information.
    • master: Indicates that the master node information is obtained.
    • core: Indicates that the core node information is obtained.
    • task: indicates obtaining task node information.
    • common: means to get common node information.
    • router: Indicates obtaining router node information.
    • db: Indicates that the cdb information for the normal state is obtained.
    • recyle: Indicates that the node information in the Recycle Bin isolation, including the cdb information, is obtained.
    • renew: Indicates that all node information to be renewed, including cddb information, is obtained, and the auto-renewal node will not be returned.

    Note: Only the above values are now supported, entering other values will cause an error.

    hardwareResourceType String
    Resource type: Support all/host/pod, default is all.
    id String
    limit Double
    The number returned per page, the default value is 100, and the maximum value is 100.
    offset Double
    Page number, with a default value of 0, represents the first page.
    resultOutputFile String
    Used to save results.
    instanceId string
    Cluster instance ID, the instance ID is as follows: emr-xxxxxxxx.
    nodeFlag string

    Node ID, the value is:

    • all: Means to get all type nodes, except cdb information.
    • master: Indicates that the master node information is obtained.
    • core: Indicates that the core node information is obtained.
    • task: indicates obtaining task node information.
    • common: means to get common node information.
    • router: Indicates obtaining router node information.
    • db: Indicates that the cdb information for the normal state is obtained.
    • recyle: Indicates that the node information in the Recycle Bin isolation, including the cdb information, is obtained.
    • renew: Indicates that all node information to be renewed, including cddb information, is obtained, and the auto-renewal node will not be returned.

    Note: Only the above values are now supported, entering other values will cause an error.

    hardwareResourceType string
    Resource type: Support all/host/pod, default is all.
    id string
    limit number
    The number returned per page, the default value is 100, and the maximum value is 100.
    offset number
    Page number, with a default value of 0, represents the first page.
    resultOutputFile string
    Used to save results.
    instance_id str
    Cluster instance ID, the instance ID is as follows: emr-xxxxxxxx.
    node_flag str

    Node ID, the value is:

    • all: Means to get all type nodes, except cdb information.
    • master: Indicates that the master node information is obtained.
    • core: Indicates that the core node information is obtained.
    • task: indicates obtaining task node information.
    • common: means to get common node information.
    • router: Indicates obtaining router node information.
    • db: Indicates that the cdb information for the normal state is obtained.
    • recyle: Indicates that the node information in the Recycle Bin isolation, including the cdb information, is obtained.
    • renew: Indicates that all node information to be renewed, including cddb information, is obtained, and the auto-renewal node will not be returned.

    Note: Only the above values are now supported, entering other values will cause an error.

    hardware_resource_type str
    Resource type: Support all/host/pod, default is all.
    id str
    limit float
    The number returned per page, the default value is 100, and the maximum value is 100.
    offset float
    Page number, with a default value of 0, represents the first page.
    result_output_file str
    Used to save results.
    instanceId String
    Cluster instance ID, the instance ID is as follows: emr-xxxxxxxx.
    nodeFlag String

    Node ID, the value is:

    • all: Means to get all type nodes, except cdb information.
    • master: Indicates that the master node information is obtained.
    • core: Indicates that the core node information is obtained.
    • task: indicates obtaining task node information.
    • common: means to get common node information.
    • router: Indicates obtaining router node information.
    • db: Indicates that the cdb information for the normal state is obtained.
    • recyle: Indicates that the node information in the Recycle Bin isolation, including the cdb information, is obtained.
    • renew: Indicates that all node information to be renewed, including cddb information, is obtained, and the auto-renewal node will not be returned.

    Note: Only the above values are now supported, entering other values will cause an error.

    hardwareResourceType String
    Resource type: Support all/host/pod, default is all.
    id String
    limit Number
    The number returned per page, the default value is 100, and the maximum value is 100.
    offset Number
    Page number, with a default value of 0, represents the first page.
    resultOutputFile String
    Used to save results.

    getEmrNodes Result

    The following output properties are available:

    Id string
    InstanceId string
    NodeFlag string
    Nodes List<GetEmrNodesNode>
    List of node details.
    HardwareResourceType string
    Resource type, host/pod.
    Limit double
    Offset double
    ResultOutputFile string
    Id string
    InstanceId string
    NodeFlag string
    Nodes []GetEmrNodesNode
    List of node details.
    HardwareResourceType string
    Resource type, host/pod.
    Limit float64
    Offset float64
    ResultOutputFile string
    id String
    instanceId String
    nodeFlag String
    nodes List<GetEmrNodesNode>
    List of node details.
    hardwareResourceType String
    Resource type, host/pod.
    limit Double
    offset Double
    resultOutputFile String
    id string
    instanceId string
    nodeFlag string
    nodes GetEmrNodesNode[]
    List of node details.
    hardwareResourceType string
    Resource type, host/pod.
    limit number
    offset number
    resultOutputFile string
    id str
    instance_id str
    node_flag str
    nodes Sequence[GetEmrNodesNode]
    List of node details.
    hardware_resource_type str
    Resource type, host/pod.
    limit float
    offset float
    result_output_file str
    id String
    instanceId String
    nodeFlag String
    nodes List<Property Map>
    List of node details.
    hardwareResourceType String
    Resource type, host/pod.
    limit Number
    offset Number
    resultOutputFile String

    Supporting Types

    GetEmrNodesNode

    AppId double
    User APPID.
    ApplyTime string
    Application time.
    AutoFlag double
    Whether it is an autoscaling node, 0 is a normal node, and 1 is an autoscaling node.
    CdbIp string
    Database IP.
    CdbNodeInfos List<GetEmrNodesNodeCdbNodeInfo>
    Database information.
    CdbPort double
    Database port.
    ChargeType double
    The type of payment.
    CpuNum double
    Number of node cores.
    Destroyable double
    Whether this node is destroyable, 1 can be destroyed, 0 is not destroyable.
    DeviceClass string
    Device identity.
    DiskSize string
    Hard disk size.
    DynamicPodSpec string
    Floating specification value json string.
    EmrResourceId string
    Node resource ID.
    ExpireTime string
    Expiration time.
    Flag double
    Node type. 0: common node; 1: master node; 2: core node; 3: task node.
    FreeTime string
    Release time.
    HardwareResourceType string
    Resource type: Support all/host/pod, default is all.
    HwDiskSize double
    Hard disk capacity.
    HwDiskSizeDesc string
    Hard disk capacity description.
    HwMemSize double
    Memory capacity.
    HwMemSizeDesc string
    Memory capacity description.
    Ip string
    Intranet IP.
    IsAutoRenew double
    Renewal logo.
    IsDynamicSpec double
    Floating specifications, 1 yes, 0 no.
    McMultiDisks List<GetEmrNodesNodeMcMultiDisk>
    Multi-cloud disk.
    MemDesc string
    Node memory description.
    MemSize double
    Node memory.
    Mutable double
    Supports variations.
    NameTag string
    Node description.
    OrderNo string
    Machine instance ID.
    RegionId double
    The node is located in the region.
    RootSize double
    The size of the system disk.
    SerialNo string
    Serial number.
    Services string
    Node deployment service.
    Spec string
    Node specifications.
    StorageType double
    Disk type.
    SupportModifyPayMode double
    Whether to support change billing type 1 Yes and 0 No.
    Tags List<GetEmrNodesNodeTag>
    The label of the node binding.
    WanIp string
    The master node is bound to the Internet IP address.
    ZoneId double
    Zone where the node is located.
    AppId float64
    User APPID.
    ApplyTime string
    Application time.
    AutoFlag float64
    Whether it is an autoscaling node, 0 is a normal node, and 1 is an autoscaling node.
    CdbIp string
    Database IP.
    CdbNodeInfos []GetEmrNodesNodeCdbNodeInfo
    Database information.
    CdbPort float64
    Database port.
    ChargeType float64
    The type of payment.
    CpuNum float64
    Number of node cores.
    Destroyable float64
    Whether this node is destroyable, 1 can be destroyed, 0 is not destroyable.
    DeviceClass string
    Device identity.
    DiskSize string
    Hard disk size.
    DynamicPodSpec string
    Floating specification value json string.
    EmrResourceId string
    Node resource ID.
    ExpireTime string
    Expiration time.
    Flag float64
    Node type. 0: common node; 1: master node; 2: core node; 3: task node.
    FreeTime string
    Release time.
    HardwareResourceType string
    Resource type: Support all/host/pod, default is all.
    HwDiskSize float64
    Hard disk capacity.
    HwDiskSizeDesc string
    Hard disk capacity description.
    HwMemSize float64
    Memory capacity.
    HwMemSizeDesc string
    Memory capacity description.
    Ip string
    Intranet IP.
    IsAutoRenew float64
    Renewal logo.
    IsDynamicSpec float64
    Floating specifications, 1 yes, 0 no.
    McMultiDisks []GetEmrNodesNodeMcMultiDisk
    Multi-cloud disk.
    MemDesc string
    Node memory description.
    MemSize float64
    Node memory.
    Mutable float64
    Supports variations.
    NameTag string
    Node description.
    OrderNo string
    Machine instance ID.
    RegionId float64
    The node is located in the region.
    RootSize float64
    The size of the system disk.
    SerialNo string
    Serial number.
    Services string
    Node deployment service.
    Spec string
    Node specifications.
    StorageType float64
    Disk type.
    SupportModifyPayMode float64
    Whether to support change billing type 1 Yes and 0 No.
    Tags []GetEmrNodesNodeTag
    The label of the node binding.
    WanIp string
    The master node is bound to the Internet IP address.
    ZoneId float64
    Zone where the node is located.
    appId Double
    User APPID.
    applyTime String
    Application time.
    autoFlag Double
    Whether it is an autoscaling node, 0 is a normal node, and 1 is an autoscaling node.
    cdbIp String
    Database IP.
    cdbNodeInfos List<GetEmrNodesNodeCdbNodeInfo>
    Database information.
    cdbPort Double
    Database port.
    chargeType Double
    The type of payment.
    cpuNum Double
    Number of node cores.
    destroyable Double
    Whether this node is destroyable, 1 can be destroyed, 0 is not destroyable.
    deviceClass String
    Device identity.
    diskSize String
    Hard disk size.
    dynamicPodSpec String
    Floating specification value json string.
    emrResourceId String
    Node resource ID.
    expireTime String
    Expiration time.
    flag Double
    Node type. 0: common node; 1: master node; 2: core node; 3: task node.
    freeTime String
    Release time.
    hardwareResourceType String
    Resource type: Support all/host/pod, default is all.
    hwDiskSize Double
    Hard disk capacity.
    hwDiskSizeDesc String
    Hard disk capacity description.
    hwMemSize Double
    Memory capacity.
    hwMemSizeDesc String
    Memory capacity description.
    ip String
    Intranet IP.
    isAutoRenew Double
    Renewal logo.
    isDynamicSpec Double
    Floating specifications, 1 yes, 0 no.
    mcMultiDisks List<GetEmrNodesNodeMcMultiDisk>
    Multi-cloud disk.
    memDesc String
    Node memory description.
    memSize Double
    Node memory.
    mutable Double
    Supports variations.
    nameTag String
    Node description.
    orderNo String
    Machine instance ID.
    regionId Double
    The node is located in the region.
    rootSize Double
    The size of the system disk.
    serialNo String
    Serial number.
    services String
    Node deployment service.
    spec String
    Node specifications.
    storageType Double
    Disk type.
    supportModifyPayMode Double
    Whether to support change billing type 1 Yes and 0 No.
    tags List<GetEmrNodesNodeTag>
    The label of the node binding.
    wanIp String
    The master node is bound to the Internet IP address.
    zoneId Double
    Zone where the node is located.
    appId number
    User APPID.
    applyTime string
    Application time.
    autoFlag number
    Whether it is an autoscaling node, 0 is a normal node, and 1 is an autoscaling node.
    cdbIp string
    Database IP.
    cdbNodeInfos GetEmrNodesNodeCdbNodeInfo[]
    Database information.
    cdbPort number
    Database port.
    chargeType number
    The type of payment.
    cpuNum number
    Number of node cores.
    destroyable number
    Whether this node is destroyable, 1 can be destroyed, 0 is not destroyable.
    deviceClass string
    Device identity.
    diskSize string
    Hard disk size.
    dynamicPodSpec string
    Floating specification value json string.
    emrResourceId string
    Node resource ID.
    expireTime string
    Expiration time.
    flag number
    Node type. 0: common node; 1: master node; 2: core node; 3: task node.
    freeTime string
    Release time.
    hardwareResourceType string
    Resource type: Support all/host/pod, default is all.
    hwDiskSize number
    Hard disk capacity.
    hwDiskSizeDesc string
    Hard disk capacity description.
    hwMemSize number
    Memory capacity.
    hwMemSizeDesc string
    Memory capacity description.
    ip string
    Intranet IP.
    isAutoRenew number
    Renewal logo.
    isDynamicSpec number
    Floating specifications, 1 yes, 0 no.
    mcMultiDisks GetEmrNodesNodeMcMultiDisk[]
    Multi-cloud disk.
    memDesc string
    Node memory description.
    memSize number
    Node memory.
    mutable number
    Supports variations.
    nameTag string
    Node description.
    orderNo string
    Machine instance ID.
    regionId number
    The node is located in the region.
    rootSize number
    The size of the system disk.
    serialNo string
    Serial number.
    services string
    Node deployment service.
    spec string
    Node specifications.
    storageType number
    Disk type.
    supportModifyPayMode number
    Whether to support change billing type 1 Yes and 0 No.
    tags GetEmrNodesNodeTag[]
    The label of the node binding.
    wanIp string
    The master node is bound to the Internet IP address.
    zoneId number
    Zone where the node is located.
    app_id float
    User APPID.
    apply_time str
    Application time.
    auto_flag float
    Whether it is an autoscaling node, 0 is a normal node, and 1 is an autoscaling node.
    cdb_ip str
    Database IP.
    cdb_node_infos Sequence[GetEmrNodesNodeCdbNodeInfo]
    Database information.
    cdb_port float
    Database port.
    charge_type float
    The type of payment.
    cpu_num float
    Number of node cores.
    destroyable float
    Whether this node is destroyable, 1 can be destroyed, 0 is not destroyable.
    device_class str
    Device identity.
    disk_size str
    Hard disk size.
    dynamic_pod_spec str
    Floating specification value json string.
    emr_resource_id str
    Node resource ID.
    expire_time str
    Expiration time.
    flag float
    Node type. 0: common node; 1: master node; 2: core node; 3: task node.
    free_time str
    Release time.
    hardware_resource_type str
    Resource type: Support all/host/pod, default is all.
    hw_disk_size float
    Hard disk capacity.
    hw_disk_size_desc str
    Hard disk capacity description.
    hw_mem_size float
    Memory capacity.
    hw_mem_size_desc str
    Memory capacity description.
    ip str
    Intranet IP.
    is_auto_renew float
    Renewal logo.
    is_dynamic_spec float
    Floating specifications, 1 yes, 0 no.
    mc_multi_disks Sequence[GetEmrNodesNodeMcMultiDisk]
    Multi-cloud disk.
    mem_desc str
    Node memory description.
    mem_size float
    Node memory.
    mutable float
    Supports variations.
    name_tag str
    Node description.
    order_no str
    Machine instance ID.
    region_id float
    The node is located in the region.
    root_size float
    The size of the system disk.
    serial_no str
    Serial number.
    services str
    Node deployment service.
    spec str
    Node specifications.
    storage_type float
    Disk type.
    support_modify_pay_mode float
    Whether to support change billing type 1 Yes and 0 No.
    tags Sequence[GetEmrNodesNodeTag]
    The label of the node binding.
    wan_ip str
    The master node is bound to the Internet IP address.
    zone_id float
    Zone where the node is located.
    appId Number
    User APPID.
    applyTime String
    Application time.
    autoFlag Number
    Whether it is an autoscaling node, 0 is a normal node, and 1 is an autoscaling node.
    cdbIp String
    Database IP.
    cdbNodeInfos List<Property Map>
    Database information.
    cdbPort Number
    Database port.
    chargeType Number
    The type of payment.
    cpuNum Number
    Number of node cores.
    destroyable Number
    Whether this node is destroyable, 1 can be destroyed, 0 is not destroyable.
    deviceClass String
    Device identity.
    diskSize String
    Hard disk size.
    dynamicPodSpec String
    Floating specification value json string.
    emrResourceId String
    Node resource ID.
    expireTime String
    Expiration time.
    flag Number
    Node type. 0: common node; 1: master node; 2: core node; 3: task node.
    freeTime String
    Release time.
    hardwareResourceType String
    Resource type: Support all/host/pod, default is all.
    hwDiskSize Number
    Hard disk capacity.
    hwDiskSizeDesc String
    Hard disk capacity description.
    hwMemSize Number
    Memory capacity.
    hwMemSizeDesc String
    Memory capacity description.
    ip String
    Intranet IP.
    isAutoRenew Number
    Renewal logo.
    isDynamicSpec Number
    Floating specifications, 1 yes, 0 no.
    mcMultiDisks List<Property Map>
    Multi-cloud disk.
    memDesc String
    Node memory description.
    memSize Number
    Node memory.
    mutable Number
    Supports variations.
    nameTag String
    Node description.
    orderNo String
    Machine instance ID.
    regionId Number
    The node is located in the region.
    rootSize Number
    The size of the system disk.
    serialNo String
    Serial number.
    services String
    Node deployment service.
    spec String
    Node specifications.
    storageType Number
    Disk type.
    supportModifyPayMode Number
    Whether to support change billing type 1 Yes and 0 No.
    tags List<Property Map>
    The label of the node binding.
    wanIp String
    The master node is bound to the Internet IP address.
    zoneId Number
    Zone where the node is located.

    GetEmrNodesNodeCdbNodeInfo

    ApplyTime string
    Application time.
    ExpireFlag bool
    Expired id.
    ExpireTime string
    Expiration time.
    InstanceName string
    DB instance.
    Ip string
    Intranet IP.
    IsAutoRenew double
    Renewal logo.
    MemSize double
    Node memory.
    PayType double
    The type of payment.
    Port double
    Database port.
    RegionId double
    The node is located in the region.
    SerialNo string
    Serial number.
    Service string
    The service identity.
    Status double
    Database status.
    Volume double
    The size of the cloud disk.
    ZoneId double
    Zone where the node is located.
    ApplyTime string
    Application time.
    ExpireFlag bool
    Expired id.
    ExpireTime string
    Expiration time.
    InstanceName string
    DB instance.
    Ip string
    Intranet IP.
    IsAutoRenew float64
    Renewal logo.
    MemSize float64
    Node memory.
    PayType float64
    The type of payment.
    Port float64
    Database port.
    RegionId float64
    The node is located in the region.
    SerialNo string
    Serial number.
    Service string
    The service identity.
    Status float64
    Database status.
    Volume float64
    The size of the cloud disk.
    ZoneId float64
    Zone where the node is located.
    applyTime String
    Application time.
    expireFlag Boolean
    Expired id.
    expireTime String
    Expiration time.
    instanceName String
    DB instance.
    ip String
    Intranet IP.
    isAutoRenew Double
    Renewal logo.
    memSize Double
    Node memory.
    payType Double
    The type of payment.
    port Double
    Database port.
    regionId Double
    The node is located in the region.
    serialNo String
    Serial number.
    service String
    The service identity.
    status Double
    Database status.
    volume Double
    The size of the cloud disk.
    zoneId Double
    Zone where the node is located.
    applyTime string
    Application time.
    expireFlag boolean
    Expired id.
    expireTime string
    Expiration time.
    instanceName string
    DB instance.
    ip string
    Intranet IP.
    isAutoRenew number
    Renewal logo.
    memSize number
    Node memory.
    payType number
    The type of payment.
    port number
    Database port.
    regionId number
    The node is located in the region.
    serialNo string
    Serial number.
    service string
    The service identity.
    status number
    Database status.
    volume number
    The size of the cloud disk.
    zoneId number
    Zone where the node is located.
    apply_time str
    Application time.
    expire_flag bool
    Expired id.
    expire_time str
    Expiration time.
    instance_name str
    DB instance.
    ip str
    Intranet IP.
    is_auto_renew float
    Renewal logo.
    mem_size float
    Node memory.
    pay_type float
    The type of payment.
    port float
    Database port.
    region_id float
    The node is located in the region.
    serial_no str
    Serial number.
    service str
    The service identity.
    status float
    Database status.
    volume float
    The size of the cloud disk.
    zone_id float
    Zone where the node is located.
    applyTime String
    Application time.
    expireFlag Boolean
    Expired id.
    expireTime String
    Expiration time.
    instanceName String
    DB instance.
    ip String
    Intranet IP.
    isAutoRenew Number
    Renewal logo.
    memSize Number
    Node memory.
    payType Number
    The type of payment.
    port Number
    Database port.
    regionId Number
    The node is located in the region.
    serialNo String
    Serial number.
    service String
    The service identity.
    status Number
    Database status.
    volume Number
    The size of the cloud disk.
    zoneId Number
    Zone where the node is located.

    GetEmrNodesNodeMcMultiDisk

    Count double
    The number of cloud disks of this type.
    Type double
    Disk type.
    Volume double
    The size of the cloud disk.
    Count float64
    The number of cloud disks of this type.
    Type float64
    Disk type.
    Volume float64
    The size of the cloud disk.
    count Double
    The number of cloud disks of this type.
    type Double
    Disk type.
    volume Double
    The size of the cloud disk.
    count number
    The number of cloud disks of this type.
    type number
    Disk type.
    volume number
    The size of the cloud disk.
    count float
    The number of cloud disks of this type.
    type float
    Disk type.
    volume float
    The size of the cloud disk.
    count Number
    The number of cloud disks of this type.
    type Number
    Disk type.
    volume Number
    The size of the cloud disk.

    GetEmrNodesNodeTag

    TagKey string
    Tag key.
    TagValue string
    Tag value.
    TagKey string
    Tag key.
    TagValue string
    Tag value.
    tagKey String
    Tag key.
    tagValue String
    Tag value.
    tagKey string
    Tag key.
    tagValue string
    Tag value.
    tag_key str
    Tag key.
    tag_value str
    Tag value.
    tagKey String
    Tag key.
    tagValue String
    Tag value.

    Package Details

    Repository
    tencentcloud tencentcloudstack/terraform-provider-tencentcloud
    License
    Notes
    This Pulumi package is based on the tencentcloud Terraform Provider.
    tencentcloud logo
    tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack