NODE_CLUSTER_STATE列舉 (msclus.h)
指出叢集的狀態。 GetNodeClusterState 函式會使用此列舉。
Syntax
typedef enum NODE_CLUSTER_STATE {
ClusterStateNotInstalled = 0,
ClusterStateNotConfigured = 0x1,
ClusterStateNotRunning,
ClusterStateRunning
} ;
常數
ClusterStateNotInstalled 值: 0 叢集服務未安裝在節點上。 |
ClusterStateNotConfigured 值: 0x1 叢集服務已安裝在節點上,但尚未設定。 |
ClusterStateNotRunning 叢集服務會在節點上安裝並設定,但目前未執行。 |
ClusterStateRunning 叢集服務會在節點上安裝、設定和執行。 |
備註
下列常數定義於 ClusAPI.h 中。
常數 | 值 |
---|---|
CLUSTER_INSTALLED | 0x00000001 |
CLUSTER_CONFIGURED | 0x00000002 |
CLUSTER_RUNNING | 0x00000010 |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | 都不支援 |
最低支援的伺服器 | Windows Server 2008 Enterprise、Windows Server 2008 Datacenter |
標頭 | msclus.h |