AwsSourceVmDetails
import type { AwsSourceVmDetails } from "https://googleapis.deno.dev/v1/vmmigration:v1.ts";
Represent the source AWS VM details.
interface AwsSourceVmDetails {
readonly architecture?: "VM_ARCHITECTURE_UNSPECIFIED" | "VM_ARCHITECTURE_X86_FAMILY" | "VM_ARCHITECTURE_ARM64";
readonly committedStorageBytes?: bigint;
readonly disks?: AwsDiskDetails[];
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?: AwsDiskDetails[]
[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.