Enum BackupExecVirtualMachineBackupType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the virtual machine backup type.
public enum BackupExecVirtualMachineBackupType
Fields
Differential = 3
Differential (block level) – Back up virtual machine changes since the last full.
Full = 1
Full – Back up virtual machines.
Incremental = 2
Incremental (block level) – Back up virtual machine changes since the last full or incremental.
Unknown = 0
The backup type is unknown.