Enum HyperVServerVirtualMachineCheckpointType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The checkpoint type of a Hyper-V virtual machine. This only applies to Windows Server 2016 and above.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum HyperVServerVirtualMachineCheckpointType
Fields
Disabled = 2
Checkpoints are disabled.
NotApplicable = 1
The checkpoint type is not applicable.
Production = 3
Production checkpoints are used, but standard checkpoints are used if the guest operating system does not support production checkpoints.
ProductionOnly = 4
Only production checkpoints are used.
Standard = 5
Standard checkpoints are used.
Unknown = 0
The checkpoint type is unknown.