Google Cloud Net App V1 Client - Class ScaleType (1.12.0)

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 \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SCALE_TYPE_UNSPECIFIED

Value: 0

Unspecified scale type.

Generated from protobuf enum SCALE_TYPE_UNSPECIFIED = 0;

SCALE_TYPE_DEFAULT

Value: 1

Represents standard capacity and performance scale-type.

Suitable for general purpose workloads.

Generated from protobuf enum SCALE_TYPE_DEFAULT = 1;

SCALE_TYPE_SCALEOUT

Value: 2

Represents higher capacity and performance scale-type.

Suitable for more demanding workloads.

Generated from protobuf enum SCALE_TYPE_SCALEOUT = 2;