CLUSTER_CHANGE_NODE_UPGRADE_PHASE_V2 enumeration (clusapi.h)
Defines the notifications that are generated for the upgrade of a cluster node.
Syntax
typedef enum CLUSTER_CHANGE_NODE_UPGRADE_PHASE_V2 {
CLUSTER_CHANGE_UPGRADE_NODE_PREPARE = 0x00000001,
CLUSTER_CHANGE_UPGRADE_NODE_COMMIT = 0x00000002,
CLUSTER_CHANGE_UPGRADE_NODE_POSTCOMMIT = 0x00000004,
CLUSTER_CHANGE_UPGRADE_ALL
} ;
Constants
CLUSTER_CHANGE_UPGRADE_NODE_PREPARE Value: 0x00000001 Indicates that the upgrade is being prepared. |
CLUSTER_CHANGE_UPGRADE_NODE_COMMIT Value: 0x00000002 Indicates that the upgrade is in progress. |
CLUSTER_CHANGE_UPGRADE_NODE_POSTCOMMIT Value: 0x00000004 Indicates that the upgrade is finished. |
CLUSTER_CHANGE_UPGRADE_ALL Indicates all CLUSTER_CHANGE_NODE_UPGRADE_PHASE_V2 notifications. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2016 |
Header | clusapi.h |