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.String
ALL_MPLS_OVER_GRE
static java.lang.String
ALL_VXLAN_EXTERNAL
static java.lang.String
ALL_VXLAN_INTERNAL
static org.opendaylight.yangtools.yang.common.Uint64
COOKIE_EGRESS_DISPATCHER_TABLE
static org.opendaylight.yangtools.yang.common.Uint64
COOKIE_L3_BASE
static int
DEFAULT_ARP_FLOW_PRIORITY
static int
DEFAULT_IFINDEX
static int
DEFAULT_MONITOR_INTERVAL
static long
DELAY_TIME_IN_MILLISECOND
static int
FLOW_HIGH_PRIORITY
static int
FLOW_PRIORITY_FOR_UNTAGGED_VLAN
static int
FLOW_TABLE_MISS_PRIORITY
static long
IFM_ID_POOL_END
static long
IFM_ID_POOL_START
static java.lang.String
IFM_IDPOOL_NAME
static int
INVALID_PORT_NO
static long
LOGICAL_GROUP_START
static java.lang.String
OF_URI_PREFIX
static java.lang.String
OF_URI_SEPARATOR
static org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TopologyId
OVSDB_TOPOLOGY_ID
static long
TRUNK_GROUP_START
static long
VLAN_GROUP_START
static long
VXLAN_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
-
-