Module: Google::Cloud::OracleDatabase::V1::OdbNetwork::State

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

Overview

The various lifecycle states of the ODB Network.

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
TERMINATING =

Indicates that the resource is in terminating state.

3
FAILED =

Indicates that the resource is in failed state.

4