Interface BackendServiceFailoverPolicyOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getDisableConnectionDrainOnFailover()
      This can be set to true only if the protocol is TCP.
      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.
      float getFailoverRatio()
      The value of the field must be in the range [0, 1].
      boolean hasDisableConnectionDrainOnFailover()
      This can be set to true only if the protocol is TCP.
      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.
      boolean hasFailoverRatio()
      The value of the field must be in the range [0, 1].
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasDisableConnectionDrainOnFailover

        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:
        Whether the disableConnectionDrainOnFailover field is set.
      • getDisableConnectionDrainOnFailover

        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:
        The disableConnectionDrainOnFailover.
      • hasDropTrafficIfUnhealthy

        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 TCP/UDP Load Balancing](https://cloud.google.com/load-balancing/docs/internal/failover-overview) and [external TCP/UDP Load Balancing](https://cloud.google.com/load-balancing/docs/network/networklb-failover-overview). The default is false.
         
        optional bool drop_traffic_if_unhealthy = 112289428;
        Returns:
        Whether the dropTrafficIfUnhealthy field is set.
      • getDropTrafficIfUnhealthy

        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 TCP/UDP Load Balancing](https://cloud.google.com/load-balancing/docs/internal/failover-overview) and [external TCP/UDP Load Balancing](https://cloud.google.com/load-balancing/docs/network/networklb-failover-overview). The default is false.
         
        optional bool drop_traffic_if_unhealthy = 112289428;
        Returns:
        The dropTrafficIfUnhealthy.
      • hasFailoverRatio

        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](https://cloud.google.com/load-balancing/docs/internal/failover-overview) and [external TCP/UDP Load Balancing](https://cloud.google.com/load-balancing/docs/network/networklb-failover-overview).
         
        optional float failover_ratio = 212667006;
        Returns:
        Whether the failoverRatio field is set.
      • getFailoverRatio

        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](https://cloud.google.com/load-balancing/docs/internal/failover-overview) and [external TCP/UDP Load Balancing](https://cloud.google.com/load-balancing/docs/network/networklb-failover-overview).
         
        optional float failover_ratio = 212667006;
        Returns:
        The failoverRatio.