Get Kubernetes Node Pools Nodepool Data Disk
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 data disk. Default value: cloud_efficiency
. Valid values:- cloud
: basic disk.- cloud_efficiency
: ultra disk.- cloud_ssd
: standard SSD.- cloud_essd
: Enterprise SSD (ESSD).- cloud_auto
: ESSD AutoPL disk.- cloud_essd_entry
: ESSD Entry disk.- elastic_ephemeral_disk_premium
: premium elastic ephemeral disk.- elastic_ephemeral_disk_standard
: standard elastic ephemeral disk.
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.
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.