Google Cloud Net App V1 Client - Class State (1.4.0)

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

Quota Rule states

Protobuf type google.cloud.netapp.v1.QuotaRule.State

Namespace

Google \ Cloud \ NetApp \ V1 \ QuotaRule

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Unspecified state for quota rule

Generated from protobuf enum STATE_UNSPECIFIED = 0;

CREATING

Value: 1

Quota rule is creating

Generated from protobuf enum CREATING = 1;

UPDATING

Value: 2

Quota rule is updating

Generated from protobuf enum UPDATING = 2;

DELETING

Value: 3

Quota rule is deleting

Generated from protobuf enum DELETING = 3;

READY

Value: 4

Quota rule is ready

Generated from protobuf enum READY = 4;

ERROR

Value: 5

Quota rule is in error state.

Generated from protobuf enum ERROR = 5;