Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

VpnGatewayInfo

import type { VpnGatewayInfo } from "https://googleapis.deno.dev/v1/networkmanagement:v1.ts";

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

interface VpnGatewayInfo {
displayName?: string;
ipAddress?: string;
networkUri?: string;
region?: string;
uri?: string;
vpnTunnelUri?: string;
}

§Properties

§
displayName?: string
[src]

Name of a VPN gateway.

§
ipAddress?: string
[src]

IP address of the VPN gateway.

§
networkUri?: string
[src]

URI of a Compute Engine network where the VPN gateway is configured.

§
region?: string
[src]

Name of a Google Cloud region where this VPN gateway is configured.

§
uri?: string
[src]

URI of a VPN gateway.

§
vpnTunnelUri?: string
[src]

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.