Class: AMT::Service::HardwareAsset::MediaDevice
- Defined in:
- lib/amt/service/hardware_asset/media_device.rb
Overview
Represents an IDE/SATA device of the system managed by the AMT device.
There is at most one instance of this class for every physical media device in the hardware asset inventory of each AMT device.
Available fields:
model_number
-
The model number of the media device.
serial_number
-
The serial number of the media device.
capabilities
-
The capabilities of the media device (an instance of Capabilities).
max_media_size
-
The maximum size in bytes of supported media.
Defined Under Namespace
Classes: Capabilities
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