Enum HyperVServerVirtualMachineDvdDriveMediaType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The type of media set for a DVD drive in a Hyper-V virtual machine.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum HyperVServerVirtualMachineDvdDriveMediaType
Fields
Iso = 2
An ISO file is set.
None = 1
No media is set.
Passthrough = 3
Passthrough is configured for a physical DVD drive on the host. This only applies to DVD drives on generation 1 virtual machines that are connected to IDE controllers.
Unknown = 0
The media type is unknown.