Microsoft.Windows.NetworkLoadBalancing.ClusterNLB Cluster

Microsoft.Windows.NetworkLoadBalancing.Cluster (ClassType)

This class represents a NLB cluster

Element properties:

Base ClassSystem.Group
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdc112efd2-7d9f-8deb-f9cd-eb792699531e

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.Windows.NetworkLoadBalancing.Cluster:
IPAddress  string  IP Address true 256  False 
DnsName  string  DNS Name false 256  False 
SubnetMask  string  Subnet Mask false 256  False 
MacAddress  string  MAC Address false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.NetworkLoadBalancing.Cluster" Accessibility="Public" Abstract="false" Base="System!System.Group" Hosted="false" Singleton="false">
<Property ID="IPAddress" Type="string" Key="true" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="DnsName" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="SubnetMask" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="MacAddress" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
</ClassType>