Enum Volume.State (0.34.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

Name Description
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;

PREPARING

Volume State is Preparing. Note that this is different from CREATING where CREATING means the volume is being created, while PREPARING means the volume is created and now being prepared for the replication.

PREPARING = 8;

PREPARING_VALUE

Volume State is Preparing. Note that this is different from CREATING where CREATING means the volume is being created, while PREPARING means the volume is created and now being prepared for the replication.

PREPARING = 8;

READY

Volume State is Ready

READY = 1;

READY_VALUE

Volume State is Ready

READY = 1;

READ_ONLY

Volume State is Read Only

READ_ONLY = 9;

READ_ONLY_VALUE

Volume State is Read Only

READ_ONLY = 9;

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

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()