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

ServerNetworkTemplate

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

Network template.

interface ServerNetworkTemplate {
applicableInstanceTypes?: string[];
readonly name?: string;
}

§Properties

§
applicableInstanceTypes?: string[]
[src]

Instance types this template is applicable to.

§
readonly name?: string
[src]

Output only. Template's unique name. The full resource name follows the pattern: projects/{project}/locations/{location}/serverNetworkTemplate/{server_network_template} Generally, the {server_network_template} follows the syntax of "bond" or "nic".