public enum ILTError extends Enum<ILTError>
Modifier and Type | Method and Description |
---|---|
static ILTError |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ILTError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ILTError FailedCableRead
public static final ILTError flexFabric40GbEModuleAtSideANotInFirstEnclosure
public static final ILTError flexFabric40GbEModuleAtSideBNotInFirstOrSecondEnclosure
public static final ILTError IlpConnected
public static final ILTError IlpMiscabled
public static final ILTError IlpNotConnected
public static final ILTError IlpNotConnectedToExpectedICMKind
public static final ILTError InterconnectLinkModuleNotSupportedForSingleEnclosureTopology
public static final ILTError InterconnectPoweredOff
public static final ILTError InterconnectsNotInSameSideOfBaySet
public static final ILTError InvalidInterconnectKind
public static final ILTError MixedInterconnectTypeInSameBaySet
public static final ILTError moreThanOneflexFabric40GbEModuleAtOneSideofBaySet
public static final ILTError NeighbourInterconnectPoweredOff
public static final ILTError noflexFabric40GbEModuleAtSideA
public static final ILTError NonHPECableInserted
public static final ILTError UnsupportedInterconnectInSameBaySet
public static ILTError[] values()
for (ILTError c : ILTError.values()) System.out.println(c);
public static ILTError 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.