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

GoogleCloudBaremetalsolutionV2ServerNetworkTemplateLogicalInterface

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

Logical interface.

interface GoogleCloudBaremetalsolutionV2ServerNetworkTemplateLogicalInterface {
name?: string;
required?: boolean;
type?: "INTERFACE_TYPE_UNSPECIFIED" | "BOND" | "NIC";
}

§Properties

§
name?: string
[src]

Interface name. This is not a globally unique identifier. Name is unique only inside the ServerNetworkTemplate. This is of syntax or and forms part of the network template name.

§
required?: boolean
[src]

If true, interface must have network connected.

§
type?: "INTERFACE_TYPE_UNSPECIFIED" | "BOND" | "NIC"
[src]

Interface type.