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

Inheritance

builtins.object > proto.message.Message > ConsistentHashLoadBalancerSettingsHttpCookie