Class ConsistentHashLoadBalancerSettingsHttpCookie (0.4.2)

ConsistentHashLoadBalancerSettingsHttpCookie(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

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

Attributes

NameDescription
name str
Name of the cookie.
path str
Path to set for the cookie.
ttl google.cloud.compute_v1.types.Duration
Lifetime of the cookie.