Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class DatabaseLifecycleState.
The various lifecycle states of the Database.
Protobuf type google.cloud.oracledatabase.v1.DatabaseProperties.DatabaseLifecycleState
Namespace
Google \ Cloud \ OracleDatabase \ V1 \ DatabasePropertiesMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
DATABASE_LIFECYCLE_STATE_UNSPECIFIED
Value: 0Default unspecified value.
Generated from protobuf enum DATABASE_LIFECYCLE_STATE_UNSPECIFIED = 0;
PROVISIONING
Value: 1Indicates that the resource is in provisioning state.
Generated from protobuf enum PROVISIONING = 1;
AVAILABLE
Value: 2Indicates that the resource is in available state.
Generated from protobuf enum AVAILABLE = 2;
UPDATING
Value: 3Indicates that the resource is in updating state.
Generated from protobuf enum UPDATING = 3;
BACKUP_IN_PROGRESS
Value: 4Indicates that the resource is in backup in progress state.
Generated from protobuf enum BACKUP_IN_PROGRESS = 4;
UPGRADING
Value: 5Indicates that the resource is in upgrading state.
Generated from protobuf enum UPGRADING = 5;
CONVERTING
Value: 6Indicates that the resource is in converting state.
Generated from protobuf enum CONVERTING = 6;
TERMINATING
Value: 7Indicates that the resource is in terminating state.
Generated from protobuf enum TERMINATING = 7;
TERMINATED
Value: 8Indicates that the resource is in terminated state.
Generated from protobuf enum TERMINATED = 8;
RESTORE_FAILED
Value: 9Indicates that the resource is in restore failed state.
Generated from protobuf enum RESTORE_FAILED = 9;
FAILED
Value: 10Indicates that the resource is in failed state.
Generated from protobuf enum FAILED = 10;