Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
CLUSTER_RESOURCE_EMBEDDED_FAILURE_ACTION enumeration (clusapi.h)
Specifies the various actions that can be performed when a resource has an embedded failure.
Syntax
typedef enum CLUSTER_RESOURCE_EMBEDDED_FAILURE_ACTION {
ClusterResourceEmbeddedFailureActionNone = 0,
ClusterResourceEmbeddedFailureActionLogOnly = 1,
ClusterResourceEmbeddedFailureActionRecover
} ;
Constants
ClusterResourceEmbeddedFailureActionNoneValue: 0 Indicates that no action is to be taken. |
ClusterResourceEmbeddedFailureActionLogOnlyValue: 1 Indicates that the failure is to be logged. |
ClusterResourceEmbeddedFailureActionRecoverIndicates that the resource is to be recovered. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2008 Datacenter, Windows Server 2008 Enterprise |
| Header | clusapi.h |
See also
Feedback
Was this page helpful?
