Class ClusterHostGroupArgs
Inheritance
System.Object
ClusterHostGroupArgs
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()
Assembly: Pulumi.AliCloud.dll
public sealed class ClusterHostGroupArgs : ResourceArgs
Constructors
View Source
Declaration
public ClusterHostGroupArgs()
Properties
View Source
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
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
Declaration
public Input<string> DiskCapacity { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> DiskCount { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
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
Declaration
public Input<string> GpuDriver { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> HostGroupName { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
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
Instance list for cluster scale down. This value follows the json format, e.g. ["instance_id1","instance_id2"]. escape character for " is ".
Declaration
public Input<string> InstanceList { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> InstanceType { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Host number in this group.
Declaration
public Input<string> NodeCount { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
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
Declaration
public Input<string> SysDiskCapacity { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
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> |
|