Google Cloud Net App V1 Client - Class ServiceLevel (0.3.1)

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

The service level of a storage pool and its volumes.

Protobuf type google.cloud.netapp.v1.ServiceLevel

Namespace

Google \ Cloud \ NetApp \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SERVICE_LEVEL_UNSPECIFIED

Value: 0

Unspecified service level.

Generated from protobuf enum SERVICE_LEVEL_UNSPECIFIED = 0;

PREMIUM

Value: 1

Premium service level.

Generated from protobuf enum PREMIUM = 1;

EXTREME

Value: 2

Extreme service level.

Generated from protobuf enum EXTREME = 2;

STANDARD

Value: 3

Standard service level.

Generated from protobuf enum STANDARD = 3;

FLEX

Value: 4

Flex service level.

Generated from protobuf enum FLEX = 4;