Microsoft.Windows.Cluster.Network群集网络

Microsoft.Windows.Cluster.Network (ClassType)

Windows 群集网络类

Element properties:

Base ClassMicrosoft.Windows.Cluster.Component
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdcadf30e7-e2ea-dd30-9785-aaa9c1e71b90

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.Cluster.Component:
ClusterName  string  群集名称 Windows 群集的名称。 true 256  False 
ObjectName  string  组件名称 Windows 群集组件的名称。 true 256  False 
Microsoft.Windows.Cluster.Network:
Address  string  地址 网络接口使用的地址。 false 256  False 
AddressMask  string  子网掩码 用于网络的子网掩码。 false 256  False 
Description  string  说明 描述提供有关群集网络对象的注释。 false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.Cluster.Network" Accessibility="Public" Abstract="false" Base="Microsoft.Windows.Cluster.Component" Hosted="false" Singleton="false">
<Property ID="Address" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="AddressMask" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="Description" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
</ClassType>