ISCSI_LUNList WMI Class

The ISCSI_LUNList WMI class describes a mapping from a logical unit number (LUN) that the operating system defines locally to be a 64-bit number that, together with the name of the target that the logical unit belongs to, uniquely identifies the logical unit and is globally valid anywhere in the network. This class is defined as follows in Common.mof.

class ISCSI_LUNList {
  [WmiDataId(1), description("Target LUN") : amended]
    uint64  TargetLUN;
  [WmiDataId(2), description("OS Scsi bus number target
  is mapped to") : amended]
    uint32  OSLUN;
  [WmiDataId(3), description("Reserved") : amended]
    uint32  Reserved;
};

When the WMI tool suite compiles the preceding class definition, it produces the ISCSI_LUNList data structure.