Condividi tramite


Classe WMI MSFC_FibrePortHBAStatistics

Un client WMI usa la classe MSFC_FibrePortHBAStatistics per eseguire query su un driver miniport HBA per ottenere statistiche correlate a una porta su un HBA. La classe MSFC_FibrePortHBAStatistics segnala tutte le informazioni nella classe WMI MSFC_HBAPortStatistics più alcune informazioni sull'identificatore per la porta.

La classe MSFC_FibrePortHBAStatistics è definita come segue in 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;
};

Se compilata dalla suite di strumenti WMI, questa definizione di classe produce la struttura di dati seguente:

MSFC_FibrePortHBAStatistics

Nessun metodo associato a questa classe WMI.