VpnTunnelPhase2AlgorithmsCopyimport 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]