Module: Google::Cloud::OracleDatabase::V1::ExadbVmClusterProperties::ExadbVmClusterLifecycleState

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

Overview

The various lifecycle states of the VM cluster.

Constant Summary collapse

EXADB_VM_CLUSTER_LIFECYCLE_STATE_UNSPECIFIED =

Default unspecified value.

0
PROVISIONING =

Indicates that the resource is in provisioning state.

1
AVAILABLE =

Indicates that the resource is in available state.

2
UPDATING =

Indicates that the resource is in updating state.

3
TERMINATING =

Indicates that the resource is in terminating state.

4
TERMINATED =

Indicates that the resource is in terminated state.

5
FAILED =

Indicates that the resource is in failed state.

6
MAINTENANCE_IN_PROGRESS =

Indicates that the resource is in maintenance in progress state.

7