public enum Volume.State extends Enum<Volume.State> implements ProtocolMessageEnum
The volume states
Protobuf enum google.cloud.netapp.v1.Volume.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CREATING |
Volume State is Creating |
CREATING_VALUE |
Volume State is Creating |
DELETING |
Volume State is Deleting |
DELETING_VALUE |
Volume State is Deleting |
DISABLED |
Volume State is Disabled |
DISABLED_VALUE |
Volume State is Disabled |
ERROR |
Volume State is Error |
ERROR_VALUE |
Volume State is Error |
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_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. |
READY |
Volume State is Ready |
READY_VALUE |
Volume State is Ready |
READ_ONLY |
Volume State is Read Only |
READ_ONLY_VALUE |
Volume State is Read Only |
RESTORING |
Volume State is Restoring |
RESTORING_VALUE |
Volume State is Restoring |
STATE_UNSPECIFIED |
Unspecified Volume State |
STATE_UNSPECIFIED_VALUE |
Unspecified Volume State |
UNRECOGNIZED |
|
UPDATING |
Volume State is Updating |
UPDATING_VALUE |
Volume State is Updating |
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() |