enumeração NODE_CLUSTER_STATE (clusapi.h)
Indica o estado do cluster. A função GetNodeClusterState usa essa enumeração.
Syntax
typedef enum NODE_CLUSTER_STATE {
ClusterStateNotInstalled = 0x00000000,
ClusterStateNotConfigured,
ClusterStateNotRunning,
ClusterStateRunning
} ;
Constantes
ClusterStateNotInstalled Valor: 0x00000000 O serviço cluster não está instalado no nó. |
ClusterStateNotConfigured O serviço cluster está instalado no nó, mas ainda não foi configurado. |
ClusterStateNotRunning O serviço cluster está instalado e configurado no nó, mas não está em execução no momento. |
ClusterStateRunning O serviço de cluster está instalado, configurado e em execução no nó. |
Comentários
As constantes a seguir são definidas em ClusAPI.h.
Constante | Valor |
---|---|
CLUSTER_INSTALLED | 0x00000001 |
CLUSTER_CONFIGURED | 0x00000002 |
CLUSTER_RUNNING | 0x00000010 |
Requisitos
Requisito | Valor |
---|---|
Cliente mínimo com suporte | Nenhum compatível |
Servidor mínimo com suporte | Windows Server 2008 Enterprise, Windows Server 2008 Datacenter |
Cabeçalho | clusapi.h |