Show / Hide Table of Contents

Class ConsistentHashLoadBalancerSettingsHttpCookie

The information about the HTTP Cookie on which the hash function is based for load balancing policies that use a consistent hash.

Inheritance
object
ConsistentHashLoadBalancerSettingsHttpCookie
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class ConsistentHashLoadBalancerSettingsHttpCookie : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Name

Name of the cookie.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Path

Path to set for the cookie.

Declaration
[JsonProperty("path")]
public virtual string Path { get; set; }
Property Value
Type Description
string

Ttl

Lifetime of the cookie.

Declaration
[JsonProperty("ttl")]
public virtual Duration Ttl { get; set; }
Property Value
Type Description
Duration

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX