storageType property
The storage type of the underlying volume.
Immutable. Possible string values are:
- "STORAGE_TYPE_UNSPECIFIED" : The storage type for this volume is unknown.
- "SSD" : The storage type for this volume is SSD.
- "HDD" : This storage type for this volume is HDD.
Implementation
core.String? storageType;