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

NetworkPolicy

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

NetworkPolicy describes VM instance network configurations.

interface NetworkPolicy {
networkInterfaces?: NetworkInterface[];
}

§Properties

§
networkInterfaces?: NetworkInterface[]
[src]

Network configurations.