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

VpnGatewayStatusTunnel

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

Contains some information about a VPN tunnel.

interface VpnGatewayStatusTunnel {
localGatewayInterface?: number;
peerGatewayInterface?: number;
tunnelUrl?: string;
}

§Properties

§
localGatewayInterface?: number
[src]

The VPN gateway interface this VPN tunnel is associated with.

§
peerGatewayInterface?: number
[src]

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.

§
tunnelUrl?: string
[src]

URL reference to the VPN tunnel.