获取单元类型列表

使用 IBMTSSVC_ConfigurationReportingService 可获取关于机柜单元类型的信息。

要检索 IBMTSSVC_Enclosure 支持或已安装的单元类型的列表:

  1. 选择 IBMTSSVC_Enclosure 实例作为容器。
  2. 直接获取 IBMTSSVC_ConfigurationReportingService 实例。
  3. 使用以下参数规范来调用 IBMTSSVC_ConfigurationReportingService.GetUnitTypes() 方法:
    1. 将 InquiryType 设置为 2 或 3。
    2. 将 ClassType 设置为在 GetClassTypes.ClassTypes 属性中返回的条目。
    3. 将 CIM_ManagedElement 设置为目标 IBMTSSVC_Enclosure 的引用 (CIMObjectPath)。
返回的 UnitTypes[] 包含 IBMTSSVC_Enclosure 中支持或安装的 ClassTypes 的单元类型。