Microsoft.Windows.Cluster.HostedGroupCluster Node Hosted Cluster Resource Group

Microsoft.Windows.Cluster.HostedGroup (ClassType)

Windows cluster resource group monitored by cluster node.

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIde761abda-c410-9852-be05-d859560e6efa

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.HostedGroup:
ClusterName  string  Cluster Name Name of the Windows cluster. true 256  False 
NodeName  string  Node Name Name of the cluster node hosting this cluster resource group. true 256  False 
GroupName  string  Resource Group Name Name of the cluster resource group. true 4000  False 
EscapedGroupName  string  Resource Group Name (Reserved) Name of the cluster resource group in its escaped form to be used with WMI. false 4000  False 
Description  string  Description Description provides comments about cluster resource group object. false 256  False 
AutoFailbackType  int  Auto Failback Type Specifies whether the group should automatically be failed back to the node identified as its preferred owner when that node comes back online following a failover. false 256   
FailbackWindowEnd  string  Failback Window End Provides the latest time that the group can be failed back to the node identified as its preferred owner node. false 256  False 
FailbackWindowStart  string  Failback Window Start Provides the earliest time (that is, local time as kept by the cluster) that the group can be failed back to the node identified as its preferred owner node. false 256  False 
FailoverPeriod  int  Failover Period Specifies a number of hours during which a maximum number of failover attempts, specified by FailoverThreshold, can occur. false 256   
FailoverThreshold  int  Failover Threshold Specifies the maximum number of failover attempts that can be made on a group within a time interval defined by FailoverPeriod. false 256   
PersistentState  bool  Persistent State Specifies whether a group should be automatically brought online when the cluster forms. false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.Cluster.HostedGroup" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="true" Singleton="false">
<Property ID="ClusterName" Type="string" Key="true" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="NodeName" Type="string" Key="true" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="GroupName" Type="string" Key="true" CaseSensitive="false" MinLength="0" Length="4000"/>
<Property ID="EscapedGroupName" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="4000"/>
<Property ID="Description" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="AutoFailbackType" Type="int" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="FailbackWindowEnd" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="FailbackWindowStart" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="FailoverPeriod" Type="int" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="FailoverThreshold" Type="int" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="PersistentState" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
</ClassType>