Classe WMI MSFC_FibrePortHBAStatistics
Un client WMI usa la classe MSFC_FibrePortHBAStatistics per eseguire query su un driver miniport HBA per le statistiche correlate a una porta su un'HBA. La classe MSFC_FibrePortHBAStatistics segnala tutte le informazioni nella classe WMI MSFC_HBAPortStatistics e 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;
};
Quando compilato dalla suite di strumenti WMI questa definizione di classe produce la struttura dei dati seguente:
Non sono presenti metodi associati a questa classe WMI.