Class VpnTunnelInfo (1.5.2)

VpnTunnelInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)

For display only. Metadata associated with a Compute Engine VPN tunnel.

Attributes

NameDescription
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.

Inheritance

builtins.object > proto.message.Message > VpnTunnelInfo

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/>__.