Network Load Balancing (NLB) has the following WMI classes.
| WMI class | Description |
|---|---|
| MicrosoftNLB_ClusterSetting |
Represents data that identifies the NLB cluster. |
| MicrosoftNLB_ConvergedEvent |
Represents a NLB cluster converged event. |
| MicrosoftNLB_ConvergingEvent |
Represents a NLB cluster converging event. |
| MicrosoftNLB_ExtendedStatus |
The provider uses this class to report error codes specific to NLB. |
| MicrosoftNLB_Node |
Represents an instance of a node within a NLB cluster. |
| MicrosoftNLB_NodeControlEvent |
Represents an event signaling a change in status of the NLB node. |
| MicrosoftNLB_NodeNodeSetting |
Associates an instance of the MicrosoftNLB_Node class to an instance of the MicrosoftNLB_NodeSetting class. |
| MicrosoftNLB_NodeSetting |
Represents the configuration data specific to a node. |
| MicrosoftNLB_NodeSettingPortRule |
Associates an instance of the MicrosoftNLB_NodeSetting class to instances of classes derived from MicrosoftNLB_PortRule. |
| MicrosoftNLB_PortControlEvent |
Represents an event signaling a change in status in the port rule. |
| MicrosoftNLB_PortRule |
Deprecated use the MicrosoftNLB_PortRuleEx class. |
| MicrosoftNLB_PortRuleEx |
An abstract base class from which classes that represent port rules are derived. This class supersedes the MicrosoftNLB_PortRule class. |
| MicrosoftNLB_PortRuleDisabled |
Deprecated use the MicrosoftNLB_PortRuleEx class. |
| MicrosoftNLB_PortRuleFailover |
Deprecated use the MicrosoftNLB_PortRuleEx class. |
| MicrosoftNLB_PortRuleLoadbalanced |
Deprecated use the MicrosoftNLB_PortRuleEx class. |
| MicrosoftNLB_ShutdownEvent |
Represents a NLB cluster shutdown event. |
| MicrosoftNLB_StartupEvent |
Represents a NLB cluster startup event. |