Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
CLUSTER_NODE_DRAIN_STATUS enumeration (clusapi.h)
Enumerates the possible values of the status of a node drain. This enumeration is used in the NodeDrainStatus property.
Syntax
typedef enum CLUSTER_NODE_DRAIN_STATUS {
NodeDrainStatusNotInitiated = 0,
NodeDrainStatusInProgress,
NodeDrainStatusCompleted,
NodeDrainStatusFailed,
ClusterNodeDrainStatusCount
} ;
Constants
NodeDrainStatusNotInitiatedValue: 0 Indicates that node draining has not started. |
NodeDrainStatusInProgressIndicates that node draining is in progress. |
NodeDrainStatusCompletedIndicates that node draining has been completed. |
NodeDrainStatusFailedIndicates that node draining has failed. |
ClusterNodeDrainStatusCountDefines the maximum number of drain statuses. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2012 |
| Header | clusapi.h |
See also
Feedback
Was this page helpful?
