Reference documentation and code samples for the Oracle Database@Google Cloud V1 API module Google::Cloud::OracleDatabase::V1::PluggableDatabaseProperties::PluggableDatabaseLifecycleState.
The various lifecycle states of the PluggableDatabase.
Constants
PLUGGABLE_DATABASE_LIFECYCLE_STATE_UNSPECIFIED
value: 0
The lifecycle state is unspecified.
PROVISIONING
value: 1
The pluggable database is provisioning.
AVAILABLE
value: 2
The pluggable database is available.
TERMINATING
value: 3
The pluggable database is terminating.
TERMINATED
value: 4
The pluggable database is terminated.
UPDATING
value: 5
The pluggable database is updating.
FAILED
value: 6
The pluggable database is in a failed state.
RELOCATING
value: 7
The pluggable database is relocating.
RELOCATED
value: 8
The pluggable database is relocated.
REFRESHING
value: 9
The pluggable database is refreshing.
RESTORE_IN_PROGRESS
value: 10
The pluggable database is restoring.
RESTORE_FAILED
value: 11
The pluggable database restore failed.
BACKUP_IN_PROGRESS
value: 12
The pluggable database is backing up.
DISABLED
value: 13
The pluggable database is disabled.