Module: Google::Cloud::OracleDatabase::V1::PluggableDatabaseProperties::PluggableDatabaseLifecycleState

Defined in:
proto_docs/google/cloud/oracledatabase/v1/pluggable_database.rb

Overview

The various lifecycle states of the PluggableDatabase.

Constant Summary collapse

PLUGGABLE_DATABASE_LIFECYCLE_STATE_UNSPECIFIED =

The lifecycle state is unspecified.

0
PROVISIONING =

The pluggable database is provisioning.

1
AVAILABLE =

The pluggable database is available.

2
TERMINATING =

The pluggable database is terminating.

3
TERMINATED =

The pluggable database is terminated.

4
UPDATING =

The pluggable database is updating.

5
FAILED =

The pluggable database is in a failed state.

6
RELOCATING =

The pluggable database is relocating.

7
RELOCATED =

The pluggable database is relocated.

8
REFRESHING =

The pluggable database is refreshing.

9
RESTORE_IN_PROGRESS =

The pluggable database is restoring.

10
RESTORE_FAILED =

The pluggable database restore failed.

11
BACKUP_IN_PROGRESS =

The pluggable database is backing up.

12
DISABLED =

The pluggable database is disabled.

13