ListenerRuleActionForwardStickiness

data class ListenerRuleActionForwardStickiness(val duration: Int, val enabled: Boolean? = null)

Constructors

Link copied to clipboard
constructor(duration: Int, enabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).

Link copied to clipboard
val enabled: Boolean? = null

Indicates whether target group stickiness is enabled.