MSFC_FibrePortHBAStatistics WMI 类

WMI 客户端使用 MSFC_FibrePortHBAStatistics 类来查询 HBA 微型端口驱动程序,以获取与 HBA 上的端口相关的统计信息。 MSFC_FibrePortHBAStatistics 类报告 MSFC_HBAPortStatistics WMI 类 中的所有信息以及端口的一些标识符信息。

MSFC_FibrePortHBAStatistics 类在 Hbaapi.mof 中定义如下:

class MSFC_FibrePortHBAStatistics
{
    [key] 
    string InstanceName;
    boolean Active;
    [
     Description ("Unique identifier for the port. "
                   "This identifier must be unique "
                   "among all ports on all adapters."
                   "The same value for the identifier "
                   "must be used for the same port "
                   "in other classes that expose port "
                   "information") : amended,
     WmiRefClass("MSFC_FibrePort"),
     WmiRefProperty("UniquePortId"),
     WmiDataId(1)
    ]
    uint64 UniquePortId;
    [WmiDataId(2),
     HBA_STATUS_QUALIFIERS
    ]
    uint32 HBAStatus;
    // Note 4 byte padding
    [ WmiDataId(3) ]
    MSFC_HBAPortStatistics Statistics;
};

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

MSFC_FibrePortHBAStatistics

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