Freigeben über


MSFC_FibrePortHBAStatistics WMI-Klasse

Ein WMI-Client verwendet die MSFC_FibrePortHBAStatistics-Klasse, um einen HBA-Miniporttreiber nach Statistiken im Zusammenhang mit einem Port in einem HBA abzufragen. Die MSFC_FibrePortHBAStatistics-Klasse meldet alle Informationen in der MSFC_HBAPortStatistics WMI-Klasse sowie einige Bezeichnerinformationen für den Port.

Die MSFC_FibrePortHBAStatistics-Klasse wird in Hbaapi.mof wie folgt definiert:

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;
};

Wenn sie von der WMI-Toolsammlung kompiliert wird, erzeugt diese Klassendefinition die folgende Datenstruktur:

MSFC_FibrePortHBAStatistics

Dieser WMI-Klasse sind keine Methoden zugeordnet.