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
System.Object
ConsistentHashLoadBalancerSettingsHttpCookie
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class ConsistentHashLoadBalancerSettingsHttpCookie : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Name

Name of the cookie.

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

Path

Path to set for the cookie.

Declaration
[JsonProperty("path")]
public virtual string Path { get; set; }
Property Value
Type Description
System.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