unhealthyThreshold property

int? unhealthyThreshold
getter/setter pair

A so-far healthy instance will be marked unhealthy after this many consecutive failures.

The default value is 2.

Implementation

core.int? unhealthyThreshold;