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

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

Overview

The various lifecycle states of the Exadata Infrastructure.

Constant Summary collapse

STATE_UNSPECIFIED =

Default unspecified value.

0
PROVISIONING =

The Exadata Infrastructure is being provisioned.

1
AVAILABLE =

The Exadata Infrastructure is available for use.

2
UPDATING =

The Exadata Infrastructure is being updated.

3
TERMINATING =

The Exadata Infrastructure is being terminated.

4
TERMINATED =

The Exadata Infrastructure is terminated.

5
FAILED =

The Exadata Infrastructure is in failed state.

6
MAINTENANCE_IN_PROGRESS =

The Exadata Infrastructure is in maintenance.

7