列舉 群組的可能狀態。
Syntax
typedef enum CLUSTER_GROUP_STATE {
ClusterGroupStateUnknown = -1,
ClusterGroupOnline = 206,
ClusterGroupOffline,
ClusterGroupFailed,
ClusterGroupPartialOnline,
ClusterGroupPending
} ;
常數
ClusterGroupStateUnknown值: -1 群組的狀態不明。 |
ClusterGroupOnline值: 206 群組中的所有資源都在 線上。 |
ClusterGroupOffline群組中的所有資源都是 離線 或 群組中沒有資源。 |
ClusterGroupFailed群組中至少有一個 資源 失敗。 |
ClusterGroupPartialOnline群組中至少一個資源上線。 沒有資源 暫止 或 失敗。 |
ClusterGroupPending群組中至少一個資源處於擱置狀態。 沒有資源失敗。 |
規格需求
| 最低支援的用戶端 | 都不支援 |
| 最低支援的伺服器 | Windows Server 2008 Datacenter、Windows Server 2008 企業版 |
| 標頭 | clusapi.h |