Enum BackupExecExchangeHighAvailabilityMethod
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Determines the high availability backup type.
public enum BackupExecExchangeHighAvailabilityMethod
Fields
ActiveOnly = 3Backup from the active copy only (job fails if not available).
ActivePassive = 1Backup from the passive copy and if not available, try the active copy.
PassiveOnly = 2Backup from the passive copy only (job fails if not available).
Unknown = 0The high availability type is unknown.