ListenerRuleAction

data class ListenerRuleAction(val fixedResponse: ListenerRuleActionFixedResponse? = null, val forward: ListenerRuleActionForward? = null)

Constructors

Link copied to clipboard
constructor(fixedResponse: ListenerRuleActionFixedResponse? = null, forward: ListenerRuleActionForward? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Describes the rule action that returns a custom HTTP response.

Link copied to clipboard

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