GoogleApi.NetworkServices.V1.Model.ServiceLbPolicyFailoverConfig (google_api_network_services v0.11.0)

View Source

Option to specify health based failover behavior. This is not related to Network load balancer FailoverPolicy.

Attributes

  • failoverHealthThreshold (type: integer(), default: nil) - Optional. The percentage threshold that a load balancer will begin to send traffic to failover backends. If the percentage of endpoints in a MIG/NEG is smaller than this value, traffic would be sent to failover backends if possible. This field should be set to a value between 1 and 99. The default value is 50 for Global external HTTP(S) load balancer (classic) and Proxyless service mesh, and 70 for others.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.NetworkServices.V1.Model.ServiceLbPolicyFailoverConfig{
  failoverHealthThreshold: integer() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.