NODE_CLUSTER_STATE enumeración (clusapi.h)
Indica el estado del clúster. La función GetNodeClusterState usa esta enumeración.
Syntax
typedef enum NODE_CLUSTER_STATE {
ClusterStateNotInstalled = 0x00000000,
ClusterStateNotConfigured,
ClusterStateNotRunning,
ClusterStateRunning
} ;
Constantes
ClusterStateNotInstalled Valor: 0x00000000 El servicio de clúster no está instalado en el nodo. |
ClusterStateNotConfigured El servicio de clúster se instala en el nodo, pero aún no se ha configurado. |
ClusterStateNotRunning El servicio de clúster está instalado y configurado en el nodo, pero no se está ejecutando actualmente. |
ClusterStateRunning El servicio de clúster está instalado, configurado y en ejecución en el nodo. |
Comentarios
Las constantes siguientes se definen en ClusAPI.h.
Constante | Valor |
---|---|
CLUSTER_INSTALLED | 0x00000001 |
CLUSTER_CONFIGURED | 0x00000002 |
CLUSTER_RUNNING | 0x00000010 |
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | No se admite ninguno |
Servidor mínimo compatible | Windows Server 2008 Enterprise, Windows Server 2008 Datacenter |
Encabezado | clusapi.h |