Microsoft.Windows.NetworkLoadBalancing.ClusterNLB 群集

Microsoft.Windows.NetworkLoadBalancing.Cluster (ClassType)

此类代表 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 (CHS) Description (CHS) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  显示名称 监视对象的显示名称。 false 256  False 
Microsoft.Windows.NetworkLoadBalancing.Cluster:
IPAddress  string  IP 地址 true 256  False 
DnsName  string  DNS 名称 false 256  False 
SubnetMask  string  子网掩码 false 256  False 
MacAddress  string  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>