Microsoft.Windows.Cluster.ResourceRecurso de clúster

Microsoft.Windows.Cluster.Resource (ClassType)

Clase de recurso del clúster de Windows

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdf1ce5d3a-f8ab-1ae2-b5d7-94d999320673

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ESN) Description (ESN) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nombre para mostrar Nombre para mostrar de objeto de supervisión. false 256  False 
Microsoft.Windows.Cluster.Resource:
ResourceName  string  Nombre del recurso Nombre del recurso del clúster. true 4000  False 
EscapedResourceName  string  Nombre del recurso (reservado) Nombre del recurso del clúster en la forma en que va a ser usado con WMI. false 4000  False 
ResourceTypeName  string  Nombre del tipo de recurso Nombre del tipo de recurso del clúster. false 256  False 
Description  string  Descripción La descripción ofrece comentarios acerca del objeto de recursos de clúster. false 256  False 
IsAlivePollInterval  int  Intervalo de sondeo persistente Ofrece el intervalo recomendado en milisegundos al que el servicio de Cluster Server debería realizar el sondeo del recurso para determinar si está operativo. false 256   
LooksAlivePollInterval  int  Intervalo de sondeo similar a persistente Ofrece el intervalo recomendado en milisegundos al que el servicio de Cluster Server debería realizar el sondeo del recurso para determinar si aparece como operativo. false 256   
PendingTimeout  int  Tiempo de espera pendiente Configura el número de milisegundos que un monitor de recursos esperará para que una DLL de recursos actualice el estado de un recurso en un estado OnlinePending u OfflinePending antes de finalizar el recurso. false 256   
PersistentState  bool  Estado persistente Especifica si el recurso debería recuperar la conexión o no una vez iniciado el servicio de Cluster Server. false 256   
RestartAction  int  Acción de reinicio Describe la acción a emprender por el servicio de Cluster Server si el recurso devuelve errores. false 256   
RestartPeriod  int  Período de reinicio Define el intervalo de tiempo en milisegundos durante el que se puede llevar a cabo un número especificado de intentos de reinicio en un recurso que no responde. false 256   
RestartThreshold  int  Umbral de reinicio Especifica el máximo número de intentos de reinicio que se pueden llevar a cabo en un recurso dentro de un intervalo definido por la propiedad RestartPeriod antes de que el servicio de Cluster Server inicie la acción especificada por la propiedad RestartAction. false 256   
RetryPeriodOnFailure  int  Período de reintento con errores Especifica el intervalo de tiempo (en milisegundos) que un recurso debe permanecer en un estado con error antes de que el servicio de Cluster Server intente reiniciarlo. false 256   
SeparateMonitor  bool  Monitor independiente Indica si el recurso requiere su propio monitor de recursos. 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>