MPIO_PATH_HEALTH_INFO WMI Class

A WMI client uses the MPIO_PATH_HEALTH_INFO WMI class to query MPIO so that it gathers statistics for all paths that are managed by MPIO.

class MPIO_PATH_HEALTH_INFO
{
    [key, read]
     string InstanceName;
    [read] boolean Active;

    [WmiDataId(1),
     read,
     Description("Number of Path Health Packets.") : amended
    ] uint32 NumberPathPackets;

    [WmiDataId(2),
     read,
     Description("Reserved for future use.") : amended
    ] uint32 Reserved;

    [WmiDataId(3),
     read,
     Description("MPIO Path Health Info Array.") : amended,
     WmiSizeIs("NumberPathPackets")
    ] MPIO_PATH_HEALTH_CLASS PathHealthPackets[];
};

When the class definition is compiled by the WMI tool suiteit produces the MPIO_PATH_HEALTH_INFO data structure. There are no methods associated with this WMI class.