Microsoft.Windows.Cluster.NetworkCluster Network

Microsoft.Windows.Cluster.Network (ClassType)

Windows cluster network class

Element properties:

Base ClassMicrosoft.Windows.Cluster.Component
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId1e21b8af-00a9-1b38-cfaf-b4a025025f43

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.Windows.Cluster.Component:
ClusterName  string  Cluster Name Name of the Windows cluster. true 256  False 
ObjectName  string  Component Name Name of the Windows cluster component. true 4000  False 
Microsoft.Windows.Cluster.Network:
Address  string  Address Address used by network interface. false 256  False 
AddressMask  string  Subnet mask Subnet mask used with network. false 256  False 
Description  string  Description Description provides comments about cluster network object. 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>