Class qbgpConstants
- java.lang.Object
-
- org.opendaylight.netvirt.bgpmanager.thrift.gen.qbgpConstants
-
public class qbgpConstants extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intBGP_ERR_ACTIVEstatic intBGP_ERR_FAILEDstatic intBGP_ERR_INACTIVEstatic intBGP_ERR_NOT_ITERstatic intBGP_ERR_NOT_SUPPORTEDstatic intBGP_ERR_PARAMstatic intBGP_ERR_PEER_EXISTSstatic intBGP_ETHTAG_MAX_ETstatic intBGP_RT_ADDstatic intBGP_RT_DELstatic intGET_RTS_INITstatic intGET_RTS_NEXTstatic intLBL_EXPLICIT_NULLstatic intLBL_NO_LABEL
-
Constructor Summary
Constructors Constructor Description qbgpConstants()
-
-
-
Field Detail
-
LBL_NO_LABEL
public static final int LBL_NO_LABEL
- See Also:
- Constant Field Values
-
LBL_EXPLICIT_NULL
public static final int LBL_EXPLICIT_NULL
- See Also:
- Constant Field Values
-
BGP_RT_ADD
public static final int BGP_RT_ADD
- See Also:
- Constant Field Values
-
BGP_RT_DEL
public static final int BGP_RT_DEL
- See Also:
- Constant Field Values
-
GET_RTS_INIT
public static final int GET_RTS_INIT
- See Also:
- Constant Field Values
-
GET_RTS_NEXT
public static final int GET_RTS_NEXT
- See Also:
- Constant Field Values
-
BGP_ERR_FAILED
public static final int BGP_ERR_FAILED
- See Also:
- Constant Field Values
-
BGP_ERR_ACTIVE
public static final int BGP_ERR_ACTIVE
- See Also:
- Constant Field Values
-
BGP_ERR_INACTIVE
public static final int BGP_ERR_INACTIVE
- See Also:
- Constant Field Values
-
BGP_ERR_NOT_ITER
public static final int BGP_ERR_NOT_ITER
- See Also:
- Constant Field Values
-
BGP_ERR_PEER_EXISTS
public static final int BGP_ERR_PEER_EXISTS
- See Also:
- Constant Field Values
-
BGP_ERR_PARAM
public static final int BGP_ERR_PARAM
- See Also:
- Constant Field Values
-
BGP_ERR_NOT_SUPPORTED
public static final int BGP_ERR_NOT_SUPPORTED
- See Also:
- Constant Field Values
-
BGP_ETHTAG_MAX_ET
public static final int BGP_ETHTAG_MAX_ET
- See Also:
- Constant Field Values
-
-