Node Pool Data Disk Args
Constructors
Properties
Whether to automatically mount the data disk. Valid values: true and false.
The ID of the automatic snapshot policy that you want to apply to the system disk.
Whether the data disk is enabled with Burst (performance Burst). This is configured when the disk type is cloud_auto.
The type of the mounted file system. Works when auto_format is true. Optional value: ext4
, xfs
.
The Mount path. Works when auto_format is true.
The length is 2~128 English or Chinese characters. It must start with an uppercase or lowr letter or a Chinese character and cannot start with http:// or https. Can contain numbers, colons (:), underscores (_), or dashes (-). It will be overwritten if auto_format is set.
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. For more information, see Enhanced SSDs. Default is PL1
.
The read/write IOPS preconfigured for the data disk, which is configured when the disk type is cloud_auto.
The ID of the snapshot that you want to use to create data disk N. Valid values of N: 1 to 16. If you specify this parameter, DataDisk.N.Size is ignored. The size of the disk is the same as the size of the specified snapshot. If you specify a snapshot that is created on or before July 15, 2013, the operation fails and InvalidSnapshot.TooOld is returned.