Enum Volume.State (0.8.0)

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

The volume states

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CREATING

Volume State is Creating

CREATING = 2;

CREATING_VALUE

Volume State is Creating

CREATING = 2;

DELETING

Volume State is Deleting

DELETING = 3;

DELETING_VALUE

Volume State is Deleting

DELETING = 3;

DISABLED

Volume State is Disabled

DISABLED = 6;

DISABLED_VALUE

Volume State is Disabled

DISABLED = 6;

ERROR

Volume State is Error

ERROR = 7;

ERROR_VALUE

Volume State is Error

ERROR = 7;

READY

Volume State is Ready

READY = 1;

READY_VALUE

Volume State is Ready

READY = 1;

RESTORING

Volume State is Restoring

RESTORING = 5;

RESTORING_VALUE

Volume State is Restoring

RESTORING = 5;

STATE_UNSPECIFIED

Unspecified Volume State

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Unspecified Volume State

STATE_UNSPECIFIED = 0;

UNRECOGNIZED
UPDATING

Volume State is Updating

UPDATING = 4;

UPDATING_VALUE

Volume State is Updating

UPDATING = 4;

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()