Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class State.
The various lifecycle states of the Autonomous Database.
Protobuf type google.cloud.oracledatabase.v1.State
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
Default unspecified value.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
PROVISIONING
Value: 1
Indicates that the Autonomous Database is in provisioning state.
Generated from protobuf enum PROVISIONING = 1;
AVAILABLE
Value: 2
Indicates that the Autonomous Database is in available state.
Generated from protobuf enum AVAILABLE = 2;
STOPPING
Value: 3
Indicates that the Autonomous Database is in stopping state.
Generated from protobuf enum STOPPING = 3;
STOPPED
Value: 4
Indicates that the Autonomous Database is in stopped state.
Generated from protobuf enum STOPPED = 4;
STARTING
Value: 5
Indicates that the Autonomous Database is in starting state.
Generated from protobuf enum STARTING = 5;
TERMINATING
Value: 6
Indicates that the Autonomous Database is in terminating state.
Generated from protobuf enum TERMINATING = 6;
TERMINATED
Value: 7
Indicates that the Autonomous Database is in terminated state.
Generated from protobuf enum TERMINATED = 7;
UNAVAILABLE
Value: 8
Indicates that the Autonomous Database is in unavailable state.
Generated from protobuf enum UNAVAILABLE = 8;
RESTORE_IN_PROGRESS
Value: 9
Indicates that the Autonomous Database restore is in progress.
Generated from protobuf enum RESTORE_IN_PROGRESS = 9;
RESTORE_FAILED
Value: 10
Indicates that the Autonomous Database failed to restore.
Generated from protobuf enum RESTORE_FAILED = 10;
BACKUP_IN_PROGRESS
Value: 11
Indicates that the Autonomous Database backup is in progress.
Generated from protobuf enum BACKUP_IN_PROGRESS = 11;
SCALE_IN_PROGRESS
Value: 12
Indicates that the Autonomous Database scale is in progress.
Generated from protobuf enum SCALE_IN_PROGRESS = 12;
AVAILABLE_NEEDS_ATTENTION
Value: 13
Indicates that the Autonomous Database is available but needs attention state.
Generated from protobuf enum AVAILABLE_NEEDS_ATTENTION = 13;
UPDATING
Value: 14
Indicates that the Autonomous Database is in updating state.
Generated from protobuf enum UPDATING = 14;
MAINTENANCE_IN_PROGRESS
Value: 15
Indicates that the Autonomous Database's maintenance is in progress state.
Generated from protobuf enum MAINTENANCE_IN_PROGRESS = 15;
RESTARTING
Value: 16
Indicates that the Autonomous Database is in restarting state.
Generated from protobuf enum RESTARTING = 16;
RECREATING
Value: 17
Indicates that the Autonomous Database is in recreating state.
Generated from protobuf enum RECREATING = 17;
ROLE_CHANGE_IN_PROGRESS
Value: 18
Indicates that the Autonomous Database's role change is in progress state.
Generated from protobuf enum ROLE_CHANGE_IN_PROGRESS = 18;
UPGRADING
Value: 19
Indicates that the Autonomous Database is in upgrading state.
Generated from protobuf enum UPGRADING = 19;
INACCESSIBLE
Value: 20
Indicates that the Autonomous Database is in inaccessible state.
Generated from protobuf enum INACCESSIBLE = 20;
STANDBY
Value: 21
Indicates that the Autonomous Database is in standby state.
Generated from protobuf enum STANDBY = 21;