bootDiskType property
Input only.
The type of the boot disk attached to this instance, defaults to standard
persistent disk (PD_STANDARD
).
Possible string values are:
- "DISK_TYPE_UNSPECIFIED" : Disk type not set.
- "PD_STANDARD" : Standard persistent disk type.
- "PD_SSD" : SSD persistent disk type.
- "PD_BALANCED" : Balanced persistent disk type.
- "PD_EXTREME" : Extreme persistent disk type.
Implementation
core.String? bootDiskType;