CAppNavServContextOpStates

  • Base type Enumeration

Represents various operational states of the service context: initializing : This state indicates that the service context is in the initialization state. converging : This state indicates that the service context is in the converging state. This state is acquired when the AppNav controller detects the presence of a new AppNav controller or a service node, or loss of liveliness with any AppNav controller or service node in the service context, and is waiting to re-converge. internalError : This state indicates that service context is in the internal error state. This state is acquired when the AppNav controller fails to re-converge upon any change in service context. In this state, traffic redirection is stopped for new connections and existing connections are redirected on the best effort basis. degraded : This state indicates that the service context is in the degraded state. This state is acquired when no single fully connected subset of configured AppNav controllers and service nodes found. In this state, traffic redirection is turned off for new connections. operational : This state indicates that the service context is in the operational state. adminDisabled : This state indicates that the service context is disabled by an admin. initializingJoining : This state indicates that the service context is in the initializing joining state. This state is acquired when the AppNav controller is in the initializing state of joining process. convergingJoining : This state indicates that the service context is in the converging joining state. This state is acquired when the AppNav controller detects the presence of a new AppNav controller or a service node, or loss of liveliness with any AppNav controller or service node in the service context, and is waiting to re-converge. operationalJoining : This state indicates that the service context is stuck in joining state because of cluster view is full but either the number of non-joining AppNav controllers in the view is 1 or the set of Service Nodes seen by this AppNav controllers is smaller than the set of Service Nodes seen by the existing cluster. degradedJoining : This state indicates that the service context is stuck in joining state because the cluster view is degraded when this AppNav controller is part of the cluster.

Possible values

10 objects
Number Name
1 initializing
2 converging
3 internalError
4 degraded
5 operational
6 adminDisabled
7 initializingJoining
8 convergingJoining
9 operationalJoining
10 degradedJoining