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 {
readonly localGatewayInterface?: number;
readonly peerGatewayInterface?: number;
readonly tunnelUrl?: string;
}

§Properties

§
readonly localGatewayInterface?: number
[src]

Output only. The VPN gateway interface this VPN tunnel is associated with.

§
readonly peerGatewayInterface?: number
[src]

Output only. 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.

§
readonly tunnelUrl?: string
[src]

Output only. URL reference to the VPN tunnel.