Class ConsistentHashLoadBalancerSettingsHttpCookie (1.1.0)

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. This field is a member of oneof_ _name.
path str
Path to set for the cookie. This field is a member of oneof_ _path.
ttl google.cloud.compute_v1.types.Duration
Lifetime of the cookie. This field is a member of oneof_ _ttl.