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?
-
true
if Intel AMT is supported. amt_enabled?
-
true
if Intel AMT is enabled. ider_enabled?
-
true
if IDE redirection is enabled. sol_enabled?
-
true
if Serial Over Lan capability is enabled. network_enabled?
-
true
if 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