Module: Google::Cloud::OracleDatabase::V1::State

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

Overview

The various lifecycle states of the Autonomous Database.

Constant Summary collapse

STATE_UNSPECIFIED =

Default unspecified value.

0
PROVISIONING =

Indicates that the Autonomous Database is in provisioning state.

1
AVAILABLE =

Indicates that the Autonomous Database is in available state.

2
STOPPING =

Indicates that the Autonomous Database is in stopping state.

3
STOPPED =

Indicates that the Autonomous Database is in stopped state.

4
STARTING =

Indicates that the Autonomous Database is in starting state.

5
TERMINATING =

Indicates that the Autonomous Database is in terminating state.

6
TERMINATED =

Indicates that the Autonomous Database is in terminated state.

7
UNAVAILABLE =

Indicates that the Autonomous Database is in unavailable state.

8
RESTORE_IN_PROGRESS =

Indicates that the Autonomous Database restore is in progress.

9
RESTORE_FAILED =

Indicates that the Autonomous Database failed to restore.

10
BACKUP_IN_PROGRESS =

Indicates that the Autonomous Database backup is in progress.

11
SCALE_IN_PROGRESS =

Indicates that the Autonomous Database scale is in progress.

12
AVAILABLE_NEEDS_ATTENTION =

Indicates that the Autonomous Database is available but needs attention state.

13
UPDATING =

Indicates that the Autonomous Database is in updating state.

14
MAINTENANCE_IN_PROGRESS =

Indicates that the Autonomous Database's maintenance is in progress state.

15
RESTARTING =

Indicates that the Autonomous Database is in restarting state.

16
RECREATING =

Indicates that the Autonomous Database is in recreating state.

17
ROLE_CHANGE_IN_PROGRESS =

Indicates that the Autonomous Database's role change is in progress state.

18
UPGRADING =

Indicates that the Autonomous Database is in upgrading state.

19
INACCESSIBLE =

Indicates that the Autonomous Database is in inaccessible state.

20
STANDBY =

Indicates that the Autonomous Database is in standby state.

21