ClusterUpdateStrategy interface
ClusterUpdateStrategy 表示更新群集的策略。
属性
| max |
可在更新增量内脱机的辅助角色节点的最大数目,例如逐机架。 按增量限制的最大计算机数。 默认为整个增量大小。 |
| strategy |
运行时保护的操作模式。 |
| threshold |
选择应如何评估阈值。 |
| threshold |
数值阈值。 |
| wait |
策略定义的更新增量之间的等待时间。 |
属性详细信息
maxUnavailable
可在更新增量内脱机的辅助角色节点的最大数目,例如逐机架。 按增量限制的最大计算机数。 默认为整个增量大小。
maxUnavailable?: number
属性值
number
strategyType
运行时保护的操作模式。
strategyType: string
属性值
string
thresholdType
选择应如何评估阈值。
thresholdType: string
属性值
string
thresholdValue
数值阈值。
thresholdValue: number
属性值
number
waitTimeMinutes
策略定义的更新增量之间的等待时间。
waitTimeMinutes?: number
属性值
number