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

GoogleCloudBaremetalsolutionV2LogicalInterface

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

Each logical interface represents a logical abstraction of the underlying physical interface (for eg. bond, nic) of the instance. Each logical interface can effectively map to multiple network-IP pairs and still be mapped to one underlying physical interface.

interface GoogleCloudBaremetalsolutionV2LogicalInterface {
interfaceIndex?: number;
logicalNetworkInterfaces?: LogicalNetworkInterface[];
name?: string;
}

§Properties

§
interfaceIndex?: number
[src]

The index of the logical interface mapping to the index of the hardware bond or nic on the chosen network template. This field is deprecated.

§
logicalNetworkInterfaces?: LogicalNetworkInterface[]
[src]

List of logical network interfaces within a logical interface.

§
name?: string
[src]

Interface name. This is of syntax or and forms part of the network template name.