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.