Class HyperVServerVirtualMachineCheckpointSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the checkpoint settings for a Hyper-V virtual machine.
public class HyperVServerVirtualMachineCheckpointSettings : BypassSection
- Inheritance
-
HyperVServerVirtualMachineCheckpointSettings
- Inherited Members
Constructors
HyperVServerVirtualMachineCheckpointSettings()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineCheckpointSettings class.
public HyperVServerVirtualMachineCheckpointSettings()
Properties
AutomaticCheckpointsEnabled
Gets or sets whether automatic checkpoints are enabled. This only applies to Windows Server 2019 and above.
public BooleanOption AutomaticCheckpointsEnabled { get; set; }
Property Value
CheckpointFileLocation
Gets or sets the checkpoint file location.
public string CheckpointFileLocation { get; set; }
Property Value
CheckpointType
Gets or sets the checkpoint type. This only applies to Windows Server 2016 and above.
public HyperVServerVirtualMachineCheckpointType CheckpointType { get; set; }
Property Value
CheckpointTypeString
Gets the checkpoint type as a human readable string. This only applies to Windows Server 2016 and above.
public string CheckpointTypeString { get; set; }
Property Value
ParentCheckpointIdentifier
Gets or sets the identifier of the parent checkpoint for the virtual machine.
public Guid ParentCheckpointIdentifier { get; set; }
Property Value
ParentCheckpointName
Gets or sets the name of the parent checkpoint for the virtual machine.
public string ParentCheckpointName { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineCheckpointSettings cloned from this object.
public HyperVServerVirtualMachineCheckpointSettings Clone()
Returns
- HyperVServerVirtualMachineCheckpointSettings
A CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineCheckpointSettings.
ToString()
Returns the checkpoint settings as a human readable string.
public override string ToString()
Returns
- string
The checkpoint settings as a human readable string.