Show / Hide Table of Contents

Class ClusterHostGroup

Inheritance
System.Object
ClusterHostGroup
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.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class ClusterHostGroup

Fields

View Source

AutoRenew

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

Declaration
public readonly bool? AutoRenew
Field Value
Type Description
System.Nullable<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 readonly string ChargeType
Field Value
Type Description
System.String
View Source

DiskCapacity

Data disk capacity.

Declaration
public readonly string DiskCapacity
Field Value
Type Description
System.String
View Source

DiskCount

Data disk count.

Declaration
public readonly string DiskCount
Field Value
Type Description
System.String
View Source

DiskType

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

Declaration
public readonly string DiskType
Field Value
Type Description
System.String
View Source

GpuDriver

Declaration
public readonly string GpuDriver
Field Value
Type Description
System.String
View Source

HostGroupName

host group name.

Declaration
public readonly string HostGroupName
Field Value
Type Description
System.String
View Source

HostGroupType

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

Declaration
public readonly string HostGroupType
Field Value
Type Description
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 readonly string InstanceList
Field Value
Type Description
System.String
View Source

InstanceType

Host Ecs instance type.

Declaration
public readonly string InstanceType
Field Value
Type Description
System.String
View Source

NodeCount

Host number in this group.

Declaration
public readonly string NodeCount
Field Value
Type Description
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 readonly int? Period
Field Value
Type Description
System.Nullable<System.Int32>
View Source

SysDiskCapacity

System disk capacity.

Declaration
public readonly string SysDiskCapacity
Field Value
Type Description
System.String
View Source

SysDiskType

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

Declaration
public readonly string SysDiskType
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.