ForwardConfigResponse

data class ForwardConfigResponse(val targetGroupStickinessConfig: TargetGroupStickinessConfigResponse? = null, val targetGroups: List<TargetGroupTupleResponse>? = null)

Definition of ForwardConfig

Constructors

Link copied to clipboard
constructor(targetGroupStickinessConfig: TargetGroupStickinessConfigResponse? = null, targetGroups: List<TargetGroupTupleResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Information about how traffic will be distributed between multiple target groups in a forward rule.

Link copied to clipboard

Information about the target group stickiness for a rule. Information about the target group stickiness for a rule.