NodeDrainStatus
Specifies the status of a node drain.
Attribute |
Value |
Data type |
DWORD |
Access |
Read-only |
Structure |
CLUSPROP_DWORD |
Minimum |
NodeDrainStatusNotInitiated (0) |
Maximum |
NodeDrainStatusFailed (3) |
Default |
NodeDrainStatusNotInitiated |
This property can contain one of the following values from the CLUSTER_NODE_DRAIN_STATUS enumeration:
Name |
Value |
Description |
NodeDrainStatusNotInitiated |
0 |
The node drain has not been initiated. |
NodeDrainStatusInProgress |
1 |
The node drain is in progress. |
NodeDrainStatusCompleted |
2 |
The node drain has completed. |
NodeDrainStatusFailed |
3 |
The node drain has failed. |
Requirements
|
|
Minimum supported client
|
None supported
|
Minimum supported server
|
Windows Server 2012
|
See also
-
Node Common Properties
-
CLUSTER_NODE_DRAIN_STATUS