Name | Type | Description | Notes |
---|---|---|---|
cpu_threshold | Option<f64> | The CPU usage threshold (as a percentage) required for a node to be considered to be under duress. Default is 0.9 | [optional] |
heap_threshold | Option<f64> | The heap usage threshold (as a percentage) required for a node to be considered to be under duress. Default is 0.7 | [optional] |
num_successive_breaches | Option<i32> | The number of successive limit breaches after which the node is considered to be under duress. Default is 3 | [optional] |