Class GetDiskTypesArgs
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 GetDiskTypesArgs : InvokeArgs
Constructors
View SourceGetDiskTypesArgs()
Declaration
public GetDiskTypesArgs()
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
The ecs instance type of create emr cluster instance.
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 |
ZoneId
The Zone to create emr cluster instance.
Declaration
public string ZoneId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |