RuleAction

data class RuleAction(val fixedResponse: RuleFixedResponse? = null, val forward: RuleForward? = null)

Constructors

Link copied to clipboard
constructor(fixedResponse: RuleFixedResponse? = null, forward: RuleForward? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The fixed response action. The rule returns a custom HTTP response.

Link copied to clipboard
val forward: RuleForward? = null

The forward action. Traffic that matches the rule is forwarded to the specified target groups.