Class BackendServiceHttpCookie (1.21.0)

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

The HTTP cookie used for stateful session affinity.

.. _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.