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

VmwareSourceVmDetails

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

Represent the source Vmware VM details.

interface VmwareSourceVmDetails {
committedStorageBytes?: bigint;
firmware?: "FIRMWARE_UNSPECIFIED" | "EFI" | "BIOS";
readonly vmCapabilitiesInfo?: VmCapabilities;
}

§Properties

§
committedStorageBytes?: bigint
[src]

The total size of the disks being migrated in bytes.

§

The disks attached to the source VM.

§
firmware?: "FIRMWARE_UNSPECIFIED" | "EFI" | "BIOS"
[src]

The firmware type of the source VM.

§
readonly vmCapabilitiesInfo?: VmCapabilities
[src]

Output only. Information about VM capabilities needed for some Compute Engine features.