DSM_QueryLBPolicy_V2 WMI Class

MPIO publishes the DSM_QUERYLBPolicy_V2 WMI class but expects the DSM to register the GUID and handle its implementation. A WMI client uses the DSM_QUERYLBPolicy_V2 WMI class to query the load balance policy that is set for an MPIO disk.

class DSM_QueryLBPolicy_V2
{

    [key, read]
    string InstanceName;

    [read]
    boolean Active;

    [WmiDataId(1),
     DisplayName("Load Balance Policy") : amended,
     Description("Load Balance Policy that is currently being used by DSM") : amended
    ]
    DSM_Load_Balance_Policy_V2 LoadBalancePolicy;
};

When this class definition is compiled by the WMI tool suite, it produces the DSM_QueryLBPolicy_V2 data structure. There are no methods associated with this WMI class.