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

NetworkAddress

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

A network.

interface NetworkAddress {
address?: string;
existingNetworkId?: string;
networkId?: string;
}

§Properties

§
address?: string
[src]

IPv4 address to be assigned to the server.

§
existingNetworkId?: string
[src]

Name of the existing network to use.

§
networkId?: string
[src]

Id of the network to use, within the same ProvisioningConfig request.