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