GetListenerRuleActionForwardStickiness

data class GetListenerRuleActionForwardStickiness(val duration: Int, val enabled: Boolean)

Constructors

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

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.

Link copied to clipboard

Indicates whether target group stickiness is enabled.