scaleType property
The scale type of the storage pool.
Defaults to SCALE_TYPE_DEFAULT if not specified.
Optional. Possible string values are:
- "SCALE_TYPE_UNSPECIFIED" : Unspecified scale type.
- "SCALE_TYPE_DEFAULT" : Represents standard capacity and performance scale-type. Suitable for general purpose workloads.
- "SCALE_TYPE_SCALEOUT" : Represents higher capacity and performance scale-type. Suitable for more demanding workloads.
Implementation
core.String? scaleType;