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

VmCapabilities

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

Migrating VM source information about the VM capabilities needed for some Compute Engine features.

interface VmCapabilities {
readonly lastOsCapabilitiesUpdateTime?: Date;
readonly osCapabilities?: "OS_CAPABILITY_UNSPECIFIED" | "OS_CAPABILITY_NVME_STORAGE_ACCESS" | "OS_CAPABILITY_GVNIC_NETWORK_INTERFACE"[];
}

§Properties

§
readonly lastOsCapabilitiesUpdateTime?: Date
[src]

Output only. The last time OS capabilities list was updated.

§
readonly osCapabilities?: "OS_CAPABILITY_UNSPECIFIED" | "OS_CAPABILITY_NVME_STORAGE_ACCESS" | "OS_CAPABILITY_GVNIC_NETWORK_INTERFACE"[]
[src]

Output only. Unordered list. List of certain VM OS capabilities needed for some Compute Engine features.