View Source GoogleApi.Compute.V1.Model.BackendServiceLocalityLoadBalancingPolicyConfigPolicy (google_api_compute v0.56.2)

The configuration for a built-in load balancing policy.

Attributes

  • name (type: String.t, default: nil) - The name of a locality load-balancing policy. Valid values include ROUND_ROBIN and, for Java clients, LEAST_REQUEST. For information about these values, see the description of localityLbPolicy. Do not specify the same policy more than once for a backend. If you do, the configuration is rejected.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Compute.V1.Model.BackendServiceLocalityLoadBalancingPolicyConfigPolicy{
    name: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.