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: 0The default value. This value should never be used.
Generated from protobuf enum ROUTING_MODE_UNSPECIFIED = 0;
PBGLOBAL
Value: 1Global Routing Mode
Generated from protobuf enum GLOBAL = 1;
REGIONAL
Value: 2Regional Routing Mode
Generated from protobuf enum REGIONAL = 2;