CLUSTER_SETUP_PHASE_SEVERITY enumeration (clusapi.h)

Describes the severity of the current phase of the cluster setup process. The ClusterSetupProgressCallback function uses this enumeration.

Syntax

typedef enum _CLUSTER_SETUP_PHASE_SEVERITY {
  ClusterSetupPhaseInformational = 1,
  ClusterSetupPhaseWarning = 2,
  ClusterSetupPhaseFatal = 3
} CLUSTER_SETUP_PHASE_SEVERITY;

Constants

 
ClusterSetupPhaseInformational
Value: 1
This phase of the cluster setup can complete successfully.
ClusterSetupPhaseWarning
Value: 2
This phase of the cluster setup can complete, with a warning.
ClusterSetupPhaseFatal
Value: 3
This phase of the cluster setup process cannot complete successfully.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 Enterprise, Windows Server 2008 Datacenter
Header clusapi.h

See also

Failover Cluster Enumerations

PCLUSTER_SETUP_PROGRESS_CALLBACK