Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Describes the status of a cluster node. This enumeration is used by the CLUSREG_NAME_NODE_STATUS_INFO property.
Syntax
typedef enum CLUSTER_NODE_STATUS {
NodeStatusNormal = 0,
NodeStatusIsolated = 0x1,
NodeStatusQuarantined = 0x2,
NodeStatusDrainInProgress = 0x4,
NodeStatusDrainCompleted = 0x8,
NodeStatusDrainFailed = 0x10,
NodeStatusAvoidPlacement = 0x20,
NodeStatusMax
} ;
Constants
NodeStatusNormalValue: 0 The node status is normal. |
NodeStatusIsolatedValue: 0x1 The node has been isolated. |
NodeStatusQuarantinedValue: 0x2 The node has been quarantined. |
NodeStatusDrainInProgressValue: 0x4 The node is in the process of being drained. |
NodeStatusDrainCompletedValue: 0x8 The node has completed a node drain operation. |
NodeStatusDrainFailedValue: 0x10 A node drain operation failed on the node. |
NodeStatusAvoidPlacementValue: 0x20 |
NodeStatusMaxThe node has experienced a node drain failure, and is therefore isolated and quarantined. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2016 |
| Header | msclus.h |