Class: AMT::Service::HardwareAsset::Bios

Inherits:
Asset
  • Object
show all
Defined in:
lib/amt/service/hardware_asset/bios.rb

Overview

Represents the BIOS of the AMT device.

There is at most one instance of this class in the hardware asset inventory of each AMT device.

Available fields:

vendor

The name of the BIOS vendor.

version

The version of the system BIOS image.

release_date

The release date of the system BIOS image.

characteristics

Defines which functions the BIOS supports (an instance of Characteristics).

Defined Under Namespace

Classes: Characteristics

Instance Attribute Summary

Attributes inherited from Asset

#structure_version

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