Enum EntityId
- All Implemented Interfaces:
Serializable,Comparable<EntityId>
The EntityID is used for identifying the physical entity that a sensor or
device is associated with.
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDuplicate ofAirInlet.Duplicate ofSystemBoard.A blade module that provides the fabric or network connection for one or more processing blades or modules.Disk or disk bay.This Entity ID can be used to identify the environment outside the system chassis.This is a logical entity for use with Entity Association records.A module that contains the main elements of an I/O interface.Board holding memory devices.Duplicate ofPeripheralBayPower management / power distribution boardDC-to-DC internal converter.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.Holds processors, use this designation when processors are not mounted on system boardA blade module that contains processor, memory, and I/O connections that enable it to operate as a processing entity.Duplicate ofProcessor.Processor and memory together on a module.SATA/SAS bus.Main system board, may also be a processor board and/or internal expansion board. -
Method Summary
-
Enum Constant Details
-
Unspecified
-
Other
-
Unknown
-
Processor
-
Disk
Disk or disk bay. -
PeripheralBay
-
SystemManagementModule
-
SystemBoard
Main system board, may also be a processor board and/or internal expansion board. -
MemoryModule
Board holding memory devices. -
ProcesorModule
Holds processors, use this designation when processors are not mounted on system board -
PowerSupply
-
AddInCard
-
FrontPanelBoard
-
BackPanelBoard
-
PowerSystemBoard
-
DriveBackplane
-
SystemInternalExpansionBoard
-
OtherSystemBoard
-
ProcessorBoard
-
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. -
PowerModule
DC-to-DC internal converter. -
PowerManagement
Power management / power distribution board -
ChassisBackPanelBoard
-
SystemChassis
-
SubChassis
-
OtherChassis
-
DiskDriveBay
-
PeripheralBay2
Duplicate ofPeripheralBay -
DeviceBay
-
Fan
-
CoolingUnit
-
CableInterconnect
-
MemoryDevice
-
SystemManagementSoftware
-
SystemFirmware
-
OperatingSystem
-
SystemBus
-
Group
This is a logical entity for use with Entity Association records. It is provided to allow an Entityassociation record to define a grouping of entities when there is no appropriate pre-defined entity for the container entity. This Entity should not be used as a physical entity. -
RemoteManagementCommunicationDevice
-
ExternalEnvironment
This Entity ID can be used to identify the environment outside the system chassis. For example, a system may have a temperature sensor that monitors the temperature 'outside the box'. Such a temperature sensor can be associated with an External Environment entity. -
Battery
-
ProcessingBlade
A blade module that contains processor, memory, and I/O connections that enable it to operate as a processing entity. -
ConnectivitySwitch
A blade module that provides the fabric or network connection for one or more processing blades or modules. -
ProcessorMemoryModule
Processor and memory together on a module. -
IoModule
A module that contains the main elements of an I/O interface. -
ProcessorIoModule
-
ManagementControllerFirmware
-
IpmiChannel
-
PciBus
-
PciExpressBus
-
ScsiBus
-
SataBus
SATA/SAS bus. -
FrontSideBus
-
RealTimeClock
-
AirInlet
-
AirInlet2
Duplicate ofAirInlet. -
Processor2
Duplicate ofProcessor. -
Baseboard
Duplicate ofSystemBoard.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getCode
public int getCode() -
parseInt
-