Module: Google::Cloud::NetApp::V1::ScaleType

Defined in:
proto_docs/google/cloud/netapp/v1/common.rb

Overview

Defines the scale-type of a UNIFIED Storage Pool.

Constant Summary collapse

SCALE_TYPE_UNSPECIFIED =

Unspecified scale type.

0
SCALE_TYPE_DEFAULT =

Represents standard capacity and performance scale-type. Suitable for general purpose workloads.

1
SCALE_TYPE_SCALEOUT =

Represents higher capacity and performance scale-type. Suitable for more demanding workloads.

2