MSFC_NPIVLUNMappingInformation WMI クラス
WMI クライアントは MSFC_LUNMappingInformation クラスを使用して、LUN から仮想ポートへのマッピング情報を取得します。
MSFC_NPIVLUNMappingInformation クラスは Npivwmi.mof で次のように定義されます。
class MSFC_NPIVLUNMappingInformation
{
[WmiDataId(1), Description("The world wide port name of the virtual port"):Amended]
uint8 WWPNVirtualPort[8];
[WmiDataId(2), Description("The world wide port name of the physical port"):Amended]
uint8 WWPNPhysicalPort[8];
[WmiDataId(3),
read
] uint8 OSBus;
[WmiDataId(4),
read
] uint8 OSTarget;
[WmiDataId(5),
read
] uint8 OSLUN;
};
WMI ツール スイートでコンパイルされると、このクラス定義により以下のデータ構造が生成されます。
MSFC_NPIVLUNMappingInformation
この WMI クラスに関連付けられたメソッドはありません。