tencentcloud.getEmrNodes
Explore with Pulumi AI
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 dictionaryThe following arguments are supported:
- Instance
Id string - Cluster instance ID, the instance ID is as follows: emr-xxxxxxxx.
 - Node
Flag 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.
- Hardware
Resource stringType  - 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.
 - Result
Output stringFile  - Used to save results.
 
- Instance
Id string - Cluster instance ID, the instance ID is as follows: emr-xxxxxxxx.
 - Node
Flag 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.
- Hardware
Resource stringType  - 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.
 - Result
Output stringFile  - Used to save results.
 
- instance
Id String - Cluster instance ID, the instance ID is as follows: emr-xxxxxxxx.
 - node
Flag 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.
- hardware
Resource StringType  - 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.
 - result
Output StringFile  - Used to save results.
 
- instance
Id string - Cluster instance ID, the instance ID is as follows: emr-xxxxxxxx.
 - node
Flag 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.
- hardware
Resource stringType  - 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.
 - result
Output stringFile  - 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_ strtype  - 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_ strfile  - Used to save results.
 
- instance
Id String - Cluster instance ID, the instance ID is as follows: emr-xxxxxxxx.
 - node
Flag 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.
- hardware
Resource StringType  - 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.
 - result
Output StringFile  - Used to save results.
 
getEmrNodes Result
The following output properties are available:
- Id string
 - Instance
Id string - Node
Flag string - Nodes
List<Get
Emr Nodes Node>  - List of node details.
 - Hardware
Resource stringType  - Resource type, host/pod.
 - Limit double
 - Offset double
 - Result
Output stringFile  
- Id string
 - Instance
Id string - Node
Flag string - Nodes
[]Get
Emr Nodes Node  - List of node details.
 - Hardware
Resource stringType  - Resource type, host/pod.
 - Limit float64
 - Offset float64
 - Result
Output stringFile  
- id String
 - instance
Id String - node
Flag String - nodes
List<Get
Emr Nodes Node>  - List of node details.
 - hardware
Resource StringType  - Resource type, host/pod.
 - limit Double
 - offset Double
 - result
Output StringFile  
- id string
 - instance
Id string - node
Flag string - nodes
Get
Emr Nodes Node[]  - List of node details.
 - hardware
Resource stringType  - Resource type, host/pod.
 - limit number
 - offset number
 - result
Output stringFile  
- id str
 - instance_
id str - node_
flag str - nodes
Sequence[Get
Emr Nodes Node]  - List of node details.
 - hardware_
resource_ strtype  - Resource type, host/pod.
 - limit float
 - offset float
 - result_
output_ strfile  
- id String
 - instance
Id String - node
Flag String - nodes List<Property Map>
 - List of node details.
 - hardware
Resource StringType  - Resource type, host/pod.
 - limit Number
 - offset Number
 - result
Output StringFile  
Supporting Types
GetEmrNodesNode   
- App
Id double - User APPID.
 - Apply
Time string - Application time.
 - Auto
Flag double - Whether it is an autoscaling node, 0 is a normal node, and 1 is an autoscaling node.
 - Cdb
Ip string - Database IP.
 - Cdb
Node List<GetInfos Emr Nodes Node Cdb Node Info>  - Database information.
 - Cdb
Port double - Database port.
 - Charge
Type double - The type of payment.
 - Cpu
Num double - Number of node cores.
 - Destroyable double
 - Whether this node is destroyable, 1 can be destroyed, 0 is not destroyable.
 - Device
Class string - Device identity.
 - Disk
Size string - Hard disk size.
 - Dynamic
Pod stringSpec  - Floating specification value json string.
 - Emr
Resource stringId  - Node resource ID.
 - Expire
Time string - Expiration time.
 - Flag double
 - Node type. 0: common node; 1: master node; 2: core node; 3: task node.
 - Free
Time string - Release time.
 - Hardware
Resource stringType  - Resource type: Support all/host/pod, default is all.
 - Hw
Disk doubleSize  - Hard disk capacity.
 - Hw
Disk stringSize Desc  - Hard disk capacity description.
 - Hw
Mem doubleSize  - Memory capacity.
 - Hw
Mem stringSize Desc  - Memory capacity description.
 - Ip string
 - Intranet IP.
 - Is
Auto doubleRenew  - Renewal logo.
 - Is
Dynamic doubleSpec  - Floating specifications, 1 yes, 0 no.
 - Mc
Multi List<GetDisks Emr Nodes Node Mc Multi Disk>  - Multi-cloud disk.
 - Mem
Desc string - Node memory description.
 - Mem
Size double - Node memory.
 - Mutable double
 - Supports variations.
 - Name
Tag string - Node description.
 - Order
No string - Machine instance ID.
 - Region
Id double - The node is located in the region.
 - Root
Size double - The size of the system disk.
 - Serial
No string - Serial number.
 - Services string
 - Node deployment service.
 - Spec string
 - Node specifications.
 - Storage
Type double - Disk type.
 - Support
Modify doublePay Mode  - Whether to support change billing type 1 Yes and 0 No.
 - 
List<Get
Emr Nodes Node Tag>  - The label of the node binding.
 - Wan
Ip string - The master node is bound to the Internet IP address.
 - Zone
Id double - Zone where the node is located.
 
- App
Id float64 - User APPID.
 - Apply
Time string - Application time.
 - Auto
Flag float64 - Whether it is an autoscaling node, 0 is a normal node, and 1 is an autoscaling node.
 - Cdb
Ip string - Database IP.
 - Cdb
Node []GetInfos Emr Nodes Node Cdb Node Info  - Database information.
 - Cdb
Port float64 - Database port.
 - Charge
Type float64 - The type of payment.
 - Cpu
Num float64 - Number of node cores.
 - Destroyable float64
 - Whether this node is destroyable, 1 can be destroyed, 0 is not destroyable.
 - Device
Class string - Device identity.
 - Disk
Size string - Hard disk size.
 - Dynamic
Pod stringSpec  - Floating specification value json string.
 - Emr
Resource stringId  - Node resource ID.
 - Expire
Time string - Expiration time.
 - Flag float64
 - Node type. 0: common node; 1: master node; 2: core node; 3: task node.
 - Free
Time string - Release time.
 - Hardware
Resource stringType  - Resource type: Support all/host/pod, default is all.
 - Hw
Disk float64Size  - Hard disk capacity.
 - Hw
Disk stringSize Desc  - Hard disk capacity description.
 - Hw
Mem float64Size  - Memory capacity.
 - Hw
Mem stringSize Desc  - Memory capacity description.
 - Ip string
 - Intranet IP.
 - Is
Auto float64Renew  - Renewal logo.
 - Is
Dynamic float64Spec  - Floating specifications, 1 yes, 0 no.
 - Mc
Multi []GetDisks Emr Nodes Node Mc Multi Disk  - Multi-cloud disk.
 - Mem
Desc string - Node memory description.
 - Mem
Size float64 - Node memory.
 - Mutable float64
 - Supports variations.
 - Name
Tag string - Node description.
 - Order
No string - Machine instance ID.
 - Region
Id float64 - The node is located in the region.
 - Root
Size float64 - The size of the system disk.
 - Serial
No string - Serial number.
 - Services string
 - Node deployment service.
 - Spec string
 - Node specifications.
 - Storage
Type float64 - Disk type.
 - Support
Modify float64Pay Mode  - Whether to support change billing type 1 Yes and 0 No.
 - 
[]Get
Emr Nodes Node Tag  - The label of the node binding.
 - Wan
Ip string - The master node is bound to the Internet IP address.
 - Zone
Id float64 - Zone where the node is located.
 
- app
Id Double - User APPID.
 - apply
Time String - Application time.
 - auto
Flag Double - Whether it is an autoscaling node, 0 is a normal node, and 1 is an autoscaling node.
 - cdb
Ip String - Database IP.
 - cdb
Node List<GetInfos Emr Nodes Node Cdb Node Info>  - Database information.
 - cdb
Port Double - Database port.
 - charge
Type Double - The type of payment.
 - cpu
Num Double - Number of node cores.
 - destroyable Double
 - Whether this node is destroyable, 1 can be destroyed, 0 is not destroyable.
 - device
Class String - Device identity.
 - disk
Size String - Hard disk size.
 - dynamic
Pod StringSpec  - Floating specification value json string.
 - emr
Resource StringId  - Node resource ID.
 - expire
Time String - Expiration time.
 - flag Double
 - Node type. 0: common node; 1: master node; 2: core node; 3: task node.
 - free
Time String - Release time.
 - hardware
Resource StringType  - Resource type: Support all/host/pod, default is all.
 - hw
Disk DoubleSize  - Hard disk capacity.
 - hw
Disk StringSize Desc  - Hard disk capacity description.
 - hw
Mem DoubleSize  - Memory capacity.
 - hw
Mem StringSize Desc  - Memory capacity description.
 - ip String
 - Intranet IP.
 - is
Auto DoubleRenew  - Renewal logo.
 - is
Dynamic DoubleSpec  - Floating specifications, 1 yes, 0 no.
 - mc
Multi List<GetDisks Emr Nodes Node Mc Multi Disk>  - Multi-cloud disk.
 - mem
Desc String - Node memory description.
 - mem
Size Double - Node memory.
 - mutable Double
 - Supports variations.
 - name
Tag String - Node description.
 - order
No String - Machine instance ID.
 - region
Id Double - The node is located in the region.
 - root
Size Double - The size of the system disk.
 - serial
No String - Serial number.
 - services String
 - Node deployment service.
 - spec String
 - Node specifications.
 - storage
Type Double - Disk type.
 - support
Modify DoublePay Mode  - Whether to support change billing type 1 Yes and 0 No.
 - 
List<Get
Emr Nodes Node Tag>  - The label of the node binding.
 - wan
Ip String - The master node is bound to the Internet IP address.
 - zone
Id Double - Zone where the node is located.
 
- app
Id number - User APPID.
 - apply
Time string - Application time.
 - auto
Flag number - Whether it is an autoscaling node, 0 is a normal node, and 1 is an autoscaling node.
 - cdb
Ip string - Database IP.
 - cdb
Node GetInfos Emr Nodes Node Cdb Node Info[]  - Database information.
 - cdb
Port number - Database port.
 - charge
Type number - The type of payment.
 - cpu
Num number - Number of node cores.
 - destroyable number
 - Whether this node is destroyable, 1 can be destroyed, 0 is not destroyable.
 - device
Class string - Device identity.
 - disk
Size string - Hard disk size.
 - dynamic
Pod stringSpec  - Floating specification value json string.
 - emr
Resource stringId  - Node resource ID.
 - expire
Time string - Expiration time.
 - flag number
 - Node type. 0: common node; 1: master node; 2: core node; 3: task node.
 - free
Time string - Release time.
 - hardware
Resource stringType  - Resource type: Support all/host/pod, default is all.
 - hw
Disk numberSize  - Hard disk capacity.
 - hw
Disk stringSize Desc  - Hard disk capacity description.
 - hw
Mem numberSize  - Memory capacity.
 - hw
Mem stringSize Desc  - Memory capacity description.
 - ip string
 - Intranet IP.
 - is
Auto numberRenew  - Renewal logo.
 - is
Dynamic numberSpec  - Floating specifications, 1 yes, 0 no.
 - mc
Multi GetDisks Emr Nodes Node Mc Multi Disk[]  - Multi-cloud disk.
 - mem
Desc string - Node memory description.
 - mem
Size number - Node memory.
 - mutable number
 - Supports variations.
 - name
Tag string - Node description.
 - order
No string - Machine instance ID.
 - region
Id number - The node is located in the region.
 - root
Size number - The size of the system disk.
 - serial
No string - Serial number.
 - services string
 - Node deployment service.
 - spec string
 - Node specifications.
 - storage
Type number - Disk type.
 - support
Modify numberPay Mode  - Whether to support change billing type 1 Yes and 0 No.
 - 
Get
Emr Nodes Node Tag[]  - The label of the node binding.
 - wan
Ip string - The master node is bound to the Internet IP address.
 - zone
Id 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_ Sequence[Getinfos Emr Nodes Node Cdb Node Info]  - 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_ strspec  - Floating specification value json string.
 - emr_
resource_ strid  - 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_ strtype  - Resource type: Support all/host/pod, default is all.
 - hw_
disk_ floatsize  - Hard disk capacity.
 - hw_
disk_ strsize_ desc  - Hard disk capacity description.
 - hw_
mem_ floatsize  - Memory capacity.
 - hw_
mem_ strsize_ desc  - Memory capacity description.
 - ip str
 - Intranet IP.
 - is_
auto_ floatrenew  - Renewal logo.
 - is_
dynamic_ floatspec  - Floating specifications, 1 yes, 0 no.
 - mc_
multi_ Sequence[Getdisks Emr Nodes Node Mc Multi Disk]  - 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_ floatpay_ mode  - Whether to support change billing type 1 Yes and 0 No.
 - 
Sequence[Get
Emr Nodes Node Tag]  - 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.
 
- app
Id Number - User APPID.
 - apply
Time String - Application time.
 - auto
Flag Number - Whether it is an autoscaling node, 0 is a normal node, and 1 is an autoscaling node.
 - cdb
Ip String - Database IP.
 - cdb
Node List<Property Map>Infos  - Database information.
 - cdb
Port Number - Database port.
 - charge
Type Number - The type of payment.
 - cpu
Num Number - Number of node cores.
 - destroyable Number
 - Whether this node is destroyable, 1 can be destroyed, 0 is not destroyable.
 - device
Class String - Device identity.
 - disk
Size String - Hard disk size.
 - dynamic
Pod StringSpec  - Floating specification value json string.
 - emr
Resource StringId  - Node resource ID.
 - expire
Time String - Expiration time.
 - flag Number
 - Node type. 0: common node; 1: master node; 2: core node; 3: task node.
 - free
Time String - Release time.
 - hardware
Resource StringType  - Resource type: Support all/host/pod, default is all.
 - hw
Disk NumberSize  - Hard disk capacity.
 - hw
Disk StringSize Desc  - Hard disk capacity description.
 - hw
Mem NumberSize  - Memory capacity.
 - hw
Mem StringSize Desc  - Memory capacity description.
 - ip String
 - Intranet IP.
 - is
Auto NumberRenew  - Renewal logo.
 - is
Dynamic NumberSpec  - Floating specifications, 1 yes, 0 no.
 - mc
Multi List<Property Map>Disks  - Multi-cloud disk.
 - mem
Desc String - Node memory description.
 - mem
Size Number - Node memory.
 - mutable Number
 - Supports variations.
 - name
Tag String - Node description.
 - order
No String - Machine instance ID.
 - region
Id Number - The node is located in the region.
 - root
Size Number - The size of the system disk.
 - serial
No String - Serial number.
 - services String
 - Node deployment service.
 - spec String
 - Node specifications.
 - storage
Type Number - Disk type.
 - support
Modify NumberPay Mode  - Whether to support change billing type 1 Yes and 0 No.
 - List<Property Map>
 - The label of the node binding.
 - wan
Ip String - The master node is bound to the Internet IP address.
 - zone
Id Number - Zone where the node is located.
 
GetEmrNodesNodeCdbNodeInfo      
- Apply
Time string - Application time.
 - Expire
Flag bool - Expired id.
 - Expire
Time string - Expiration time.
 - Instance
Name string - DB instance.
 - Ip string
 - Intranet IP.
 - Is
Auto doubleRenew  - Renewal logo.
 - Mem
Size double - Node memory.
 - Pay
Type double - The type of payment.
 - Port double
 - Database port.
 - Region
Id double - The node is located in the region.
 - Serial
No string - Serial number.
 - Service string
 - The service identity.
 - Status double
 - Database status.
 - Volume double
 - The size of the cloud disk.
 - Zone
Id double - Zone where the node is located.
 
- Apply
Time string - Application time.
 - Expire
Flag bool - Expired id.
 - Expire
Time string - Expiration time.
 - Instance
Name string - DB instance.
 - Ip string
 - Intranet IP.
 - Is
Auto float64Renew  - Renewal logo.
 - Mem
Size float64 - Node memory.
 - Pay
Type float64 - The type of payment.
 - Port float64
 - Database port.
 - Region
Id float64 - The node is located in the region.
 - Serial
No string - Serial number.
 - Service string
 - The service identity.
 - Status float64
 - Database status.
 - Volume float64
 - The size of the cloud disk.
 - Zone
Id float64 - Zone where the node is located.
 
- apply
Time String - Application time.
 - expire
Flag Boolean - Expired id.
 - expire
Time String - Expiration time.
 - instance
Name String - DB instance.
 - ip String
 - Intranet IP.
 - is
Auto DoubleRenew  - Renewal logo.
 - mem
Size Double - Node memory.
 - pay
Type Double - The type of payment.
 - port Double
 - Database port.
 - region
Id Double - The node is located in the region.
 - serial
No String - Serial number.
 - service String
 - The service identity.
 - status Double
 - Database status.
 - volume Double
 - The size of the cloud disk.
 - zone
Id Double - Zone where the node is located.
 
- apply
Time string - Application time.
 - expire
Flag boolean - Expired id.
 - expire
Time string - Expiration time.
 - instance
Name string - DB instance.
 - ip string
 - Intranet IP.
 - is
Auto numberRenew  - Renewal logo.
 - mem
Size number - Node memory.
 - pay
Type number - The type of payment.
 - port number
 - Database port.
 - region
Id number - The node is located in the region.
 - serial
No string - Serial number.
 - service string
 - The service identity.
 - status number
 - Database status.
 - volume number
 - The size of the cloud disk.
 - zone
Id 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_ floatrenew  - 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.
 
- apply
Time String - Application time.
 - expire
Flag Boolean - Expired id.
 - expire
Time String - Expiration time.
 - instance
Name String - DB instance.
 - ip String
 - Intranet IP.
 - is
Auto NumberRenew  - Renewal logo.
 - mem
Size Number - Node memory.
 - pay
Type Number - The type of payment.
 - port Number
 - Database port.
 - region
Id Number - The node is located in the region.
 - serial
No String - Serial number.
 - service String
 - The service identity.
 - status Number
 - Database status.
 - volume Number
 - The size of the cloud disk.
 - zone
Id Number - Zone where the node is located.
 
GetEmrNodesNodeMcMultiDisk      
GetEmrNodesNodeTag    
Package Details
- Repository
 - tencentcloud tencentcloudstack/terraform-provider-tencentcloud
 - License
 - Notes
 - This Pulumi package is based on the 
tencentcloudTerraform Provider.