Module: Google::Cloud::OracleDatabase::V1::GoldengateConnectionAssignmentProperties::State

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

Overview

Possible lifecycle states for connection assignments.

Constant Summary collapse

STATE_UNSPECIFIED =

Lifecycle state is unspecified.

0
CREATING =

Connection assignment is being created.

1
ACTIVE =

Connection assignment is active.

2
FAILED =

Connection assignment failed.

3
UPDATING =

Connection assignment is being updated.

4
DELETING =

Connection assignment is being deleted.

5