Reference documentation and code samples for the Google Cloud Net App V1 Client class ScaleType.
Defines the scale-type of a UNIFIED Storage Pool.
Protobuf type google.cloud.netapp.v1.ScaleType
Namespace
Google \ Cloud \ NetApp \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SCALE_TYPE_UNSPECIFIED
Value: 0Unspecified scale type.
Generated from protobuf enum SCALE_TYPE_UNSPECIFIED = 0;
SCALE_TYPE_DEFAULT
Value: 1Represents standard capacity and performance scale-type.
Suitable for general purpose workloads.
Generated from protobuf enum SCALE_TYPE_DEFAULT = 1;
SCALE_TYPE_SCALEOUT
Value: 2Represents higher capacity and performance scale-type.
Suitable for more demanding workloads.
Generated from protobuf enum SCALE_TYPE_SCALEOUT = 2;