public sealed class ConsistentHashLoadBalancerSettingsHttpCookie : IMessage<ConsistentHashLoadBalancerSettingsHttpCookie>, IEquatable<ConsistentHashLoadBalancerSettingsHttpCookie>, IDeepCloneable<ConsistentHashLoadBalancerSettingsHttpCookie>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class ConsistentHashLoadBalancerSettingsHttpCookie.
The information about the HTTP Cookie on which the hash function is based for load balancing policies that use a consistent hash.
Implements
IMessageConsistentHashLoadBalancerSettingsHttpCookie, IEquatableConsistentHashLoadBalancerSettingsHttpCookie, IDeepCloneableConsistentHashLoadBalancerSettingsHttpCookie, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
ConsistentHashLoadBalancerSettingsHttpCookie()
public ConsistentHashLoadBalancerSettingsHttpCookie()
ConsistentHashLoadBalancerSettingsHttpCookie(ConsistentHashLoadBalancerSettingsHttpCookie)
public ConsistentHashLoadBalancerSettingsHttpCookie(ConsistentHashLoadBalancerSettingsHttpCookie other)
Parameter | |
---|---|
Name | Description |
other |
ConsistentHashLoadBalancerSettingsHttpCookie |
Properties
HasName
public bool HasName { get; }
Gets whether the "name" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasPath
public bool HasPath { get; }
Gets whether the "path" field is set
Property Value | |
---|---|
Type | Description |
bool |
Name
public string Name { get; set; }
Name of the cookie.
Property Value | |
---|---|
Type | Description |
string |
Path
public string Path { get; set; }
Path to set for the cookie.
Property Value | |
---|---|
Type | Description |
string |
Ttl
public Duration Ttl { get; set; }
Lifetime of the cookie.
Property Value | |
---|---|
Type | Description |
Duration |