routingMethod property

String? routingMethod
getter/setter pair

The routing method for the GoldengateConnection.

Optional. Possible string values are:

  • "GOLDENGATE_CONNECTION_ROUTING_METHOD_UNSPECIFIED" : Default unspecified value.
  • "SHARED_DEPLOYMENT_ENDPOINT" : Network traffic flows from the assigned deployment's private endpoint through the deployment's subnet.
  • "DEDICATED_ENDPOINT" : A dedicated private endpoint is created in the target VCN subnet for the connection.

Implementation

core.String? routingMethod;