RegionBackendServiceConsistentHashHttpCookieArgs

data class RegionBackendServiceConsistentHashHttpCookieArgs(val name: Output<String>? = null, val path: Output<String>? = null, val ttl: Output<RegionBackendServiceConsistentHashHttpCookieTtlArgs>? = null) : ConvertibleToJava<RegionBackendServiceConsistentHashHttpCookieArgs>

Constructors

constructor(name: Output<String>? = null, path: Output<String>? = null, ttl: Output<RegionBackendServiceConsistentHashHttpCookieTtlArgs>? = null)

Properties

Link copied to clipboard
val name: Output<String>? = null

Name of the cookie.

Link copied to clipboard
val path: Output<String>? = null

Path to set for the cookie.

Link copied to clipboard

Lifetime of the cookie. Structure is documented below.

Functions

Link copied to clipboard
open override fun toJava(): RegionBackendServiceConsistentHashHttpCookieArgs