Class: AMT::Service::HardwareAsset::Baseboard
- Defined in:
- lib/amt/service/hardware_asset/baseboard.rb
Overview
Represents the baseboard of the computer system managed by the AMT device.
There is at most one instance of this class in the hardware asset inventory of each AMT device.
Available fields:
manufacturer
-
The name of the manufacturer of the baseboard.
product
-
The name of the baseboard.
version
-
The version of the baseboard.
serial_number
-
The serial number of the baseboard.
asset_tag
-
The asset tag string of the baseboard.
replaceable?
-
If the baseboard is replaceable, then
true
, elsefalse
.
Instance Attribute Summary
Attributes inherited from Asset
Method Summary
Methods inherited from Asset
#initialize, set_unpack_data, unpack_code, unpack_repr, unpack_size
Constructor Details
This class inherits a constructor from AMT::Service::HardwareAsset::Asset