RuleRuleActionForwardGroupConfigServerGroupStickySessionArgs

data class RuleRuleActionForwardGroupConfigServerGroupStickySessionArgs(val enabled: Output<Boolean>? = null, val timeout: Output<Int>? = null) : ConvertibleToJava<RuleRuleActionForwardGroupConfigServerGroupStickySessionArgs>

Constructors

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

Properties

Link copied to clipboard
val enabled: Output<Boolean>? = null

Whether to enable session persistence.

Link copied to clipboard
val timeout: Output<Int>? = null

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

Functions

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