Reference documentation and code samples for the Google Cloud Vmware Engine V1 Client class RoutingMode.
Possible types for RoutingMode
Protobuf type google.cloud.vmwareengine.v1.PrivateConnection.RoutingMode
Namespace
Google \ Cloud \ VmwareEngine \ V1 \ PrivateConnectionMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
ROUTING_MODE_UNSPECIFIED
Value: 0
The default value. This value should never be used.
Generated from protobuf enum ROUTING_MODE_UNSPECIFIED = 0;
PBGLOBAL
Value: 1
Global Routing Mode
Generated from protobuf enum GLOBAL = 1;
REGIONAL
Value: 2
Regional Routing Mode
Generated from protobuf enum REGIONAL = 2;