Microsoft.Windows.Cluster.Resource群集资源

Microsoft.Windows.Cluster.Resource (ClassType)

Windows 群集资源类

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId36b9733f-0bed-4bb2-96c5-579daef55a53

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.Resource:
ResourceName  string  资源名称 群集资源的名称。 true 4000  False 
EscapedResourceName  string  资源名称(保留) 转义窗体中要结合 WMI 使用的群集资源的名称。 false 4000  False 
ResourceTypeName  string  资源类型名称 群集资源类型的名称。 false 256  False 
Description  string  描述 描述提供有关群集资源对象的注释。 false 256  False 
IsAlivePollInterval  int  是活动轮询间隔 提供群集服务应轮询资源以确定其是否可操作的推荐间隔(毫秒)。 false 256   
LooksAlivePollInterval  int  查找活动轮询间隔 提供群集服务应轮询资源以确定其是否可操作的推荐间隔(毫秒)。 false 256   
PendingTimeout  int  挂起超时 设置资源监视器在终止资源之前等待资源 DLL 将资源状态更新为 OnlinePending 或 OfflinePending 状态的毫秒数。 false 256   
PersistentState  bool  永久性状态 指定在启动群集服务时资源应联机还是脱机。 false 256   
RestartAction  int  重新启动操作 描述资源失败时群集服务应执行的操作。 false 256   
RestartPeriod  int  重新启动期间 定义可以对无响应资源尝试指定的重新启动次数的时间间隔(毫秒)。 false 256   
RestartThreshold  int  重新启动阈值 指定在群集服务启动 RestartAction 属性指定的操作之前,在 RestartPeriod 属性定义的间隔内可以对资源尝试执行的最大重新启动次数。 false 256   
RetryPeriodOnFailure  int  失败重试期间 指定在群集服务尝试重新启动资源之前,资源应保留失败状态的时间间隔(毫秒)。 false 256   
SeparateMonitor  bool  独立监视器 指明资源是否需要其自己的资源监视器。 false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.Cluster.Resource" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="true" Singleton="false">
<Property ID="ResourceName" Type="string" Key="true" CaseSensitive="false" MinLength="0" Length="4000"/>
<Property ID="EscapedResourceName" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="4000"/>
<Property ID="ResourceTypeName" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="Description" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="IsAlivePollInterval" Type="int" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="LooksAlivePollInterval" Type="int" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="PendingTimeout" Type="int" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="PersistentState" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="RestartAction" Type="int" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="RestartPeriod" Type="int" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="RestartThreshold" Type="int" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="RetryPeriodOnFailure" Type="int" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="SeparateMonitor" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
</ClassType>