Package oshi.hardware.platform.unix.aix
Class AixBaseboard
java.lang.Object
oshi.hardware.common.AbstractBaseboard
oshi.hardware.platform.unix.aix.AixBaseboard
- All Implemented Interfaces:
Baseboard
Baseboard data obtained by lscfg
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the baseboard manufacturer.getModel()
Get the baseboard model.Get the baseboard serial number.Get the baseboard version.Methods inherited from class oshi.hardware.common.AbstractBaseboard
toString
-
Field Details
-
IBM
- See Also:
-
model
-
serialNumber
-
version
-
-
Constructor Details
-
AixBaseboard
-
-
Method Details
-
getManufacturer
Description copied from interface:Baseboard
Get the baseboard manufacturer.- Returns:
- The manufacturer.
-
getModel
Description copied from interface:Baseboard
Get the baseboard model.- Returns:
- The model.
-
getSerialNumber
Description copied from interface:Baseboard
Get the baseboard serial number.- Returns:
- The serial number.
-
getVersion
Description copied from interface:Baseboard
Get the baseboard version.- Returns:
- The version.
-