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