Show / Hide Table of Contents

Class GetInstanceTypesArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetInstanceTypesArgs
Inherited Members
InvokeArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.Emr
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetInstanceTypesArgs : InvokeArgs

Constructors

View Source

GetInstanceTypesArgs()

Declaration
public GetInstanceTypesArgs()

Properties

View Source

ClusterType

The cluster type of the emr cluster instance. Possible values: HADOOP, KAFKA, ZOOKEEPER, DRUID.

Declaration
public string ClusterType { get; set; }
Property Value
Type Description
System.String
View Source

DestinationResource

The destination resource of emr cluster instance

Declaration
public string DestinationResource { get; set; }
Property Value
Type Description
System.String
View Source

InstanceChargeType

Filter the results by charge type. Valid values: PrePaid and PostPaid. Default to PostPaid.

Declaration
public string InstanceChargeType { get; set; }
Property Value
Type Description
System.String
View Source

InstanceType

Filter the specific ecs instance type to create emr cluster.

Declaration
public string InstanceType { get; set; }
Property Value
Type Description
System.String
View Source

OutputFile

Declaration
public string OutputFile { get; set; }
Property Value
Type Description
System.String
View Source

SupportLocalStorage

Whether the current storage disk is local or not.

Declaration
public bool? SupportLocalStorage { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
View Source

SupportNodeTypes

The specific supported node type list. Possible values may be any one or combination of these: ["MASTER", "CORE", "TASK", "GATEWAY"]

Declaration
public List<string> SupportNodeTypes { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
View Source

ZoneId

The supported resources of specific zoneId.

Declaration
public string ZoneId { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.