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 = 1The controller type is IDE.
Pmem = 2The controller type is PMEM (persistent memory).
Scsi = 3The controller type is SCSI.
Unknown = 0The controller type is unknown.