Interface GatewayBfdConfig.BfdStatus
-
- Enclosing class:
- GatewayBfdConfig
public static interface GatewayBfdConfig.BfdStatusGateway BFD status. The list of enumerated values for this property may expand in the future. Code and processes using this field must tolerate unexpected values.
-
-
Field Detail
-
INIT
static final String INIT
init.- See Also:
- Constant Field Values
-
UP
static final String UP
up.- See Also:
- Constant Field Values
-
DOWN
static final String DOWN
down.- See Also:
- Constant Field Values
-
-