Condividi tramite


enumerazione CLUSTER_SETUP_PHASE_SEVERITY (clusapi.h)

Descrive la gravità della fase corrente del processo di installazione del cluster. La funzione ClusterSetupProgressCallback usa questa enumerazione.

Sintassi

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

Costanti

 
ClusterSetupPhaseInformational
Valore: 1
Questa fase della configurazione del cluster può essere completata correttamente.
ClusterSetupPhaseWarning
Valore: 2
Questa fase dell'installazione del cluster può essere completata, con un avviso.
ClusterSetupPhaseFatal
Valore: 3
Questa fase del processo di installazione del cluster non può essere completata correttamente.

Requisiti

Requisito Valore
Client minimo supportato Nessuno supportato
Server minimo supportato Windows Server 2008 Enterprise, Windows Server 2008 Datacenter
Intestazione clusapi.h

Vedi anche

Enumerazioni cluster di failover

PCLUSTER_SETUP_PROGRESS_CALLBACK