Interop\CIM_SystemIdentification.mof.mof (HTML version)

Return to index
CIM_SystemIdentification Superclass: CIM_ManagedElement
A Namespace may represent data for one or many systems, that are local, remote (different than the system on which the ObjectManager is running) or aggregated. The System Identification class provides enough data to identify the system(s) represented in the Namespace. It is weak to the Namespace.
Qualifiers:Version ( "2.7.0" ) UMLPackagePath ( "CIM::Interop" )
Parameters (local in grey)
MaxLen ( 256 )
Propagated ( "CIM_Namespace.ObjectManagerCreationClassName" )
Key
string ObjectManagerCreationClassName ;
The scoping ObjectManager's CreationClassName.
MaxLen ( 256 )
Propagated ( "CIM_Namespace.SystemName" )
Key
string SystemName ;
The scoping System's Name.
ArrayType ( "Indexed" )
Write
ModelCorrespondence { "CIM_SystemIdentification.IdentificationFormats" , "CIM_SystemIdentification.FormatDescriptions" }
string IdentificationData [ ] ;
Strings containing the system identification information. The format is described by the corresponding array item in IdentificationFormats.
MaxLen ( 256 )
Propagated ( "CIM_Namespace.CreationClassName" )
Key
string NamespaceCreationClassName ;
The scoping Namespace's CreationClassName.
MaxLen ( 256 )
Propagated ( "CIM_Namespace.SystemCreationClassName" )
Key
string SystemCreationClassName ;
The scoping System's CreationClassName.
ArrayType ( "Indexed" )
Write
ModelCorrespondence { "CIM_SystemIdentification.IdentificationFormats" , "CIM_SystemIdentification.IdentificationData" }
string FormatDescriptions [ ] ;
Strings further describing the format of the system identification information.
ValueMap { "0" , "1" , "2" , "3" , "4" , "5" , "6" , "7" , "8" , "9" , "10" , "11" }
ArrayType ( "Indexed" )
Values { "Unknown" , "Other" , "Short DNS Name" , "Fully qualified DNS Name" , "Windows Domain Name" , "NetWare Server Name" , "Unix Hostname" , "Globally Unique System Identifier" , "IP Address" , "Modem Dialup String" , "MAC Address" , "IPMI Address" }
Required
Write
ModelCorrespondence { "CIM_SystemIdentification.IdentificationData" , "CIM_SystemIdentification.FormatDescriptions" }
uint16 IdentificationFormats [ ] ;
Enumeration indicating the format of the system identification and/or addressing information.
MaxLen ( 256 )
Propagated ( "CIM_Namespace.ObjectManagerName" )
Key
string ObjectManagerName ;
The scoping ObjectManager's Name.
MaxLen ( 256 )
Key
string Name ;
A string uniquely identifying the name of the system represented in the Namespace.
MaxLen ( 256 )
Key
string CreationClassName ;
CreationClassName indicates the name of the class or the subclass used in the creation of an instance. When used with the other key properties of this class, this property allows all instances of this class and its subclasses to be uniquely identified.
MaxLen ( 256 )
Propagated ( "CIM_Namespace.Name" )
Key
string NamespaceName ;
The scoping Namespace's Name.
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.
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.