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

NetworkMountPoint

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

Mount point for a network.

interface NetworkMountPoint {
defaultGateway?: boolean;
instance?: string;
ipAddress?: string;
logicalInterface?: string;
}

§Properties

§
defaultGateway?: boolean
[src]

Network should be a default gateway.

§
instance?: string
[src]

Instance to attach network to.

§
ipAddress?: string
[src]

Ip address of the server.

§
logicalInterface?: string
[src]

Logical interface to detach from.