public enum ArpResponderConstant extends Enum<ArpResponderConstant>
Enum Constant and Description |
---|
ARP_RESPONDER_GROUP_ID
Name of the group id for the pool entry.
|
DROP_FLOW_NAME
ARP Responder Drop Flow name.
|
ELAN_ID_POOL_NAME
Pool name from which group id to be generated.
|
FLOW_ID_FORMAT_WITH_LPORT
ARP Responder Flow ID.
|
FLOW_ID_FORMAT_WITHOUT_LPORT
ARP Responder Flow ID.
|
FLOWID_PREFIX_FOR_ARP_CHECK
Prefix for arp check table.
|
FLOWID_PREFIX_FOR_MY_GW_MAC
Prefix for l3 gateway mac table.
|
GROUP_FLOW_NAME
ARP Responder group table name.
|
TABLE_NAME
ARP Responder table name.
|
Modifier and Type | Method and Description |
---|---|
String |
value()
Get value for enum.
|
static ArpResponderConstant |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArpResponderConstant[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ArpResponderConstant TABLE_NAME
Value:Arp_Responder_Table
public static final ArpResponderConstant GROUP_FLOW_NAME
Value:Arp_Responder_Group_Flow
public static final ArpResponderConstant DROP_FLOW_NAME
Value:Arp_Responder_Drop_Flow
public static final ArpResponderConstant FLOW_ID_FORMAT_WITH_LPORT
Value:Arp:tbl_{0}:lport_{1}:gw_{2}
public static final ArpResponderConstant FLOW_ID_FORMAT_WITHOUT_LPORT
Value:Arp:tbl_{0}:lport_{1}:gw_{2}
public static final ArpResponderConstant ELAN_ID_POOL_NAME
Value:elan.ids.pool
public static final ArpResponderConstant ARP_RESPONDER_GROUP_ID
Value:arp.responder.group.id
public static final ArpResponderConstant FLOWID_PREFIX_FOR_ARP_CHECK
Value:arp.check.table.
public static final ArpResponderConstant FLOWID_PREFIX_FOR_MY_GW_MAC
Value:arp.l3.gwmac.table.
public static ArpResponderConstant[] values()
for (ArpResponderConstant c : ArpResponderConstant.values()) System.out.println(c);
public static ArpResponderConstant valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2019 OpenDaylight. All rights reserved.