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