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

VpnTunnelInfo

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

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

interface VpnTunnelInfo {
displayName?: string;
networkUri?: string;
region?: string;
remoteGateway?: string;
remoteGatewayIp?: string;
routingType?:
| "ROUTING_TYPE_UNSPECIFIED"
| "ROUTE_BASED"
| "POLICY_BASED"
| "DYNAMIC";
sourceGateway?: string;
sourceGatewayIp?: string;
uri?: string;
}

§Properties

§
displayName?: string
[src]

Name of a VPN tunnel.

§
networkUri?: string
[src]

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

§
region?: string
[src]

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

§
remoteGateway?: string
[src]

URI of a VPN gateway at remote end of the tunnel.

§
remoteGatewayIp?: string
[src]

Remote VPN gateway's IP address.

§
routingType?: "ROUTING_TYPE_UNSPECIFIED" | "ROUTE_BASED" | "POLICY_BASED" | "DYNAMIC"
[src]

Type of the routing policy.

§
sourceGateway?: string
[src]

URI of the VPN gateway at local end of the tunnel.

§
sourceGatewayIp?: string
[src]

Local VPN gateway's IP address.

§
uri?: string
[src]

URI of a VPN tunnel.