View Source GoogleApi.Compute.V1.Model.ConsistentHashLoadBalancerSettingsHttpCookie (google_api_compute v0.62.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Compute.V1.Model.ConsistentHashLoadBalancerSettingsHttpCookie{ name: String.t() | nil, path: String.t() | nil, ttl: GoogleApi.Compute.V1.Model.Duration.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.