Class IfmConstants
- java.lang.Object
-
- org.opendaylight.genius.interfacemanager.globals.IfmConstants
-
public final class IfmConstants extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringALL_MPLS_OVER_GREstatic java.lang.StringALL_VXLAN_EXTERNALstatic java.lang.StringALL_VXLAN_INTERNALstatic org.opendaylight.yangtools.yang.common.Uint64COOKIE_EGRESS_DISPATCHER_TABLEstatic org.opendaylight.yangtools.yang.common.Uint64COOKIE_L3_BASEstatic intDEFAULT_ARP_FLOW_PRIORITYstatic intDEFAULT_IFINDEXstatic intDEFAULT_MONITOR_INTERVALstatic longDELAY_TIME_IN_MILLISECONDstatic intFLOW_HIGH_PRIORITYstatic intFLOW_PRIORITY_FOR_UNTAGGED_VLANstatic intFLOW_TABLE_MISS_PRIORITYstatic longIFM_ID_POOL_ENDstatic longIFM_ID_POOL_STARTstatic java.lang.StringIFM_IDPOOL_NAMEstatic intINVALID_PORT_NOstatic longLOGICAL_GROUP_STARTstatic java.lang.StringOF_URI_PREFIXstatic java.lang.StringOF_URI_SEPARATORstatic org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TopologyIdOVSDB_TOPOLOGY_IDstatic longTRUNK_GROUP_STARTstatic longVLAN_GROUP_STARTstatic longVXLAN_GROUPID_MIN
-
-
-
Field Detail
-
OF_URI_PREFIX
public static final java.lang.String OF_URI_PREFIX
- See Also:
- Constant Field Values
-
OF_URI_SEPARATOR
public static final java.lang.String OF_URI_SEPARATOR
- See Also:
- Constant Field Values
-
DEFAULT_IFINDEX
public static final int DEFAULT_IFINDEX
- See Also:
- Constant Field Values
-
FLOW_HIGH_PRIORITY
public static final int FLOW_HIGH_PRIORITY
- See Also:
- Constant Field Values
-
FLOW_PRIORITY_FOR_UNTAGGED_VLAN
public static final int FLOW_PRIORITY_FOR_UNTAGGED_VLAN
- See Also:
- Constant Field Values
-
FLOW_TABLE_MISS_PRIORITY
public static final int FLOW_TABLE_MISS_PRIORITY
- See Also:
- Constant Field Values
-
DEFAULT_ARP_FLOW_PRIORITY
public static final int DEFAULT_ARP_FLOW_PRIORITY
- See Also:
- Constant Field Values
-
INVALID_PORT_NO
public static final int INVALID_PORT_NO
- See Also:
- Constant Field Values
-
IFM_IDPOOL_NAME
public static final java.lang.String IFM_IDPOOL_NAME
- See Also:
- Constant Field Values
-
IFM_ID_POOL_START
public static final long IFM_ID_POOL_START
- See Also:
- Constant Field Values
-
IFM_ID_POOL_END
public static final long IFM_ID_POOL_END
- See Also:
- Constant Field Values
-
VXLAN_GROUPID_MIN
public static final long VXLAN_GROUPID_MIN
- See Also:
- Constant Field Values
-
VLAN_GROUP_START
public static final long VLAN_GROUP_START
- See Also:
- Constant Field Values
-
TRUNK_GROUP_START
public static final long TRUNK_GROUP_START
- See Also:
- Constant Field Values
-
LOGICAL_GROUP_START
public static final long LOGICAL_GROUP_START
- See Also:
- Constant Field Values
-
DELAY_TIME_IN_MILLISECOND
public static final long DELAY_TIME_IN_MILLISECOND
- See Also:
- Constant Field Values
-
COOKIE_L3_BASE
public static final org.opendaylight.yangtools.yang.common.Uint64 COOKIE_L3_BASE
-
COOKIE_EGRESS_DISPATCHER_TABLE
public static final org.opendaylight.yangtools.yang.common.Uint64 COOKIE_EGRESS_DISPATCHER_TABLE
-
DEFAULT_MONITOR_INTERVAL
public static final int DEFAULT_MONITOR_INTERVAL
- See Also:
- Constant Field Values
-
OVSDB_TOPOLOGY_ID
public static final org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TopologyId OVSDB_TOPOLOGY_ID
-
ALL_VXLAN_INTERNAL
public static final java.lang.String ALL_VXLAN_INTERNAL
- See Also:
- Constant Field Values
-
ALL_VXLAN_EXTERNAL
public static final java.lang.String ALL_VXLAN_EXTERNAL
- See Also:
- Constant Field Values
-
ALL_MPLS_OVER_GRE
public static final java.lang.String ALL_MPLS_OVER_GRE
- See Also:
- Constant Field Values
-
-