CIM_FRU class

The CIM_FRU class represents a vendor-defined collection of products and physical elements that are associated with a field replaceable unit (FRU) to support, maintain, or upgrade a product at the customer's location.

Important

The DMTF (Distributed Management Task Force) CIM (Common Information Model) classes are the parent classes upon which WMI classes are built. WMI currently supports only the CIM 2.x version schemas.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties. Properties are listed in alphabetic order, not MOF order.

Syntax

[Abstract, UUID("{778C74EE-DB2A-11d2-85FC-0000F8102E5F}"), AMENDMENT]
class CIM_FRU
{
  string Caption;
  string Description;
  string FRUNumber;
  string IdentifyingNumber;
  string Name;
  string RevisionLevel;
  string Vendor;
};

Members

The CIM_FRU class has these types of members:

Properties

The CIM_FRU class has these properties.

Caption

Data type: string

Access type: Read-only

Qualifiers: MaxLen (64)

Short textual description for the FRU.

Description

Data type: string

Access type: Read-only

Qualifiers: MappingStrings ("MIF.DMTF|FRU|002.3")

Description of the FRU.

FRUNumber

Data type: string

Access type: Read-only

Qualifiers: Key, MappingStrings ("MIF.DMTF|FRU|002.6"), MaxLen (64)

FRU ordering information.

IdentifyingNumber

Data type: string

Access type: Read-only

Qualifiers: Key, MappingStrings ("MIF.DMTF|FRU|002.7"), MaxLen (64)

Identification on software, such as a serial number, or a die number on a hardware chip.

Name

Data type: string

Access type: Read-only

Qualifiers: MaxLen (256)

Label by which the object is known.

RevisionLevel

Data type: string

Access type: Read-only

Qualifiers: MappingStrings ("MIF.DMTF|FRU|002.8"), MaxLen (64)

Revision level of the FRU.

Vendor

Data type: string

Access type: Read-only

Qualifiers: Key, MappingStrings ("MIF.DMTF|FRU|002.4"), MaxLen (256)

Name of the supplier.

Remarks

WMI does not implement this class.

This documentation is derived from the CIM class descriptions published by the DMTF. Microsoft may have made changes to correct minor errors, conform to Microsoft SDK documentation standards, or provide more information.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\CIMV2
MOF
CIMWin32.mof
DLL
CIMWin32.dll