VpnTunnelInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)
For display only. Metadata associated with a Compute Engine VPN tunnel.
Attributes | |
---|---|
Name | Description |
display_name |
str
Name of a VPN tunnel. |
uri |
str
URI of a VPN tunnel. |
source_gateway |
str
URI of the VPN gateway at local end of the tunnel. |
remote_gateway |
str
URI of a VPN gateway at remote end of the tunnel. |
remote_gateway_ip |
str
Remote VPN gateway's IP address. |
source_gateway_ip |
str
Local VPN gateway's IP address. |
network_uri |
str
URI of a Compute Engine network where the VPN tunnel is configured. |
region |
str
Name of a Google Cloud region where this VPN tunnel is configured. |
routing_type |
google.cloud.network_management_v1.types.VpnTunnelInfo.RoutingType
Type of the routing policy. |
Classes
RoutingType
RoutingType(value)
Types of VPN routing policy. For details, refer to Networks and
Tunnel
routing <https://cloud.google.com/network-connectivity/docs/vpn/concepts/choosing-networks-routing/>
__.
Values: ROUTING_TYPE_UNSPECIFIED (0): Unspecified type. Default value. ROUTE_BASED (1): Route based VPN. POLICY_BASED (2): Policy based routing. DYNAMIC (3): Dynamic (BGP) routing.