Core\CIM_Location.mof.mof (HTML version)

Return to index
CIM_Location Superclass: CIM_ManagedElement
The Location class specifies the position and address of a PhysicalElement.
Qualifiers:Version ( "2.10.0" )
Parameters (local in grey)
MaxLen ( 1024 )
string Address ;
Address is a free-form string indicating a street, building, or other type of address for the location of the PhysicalElement.
MaxLen ( 256 )
Key
string PhysicalPosition ;
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.
MaxLen ( 256 )
Key
string Name ;
Name is a free-form string defining a label for the Location. It is a part of the key for the object.
MaxLen ( 64 )
string Caption ;
The Caption property is a short textual description (one- line string) of the object.
string Description ;
The Description property provides a textual description of the object.
string ElementName ;
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.