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 (CHT) Description (CHT) 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>