defaultStorageType property
The type of storage used by this cluster to serve its parent instance's tables, unless explicitly overridden.
Immutable. Possible string values are:
- "STORAGE_TYPE_UNSPECIFIED" : The user did not specify a storage type.
- "SSD" : Flash (SSD) storage should be used.
- "HDD" : Magnetic drive (HDD) storage should be used.
Implementation
core.String? defaultStorageType;