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

LogicalNetworkInterface

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

Each logical network interface is effectively a network and IP pair.

interface LogicalNetworkInterface {
defaultGateway?: boolean;
id?: string;
ipAddress?: string;
network?: string;
networkType?: "TYPE_UNSPECIFIED" | "CLIENT" | "PRIVATE";
}

§Properties

§
defaultGateway?: boolean
[src]

Whether this interface is the default gateway for the instance. Only one interface can be the default gateway for the instance.

§
id?: string
[src]

An identifier for the Network, generated by the backend.

§
ipAddress?: string
[src]

IP address in the network

§
network?: string
[src]

Name of the network

§
networkType?: "TYPE_UNSPECIFIED" | "CLIENT" | "PRIVATE"
[src]

Type of network.