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

VpnGatewayStatusVpnConnection

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

A VPN connection contains all VPN tunnels connected from this VpnGateway to the same peer gateway. The peer gateway could either be an external VPN gateway or a Google Cloud VPN gateway.

interface VpnGatewayStatusVpnConnection {
peerExternalGateway?: string;
peerGcpGateway?: string;
}

§Properties

§
peerExternalGateway?: string
[src]

URL reference to the peer external VPN gateways to which the VPN tunnels in this VPN connection are connected. This field is mutually exclusive with peer_gcp_gateway.

§
peerGcpGateway?: string
[src]

URL reference to the peer side VPN gateways to which the VPN tunnels in this VPN connection are connected. This field is mutually exclusive with peer_gcp_gateway.

§

HighAvailabilityRequirementState for the VPN connection.

§

List of VPN tunnels that are in this VPN connection.