public enum DbServerProperties.State extends Enum<DbServerProperties.State> implements ProtocolMessageEnum
The various lifecycle states of the database server.
Protobuf enum google.cloud.oracledatabase.v1.DbServerProperties.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
AVAILABLE |
Indicates that the resource is in available state. |
AVAILABLE_VALUE |
Indicates that the resource is in available state. |
CREATING |
Indicates that the resource is in creating state. |
CREATING_VALUE |
Indicates that the resource is in creating state. |
DELETED |
Indicates that the resource is in deleted state. |
DELETED_VALUE |
Indicates that the resource is in deleted state. |
DELETING |
Indicates that the resource is in deleting state. |
DELETING_VALUE |
Indicates that the resource is in deleting state. |
STATE_UNSPECIFIED |
Default unspecified value. |
STATE_UNSPECIFIED_VALUE |
Default unspecified value. |
UNAVAILABLE |
Indicates that the resource is in unavailable state. |
UNAVAILABLE_VALUE |
Indicates that the resource is in unavailable state. |
UNRECOGNIZED |
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() |