Class ConsistentHashLoadBalancerSettingsHttpCookie (1.18.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.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

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.