Class CIM_BIOSFeature

Used in features: Hardware Asset
Compatible with the following Intel AMT Releases: 3.0, 3.2, 4.0, 5.0, 5.1, 6.0, 6.1, 6.2, 7.0, 8.0, 8.1, 9.0, 9.5, 10.0, 11.0
CIM_ManagedElement
   extended by CIM_ManagedSystemElement
      extended by CIM_LogicalElement
         extended by CIM_SoftwareFeature
            extended by CIM_BIOSFeature


class CIM_BIOSFeature
extends CIM_SoftwareFeature

General Information:
BIOSFeature represents the capabilities of the low-level software that is used to bring up and configure a Computer System.

Qualifiers:
-------------
Version=2.6.0
UMLPackagePath=CIM::Application::BIOS


Supported Fields Summary
 string Name Key
The Name property defines the unique label by which the SoftwareFeature is identified . . .
 string Version Key
The scoping Product's version.
 string Vendor Key
The scoping Product's supplier.
 string ProductName Key
The scoping Product's commonly used name.
 string IdentifyingNumber Key
The scoping Product's identification.
 uint16[2] OperationalStatus
Indicates the current statuses of the element . . .
 string ElementName
A user-friendly name for the object . . .
 uint16[32] Characteristics
An array of integers that specify the features supported by the BIOS . . .

Methods Summary
  Get(Instance)
Gets the representation of the instance
  Pull(EnumerationContext, MaxElements)
Pulls instances of this class, following an Enumerate operation
  Enumerate()
Enumerates the instances of this class
  Release(EnumerationContext)
Releases an enumeration context

Field Detail

Name Key

public string Name
General Information:
The Name property defines the unique label by which the SoftwareFeature is identified. This label should be a human-readable name that uniquely identifies the element in the context of the element's namespace.

Qualifiers:
-------------
Key
Override=Name
MaxLen=64


Version Key

public string Version
General Information:
The scoping Product's version.

Product Specific Usage:
‘Version’, SMBIOS System Information (type 1) structure.
If not present or invalid SMBIOS value, default value is 'CIM_BiosFeature Version'.

Qualifiers:
-------------
Key
MaxLen=64
Propagated=CIM_Product.Version


Vendor Key

public string Vendor
General Information:
The scoping Product's supplier.

Product Specific Usage:
‘Manufacturer, SMBIOS System Information (type 1) structure.
If not present or invalid SMBIOS value, default value is 'CIM_BiosFeature Vendor'.

Qualifiers:
-------------
Key
MaxLen=65
Propagated=CIM_Product.Vendor


ProductName Key

public string ProductName
General Information:
The scoping Product's commonly used name.

Product Specific Usage:
‘Product Name’, SMBIOS System Information (type 1) structure
If not present or invalid SMBIOS value, default value is 'CIM_BiosFeature Product'.

Qualifiers:
-------------
Key
MaxLen=65
Propagated=CIM_Product.Name


IdentifyingNumber Key

public string IdentifyingNumber
General Information:
The scoping Product's identification.

Product Specific Usage:
‘Version’, SMBIOS System Information (type 1) structure.
If not present or invalid SMBIOS value, default value is 'CIM_BiosFeature Identifying Number'.

Qualifiers:
-------------
Key
MaxLen=64
Propagated=CIM_Product.IdentifyingNumber


OperationalStatus

public uint16[2] OperationalStatus
General Information:
Indicates the current statuses of the element. Various operational statuses are defined. Many of the enumeration's values are self-explanatory. However, a few are not and are described here in more detail.
"Stressed" indicates that the element is functioning, but needs attention. Examples of "Stressed" states are overload, overheated, and so on.
"Predictive Failure" indicates that an element is functioning nominally but predicting a failure in the near future.
"In Service" describes an element being configured, maintained, cleaned, or otherwise administered.
"No Contact" indicates that the monitoring system has knowledge of this element, but has never been able to establish communications with it.
"Lost Communication" indicates that the ManagedSystem Element is known to exist and has been contacted successfully in the past, but is currently unreachable.
"Stopped" and "Aborted" are similar, although the former implies a clean and orderly stop, while the latter implies an abrupt stop where the state and configuration of the element might need to be updated.
"Dormant" indicates that the element is inactive or quiesced.
"Supporting Entity in Error" indicates that this element might be "OK" but that another element, on which it is dependent, is in error. An example is a network service or endpoint that cannot function due to lower-layer networking problems.
"Completed" indicates that the element has completed its operation. This value should be combined with either OK, Error, or Degraded so that a client can tell if the complete operation Completed with OK (passed), Completed with Error (failed), or Completed with Degraded (the operation finished, but it did not complete OK or did not report an error).
"Power Mode" indicates that the element has additional power model information contained in the Associated PowerManagementService association.
"Relocating" indicates the element is being relocated.
OperationalStatus replaces the Status property on ManagedSystemElement to provide a consistent approach to enumerations, to address implementation needs for an array property, and to provide a migration path from today's environment to the future. This change was not made earlier because it required the deprecated qualifier. Due to the widespread use of the existing Status property in management applications, it is strongly recommended that providers or instrumentation provide both the Status and OperationalStatus properties. Further, the first value of OperationalStatus should contain the primary status for the element. When instrumented, Status (because it is single-valued) should also provide the primary status of the element.

Qualifiers:
-------------
ValueMap={0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, .., 0x8000..}
Values={Unknown, Other, OK, Degraded, Stressed, Predictive Failure, Error, Non-Recoverable Error, Starting, Stopping, Stopped, In Service, No Contact, Lost Communication, Aborted, Dormant, Supporting Entity in Error, Completed, Power Mode, Relocating, DMTF Reserved, Vendor Reserved}
ArrayType=Indexed
ModelCorrespondence={CIM_ManagedSystemElement.StatusDescriptions}


ElementName

public string ElementName
General Information:
A user-friendly name for the object. This property allows each instance to define a user-friendly name in addition to its key properties, identity data, and description information.
Note that the Name property of ManagedSystemElement is also defined as a user-friendly name. But, it is often subclassed to be a Key. It is not reasonable that the same property can convey both identity and a user-friendly name, without inconsistencies. Where Name exists and is not a Key (such as for instances of LogicalDevice), the same information can be present in both the Name and ElementName properties. Note that if there is an associated instance of CIM_EnabledLogicalElementCapabilities, restrictions on this properties may exist as defined in ElementNameMask and MaxElementNameLen properties defined in that class.

Qualifiers:
-------------
MaxLen=30


Characteristics

public uint16[32] Characteristics
General Information:
An array of integers that specify the features supported by the BIOS. For example, one can specify that PnP capabilities are provided (value=9) or that infrared devices are supported (21). Values specified in the enumeration are taken from both DMI and SMBIOS (the Type 0 structure, the BIOS Characteristics and BIOS Characteristics Extension Bytes attributes.

Product Specific Usage:
‘BIOS Characteristics’, SMBIOS BIOS Information (type 0) structure.

Qualifiers:
-------------
ValueMap={1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 160}
Values={Other, Unknown, Undefined, ISA Support, MCA Support, EISA Support, PCI Support, PCMCIA Support, PnP Support, APM Support, Upgradeable BIOS, BIOS Shadowing Allowed, VL VESA Support, ESCD Support, LS-120 Boot Support, ACPI Support, I2O Boot Support, USB Legacy Support, AGP Support, PC Card, IR, 1394, I2C, Smart Battery, ATAPI ZIP Drive Boot Support, 1394 Boot Support, Boot from CD, Selectable Boot, BIOS ROM is Socketed, Boot from PCMCIA, EDD Specification Support, PC-98}
ArrayType=Indexed
MappingStrings={MIF.DMTF|BIOS Characteristic|004.3}
ModelCorrespondence={CIM_BIOSFeature.CharacteristicDescriptions}


Method Detail

Get

public  Get([OUT]CIM_BIOSFeature Instance)
Permission Information:
Permitted realms: ADMIN_SECURITY_HARDWARE_ASSET_REALM, ADMIN_SECURITY_ADMINISTRATION_REALM, ADMIN_SECURITY_REMOTE_CONTROL_REALM, ADMIN_SECURITY_RCS_ADMIN_REALM

General Information:
Gets the representation of the instance

Product Specific Usage:
Additional Notes:
1) 'Get' in Intel AMT Release 6.1 and earlier releases is permitted only to 'ADMIN_SECURITY_HARDWARE_ASSET_REALM'.


Pull

public  Pull([IN]String EnumerationContext, [IN]String MaxElements)
Permission Information:
All users permitted to use method, only instances to whom the user has permissions will be returned

General Information:
Pulls instances of this class, following an Enumerate operation

Enumerate

public  Enumerate()
Permission Information:
All users permitted to use method

General Information:
Enumerates the instances of this class

Release

public  Release([IN]String EnumerationContext)
Permission Information:
All users permitted to use method

General Information:
Releases an enumeration context

Copyright © 2006-2022, Intel Corporation. All rights reserved.