MSFC_FibrePortNPIVAttributes WMI 类

WMI 客户端使用 MSFC_FibrePortNPIVAttributes 类检索有关为物理端口创建的虚拟端口的信息。

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

class MSFC_FibrePortNPIVAttributes   
{  
    [WmiDataId(1), Description("The world wide port name of the physical port"):Amended]  
     uint8 WWPN[8];   
  
    [WmiDataId(2), Description("The world wide node name of the physical port"):Amended]  
     uint8 WWNN[8];   
  
    [WmiDataId(3),  
     read,  
     Description("Number of virtual ports on this adapter."):Amended  
    ]uint32 NumberVirtualPorts;  
  
     [WmiDataId(4),  
      read,  
      Description("Array of virtual ports."):Amended,
      WmiSizeIs("NumberVirtualPorts")  
     ]  
     MSFC_VirtualFibrePortAttributes VirtualPorts[];  
};

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

MSFC_FibrePortNPIVAttributes

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