Microsoft.Windows.Cluster.ComponentCluster Component

Microsoft.Windows.Cluster.Component (ClassType)

Windows cluster component class

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId77671851-c72d-5916-7e13-a2780f92e9cd

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 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.Cluster.Component" Accessibility="Public" Abstract="true" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="false" Singleton="false">
<Property ID="ClusterName" Type="string" Key="true" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="ObjectName" Type="string" Key="true" CaseSensitive="false" MinLength="0" Length="4000"/>
</ClassType>