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

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 \ GoldengateConnectionProperties

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

GOLDENGATE_CONNECTION_ROUTING_METHOD_UNSPECIFIED

Value: 0

Default unspecified value.

Generated from protobuf enum GOLDENGATE_CONNECTION_ROUTING_METHOD_UNSPECIFIED = 0;

SHARED_DEPLOYMENT_ENDPOINT

Value: 1

Network 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: 2

A dedicated private endpoint is created in the target VCN subnet for the connection.

Generated from protobuf enum DEDICATED_ENDPOINT = 2;