public enum PluggableDatabaseProperties.PluggableDatabaseLifecycleState extends Enum<PluggableDatabaseProperties.PluggableDatabaseLifecycleState> implements ProtocolMessageEnumThe various lifecycle states of the PluggableDatabase.
Protobuf enum
google.cloud.oracledatabase.v1.PluggableDatabaseProperties.PluggableDatabaseLifecycleState
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
AVAILABLE |
The pluggable database is available. |
AVAILABLE_VALUE |
The pluggable database is available. |
BACKUP_IN_PROGRESS |
The pluggable database is backing up. |
BACKUP_IN_PROGRESS_VALUE |
The pluggable database is backing up. |
DISABLED |
The pluggable database is disabled. |
DISABLED_VALUE |
The pluggable database is disabled. |
FAILED |
The pluggable database is in a failed state. |
FAILED_VALUE |
The pluggable database is in a failed state. |
PLUGGABLE_DATABASE_LIFECYCLE_STATE_UNSPECIFIED |
The lifecycle state is unspecified. |
PLUGGABLE_DATABASE_LIFECYCLE_STATE_UNSPECIFIED_VALUE |
The lifecycle state is unspecified. |
PROVISIONING |
The pluggable database is provisioning. |
PROVISIONING_VALUE |
The pluggable database is provisioning. |
REFRESHING |
The pluggable database is refreshing. |
REFRESHING_VALUE |
The pluggable database is refreshing. |
RELOCATED |
The pluggable database is relocated. |
RELOCATED_VALUE |
The pluggable database is relocated. |
RELOCATING |
The pluggable database is relocating. |
RELOCATING_VALUE |
The pluggable database is relocating. |
RESTORE_FAILED |
The pluggable database restore failed. |
RESTORE_FAILED_VALUE |
The pluggable database restore failed. |
RESTORE_IN_PROGRESS |
The pluggable database is restoring. |
RESTORE_IN_PROGRESS_VALUE |
The pluggable database is restoring. |
TERMINATED |
The pluggable database is terminated. |
TERMINATED_VALUE |
The pluggable database is terminated. |
TERMINATING |
The pluggable database is terminating. |
TERMINATING_VALUE |
The pluggable database is terminating. |
UNRECOGNIZED |
|
UPDATING |
The pluggable database is updating. |
UPDATING_VALUE |
The pluggable database 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() |
|