public enum ServerFabricDeviceLocation extends Enum<ServerFabricDeviceLocation>
Enum Constant and Description |
---|
Flb
Flexible LOMs - pluggable versions of LOMs for ProLiant Gen8 series servers.
|
Lom
LAN on motherboard - fixed devices on ProLiant G7 series and later servers.
|
Mezz
Mezzanine cards - pluggable devices that provide additional network connectivity.
|
Modifier and Type | Method and Description |
---|---|
static ServerFabricDeviceLocation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerFabricDeviceLocation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServerFabricDeviceLocation Flb
public static final ServerFabricDeviceLocation Lom
public static final ServerFabricDeviceLocation Mezz
public static ServerFabricDeviceLocation[] values()
for (ServerFabricDeviceLocation c : ServerFabricDeviceLocation.values()) System.out.println(c);
public static ServerFabricDeviceLocation 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.