Microsoft.Windows.NetworkLoadBalancing.ClusterNLB-Cluster

Microsoft.Windows.NetworkLoadBalancing.Cluster (ClassType)

Diese Klasse stellt einen NLB-Cluster dar.

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (DEU) Description (DEU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Anzeigename Anzeigename des Überwachungsobjekts. false 256  False 
Microsoft.Windows.NetworkLoadBalancing.Cluster:
IPAddress  string  IP-Adresse true 256  False 
DnsName  string  DNS-Name false 256  False 
SubnetMask  string  Subnetzmaske false 256  False 
MacAddress  string  MAC-Adresse 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>