public sealed class ConsistentHashLoadBalancerSettingsHttpCookie : IMessage<ConsistentHashLoadBalancerSettingsHttpCookie>, IEquatable<ConsistentHashLoadBalancerSettingsHttpCookie>, IDeepCloneable<ConsistentHashLoadBalancerSettingsHttpCookie>, IBufferMessage, IMessageThe information about the HTTP Cookie on which the hash function is based for load balancing policies that use a consistent hash.
Implements
IMessage<ConsistentHashLoadBalancerSettingsHttpCookie>, IEquatable<ConsistentHashLoadBalancerSettingsHttpCookie>, IDeepCloneable<ConsistentHashLoadBalancerSettingsHttpCookie>, 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 | 
Boolean | 
        |
HasPath
public bool HasPath { get; }Gets whether the "path" field is set
| Property Value | |
|---|---|
| Type | Description | 
Boolean | 
        |
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 | 
        |