Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ConsistentHashLoadBalancerSettingsHttpCookie

import type { ConsistentHashLoadBalancerSettingsHttpCookie } from "https://googleapis.deno.dev/v1/compute:v1.ts";

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

interface ConsistentHashLoadBalancerSettingsHttpCookie {
name?: string;
path?: string;
ttl?: Duration;
}

§Properties

§
name?: string
[src]

Name of the cookie.

§
path?: string
[src]

Path to set for the cookie.

§

Lifetime of the cookie.