MaxLen ( 64 ) Key MappingStrings { "MIF.DMTF|FRU|002.7" } string IdentifyingNumber ; FRU identification such as a serial number on software or a die number on a hardware chip. |
Override ( "Description" ) MappingStrings { "MIF.DMTF|FRU|002.3" } string Description ; A textual description of the FRU. |
MaxLen ( 64 ) MappingStrings { "MIF.DMTF|FRU|002.8" } string RevisionLevel ; The FRU's revision level. |
MaxLen ( 256 ) Key MappingStrings { "MIF.DMTF|FRU|002.4" } string Vendor ; The name of the FRU's supplier. |
boolean CustomerReplaceable ; Indicates whether the FRU is customer replaceable. |
MaxLen ( 64 ) Key MappingStrings { "MIF.DMTF|FRU|002.6" } string FRUNumber ; FRU ordering information. |
MaxLen ( 256 ) string Name ; FRU name. |
MaxLen ( 64 ) string Caption ; The Caption property is a short textual description (one- line string) 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. |