Interface GetGatewayResponseGateway.BgpStatus
-
- Enclosing class:
- GetGatewayResponseGateway
public static interface GetGatewayResponseGateway.BgpStatus
Gateway BGP 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
-
ACTIVE
static final String ACTIVE
active.- See Also:
- Constant Field Values
-
CONNECT
static final String CONNECT
connect.- See Also:
- Constant Field Values
-
ESTABLISHED
static final String ESTABLISHED
established.- See Also:
- Constant Field Values
-
IDLE
static final String IDLE
idle.- See Also:
- Constant Field Values
-
-