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 (KOR) Description (KOR) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  표시 이름 모니터링 개체의 표시 이름입니다. false 256  False 
Microsoft.Windows.Cluster.Resource:
ResourceName  string  리소스 이름 클러스터 리소스의 이름입니다. true 256  False 
EscapedResourceName  string  리소스 이름(예약됨) WMI에서 사용할 이스케이프된 형식의 클러스터 리소스 이름입니다. false 256  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  보류 시간 초과 리소스 모니터가 리소스 종료 전에 리소스 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" Length="256" MinLength="0"/>
<Property ID="EscapedResourceName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ResourceTypeName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Description" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="IsAlivePollInterval" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="LooksAlivePollInterval" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="PendingTimeout" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="PersistentState" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="RestartAction" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="RestartPeriod" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="RestartThreshold" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="RetryPeriodOnFailure" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="SeparateMonitor" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>