Class PluggableDatabaseLifecycleState (0.6.0)

PluggableDatabaseLifecycleState(value)

The various lifecycle states of the PluggableDatabase.

Enums

Name Description
PLUGGABLE_DATABASE_LIFECYCLE_STATE_UNSPECIFIED The lifecycle state is unspecified.
PROVISIONING The pluggable database is provisioning.
AVAILABLE The pluggable database is available.
TERMINATING The pluggable database is terminating.
TERMINATED The pluggable database is terminated.
UPDATING The pluggable database is updating.
FAILED The pluggable database is in a failed state.
RELOCATING The pluggable database is relocating.
RELOCATED The pluggable database is relocated.
REFRESHING The pluggable database is refreshing.
RESTORE_IN_PROGRESS The pluggable database is restoring.
RESTORE_FAILED The pluggable database restore failed.
BACKUP_IN_PROGRESS The pluggable database is backing up.
DISABLED The pluggable database is disabled.