ClusterNodeGroupDataDisk

data class ClusterNodeGroupDataDisk(val category: String, val count: Int? = null, val performanceLevel: String? = null, val size: Int)

Constructors

Link copied to clipboard
constructor(category: String, count: Int? = null, performanceLevel: String? = null, size: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of the data disk. Valid values: cloud_efficiency, cloud_essd, cloud, local_hdd_pro, local_disk, local_ssd_pro. NOTE: Since version v1.230.0, the categories cloud, local_hdd_pro, local_disk, local_ssd_pro are available.

Link copied to clipboard
val count: Int? = null

The count of a data disk.

Link copied to clipboard

Worker node data disk performance level, when category values cloud_essd, the optional values are PL0, PL1, PL2 or PL3, but the specific performance level is related to the disk capacity.

Link copied to clipboard
val size: Int

The size of a data disk, at least 40. Unit: GiB.