Enum HyperVServerVirtualMachineControllerType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The type of a controller in a Hyper-V virtual machine.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum HyperVServerVirtualMachineControllerType
Fields
Ide = 1
The controller type is IDE.
Pmem = 2
The controller type is PMEM (persistent memory).
Scsi = 3
The controller type is SCSI.
Unknown = 0
The controller type is unknown.