google_api_compute v0.11.0 GoogleApi.Compute.V1.Model.ConsistentHashLoadBalancerSettingsHttpCookie View Source

The information about the HTTP Cookie on which the hash function is based for load balancing policies that use a consistent hash.

Attributes

  • name (type: String.t, default: nil) - Name of the cookie.
  • path (type: String.t, default: nil) - Path to set for the cookie.
  • ttl (type: GoogleApi.Compute.V1.Model.Duration.t, default: nil) - Lifetime of the cookie.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Compute.V1.Model.ConsistentHashLoadBalancerSettingsHttpCookie{
  name: String.t(),
  path: String.t(),
  ttl: GoogleApi.Compute.V1.Model.Duration.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.