Interface BackendServiceFailoverPolicyOrBuilder (1.47.0)

public interface BackendServiceFailoverPolicyOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDisableConnectionDrainOnFailover()

public abstract boolean getDisableConnectionDrainOnFailover()

This can be set to true only if the protocol is TCP. The default is false.

optional bool disable_connection_drain_on_failover = 182150753;

Returns
TypeDescription
boolean

The disableConnectionDrainOnFailover.

getDropTrafficIfUnhealthy()

public abstract boolean getDropTrafficIfUnhealthy()

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.

optional bool drop_traffic_if_unhealthy = 112289428;

Returns
TypeDescription
boolean

The dropTrafficIfUnhealthy.

getFailoverRatio()

public abstract float getFailoverRatio()

The value of the field must be in the range [0, 1]. If the value is 0, the load balancer performs a failover when the number of healthy primary VMs equals zero. For all other values, the load balancer performs a failover when the total number of healthy primary VMs is less than this ratio. For load balancers that have configurable failover: Internal TCP/UDP Load Balancing and external TCP/UDP Load Balancing.

optional float failover_ratio = 212667006;

Returns
TypeDescription
float

The failoverRatio.

hasDisableConnectionDrainOnFailover()

public abstract boolean hasDisableConnectionDrainOnFailover()

This can be set to true only if the protocol is TCP. The default is false.

optional bool disable_connection_drain_on_failover = 182150753;

Returns
TypeDescription
boolean

Whether the disableConnectionDrainOnFailover field is set.

hasDropTrafficIfUnhealthy()

public abstract boolean hasDropTrafficIfUnhealthy()

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.

optional bool drop_traffic_if_unhealthy = 112289428;

Returns
TypeDescription
boolean

Whether the dropTrafficIfUnhealthy field is set.

hasFailoverRatio()

public abstract boolean hasFailoverRatio()

The value of the field must be in the range [0, 1]. If the value is 0, the load balancer performs a failover when the number of healthy primary VMs equals zero. For all other values, the load balancer performs a failover when the total number of healthy primary VMs is less than this ratio. For load balancers that have configurable failover: Internal TCP/UDP Load Balancing and external TCP/UDP Load Balancing.

optional float failover_ratio = 212667006;

Returns
TypeDescription
boolean

Whether the failoverRatio field is set.