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