Module: Google::Cloud::OracleDatabase::V1::OdbSubnet::State

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

Overview

The various lifecycle states of the ODB Subnet.

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