GetServerGroupsGroupStickySessionConfig

data class GetServerGroupsGroupStickySessionConfig(val cookie: String, val cookieTimeout: Int, val stickySessionEnabled: Boolean, val stickySessionType: String)

Constructors

Link copied to clipboard
constructor(cookie: String, cookieTimeout: Int, stickySessionEnabled: Boolean, stickySessionType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

the cookie that is configured on the server.

Link copied to clipboard

The timeout period of a cookie. The timeout period of a cookie.

Link copied to clipboard

Indicates whether sticky session is enabled.

Link copied to clipboard

The method that is used to handle a cookie.