public enum OFBsnPortVxlanMode extends Enum<OFBsnPortVxlanMode>
Enum Constant and Description |
---|
BSN_PORT_VXLAN_RECIRCULATION_ENABLE |
BSN_PORT_VXLAN_TERMINATION_ENABLE |
Modifier and Type | Method and Description |
---|---|
static OFBsnPortVxlanMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFBsnPortVxlanMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OFBsnPortVxlanMode BSN_PORT_VXLAN_RECIRCULATION_ENABLE
public static final OFBsnPortVxlanMode BSN_PORT_VXLAN_TERMINATION_ENABLE
public static OFBsnPortVxlanMode[] values()
for (OFBsnPortVxlanMode c : OFBsnPortVxlanMode.values()) System.out.println(c);
public static OFBsnPortVxlanMode 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 © 2015. All rights reserved.