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 (CHT) Description (CHT) 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  重試期間 OnFailure 指定叢集服務嘗試重新啟動之前,資源維持失敗狀態的間隔時間 (毫秒)。 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>