MSFC_NPIVLUNMappingInformation 構造体 (npivwmi.h)

MSFC_NPIVLUNMappingInformation構造体には、論理ユニット番号 (LUN) から仮想ポートへのマッピング情報が含まれています。

構文

typedef struct _MSFC_NPIVLUNMappingInformation {
  UCHAR WWPNVirtualPort[8];
  UCHAR WWPNPhysicalPort[8];
  UCHAR OSBus;
  UCHAR OSTarget;
  UCHAR OSLUN;
} MSFC_NPIVLUNMappingInformation, *PMSFC_NPIVLUNMappingInformation;

メンバー

WWPNVirtualPort[8]

仮想ポートのワールドワイド ポート名。

WWPNPhysicalPort[8]

物理ポートのワールドワイド ポート名。

OSBus

仮想ポートにマップされた LUN のパス ID。

OSTarget

仮想ポートにマップされた LUN のターゲット デバイス ID 番号。

OSLUN

仮想ポートにマップされた LUN。

要件

要件
Header npivwmi.h (Npivwmi.h を含む)

こちらもご覧ください

MSFC_NPIVLUNMappingInformation WMI クラス