Use the IBMTSSVC_ConfigurationReportingService to get information
about enclosure classes.
To retrieve a list of classes that the IBMTSSVC_Enclosure
supports or has installed, complete the following steps.
- Select an IBMTSSVC_Enclosure instance as the container.
- Retrieve the IBMTSSVC_ConfigurationReportingService instance.
- Invoke the IBMTSSVC_ConfigurationReportingService.GetClassTypes
() method with the following parameter specifications:
- Set InquiryType to 2 or 3.
- Set CIM_ManagedElement to the reference (CIMObjectPath)
of the target IBMTSSVC_Enclosure.
The returned ClassTypes[] contains the class names of the
classes that the IBMTSSVC_Enclosure supports or has installed. The
IBMTSSVC_Enclosure currently supports class type IBMTSSVC_DiskDrive.