Class: AMT::Service::HardwareAsset::ComputerSystem
- Defined in:
- lib/amt/service/hardware_asset/computer_system.rb
Overview
Represents the computer system that is managed by 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 system manufacturer.
product
-
The name of the system product.
version
-
The version of the system product.
serial_number
-
The serial number of the system.
uuid
-
The UUID (Universal Unique ID) of the system. If it contains only
ff
, then the UUID is not present but setable. If it contains only00
, then it is not present.
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