Enum Constant and Description |
---|
AddInCard |
AirInlet |
AirInlet2
Duplicate of
AirInlet . |
BackPanelBoard |
Baseboard
Duplicate of
SystemBoard . |
Battery |
CableInterconnect |
ChassisBackPanelBoard |
ConnectivitySwitch
A blade module that provides the fabric or network connection for one or
more processing blades or modules.
|
CoolingUnit |
DeviceBay |
Disk
Disk or disk bay.
|
DiskDriveBay |
DriveBackplane |
ExternalEnvironment
This Entity ID can be used to identify the environment outside the system
chassis.
|
Fan |
FrontPanelBoard |
FrontSideBus |
Group
This is a logical entity for use with Entity Association records.
|
IoModule
A module that contains the main elements of an I/O interface.
|
IpmiChannel |
ManagementControllerFirmware |
MemoryDevice |
MemoryModule
Board holding memory devices.
|
OperatingSystem |
Other |
OtherChassis |
OtherSystemBoard |
PciBus |
PciExpressBus |
PeripheralBay |
PeripheralBay2
Duplicate of
PeripheralBay |
PowerManagement
Power management / power distribution board
|
PowerModule
DC-to-DC internal converter.
|
PowerSupply |
PowerSystemBoard |
PowerUnit
This Entity ID is typically used as a pre-defined logical entity for
grouping power supplies and/or sensors that are associated in monitoring
a particular logical power domain.
|
ProcesorModule
Holds processors, use this designation when processors are not mounted on
system board
|
ProcessingBlade
A blade module that contains processor, memory, and I/O connections that
enable it to operate as a processing entity.
|
Processor |
Processor2
Duplicate of
Processor . |
ProcessorBoard |
ProcessorIoModule |
ProcessorMemoryModule
Processor and memory together on a module.
|
RealTimeClock |
RemoteManagementCommunicationDevice |
SataBus
SATA/SAS bus.
|
ScsiBus |
SubChassis |
SystemBoard
Main system board, may also be a processor board and/or internal
expansion board.
|
SystemBus |
SystemChassis |
SystemFirmware |
SystemInternalExpansionBoard |
SystemManagementModule |
SystemManagementSoftware |
Unknown |
Unspecified |
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
static EntityId |
parseInt(int value) |
static EntityId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EntityId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntityId Unspecified
public static final EntityId Other
public static final EntityId Unknown
public static final EntityId Processor
public static final EntityId Disk
public static final EntityId PeripheralBay
public static final EntityId SystemManagementModule
public static final EntityId SystemBoard
public static final EntityId MemoryModule
public static final EntityId ProcesorModule
public static final EntityId PowerSupply
public static final EntityId AddInCard
public static final EntityId FrontPanelBoard
public static final EntityId BackPanelBoard
public static final EntityId PowerSystemBoard
public static final EntityId DriveBackplane
public static final EntityId SystemInternalExpansionBoard
public static final EntityId OtherSystemBoard
public static final EntityId ProcessorBoard
public static final EntityId PowerUnit
public static final EntityId PowerModule
public static final EntityId PowerManagement
public static final EntityId ChassisBackPanelBoard
public static final EntityId SystemChassis
public static final EntityId SubChassis
public static final EntityId OtherChassis
public static final EntityId DiskDriveBay
public static final EntityId PeripheralBay2
PeripheralBay
public static final EntityId DeviceBay
public static final EntityId Fan
public static final EntityId CoolingUnit
public static final EntityId CableInterconnect
public static final EntityId MemoryDevice
public static final EntityId SystemManagementSoftware
public static final EntityId SystemFirmware
public static final EntityId OperatingSystem
public static final EntityId SystemBus
public static final EntityId Group
public static final EntityId RemoteManagementCommunicationDevice
public static final EntityId ExternalEnvironment
public static final EntityId Battery
public static final EntityId ProcessingBlade
public static final EntityId ConnectivitySwitch
public static final EntityId ProcessorMemoryModule
public static final EntityId IoModule
public static final EntityId ProcessorIoModule
public static final EntityId ManagementControllerFirmware
public static final EntityId IpmiChannel
public static final EntityId PciBus
public static final EntityId PciExpressBus
public static final EntityId ScsiBus
public static final EntityId SataBus
public static final EntityId FrontSideBus
public static final EntityId RealTimeClock
public static final EntityId AirInlet
public static final EntityId Baseboard
SystemBoard
.public static EntityId[] values()
for (EntityId c : EntityId.values()) System.out.println(c);
public static EntityId valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getCode()
public static EntityId parseInt(int value)