FailoverAction Constants Reference
Declared in | FailoverDecision.h |
---|
FailoverAction
Enum which represents an action corresponding to a failover scenario.
Definition
typedef NS_ENUM(int, FailoverAction ) {
FailoverActionNoop,
FailoverActionRetry,
FailoverActionUseNextBootstrap,
FailoverActionUseNextOperations,
FailoverActionFailure,
};
Constants
FailoverActionNoop
-
Enum which represents an action corresponding to a failover scenario.
Declared In
FailoverDecision.h
. FailoverActionRetry
-
Enum which represents an action corresponding to a failover scenario.
Declared In
FailoverDecision.h
. FailoverActionUseNextBootstrap
-
Enum which represents an action corresponding to a failover scenario.
Declared In
FailoverDecision.h
. FailoverActionUseNextOperations
-
Enum which represents an action corresponding to a failover scenario.
Declared In
FailoverDecision.h
. FailoverActionFailure
-
Enum which represents an action corresponding to a failover scenario.
Declared In
FailoverDecision.h
.
Declared In
FailoverDecision.h