Poznámka
Na prístup k tejto stránke sa vyžaduje oprávnenie. Môžete sa skúsiť prihlásiť alebo zmeniť adresáre.
Na prístup k tejto stránke sa vyžaduje oprávnenie. Môžete skúsiť zmeniť adresáre.
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 |