MSFC_NPIVLUNMappingInformationEx WMI 类

WMI 客户端使用 MSFC_NPIVLUNMappingInformationEx 类检索 LUN 到虚拟端口的映射信息。 此类包括与 LUN 关联的端口号。

MSFC_NPIVLUNMappingInformationEx 类在 Npivwmi.mof 中定义如下:

    class MSFC_NPIVLUNMappingInformationEx
    {
        [WmiDataId(1), Description("The world wide port name of the virtual port"):Amended]
        uint8 WWPNVirtualPort[8];
    
        [WmiDataId(2), Description("The world wide port name of the physical port"):Amended]
        uint8 WWPNPhysicalPort[8];
    
        [WmiDataId(3),
         Description("The SCSI Port ID associated with this LUN, matching the SCSI_ADDRESS"):Amended,
         read
        ]
        uint8 PortNumber;
    
        [WmiDataId(4),
         Description("The SCSI Path ID associated with this LUN, matching the SCSI_ADDRESS"):Amended,
         read
        ] uint8 OSBus;
    
        [WmiDataId(5),
         Description("The SCSI Target ID associated with this LUN, matching the SCSI_ADDRESS"):Amended,
         read
        ] uint8 OSTarget;
    
        [WmiDataId(6),
         Description("The SCSI LUN, matching the SCSI_ADDRESS"):Amended,
         read
        ] uint8 OSLUN;
    };

当由 WMI 工具套件编译时,此类定义将生成以下数据结构:

MSFC_NPIVLUNMappingInformationEx

没有与此 WMI 类关联的方法。