GetListenerRuleActionForwardStickiness

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

Constructors

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

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.

Functions

Link copied to clipboard
open override fun toJava(): GetListenerRuleActionForwardStickiness