MicrosoftNLB_ConvergingEvent class
The MicrosoftNLB_ConvergingEvent class is a WMI class that represents a Network Load Balancing (NLB) cluster converging event.
The following syntax is simplified from MOF code, and includes all inherited properties.
Syntax
[WMI, Dynamic, Provider("WmiProv"), guid("{812C7978-7D1B-40dc-89D7-D3C9D36A77B4}"), AMENDMENT]
class MicrosoftNLB_ConvergingEvent : WmiEvent
{
uint8 SECURITY_DESCRIPTOR[];
uint64 TIME_CREATED;
string InstanceName;
boolean Active;
string AdapterGuid;
string ClusterIPAddress;
uint32 HostPriority;
uint32 Cause;
string InitiatorDedicatedIP;
uint32 InitiatorHostPriority;
};
Members
The MicrosoftNLB_ConvergingEvent class has these types of members:
Properties
The MicrosoftNLB_ConvergingEvent 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}".
-
-
Cause
-
-
Data type: uint32
-
Access type: Read-only
-
Qualifiers: WmiDataId (4)
Cause for convergence.
-
-
NLB_EVENT_CONVERGING_BAD_CONFIG (1)
-
NLB_EVENT_CONVERGING_NEW_MEMBER (2)
-
NLB_EVENT_CONVERGING_UNKNOWN (3)
-
NLB_EVENT_CONVERGING_DUPLICATE_HOST_ID (4)
-
NLB_EVENT_CONVERGING_NUM_RULES (5)
-
NLB_EVENT_CONVERGING_MODIFIED_RULES (6)
-
NLB_EVENT_CONVERGING_MEMBER_LOST (7)
-
NLB_EVENT_CONVERGING_MODIFIED_PARAMS (8)
-
NLB_EVENT_CONVERGING_DEPRECATED_LEGACY_HOST (9)
-
NLB_EVENT_CONVERGING_CLIENT_STICKINESS_SYNCHRONISATION_FAILURE (10)
ClusterIPAddress
-
Data type: string
-
Access type: Read-only
-
Qualifiers: WmiDataId (2), MaxLen (40)
IP Address of the NLB cluster.
HostPriority
-
Data type: uint32
-
Access type: Read-only
-
Qualifiers: WmiDataId (3)
Priority of the host in the NLB cluster.
InitiatorDedicatedIP
-
Data type: string
-
Access type: Read-only
-
Qualifiers: WmiDataId (5), MaxLen (40)
IP Address of the host in the NLB cluster that is the cause of convergence.
InitiatorHostPriority
-
Data type: uint32
-
Access type: Read-only
-
Qualifiers: WmiDataId (6)
Priority of the host in the NLB cluster that is the cause of convergence.
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_ConvergingEvent class is derived from the WMIEvent class.
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2008 |
Namespace |
Root\MicrosoftNLB |
MOF |
|
DLL |
|