public enum DatabaseProperties.DatabaseLifecycleState extends Enum<DatabaseProperties.DatabaseLifecycleState> implements ProtocolMessageEnumThe various lifecycle states of the Database.
Protobuf enum google.cloud.oracledatabase.v1.DatabaseProperties.DatabaseLifecycleState
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
AVAILABLE |
Indicates that the resource is in available state. |
AVAILABLE_VALUE |
Indicates that the resource is in available state. |
BACKUP_IN_PROGRESS |
Indicates that the resource is in backup in progress state. |
BACKUP_IN_PROGRESS_VALUE |
Indicates that the resource is in backup in progress state. |
CONVERTING |
Indicates that the resource is in converting state. |
CONVERTING_VALUE |
Indicates that the resource is in converting state. |
DATABASE_LIFECYCLE_STATE_UNSPECIFIED |
Default unspecified value. |
DATABASE_LIFECYCLE_STATE_UNSPECIFIED_VALUE |
Default unspecified value. |
FAILED |
Indicates that the resource is in failed state. |
FAILED_VALUE |
Indicates that the resource is in failed state. |
PROVISIONING |
Indicates that the resource is in provisioning state. |
PROVISIONING_VALUE |
Indicates that the resource is in provisioning state. |
RESTORE_FAILED |
Indicates that the resource is in restore failed state. |
RESTORE_FAILED_VALUE |
Indicates that the resource is in restore failed state. |
TERMINATED |
Indicates that the resource is in terminated state. |
TERMINATED_VALUE |
Indicates that the resource is in terminated state. |
TERMINATING |
Indicates that the resource is in terminating state. |
TERMINATING_VALUE |
Indicates that the resource is in terminating state. |
UNRECOGNIZED |
|
UPDATING |
Indicates that the resource is in updating state. |
UPDATING_VALUE |
Indicates that the resource is in updating state. |
UPGRADING |
Indicates that the resource is in upgrading state. |
UPGRADING_VALUE |
Indicates that the resource 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() |
|