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

NetworkUsage

import type { NetworkUsage } from "https://googleapis.deno.dev/v1/baremetalsolution:v2.ts";

Network with all used IP addresses.

interface NetworkUsage {
network?: Network;
usedIps?: string[];
}

§Properties

§
network?: Network
[src]

Network.

§
usedIps?: string[]
[src]

All used IP addresses in this network.