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

VpnTunnelPhase2Algorithms

import type { VpnTunnelPhase2Algorithms } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface VpnTunnelPhase2Algorithms {
encryption?: string[];
integrity?: string[];
pfs?: string[];
}

§Properties

§
encryption?: string[]
[src]
§
integrity?: string[]
[src]
§
pfs?: string[]
[src]