public enum OFBsnVportL2GreFlags extends Enum<OFBsnVportL2GreFlags>
Enum Constant and Description |
---|
BSN_VPORT_L2GRE_DSCP_ASSIGN |
BSN_VPORT_L2GRE_DSCP_COPY |
BSN_VPORT_L2GRE_LOCAL_MAC_IS_VALID |
BSN_VPORT_L2GRE_LOOPBACK_IS_VALID |
BSN_VPORT_L2GRE_RATE_LIMIT_IS_VALID |
Modifier and Type | Method and Description |
---|---|
static OFBsnVportL2GreFlags |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFBsnVportL2GreFlags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OFBsnVportL2GreFlags BSN_VPORT_L2GRE_LOCAL_MAC_IS_VALID
public static final OFBsnVportL2GreFlags BSN_VPORT_L2GRE_DSCP_ASSIGN
public static final OFBsnVportL2GreFlags BSN_VPORT_L2GRE_DSCP_COPY
public static final OFBsnVportL2GreFlags BSN_VPORT_L2GRE_LOOPBACK_IS_VALID
public static final OFBsnVportL2GreFlags BSN_VPORT_L2GRE_RATE_LIMIT_IS_VALID
public static OFBsnVportL2GreFlags[] values()
for (OFBsnVportL2GreFlags c : OFBsnVportL2GreFlags.values()) System.out.println(c);
public static OFBsnVportL2GreFlags 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.