Module: Google::Cloud::OracleDatabase::V1::GoldengateConnectionProperties::GoldengateConnectionLifecycleState

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

Overview

Possible lifecycle states for connection.

Constant Summary collapse

GOLDENGATE_CONNECTION_LIFECYCLE_STATE_UNSPECIFIED =

Default unspecified value.

0
CREATING =

Indicates that the resource is in provisioning state.

1
ACTIVE =

Indicates that the resource is in active state.

2
UPDATING =

Indicates that the resource is in updating state.

3
DELETING =

Indicates that the resource is in deleting state.

4
DELETED =

Indicates that the resource is in deleted state.

5
FAILED =

Indicates that the resource is in failed state.

6