Class VpnGatewayInfo (1.5.2)

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

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

Attributes

NameDescription
display_name str
Name of a VPN gateway.
uri str
URI of a VPN gateway.
network_uri str
URI of a Compute Engine network where the VPN gateway is configured.
ip_address str
IP address of the VPN gateway.
vpn_tunnel_uri str
A VPN tunnel that is associated with this VPN gateway. There may be multiple VPN tunnels configured on a VPN gateway, and only the one relevant to the test is displayed.
region str
Name of a Google Cloud region where this VPN gateway is configured.

Inheritance

builtins.object > proto.message.Message > VpnGatewayInfo