VpnGatewayStatusTunnel(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Contains some information about a VPN tunnel.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
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 a Google Cloud 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 .
|