MSFC_NPIVLUNMappingInformation WMI 类
WMI 客户端使用 MSFC_LUNMappingInformation 类检索 LUN 到虚拟端口的映射信息。
MSFC_NPIVLUNMappingInformation 类在 Npivwmi.mof 中定义如下:
class MSFC_NPIVLUNMappingInformation
{
[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),
read
] uint8 OSBus;
[WmiDataId(4),
read
] uint8 OSTarget;
[WmiDataId(5),
read
] uint8 OSLUN;
};
当由 WMI 工具套件编译时,此类定义将生成以下数据结构:
MSFC_NPIVLUNMappingInformation
没有与此 WMI 类关联的方法。