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 | |
---|---|
Name | Description |
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 .
|