Enum QuotaRule.State (0.37.0)

public enum QuotaRule.State extends Enum<QuotaRule.State> implements ProtocolMessageEnum

Quota Rule states

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
CREATING

Quota rule is creating

CREATING = 1;

CREATING_VALUE

Quota rule is creating

CREATING = 1;

DELETING

Quota rule is deleting

DELETING = 3;

DELETING_VALUE

Quota rule is deleting

DELETING = 3;

ERROR

Quota rule is in error state.

ERROR = 5;

ERROR_VALUE

Quota rule is in error state.

ERROR = 5;

READY

Quota rule is ready

READY = 4;

READY_VALUE

Quota rule is ready

READY = 4;

STATE_UNSPECIFIED

Unspecified state for quota rule

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Unspecified state for quota rule

STATE_UNSPECIFIED = 0;

UNRECOGNIZED
UPDATING

Quota rule is updating

UPDATING = 2;

UPDATING_VALUE

Quota rule is updating

UPDATING = 2;

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()