Propagated ( "CIM_Namespace.Name" ) MaxLen ( 256 ) Key string NamespaceName ; The scoping Namespace's Name. |
Propagated ( "CIM_Namespace.CreationClassName" ) MaxLen ( 256 ) Key string NamespaceCreationClassName ; The scoping Namespace's CreationClassName. |
MaxLen ( 256 ) Key string Name ; A string uniquely identifying the name of the system represented in the Namespace. |
Propagated ( "CIM_Namespace.SystemCreationClassName" ) MaxLen ( 256 ) Key string SystemCreationClassName ; The scoping System's CreationClassName. |
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" } Write Required ModelCorrespondence { "CIM_SystemIdentification.IdentificationData" , "CIM_SystemIdentification.FormatDescriptions" } ValueMap { "0" , "1" , "2" , "3" , "4" , "5" , "6" , "7" , "8" , "9" , "10" , "11" } ArrayType ( "Indexed" ) uint16 IdentificationFormats [ ] ; Enumeration indicating the format of the system identification and/or addressing information. |
Propagated ( "CIM_Namespace.ObjectManagerName" ) MaxLen ( 256 ) Key string ObjectManagerName ; The scoping ObjectManager's Name. |
Write ModelCorrespondence { "CIM_SystemIdentification.IdentificationFormats" , "CIM_SystemIdentification.FormatDescriptions" } ArrayType ( "Indexed" ) string IdentificationData [ ] ; Strings containing the system identification information. The format is described by the corresponding array item in IdentificationFormats. |
Propagated ( "CIM_Namespace.ObjectManagerCreationClassName" ) MaxLen ( 256 ) Key string ObjectManagerCreationClassName ; The scoping ObjectManager's CreationClassName. |
Propagated ( "CIM_Namespace.SystemName" ) MaxLen ( 256 ) Key string SystemName ; The scoping System's Name. |
Write ModelCorrespondence { "CIM_SystemIdentification.IdentificationFormats" , "CIM_SystemIdentification.IdentificationData" } ArrayType ( "Indexed" ) string FormatDescriptions [ ] ; Strings further describing the format of the system identification information. |
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 ( 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. |