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

VpnConnectionOptions

import type { VpnConnectionOptions } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";

Describes VPN connection options.

interface VpnConnectionOptions {
EnableAcceleration?: boolean | null;
LocalIpv4NetworkCidr?: string | null;
LocalIpv6NetworkCidr?: string | null;
RemoteIpv4NetworkCidr?: string | null;
RemoteIpv6NetworkCidr?: string | null;
StaticRoutesOnly?: boolean | null;
TunnelInsideIpVersion?: TunnelInsideIpVersion | null;
TunnelOptions: TunnelOption[];
}

§Properties

§
EnableAcceleration?: boolean | null
[src]

Indicates whether acceleration is enabled for the VPN connection.

§
LocalIpv4NetworkCidr?: string | null
[src]

The IPv4 CIDR on the customer gateway (on-premises) side of the VPN connection.

§
LocalIpv6NetworkCidr?: string | null
[src]

The IPv6 CIDR on the customer gateway (on-premises) side of the VPN connection.

§
RemoteIpv4NetworkCidr?: string | null
[src]

The IPv4 CIDR on the Amazon Web Services side of the VPN connection.

§
RemoteIpv6NetworkCidr?: string | null
[src]

The IPv6 CIDR on the Amazon Web Services side of the VPN connection.

§
StaticRoutesOnly?: boolean | null
[src]

Indicates whether the VPN connection uses static routes only. Static routes must be used for devices that don't support BGP.

§
TunnelInsideIpVersion?: TunnelInsideIpVersion | null
[src]

Indicates whether the VPN tunnels process IPv4 or IPv6 traffic.

§
TunnelOptions: TunnelOption[]
[src]

Indicates the VPN tunnel options.