dropTrafficIfUnhealthy property

bool? dropTrafficIfUnhealthy
getter/setter pair

If set to true, connections to the load balancer are dropped when all primary and all backup backend VMs are unhealthy.If set to false, connections are distributed among all primary VMs when all primary and all backup backend VMs are unhealthy.

For load balancers that have configurable failover: Internal passthrough Network Load Balancers and external passthrough Network Load Balancers. The default is false.

Implementation

core.bool? dropTrafficIfUnhealthy;