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

GuestOsFeature

import type { GuestOsFeature } from "https://googleapis.deno.dev/v1/compute:v1.ts";

Guest OS features.

interface GuestOsFeature {
type?:
| "FEATURE_TYPE_UNSPECIFIED"
| "GVNIC"
| "IDPF"
| "MULTI_IP_SUBNET"
| "SECURE_BOOT"
| "SEV_CAPABLE"
| "SEV_LIVE_MIGRATABLE"
| "SEV_LIVE_MIGRATABLE_V2"
| "SEV_SNP_CAPABLE"
| "UEFI_COMPATIBLE"
| "VIRTIO_SCSI_MULTIQUEUE"
| "WINDOWS";
}

§Properties

§
type?: "FEATURE_TYPE_UNSPECIFIED" | "GVNIC" | "IDPF" | "MULTI_IP_SUBNET" | "SECURE_BOOT" | "SEV_CAPABLE" | "SEV_LIVE_MIGRATABLE" | "SEV_LIVE_MIGRATABLE_V2" | "SEV_SNP_CAPABLE" | "UEFI_COMPATIBLE" | "VIRTIO_SCSI_MULTIQUEUE" | "WINDOWS"
[src]

The ID of a supported feature. To add multiple values, use commas to separate values. Set to one or more of the following values: - VIRTIO_SCSI_MULTIQUEUE - WINDOWS - MULTI_IP_SUBNET - UEFI_COMPATIBLE - GVNIC - SEV_CAPABLE - SUSPEND_RESUME_COMPATIBLE - SEV_LIVE_MIGRATABLE_V2 - SEV_SNP_CAPABLE - TDX_CAPABLE - IDPF For more information, see Enabling guest operating system features.