storageType property

String? storageType
getter/setter pair

The storage type for this volume. 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;