RuleRuleActionForwardGroupConfigServerGroupStickySession

data class RuleRuleActionForwardGroupConfigServerGroupStickySession(val enabled: Boolean? = null, val timeout: Int? = null)

Constructors

constructor(enabled: Boolean? = null, timeout: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

Whether to enable session persistence.

Link copied to clipboard
val timeout: Int? = null

The timeout period. Unit: seconds. Valid values: 1 to 86400. Default value: 1000.