MS_SMHBA_PORTLUN WMI Class

An HBA miniport driver that supports the Storage Management API uses the MS_SMHBA_PORTLUN class to expose the mapping between the target LUN and SAS adapter.

The MS_SMHBA_PORTLUN class is defined as follows in Hbaapi.mof:

class MS_SMHBA_PORTLUN 
{
    [HBAType("HBA_WWN"), WmiDataId(1)]
    uint8   PortWWN[8];

    [HBAType("HBA_WWN"), WmiDataId(2)]
    uint8   domainPortWWN[8];

    [HBAType("HBA_SCSILUN"), WmiDataId(3)]
    uint64  TargetLun;
};

When this class definition is compiled by the WMI tool suite, it produces the following data structure:

MS_SMHBA_PORTLUN

There are no methods associated with this WMI class.