Core\CIM_FRU.mof.mof (HTML version)

Return to index
CIM_FRU Superclass: CIM_ManagedElement
The CIM_FRU class is a vendor-defined collection of Products and/or PhysicalElements that is associated with a Product for the purpose of supporting, maintaining or upgrading that Product at the customer's location. FRU is an acronym for 'field replaceable unit'.
The use of FRU has been deprecated in lieu of describing what is a valid replacement part for a piece of hardware (via the ElementFRU association from PhysicalElement to ReplacementFRU) and what has actually been replaced (the ElementHasBeenFRUed association between PhysicalElements).
Qualifiers:Version ( "2.8.1000" ) Experimental UMLPackagePath ( "CIM::Core::ProductFRU" ) Deprecated { "CIM_PhysicalElement" , "CIM_ReplacementFRU" }
Parameters (local in grey)
MaxLen ( 64 )
MappingStrings { "MIF.DMTF|FRU|002.7" }
Key
Deprecated { "CIM_PhysicalElement.SerialNumber" }
string IdentifyingNumber ;
FRU identification such as a serial number on software or a die number on a hardware chip.
MaxLen ( 64 )
MappingStrings { "MIF.DMTF|FRU|002.6" }
Key
Deprecated { "CIM_PhysicalElement.PartNumber" , "CIM_ReplacementFRU.OrderNumber" }
string FRUNumber ;
FRU ordering information.
MaxLen ( 256 )
MappingStrings { "MIF.DMTF|FRU|002.4" }
Key
Deprecated { "CIM_PhysicalElement.Manufacturer" , "CIM_ReplacementFRU.Vendor" }
string Vendor ;
The name of the FRU's supplier.
Deprecated { "CIM_ReplacementFRU.CustomerReplaceable" }
boolean CustomerReplaceable ;
Indicates whether the FRU is customer replaceable.
MappingStrings { "MIF.DMTF|FRU|002.3" }
Deprecated { "CIM_PhysicalElement.Description" , "CIM_ReplacementFRU.Description" }
Override ( "Description" )
string Description ;
A textual description of the FRU.
MaxLen ( 256 )
Deprecated { "CIM_PhysicalElement.Name" , "CIM_ReplacementFRU.ElementName" }
string Name ;
FRU name.
MaxLen ( 64 )
MappingStrings { "MIF.DMTF|FRU|002.8" }
Deprecated { "CIM_PhysicalElement.Version" }
string RevisionLevel ;
The FRU's revision level.
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.