Google Cloud Oracle Database V1 Client - Class DatabaseLifecycleState (0.8.0)

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 \ DatabaseProperties

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

DATABASE_LIFECYCLE_STATE_UNSPECIFIED

Value: 0

Default unspecified value.

Generated from protobuf enum DATABASE_LIFECYCLE_STATE_UNSPECIFIED = 0;

PROVISIONING

Value: 1

Indicates that the resource is in provisioning state.

Generated from protobuf enum PROVISIONING = 1;

AVAILABLE

Value: 2

Indicates that the resource is in available state.

Generated from protobuf enum AVAILABLE = 2;

UPDATING

Value: 3

Indicates that the resource is in updating state.

Generated from protobuf enum UPDATING = 3;

BACKUP_IN_PROGRESS

Value: 4

Indicates that the resource is in backup in progress state.

Generated from protobuf enum BACKUP_IN_PROGRESS = 4;

UPGRADING

Value: 5

Indicates that the resource is in upgrading state.

Generated from protobuf enum UPGRADING = 5;

CONVERTING

Value: 6

Indicates that the resource is in converting state.

Generated from protobuf enum CONVERTING = 6;

TERMINATING

Value: 7

Indicates that the resource is in terminating state.

Generated from protobuf enum TERMINATING = 7;

TERMINATED

Value: 8

Indicates that the resource is in terminated state.

Generated from protobuf enum TERMINATED = 8;

RESTORE_FAILED

Value: 9

Indicates that the resource is in restore failed state.

Generated from protobuf enum RESTORE_FAILED = 9;

FAILED

Value: 10

Indicates that the resource is in failed state.

Generated from protobuf enum FAILED = 10;