MSFC_NPIVLUNMappingInformation structure (npivwmi.h)

The MSFC_NPIVLUNMappingInformation structure contains the Logical Unit Number (LUN) to virtual port mapping information.

Syntax

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

Members

WWPNVirtualPort[8]

The world wide port name of the virtual port.

WWPNPhysicalPort[8]

The world wide port name of the physical port.

OSBus

The path ID of the LUN mapped to the virtual port.

OSTarget

The target device ID number of the LUN mapped to the virtual port.

OSLUN

The LUN mapped to the virtual port.

Requirements

Requirement Value
Header npivwmi.h (include Npivwmi.h)

See also

MSFC_NPIVLUNMappingInformation WMI Class