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:
- 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. 
- HardwareResource 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.
- ResultOutput stringFile 
- 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. 
- HardwareResource 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.
- ResultOutput stringFile 
- 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. 
- hardwareResource 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.
- resultOutput StringFile 
- 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. 
- hardwareResource 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.
- resultOutput 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.
- 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. 
- hardwareResource 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.
- resultOutput StringFile 
- Used to save results.
getEmrNodes Result
The following output properties are available:
- Id string
- InstanceId string
- NodeFlag string
- Nodes
List<GetEmr Nodes Node> 
- List of node details.
- HardwareResource stringType 
- Resource type, host/pod.
- Limit double
- Offset double
- ResultOutput stringFile 
- Id string
- InstanceId string
- NodeFlag string
- Nodes
[]GetEmr Nodes Node 
- List of node details.
- HardwareResource stringType 
- Resource type, host/pod.
- Limit float64
- Offset float64
- ResultOutput stringFile 
- id String
- instanceId String
- nodeFlag String
- nodes
List<GetEmr Nodes Node> 
- List of node details.
- hardwareResource StringType 
- Resource type, host/pod.
- limit Double
- offset Double
- resultOutput StringFile 
- id string
- instanceId string
- nodeFlag string
- nodes
GetEmr Nodes Node[] 
- List of node details.
- hardwareResource stringType 
- Resource type, host/pod.
- limit number
- offset number
- resultOutput stringFile 
- id str
- instance_id str
- node_flag str
- nodes
Sequence[GetEmr Nodes Node] 
- List of node details.
- hardware_resource_ strtype 
- Resource type, host/pod.
- limit float
- offset float
- result_output_ strfile 
- id String
- instanceId String
- nodeFlag String
- nodes List<Property Map>
- List of node details.
- hardwareResource StringType 
- Resource type, host/pod.
- limit Number
- offset Number
- resultOutput StringFile 
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.
- CdbNode List<GetInfos Emr Nodes Node Cdb Node Info> 
- 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.
- DynamicPod stringSpec 
- Floating specification value json string.
- EmrResource stringId 
- 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.
- HardwareResource stringType 
- Resource type: Support all/host/pod, default is all.
- HwDisk doubleSize 
- Hard disk capacity.
- HwDisk stringSize Desc 
- Hard disk capacity description.
- HwMem doubleSize 
- Memory capacity.
- HwMem stringSize Desc 
- Memory capacity description.
- Ip string
- Intranet IP.
- IsAuto doubleRenew 
- Renewal logo.
- IsDynamic doubleSpec 
- Floating specifications, 1 yes, 0 no.
- McMulti List<GetDisks Emr Nodes Node Mc Multi Disk> 
- 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.
- SupportModify doublePay Mode 
- Whether to support change billing type 1 Yes and 0 No.
- 
List<GetEmr Nodes Node Tag> 
- 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.
- CdbNode []GetInfos Emr Nodes Node Cdb Node Info 
- 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.
- DynamicPod stringSpec 
- Floating specification value json string.
- EmrResource stringId 
- 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.
- HardwareResource stringType 
- Resource type: Support all/host/pod, default is all.
- HwDisk float64Size 
- Hard disk capacity.
- HwDisk stringSize Desc 
- Hard disk capacity description.
- HwMem float64Size 
- Memory capacity.
- HwMem stringSize Desc 
- Memory capacity description.
- Ip string
- Intranet IP.
- IsAuto float64Renew 
- Renewal logo.
- IsDynamic float64Spec 
- Floating specifications, 1 yes, 0 no.
- McMulti []GetDisks Emr Nodes Node Mc Multi Disk 
- 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.
- SupportModify float64Pay Mode 
- Whether to support change billing type 1 Yes and 0 No.
- 
[]GetEmr Nodes Node Tag 
- 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.
- cdbNode List<GetInfos Emr Nodes Node Cdb Node Info> 
- 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.
- dynamicPod StringSpec 
- Floating specification value json string.
- emrResource StringId 
- 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.
- hardwareResource StringType 
- Resource type: Support all/host/pod, default is all.
- hwDisk DoubleSize 
- Hard disk capacity.
- hwDisk StringSize Desc 
- Hard disk capacity description.
- hwMem DoubleSize 
- Memory capacity.
- hwMem StringSize Desc 
- Memory capacity description.
- ip String
- Intranet IP.
- isAuto DoubleRenew 
- Renewal logo.
- isDynamic DoubleSpec 
- Floating specifications, 1 yes, 0 no.
- mcMulti List<GetDisks Emr Nodes Node Mc Multi Disk> 
- 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.
- supportModify DoublePay Mode 
- Whether to support change billing type 1 Yes and 0 No.
- 
List<GetEmr Nodes Node Tag> 
- 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.
- cdbNode GetInfos Emr Nodes Node Cdb Node Info[] 
- 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.
- dynamicPod stringSpec 
- Floating specification value json string.
- emrResource stringId 
- 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.
- hardwareResource stringType 
- Resource type: Support all/host/pod, default is all.
- hwDisk numberSize 
- Hard disk capacity.
- hwDisk stringSize Desc 
- Hard disk capacity description.
- hwMem numberSize 
- Memory capacity.
- hwMem stringSize Desc 
- Memory capacity description.
- ip string
- Intranet IP.
- isAuto numberRenew 
- Renewal logo.
- isDynamic numberSpec 
- Floating specifications, 1 yes, 0 no.
- mcMulti GetDisks Emr Nodes Node Mc Multi Disk[] 
- 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.
- supportModify numberPay Mode 
- Whether to support change billing type 1 Yes and 0 No.
- 
GetEmr Nodes Node Tag[] 
- 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_ 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[GetEmr 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.
- 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.
- cdbNode List<Property Map>Infos 
- 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.
- dynamicPod StringSpec 
- Floating specification value json string.
- emrResource StringId 
- 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.
- hardwareResource StringType 
- Resource type: Support all/host/pod, default is all.
- hwDisk NumberSize 
- Hard disk capacity.
- hwDisk StringSize Desc 
- Hard disk capacity description.
- hwMem NumberSize 
- Memory capacity.
- hwMem StringSize Desc 
- Memory capacity description.
- ip String
- Intranet IP.
- isAuto NumberRenew 
- Renewal logo.
- isDynamic NumberSpec 
- Floating specifications, 1 yes, 0 no.
- mcMulti List<Property Map>Disks 
- 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.
- supportModify NumberPay Mode 
- Whether to support change billing type 1 Yes and 0 No.
- 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.
- IsAuto doubleRenew 
- 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.
- IsAuto float64Renew 
- 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.
- isAuto DoubleRenew 
- 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.
- isAuto numberRenew 
- 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_ 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.
- applyTime String
- Application time.
- expireFlag Boolean
- Expired id.
- expireTime String
- Expiration time.
- instanceName String
- DB instance.
- ip String
- Intranet IP.
- isAuto NumberRenew 
- 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      
GetEmrNodesNodeTag    
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the tencentcloudTerraform Provider.