ClusterNodeGroupSystemDiskArgs

data class ClusterNodeGroupSystemDiskArgs(val category: Output<String>, val count: Output<Int>? = null, val performanceLevel: Output<String>? = null, val size: Output<Int>) : ConvertibleToJava<ClusterNodeGroupSystemDiskArgs>

Constructors

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

Properties

Link copied to clipboard
val category: Output<String>

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: Output<Int>? = null

The count of a data disk.

Link copied to clipboard
val performanceLevel: Output<String>? = null

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: Output<Int>

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

Functions

Link copied to clipboard
open override fun toJava(): ClusterNodeGroupSystemDiskArgs