Class AMT_AssetTable

Used in features: Hardware Asset
Compatible with the following Intel AMT Releases: 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 AMT_AssetTable


class AMT_AssetTable
extends CIM_ManagedElement

General Information:
Represents an Asset Table

Qualifiers:
-------------
Version=6.0.0


Supported Fields Summary
 string ElementName
A user-friendly name for the object . . .
 uint32 TableType Key
The table type.
 string InstanceID Key
An instance number uniquely identifying a table of certain type.
 string TableTypeInfo
Further information on the table type (such as is this a SMbios, FRU or Media Device table.)
 uint8[1024] TableData
The table data in binary.

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

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.

Product Specific Usage:
Additional Notes:
1) 'Max Length' qualifier in Intel AMT Release 4.0 and earlier releases is '256'.

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


TableType Key

public uint32 TableType
General Information:
The table type.

Qualifiers:
-------------
Key
ValueMap={0..129, 130, 131, 132..65535}
Values={Reserved, Amt Information, Vpro Verification Table, Reserved2}


InstanceID Key

public string InstanceID
General Information:
An instance number uniquely identifying a table of certain type.

Qualifiers:
-------------
Key
Override=InstanceID
MaxLen=8


TableTypeInfo

public string TableTypeInfo
General Information:
Further information on the table type (such as is this a SMbios, FRU or Media Device table.)

Qualifiers:
-------------
MaxLen=256


TableData

public uint8[1024] TableData
General Information:
The table data in binary.

Qualifiers:
-------------
Required
OctetString


Method Detail

Get

public  Get([OUT]AMT_AssetTable Instance)
Permission Information:
Permitted realms: ADMIN_SECURITY_HARDWARE_ASSET_REALM

General Information:
Gets the representation of the instance

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.