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 \ GoldengateConnectionAssignmentPropertiesMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Lifecycle state is unspecified.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
CREATING
Value: 1Connection assignment is being created.
Generated from protobuf enum CREATING = 1;
ACTIVE
Value: 2Connection assignment is active.
Generated from protobuf enum ACTIVE = 2;
FAILED
Value: 3Connection assignment failed.
Generated from protobuf enum FAILED = 3;
UPDATING
Value: 4Connection assignment is being updated.
Generated from protobuf enum UPDATING = 4;
DELETING
Value: 5Connection assignment is being deleted.
Generated from protobuf enum DELETING = 5;