public enum BackupPolicy.State extends Enum<BackupPolicy.State> implements ProtocolMessageEnum
Protobuf enum google.cloud.netapp.v1.BackupPolicy.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CREATING |
BackupPolicy is being created. |
CREATING_VALUE |
BackupPolicy is being created. |
DELETING |
BackupPolicy is being deleted. |
DELETING_VALUE |
BackupPolicy is being deleted. |
ERROR |
BackupPolicy is not valid and cannot be used. |
ERROR_VALUE |
BackupPolicy is not valid and cannot be used. |
READY |
BackupPolicy is available for use. |
READY_VALUE |
BackupPolicy is available for use. |
STATE_UNSPECIFIED |
State not set. |
STATE_UNSPECIFIED_VALUE |
State not set. |
UNRECOGNIZED |
|
UPDATING |
BackupPolicy is being updated. |
UPDATING_VALUE |
BackupPolicy is being updated. |
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() |