Vm_Hardware_Boot_Device_EntryCreateSpec

Vm_Hardware_Boot_Device_EntryCreateSpec
Vm_Hardware_Boot_Device_EntryCreateSpec

The structure Device.EntryCreateSpec specifies a list of bootable virtual device classes. When a VM is being created and a list of Device.EntryCreateSpec is specified, the boot order of the specific device instances are not specified in this structure. The boot order of the specific device instance will be the order in which the Ethernet and Disk devices appear in the VM.CreateSpec.nics and VM.CreateSpec.disks respectively.

JSON Example
{
    "type": "string"
}
type
Required

The Device.Type enumerated type defines the valid device types that may be used as bootable devices.
CDROM : Virtual CD-ROM device.
DISK : Virtual disk device.
ETHERNET : Virtual Ethernet adapter.
FLOPPY : Virtual floppy drive.