public enum State extends Enum<State> implements ProtocolMessageEnum
The various lifecycle states of the Autonomous Database.
Protobuf enum google.cloud.oracledatabase.v1.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
AVAILABLE |
Indicates that the Autonomous Database is in available state. |
AVAILABLE_NEEDS_ATTENTION |
Indicates that the Autonomous Database is available but needs attention state. |
AVAILABLE_NEEDS_ATTENTION_VALUE |
Indicates that the Autonomous Database is available but needs attention state. |
AVAILABLE_VALUE |
Indicates that the Autonomous Database is in available state. |
BACKUP_IN_PROGRESS |
Indicates that the Autonomous Database backup is in progress. |
BACKUP_IN_PROGRESS_VALUE |
Indicates that the Autonomous Database backup is in progress. |
INACCESSIBLE |
Indicates that the Autonomous Database is in inaccessible state. |
INACCESSIBLE_VALUE |
Indicates that the Autonomous Database is in inaccessible state. |
MAINTENANCE_IN_PROGRESS |
Indicates that the Autonomous Database's maintenance is in progress state. |
MAINTENANCE_IN_PROGRESS_VALUE |
Indicates that the Autonomous Database's maintenance is in progress state. |
PROVISIONING |
Indicates that the Autonomous Database is in provisioning state. |
PROVISIONING_VALUE |
Indicates that the Autonomous Database is in provisioning state. |
RECREATING |
Indicates that the Autonomous Database is in recreating state. |
RECREATING_VALUE |
Indicates that the Autonomous Database is in recreating state. |
RESTARTING |
Indicates that the Autonomous Database is in restarting state. |
RESTARTING_VALUE |
Indicates that the Autonomous Database is in restarting state. |
RESTORE_FAILED |
Indicates that the Autonomous Database failed to restore. |
RESTORE_FAILED_VALUE |
Indicates that the Autonomous Database failed to restore. |
RESTORE_IN_PROGRESS |
Indicates that the Autonomous Database restore is in progress. |
RESTORE_IN_PROGRESS_VALUE |
Indicates that the Autonomous Database restore is in progress. |
ROLE_CHANGE_IN_PROGRESS |
Indicates that the Autonomous Database's role change is in progress state. |
ROLE_CHANGE_IN_PROGRESS_VALUE |
Indicates that the Autonomous Database's role change is in progress state. |
SCALE_IN_PROGRESS |
Indicates that the Autonomous Database scale is in progress. |
SCALE_IN_PROGRESS_VALUE |
Indicates that the Autonomous Database scale is in progress. |
STANDBY |
Indicates that the Autonomous Database is in standby state. |
STANDBY_VALUE |
Indicates that the Autonomous Database is in standby state. |
STARTING |
Indicates that the Autonomous Database is in starting state. |
STARTING_VALUE |
Indicates that the Autonomous Database is in starting state. |
STATE_UNSPECIFIED |
Default unspecified value. |
STATE_UNSPECIFIED_VALUE |
Default unspecified value. |
STOPPED |
Indicates that the Autonomous Database is in stopped state. |
STOPPED_VALUE |
Indicates that the Autonomous Database is in stopped state. |
STOPPING |
Indicates that the Autonomous Database is in stopping state. |
STOPPING_VALUE |
Indicates that the Autonomous Database is in stopping state. |
TERMINATED |
Indicates that the Autonomous Database is in terminated state. |
TERMINATED_VALUE |
Indicates that the Autonomous Database is in terminated state. |
TERMINATING |
Indicates that the Autonomous Database is in terminating state. |
TERMINATING_VALUE |
Indicates that the Autonomous Database is in terminating state. |
UNAVAILABLE |
Indicates that the Autonomous Database is in unavailable state. |
UNAVAILABLE_VALUE |
Indicates that the Autonomous Database is in unavailable state. |
UNRECOGNIZED |
|
UPDATING |
Indicates that the Autonomous Database is in updating state. |
UPDATING_VALUE |
Indicates that the Autonomous Database is in updating state. |
UPGRADING |
Indicates that the Autonomous Database is in upgrading state. |
UPGRADING_VALUE |
Indicates that the Autonomous Database is in upgrading state. |
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() |