Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class GoldengateConnectionRoutingMethod.
The various routing methods of the GoldengateConnection.
Protobuf type google.cloud.oracledatabase.v1.GoldengateConnectionProperties.GoldengateConnectionRoutingMethod
Namespace
Google \ Cloud \ OracleDatabase \ V1 \ GoldengateConnectionPropertiesMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
GOLDENGATE_CONNECTION_ROUTING_METHOD_UNSPECIFIED
Value: 0Default unspecified value.
Generated from protobuf enum GOLDENGATE_CONNECTION_ROUTING_METHOD_UNSPECIFIED = 0;
SHARED_DEPLOYMENT_ENDPOINT
Value: 1Network traffic flows from the assigned deployment's private endpoint through the deployment's subnet.
Generated from protobuf enum SHARED_DEPLOYMENT_ENDPOINT = 1;
DEDICATED_ENDPOINT
Value: 2A dedicated private endpoint is created in the target VCN subnet for the connection.
Generated from protobuf enum DEDICATED_ENDPOINT = 2;