Google Cloud Oracle Database V1 Client - Class State (0.8.0)

Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class State.

The various lifecycle states of the ODB Subnet.

Protobuf type google.cloud.oracledatabase.v1.OdbSubnet.State

Namespace

Google \ Cloud \ OracleDatabase \ V1 \ OdbSubnet

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Default unspecified value.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

PROVISIONING

Value: 1

Indicates that the resource is in provisioning state.

Generated from protobuf enum PROVISIONING = 1;

AVAILABLE

Value: 2

Indicates that the resource is in available state.

Generated from protobuf enum AVAILABLE = 2;

TERMINATING

Value: 3

Indicates that the resource is in terminating state.

Generated from protobuf enum TERMINATING = 3;

FAILED

Value: 4

Indicates that the resource is in failed state.

Generated from protobuf enum FAILED = 4;