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 (JPN) Description (JPN) 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  Is Alive ポーリング間隔 リソースが使用可能であるかどうかを判断するためにクラスター サービスがそのリソースをポーリングする推奨間隔をミリ秒で指定します。 false 256   
LooksAlivePollInterval  int  Looks Alive ポーリング間隔 リソースが使用可能であると考えられるかどうかを判断するためにクラスター サービスがそのリソースをポーリングする推奨間隔をミリ秒で指定します。 false 256   
PendingTimeout  int  待ちのタイムアウト OnlinePending または OfflinePending のリソースの状態をリソース DLL が更新するまで、リソース モニターがリソースの終了を待機する時間をミリ秒で設定します。 false 256   
PersistentState  bool  固定状態 クラスター サービスが開始されたときに、リソースをオンラインにするか、オフラインのままにするかを指定します。 false 256   
RestartAction  int  再起動の動作 リソースで障害が発生した場合に、クラスター サービスが行う動作を説明します。 false 256   
RestartPeriod  int  再起動の期間 応答のないリソースに対して、指定した回数再起動を試行するときの時間間隔をミリ秒で定義します。 false 256   
RestartThreshold  int  再起動のしきい値 クラスター サービスが [再起動の動作] プロパティで指定した動作を開始するまでに、[再起動の期間] プロパティで定義した間隔内にリソースの再起動を試行する最大回数を指定します。 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>