Cluster Host Group
data class ClusterHostGroup(val autoRenew: Boolean? = null, val chargeType: String? = null, val decommissionTimeout: Int? = null, val diskCapacity: String? = null, val diskCount: String? = null, val diskType: String? = null, val enableGracefulDecommission: Boolean? = null, val gpuDriver: String? = null, val hostGroupName: String? = null, val hostGroupType: String? = null, val instanceList: String? = null, val instanceType: String? = null, val nodeCount: String? = null, val period: Int? = null, val sysDiskCapacity: String? = null, val sysDiskType: String? = null)
Constructors
Link copied to clipboard
constructor(autoRenew: Boolean? = null, chargeType: String? = null, decommissionTimeout: Int? = null, diskCapacity: String? = null, diskCount: String? = null, diskType: String? = null, enableGracefulDecommission: Boolean? = null, gpuDriver: String? = null, hostGroupName: String? = null, hostGroupType: String? = null, instanceList: String? = null, instanceType: String? = null, nodeCount: String? = null, period: Int? = null, sysDiskCapacity: String? = null, sysDiskType: String? = null)
Properties
Link copied to clipboard
Charge Type for this cluster. Supported value: PostPaid or PrePaid. Default value: PostPaid.
Link copied to clipboard
Graceful decommission timeout, unit: seconds.
Link copied to clipboard
Data disk capacity.
Link copied to clipboard
Enable hadoop cluster of task node graceful decommission, ’true’ or ‘false’ . Default value: false.
Link copied to clipboard
host group name.
Link copied to clipboard
host group type, supported value: MASTER, CORE or TASK, supported 'GATEWAY' available in 1.61.0+.
Link copied to clipboard
Instance list for cluster scale down. This value follows the json format, e.g. "instance_id1","instance_id2". escape character for " is \".
Link copied to clipboard
Host Ecs instance type.
Link copied to clipboard
System disk capacity.
Link copied to clipboard
System disk type. Supported value: cloud,cloud_efficiency,cloud_ssd,cloud_essd.