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

NetworkAddressReservation

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

A reservation of one or more addresses in a network.

interface NetworkAddressReservation {
endAddress?: string;
note?: string;
startAddress?: string;
}

§Properties

§
endAddress?: string
[src]

The last address of this reservation block, inclusive. I.e., for cases when reservations are only single addresses, end_address and start_address will be the same. Must be specified as a single IPv4 address, e.g. 10.1.2.2.

§
note?: string
[src]

A note about this reservation, intended for human consumption.

§
startAddress?: string
[src]

The first address of this reservation block. Must be specified as a single IPv4 address, e.g. 10.1.2.2.