Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class GoldengateConnectionLifecycleState.
Possible lifecycle states for connection.
Protobuf type google.cloud.oracledatabase.v1.GoldengateConnectionProperties.GoldengateConnectionLifecycleState
Namespace
Google \ Cloud \ OracleDatabase \ V1 \ GoldengateConnectionPropertiesMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
GOLDENGATE_CONNECTION_LIFECYCLE_STATE_UNSPECIFIED
Value: 0Default unspecified value.
Generated from protobuf enum GOLDENGATE_CONNECTION_LIFECYCLE_STATE_UNSPECIFIED = 0;
CREATING
Value: 1Indicates that the resource is in provisioning state.
Generated from protobuf enum CREATING = 1;
ACTIVE
Value: 2Indicates that the resource is in active state.
Generated from protobuf enum ACTIVE = 2;
UPDATING
Value: 3Indicates that the resource is in updating state.
Generated from protobuf enum UPDATING = 3;
DELETING
Value: 4Indicates that the resource is in deleting state.
Generated from protobuf enum DELETING = 4;
DELETED
Value: 5Indicates that the resource is in deleted state.
Generated from protobuf enum DELETED = 5;
FAILED
Value: 6Indicates that the resource is in failed state.
Generated from protobuf enum FAILED = 6;