CLUSTER_CHANGE_NODE_UPGRADE_PHASE_V2 enumeration (msclus.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 = 0x1,
  CLUSTER_CHANGE_UPGRADE_NODE_COMMIT = 0x2,
  CLUSTER_CHANGE_UPGRADE_NODE_POSTCOMMIT = 0x4,
  CLUSTER_CHANGE_UPGRADE_ALL
} ;

Constants

 
CLUSTER_CHANGE_UPGRADE_NODE_PREPARE
Value: 0x1
Indicates that the upgrade is being prepared.
CLUSTER_CHANGE_UPGRADE_NODE_COMMIT
Value: 0x2
Indicates that the upgrade is in progress.
CLUSTER_CHANGE_UPGRADE_NODE_POSTCOMMIT
Value: 0x4
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 msclus.h

See also

Failover Cluster Enumerations