Class VpnGatewayStatusTunnel (1.5.0)

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

Contains some information about a VPN tunnel.

Attributes

NameDescription
local_gateway_interface int
The VPN gateway interface this VPN tunnel is associated with. This field is a member of `oneof`_ ``_local_gateway_interface``.
peer_gateway_interface int
The peer gateway interface this VPN tunnel is connected to, the peer gateway could either be an external VPN gateway or GCP VPN gateway. This field is a member of `oneof`_ ``_peer_gateway_interface``.
tunnel_url str
URL reference to the VPN tunnel. This field is a member of `oneof`_ ``_tunnel_url``.

Inheritance

builtins.object > proto.message.Message > VpnGatewayStatusTunnel