VmwareSourceVmDetails
import type { VmwareSourceVmDetails } from "https://googleapis.deno.dev/v1/vmmigration:v1.ts";
Represent the source Vmware VM details.
interface VmwareSourceVmDetails {
readonly architecture?: "VM_ARCHITECTURE_UNSPECIFIED" | "VM_ARCHITECTURE_X86_FAMILY" | "VM_ARCHITECTURE_ARM64";
readonly committedStorageBytes?: bigint;
readonly disks?: VmwareDiskDetails[];
readonly firmware?: "FIRMWARE_UNSPECIFIED" | "EFI" | "BIOS";
readonly vmCapabilitiesInfo?: VmCapabilities;
}§Properties
§
readonly architecture?: "VM_ARCHITECTURE_UNSPECIFIED" | "VM_ARCHITECTURE_X86_FAMILY" | "VM_ARCHITECTURE_ARM64"
[src]Output only. The VM architecture.
§
readonly committedStorageBytes?: bigint
[src]Output only. The total size of the disks being migrated in bytes.
§
readonly disks?: VmwareDiskDetails[]
[src]Output only. The disks attached to the source VM.
§
readonly firmware?: "FIRMWARE_UNSPECIFIED" | "EFI" | "BIOS"
[src]Output only. The firmware type of the source VM.
§
readonly vmCapabilitiesInfo?: VmCapabilities
[src]Output only. Information about VM capabilities needed for some Compute Engine features.