MicrosoftNLB_ConvergedEvent class

The MicrosoftNLB_ConvergedEvent class is a WMI class that represents a Network Load Balancing (NLB) cluster converged event.

The following syntax is simplified from MOF code, and includes all inherited properties.

Syntax

[WMI, Dynamic, Provider("WmiProv"), guid("{7131AA4D-F5D0-4d5d-A232-49785088F74E}"), AMENDMENT]
class MicrosoftNLB_ConvergedEvent : WmiEvent
{
  uint8   SECURITY_DESCRIPTOR[];
  uint64  TIME_CREATED;
  string  InstanceName;
  boolean Active;
  string  AdapterGuid;
  string  ClusterIPAddress;
  uint32  HostPriority;
  uint32  HostMap;
};

Members

The MicrosoftNLB_ConvergedEvent class has these types of members:

Properties

The MicrosoftNLB_ConvergedEvent class has these properties.

Active

Data type: boolean

Access type: Read-only

Reserved

AdapterGuid

Data type: string

Access type: Read-only

Qualifiers: WmiDataId (1), MaxLen (39)

GUID of the network adapter that has NLB bound to it, in the format "{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}".

ClusterIPAddress

Data type: string

Access type: Read-only

Qualifiers: WmiDataId (2), MaxLen (40)

IP Address of the NLB cluster.

HostMap

Data type: uint32

Access type: Read-only

Qualifiers: WmiDataId (4)

Bit map of the hosts in the NLB cluster.

HostPriority

Data type: uint32

Access type: Read-only

Qualifiers: WmiDataId (3)

Priority of the host in the NLB cluster.

InstanceName

Data type: string

Access type: Read-only

Qualifiers: key

Reserved

SECURITY_DESCRIPTOR

Data type: uint8 array

Access type: Read-only

Descriptor used by the event provider to determine which users can receive the event. This property is inherited from __Event. For more information about constants used to set this security descriptor, see WMI Security Constants.

TIME_CREATED

Data type: uint64

Access type: Read-only

Unique value that indicates the time at which the event was generated. This is a 64-bit value that represents the number of 100-nanosecond intervals after January 1, 1601. The information is in the Coordinated Universal Times (UTC) format. This property is inherited from __Event.

For more information about using uint64 values in scripts, see Scripting in WMI.

Remarks

The MicrosoftNLB_ConvergedEvent class is derived from the WMIEvent class.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2008
Namespace
Root\MicrosoftNLB
MOF
WlbsProv.mof
DLL
WlbsProv.dll

See also

WmiEvent

Network Load Balancing WMI Classes

WMIEvent