public enum GoldengateConnectionProperties.GoldengateConnectionRoutingMethod extends Enum<GoldengateConnectionProperties.GoldengateConnectionRoutingMethod> implements ProtocolMessageEnumThe various routing methods of the GoldengateConnection.
Protobuf enum
google.cloud.oracledatabase.v1.GoldengateConnectionProperties.GoldengateConnectionRoutingMethod
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
DEDICATED_ENDPOINT |
A dedicated private endpoint is created in the target VCN subnet for the connection. |
DEDICATED_ENDPOINT_VALUE |
A dedicated private endpoint is created in the target VCN subnet for the connection. |
GOLDENGATE_CONNECTION_ROUTING_METHOD_UNSPECIFIED |
Default unspecified value. |
GOLDENGATE_CONNECTION_ROUTING_METHOD_UNSPECIFIED_VALUE |
Default unspecified value. |
SHARED_DEPLOYMENT_ENDPOINT |
Network traffic flows from the assigned deployment's private endpoint through the deployment's subnet. |
SHARED_DEPLOYMENT_ENDPOINT_VALUE |
Network traffic flows from the assigned deployment's private endpoint through the deployment's subnet. |
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() |
|