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

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

Possible lifecycle states for connection assignments.

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

Namespace

Google \ Cloud \ OracleDatabase \ V1 \ GoldengateConnectionAssignmentProperties

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Lifecycle state is unspecified.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

CREATING

Value: 1

Connection assignment is being created.

Generated from protobuf enum CREATING = 1;

ACTIVE

Value: 2

Connection assignment is active.

Generated from protobuf enum ACTIVE = 2;

FAILED

Value: 3

Connection assignment failed.

Generated from protobuf enum FAILED = 3;

UPDATING

Value: 4

Connection assignment is being updated.

Generated from protobuf enum UPDATING = 4;

DELETING

Value: 5

Connection assignment is being deleted.

Generated from protobuf enum DELETING = 5;