Resource Type Common Properties
Common properties for resource types are data values stored in the cluster database that describe the identity and behavior of each resource type in a cluster.
In this section
-
The AdminExtensions property provides the class identifiers (CLSIDs) for the Cluster Administrator extension DLLs that are associated with the resource type. The following table summarizes the attributes of the AdminExtensions property.
-
Specifies the period (in milliseconds) of the deadlock detection heartbeat.
-
This property is not supported.
-
This property is not supported.
-
Provides comments about the resource type. The following table summarizes the attributes of the Description property.
-
Provides the name of the dynamic-link library (DLL) for the resource type. The following table summarizes the attributes of the DllName property.
-
Specifies a query that can be used to export logs for resource types.
-
Specifies the dump collection policy for the cluster service.
-
Specifies the enabled event logs for a resource type.
-
Specifies the recommended interval in milliseconds at which a Resource Monitor should poll resources of the particular resource type to determine if they are operational. The polling occurs when the Resource Monitor calls a resource DLL's IsAlive entry point function. The following table summarizes the attributes of the IsAlivePollInterval property.
-
Specifies the recommended interval in milliseconds at which the Cluster service should poll resources of the particular resource type to determine if they appear operational. The polling occurs when the Resource Monitor calls a resource DLL's LooksAlive entry point function. The following table summarizes the attributes of the LooksAlivePollInterval property.
-
Specifies the display name of the resource type. The display name is the name that appears to administrators in the Cluster Administrator user interface. The following table summarizes the attributes of the Name property.
-
(TBD).
Related topics