Google Cloud Oracle Database V1 Client - Class State (0.1.0)

Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class State.

The various lifecycle states of the Exadata Infrastructure.

Protobuf type google.cloud.oracledatabase.v1.CloudExadataInfrastructureProperties.State

Namespace

Google \ Cloud \ OracleDatabase \ V1 \ CloudExadataInfrastructureProperties

Methods

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

The Exadata Infrastructure is being provisioned.

Generated from protobuf enum PROVISIONING = 1;

AVAILABLE

Value: 2

The Exadata Infrastructure is available for use.

Generated from protobuf enum AVAILABLE = 2;

UPDATING

Value: 3

The Exadata Infrastructure is being updated.

Generated from protobuf enum UPDATING = 3;

TERMINATING

Value: 4

The Exadata Infrastructure is being terminated.

Generated from protobuf enum TERMINATING = 4;

TERMINATED

Value: 5

The Exadata Infrastructure is terminated.

Generated from protobuf enum TERMINATED = 5;

FAILED

Value: 6

The Exadata Infrastructure is in failed state.

Generated from protobuf enum FAILED = 6;

MAINTENANCE_IN_PROGRESS

Value: 7

The Exadata Infrastructure is in maintenance.

Generated from protobuf enum MAINTENANCE_IN_PROGRESS = 7;