Class CIM_Location

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_Location


class CIM_Location
extends CIM_ManagedElement

General Information:
The Location class specifies the position and address of a PhysicalElement.

Product Specific Usage:
Used to denote the location of processors chips

Qualifiers:
-------------
Version=2.10.0
UMLPackagePath=CIM::Core::Physical


Supported Fields Summary
 string Name Key
Name is a free-form string defining a label for the Location . . .
 string PhysicalPosition Key
Position is a free-form string that indicates the placement of a PhysicalElement . . .

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:
Name is a free-form string defining a label for the Location. It is a part of the key for the object.

Qualifiers:
-------------
Key
MaxLen=16


PhysicalPosition Key

public string PhysicalPosition
General Information:
Position is a free-form string that indicates the placement of a PhysicalElement. It can specify slot information on a HostingBoard, mounting site in a Cabinet, or latitude and longitude information, for example, from a GPS. It is part of the key of the Location object.

Product Specific Usage:
‘SocketDesignation’, SMBIOS Processor Information (type 4) structure.
If not present or invalid SMBIOS value, default value is 'CIM_Location Physical Position'.

Qualifiers:
-------------
Key
MaxLen=65


Method Detail

Get

public  Get([OUT]CIM_Location 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.