MSFC_NPIVLUNMappingInformationEx WMI クラス
WMI クライアントは MSFC_NPIVLUNMappingInformationEx クラスを使用して LUN から仮想ポートへのマッピング情報を取得します。 このクラスには LUN に関連付けられているポート番号が含まれます。
MSFC_NPIVLUNMappingInformationEx クラスは Npivwmi.mof で次のように定義されます。
class MSFC_NPIVLUNMappingInformationEx
{
[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),
Description("The SCSI Port ID associated with this LUN, matching the SCSI_ADDRESS"):Amended,
read
]
uint8 PortNumber;
[WmiDataId(4),
Description("The SCSI Path ID associated with this LUN, matching the SCSI_ADDRESS"):Amended,
read
] uint8 OSBus;
[WmiDataId(5),
Description("The SCSI Target ID associated with this LUN, matching the SCSI_ADDRESS"):Amended,
read
] uint8 OSTarget;
[WmiDataId(6),
Description("The SCSI LUN, matching the SCSI_ADDRESS"):Amended,
read
] uint8 OSLUN;
};
WMI ツール スイートでコンパイルされると、このクラス定義により以下のデータ構造が生成されます。
MSFC_NPIVLUNMappingInformationEx
この WMI クラスに関連付けられたメソッドはありません。