MSFC_FibrePortHBAStatistics WMI クラス
WMI クライアントは、MSFC_FibrePortHBAStatistics クラスを使用して HBA のポートに関連する統計情報について HBA ミニポート ドライバーにクエリを実行します。 MSFC_FibrePortHBAStatistics クラスは MSFC_HBAPortStatistics WMI クラス 内のすべての情報と、ポートの ID 情報の一部を報告します。
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 ツール スイートでコンパイルされるとこのクラス定義により以下のデータ構造が生成されます。
この WMI クラスに関連付けられたメソッドはありません。