public enum DcbxReason extends Enum<DcbxReason>
Enum Constant and Description |
---|
CfgNotCompatible |
Disabled |
NotAdvertise |
Ok |
PeerFeatureDisabled |
PeerInErrorCondition |
PeerNotAdvertiseDcbx |
PeerNotAdvertiseFeature |
PeerNotWillingWithCompatibleCfg |
Unknown |
UnknownState |
Modifier and Type | Method and Description |
---|---|
static DcbxReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DcbxReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DcbxReason CfgNotCompatible
public static final DcbxReason Disabled
public static final DcbxReason NotAdvertise
public static final DcbxReason Ok
public static final DcbxReason PeerFeatureDisabled
public static final DcbxReason PeerInErrorCondition
public static final DcbxReason PeerNotAdvertiseDcbx
public static final DcbxReason PeerNotAdvertiseFeature
public static final DcbxReason PeerNotWillingWithCompatibleCfg
public static final DcbxReason Unknown
public static final DcbxReason UnknownState
public static DcbxReason[] values()
for (DcbxReason c : DcbxReason.values()) System.out.println(c);
public static DcbxReason 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 © 2016. All rights reserved.