Reference documentation and code samples for the Google Cloud Network Management V1 Client class RoutingType.
Types of VPN routing policy. For details, refer to Networks and Tunnel routing.
Protobuf type google.cloud.networkmanagement.v1.VpnTunnelInfo.RoutingType
Namespace
Google \ Cloud \ NetworkManagement \ V1 \ VpnTunnelInfoMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
ROUTING_TYPE_UNSPECIFIED
Value: 0Unspecified type. Default value.
Generated from protobuf enum ROUTING_TYPE_UNSPECIFIED = 0;
ROUTE_BASED
Value: 1Route based VPN.
Generated from protobuf enum ROUTE_BASED = 1;
POLICY_BASED
Value: 2Policy based routing.
Generated from protobuf enum POLICY_BASED = 2;
DYNAMIC
Value: 3Dynamic (BGP) routing.
Generated from protobuf enum DYNAMIC = 3;