public sealed class ConsistentHashLoadBalancerSettingsHttpCookie : IMessage<ConsistentHashLoadBalancerSettingsHttpCookie>, IEquatable<ConsistentHashLoadBalancerSettingsHttpCookie>, IDeepCloneable<ConsistentHashLoadBalancerSettingsHttpCookie>, IBufferMessage, IMessage
The information about the HTTP Cookie on which the hash function is based for load balancing policies that use a consistent hash.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `ConsistentHashLoadBalancerSettingsHttpCookie` class in the `Google.Cloud.Compute.V1` namespace, specifically within the context of .NET development."],["The latest version available for this class is 3.6.0, and this page also includes an extensive list of older versions ranging from 3.5.0 back to 1.0.0."],["The `ConsistentHashLoadBalancerSettingsHttpCookie` class is designed to handle the HTTP cookie information used in load balancing policies with consistent hashing, and it inherits from `Object` and implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of this class include `HasName`, `HasPath`, `Name`, `Path`, and `Ttl`, which provide functionality to check for the presence of specific cookie settings, define the cookie name and path, and set the lifetime of the cookie respectively."],["Constructors are available to make a new, empty instance of `ConsistentHashLoadBalancerSettingsHttpCookie`, or to create a copy of an existing instance."]]],[]]