diskType property
Indicates the type of the disk.
Optional. 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? diskType;