Show / Hide Table of Contents

Class ClusterHostGroupArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterHostGroupArgs
Inherited Members
ResourceArgs.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.Inputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class ClusterHostGroupArgs : ResourceArgs

Constructors

View Source

ClusterHostGroupArgs()

Declaration
public ClusterHostGroupArgs()

Properties

View Source

AutoRenew

Auto renew for prepaid, true of false. Default is false.

Declaration
public Input<bool> AutoRenew { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

ChargeType

Charge Type for this group of hosts: PostPaid or PrePaid. If this is not specified, charge type will follow global charge_type value.

Declaration
public Input<string> ChargeType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DiskCapacity

Data disk capacity.

Declaration
public Input<string> DiskCapacity { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DiskCount

Data disk count.

Declaration
public Input<string> DiskCount { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DiskType

Data disk type. Supported value: cloud,cloud_efficiency,cloud_ssd,local_disk,cloud_essd.

Declaration
public Input<string> DiskType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

GpuDriver

Declaration
public Input<string> GpuDriver { get; set; }
Property Value
Type Description
Input<System.String>
View Source

HostGroupName

host group name.

Declaration
public Input<string> HostGroupName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

HostGroupType

host group type, supported value: MASTER, CORE or TASK, supported 'GATEWAY' available in 1.61.0+.

Declaration
public Input<string> HostGroupType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

InstanceList

Instance list for cluster scale down. This value follows the json format, e.g. ["instance_id1","instance_id2"]. escape character for " is &quot;.

Declaration
public Input<string> InstanceList { get; set; }
Property Value
Type Description
Input<System.String>
View Source

InstanceType

Host Ecs instance type.

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

NodeCount

Host number in this group.

Declaration
public Input<string> NodeCount { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Period

If charge type is PrePaid, this should be specified, unit is month. Supported value: 1、2、3、4、5、6、7、8、9、12、24、36.

Declaration
public Input<int> Period { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

SysDiskCapacity

System disk capacity.

Declaration
public Input<string> SysDiskCapacity { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SysDiskType

System disk type. Supported value: cloud,cloud_efficiency,cloud_ssd,cloud_essd.

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