CLUSTER_RESOURCE_RESTART_ACTION列舉 (clusapi.h)
RestartAction資源通用屬性用來指定當資源失敗時,叢集服務要採取的動作。
Syntax
typedef enum CLUSTER_RESOURCE_RESTART_ACTION {
ClusterResourceDontRestart = 0,
ClusterResourceRestartNoNotify,
ClusterResourceRestartNotify,
ClusterResourceRestartActionCount
} CRRA;
常數
ClusterResourceDontRestart 值: 0 請勿在失敗後重新開機資源。 |
ClusterResourceRestartNoNotify 失敗後重新開機資源。 如果資源在其重新開機內超過其重新開機閾值 period, do not attempt to failover the 群組 至另一個群組 中的 節點 叢集。 |
ClusterResourceRestartNotify 失敗後重新開機資源。 如果資源在其重新開機內超過其重新開機閾值 period,嘗試將群組容錯移轉至叢集中的另一個節點。 這是預設值。 |
ClusterResourceRestartActionCount 定義 的最大值 CLUSTER_RESOURCE_RESTART_ACTION 列舉。 它不是 的有效值 RestartAction 屬性。 |
規格需求
最低支援的用戶端 | 都不支援 |
最低支援的伺服器 | Windows Server 2008 Enterprise、Windows Server 2008 Datacenter |
標頭 | clusapi.h |