Table of Contents

Enum BackupExecExchangeHighAvailabilityMethod

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Determines the high availability backup type.

public enum BackupExecExchangeHighAvailabilityMethod

Fields

ActiveOnly = 3

Backup from the active copy only (job fails if not available).

ActivePassive = 1

Backup from the passive copy and if not available, try the active copy.

PassiveOnly = 2

Backup from the passive copy only (job fails if not available).

Unknown = 0

The high availability type is unknown.