Server Group Sticky Session Config
data class ServerGroupStickySessionConfig(val cookie: String? = null, val cookieTimeout: Int? = null, val stickySessionEnabled: Boolean? = null, val stickySessionType: String? = null)
Constructors
Link copied to clipboard
fun ServerGroupStickySessionConfig(cookie: String? = null, cookieTimeout: Int? = null, stickySessionEnabled: Boolean? = null, stickySessionType: String? = null)