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 = 3The specified advanced settings should be used.
Expose = 2The NX/XD flag should be exposed to the guest.
Hide = 1The NX/XD flag should be hidden from the guest.
Unknown = 0The CPU identifier mask type is unknown.