Microsoft.Windows.NetworkLoadBalancing.ClusterClúster NLB

Microsoft.Windows.NetworkLoadBalancing.Cluster (ClassType)

Esta clase representa un clúster NLB

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ESN) Description (ESN) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nombre para mostrar Nombre para mostrar de objeto de supervisión. false 256  False 
Microsoft.Windows.NetworkLoadBalancing.Cluster:
IPAddress  string  Dirección IP true 256  False 
DnsName  string  Nombre DNS false 256  False 
SubnetMask  string  Máscara de subred false 256  False 
MacAddress  string  Dirección MAC 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>