Enum VMwareVirtualMachineCpuIdMaskType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Determines the CPU identifier mask configuration type.
public enum VMwareVirtualMachineCpuIdMaskType
Fields
Advanced = 3
The specified advanced settings should be used.
Expose = 2
The NX/XD flag should be exposed to the guest.
Hide = 1
The NX/XD flag should be hidden from the guest.
Unknown = 0
The CPU identifier mask type is unknown.