RuleRuleActionForwardGroupConfigServerGroupTuple

data class RuleRuleActionForwardGroupConfigServerGroupTuple(val serverGroupId: String? = null, val weight: Int? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val serverGroupId: String? = null

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

Link copied to clipboard
val weight: 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.