Uses of Package
org.metricshub.ipmi.client.model
Packages that use org.metricshub.ipmi.client.model
Package
Description
IPMI client with components such as runners (requesters), data model, and the client entry point.
See
See
IpmiClient
.Includes IPMI runners for fetching Field Replaceable Units (FRUs), Sensors, and Chassis information.
-
Classes in org.metricshub.ipmi.client.model used by org.metricshub.ipmi.clientClassDescriptionWraps the Field Replaceable Unit information: The FRU locator which contains the FRU location information. The FRU records containing
BoardInfo
,ChassisInfo
and/orProductInfo
.Wraps Sensor information: The Sensor record which can be eitherCompactSensorRecord
orFullSensorRecord
. -
Classes in org.metricshub.ipmi.client.model used by org.metricshub.ipmi.client.runnerClassDescriptionWraps the Field Replaceable Unit information: The FRU locator which contains the FRU location information. The FRU records containing
BoardInfo
,ChassisInfo
and/orProductInfo
.Wraps Sensor information: The Sensor record which can be eitherCompactSensorRecord
orFullSensorRecord
.