RuleRuleActionForwardGroupConfigServerGroupTupleArgs

data class RuleRuleActionForwardGroupConfigServerGroupTupleArgs(val serverGroupId: Output<String>? = null, val weight: Output<Int>? = null) : ConvertibleToJava<RuleRuleActionForwardGroupConfigServerGroupTupleArgs>

Constructors

constructor(serverGroupId: Output<String>? = null, weight: Output<Int>? = null)

Properties

Link copied to clipboard
val serverGroupId: Output<String>? = null

The ID of the destination server group to which requests are forwarded.

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

The Weight of server group. Default value: 100. NOTE: This attribute is required when the number of server_group_tuples is greater than 2.

Functions

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