Module: Google::Cloud::OracleDatabase::V1::CloudVmClusterProperties::State

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

Overview

The various lifecycle states of the VM cluster.

Constant Summary collapse

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