Google Cloud Net App V1 Client - Class QosType (1.7.0)

Reference documentation and code samples for the Google Cloud Net App V1 Client class QosType.

QoS (Quality of Service) Types of the storage pool

Protobuf type google.cloud.netapp.v1.QosType

Namespace

Google \ Cloud \ NetApp \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

QOS_TYPE_UNSPECIFIED

Value: 0

Unspecified QoS Type

Generated from protobuf enum QOS_TYPE_UNSPECIFIED = 0;

AUTO

Value: 1

QoS Type is Auto

Generated from protobuf enum AUTO = 1;

MANUAL

Value: 2

QoS Type is Manual

Generated from protobuf enum MANUAL = 2;