GoogleApi.Compute.V1.Model.ConsistentHashLoadBalancerSettingsHttpCookie (google_api_compute v0.29.0) 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
Specs
t() :: %GoogleApi.Compute.V1.Model.ConsistentHashLoadBalancerSettingsHttpCookie{
name: String.t(),
path: String.t(),
ttl: GoogleApi.Compute.V1.Model.Duration.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.