thresholdCount property

int? thresholdCount
final

The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

Implementation

final int? thresholdCount;