Enum GoldengateConnectionProperties.GoldengateConnectionRoutingMethod (0.42.0)

public enum GoldengateConnectionProperties.GoldengateConnectionRoutingMethod extends Enum<GoldengateConnectionProperties.GoldengateConnectionRoutingMethod> implements ProtocolMessageEnum

The various routing methods of the GoldengateConnection.

Protobuf enum google.cloud.oracledatabase.v1.GoldengateConnectionProperties.GoldengateConnectionRoutingMethod

Implements

ProtocolMessageEnum

Static Fields

Name Description
DEDICATED_ENDPOINT

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

DEDICATED_ENDPOINT = 2;

DEDICATED_ENDPOINT_VALUE

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

DEDICATED_ENDPOINT = 2;

GOLDENGATE_CONNECTION_ROUTING_METHOD_UNSPECIFIED

Default unspecified value.

GOLDENGATE_CONNECTION_ROUTING_METHOD_UNSPECIFIED = 0;

GOLDENGATE_CONNECTION_ROUTING_METHOD_UNSPECIFIED_VALUE

Default unspecified value.

GOLDENGATE_CONNECTION_ROUTING_METHOD_UNSPECIFIED = 0;

SHARED_DEPLOYMENT_ENDPOINT

Network traffic flows from the assigned deployment's private endpoint through the deployment's subnet.

SHARED_DEPLOYMENT_ENDPOINT = 1;

SHARED_DEPLOYMENT_ENDPOINT_VALUE

Network traffic flows from the assigned deployment's private endpoint through the deployment's subnet.

SHARED_DEPLOYMENT_ENDPOINT = 1;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()