Class GetInstanceTypesArgs
Inherited Members
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 SourceGetInstanceTypesArgs()
Declaration
public GetInstanceTypesArgs()
Properties
View SourceClusterType
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 |
DestinationResource
The destination resource of emr cluster instance
Declaration
public string DestinationResource { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
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 |
InstanceType
Filter the specific ecs instance type to create emr cluster.
Declaration
public string InstanceType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
OutputFile
Declaration
public string OutputFile { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SupportLocalStorage
Whether the current storage disk is local or not.
Declaration
public bool? SupportLocalStorage { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
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> |
ZoneId
The supported resources of specific zoneId.
Declaration
public string ZoneId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |