GetLoadBalancerStickySession

data class GetLoadBalancerStickySession(val cookieName: String, val cookieTtlSeconds: Int, val type: String)

Constructors

Link copied to clipboard
constructor(cookieName: String, cookieTtlSeconds: Int, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

the name of the cookie sent to the client

Link copied to clipboard

the number of seconds until the cookie set by the Load Balancer expires

Link copied to clipboard

how and if requests from a client will be persistently served by the same backend droplet