VmHardwareCdromBackingType

The Cdrom.BackingType enumerated type defines the valid backing types for a virtual CD-ROM device.
ISO_FILE : Virtual CD-ROM device is backed by an ISO file.
HOST_DEVICE : Virtual CD-ROM device is backed by a device on the host where the virtual machine is running.
CLIENT_DEVICE : Virtual CD-ROM device is backed by a device on the client that is connected to the virtual machine console.

Enumeration:   ISO_FILE,   HOST_DEVICE,   CLIENT_DEVICE,  


Feedback

Was this page helpful?