Class: AMT::Service::HardwareAsset::AmtInformationTable
- Defined in:
- lib/amt/service/hardware_asset/amt_information_table.rb
Overview
Represents a structure with information about AMT capabilities.
Available fields:
amt_supported?-
trueif Intel AMT is supported. amt_enabled?-
trueif Intel AMT is enabled. ider_enabled?-
trueif IDE redirection is enabled. sol_enabled?-
trueif Serial Over Lan capability is enabled. network_enabled?-
trueif the network interface of the AMT device is enabled. extended_data-
OEM specific data.
oem_capabilities-
OEM specific AMT capabilities (an instance of OemCapabilities).
Defined Under Namespace
Classes: OemCapabilities
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