ForwardingRuleRuleAction

data class ForwardingRuleRuleAction(val forwardGroupConfig: ForwardingRuleRuleActionForwardGroupConfig? = null, val order: Int, val ruleActionType: String, val ruleActionValue: String? = null)

Constructors

Link copied to clipboard
constructor(forwardGroupConfig: ForwardingRuleRuleActionForwardGroupConfig? = null, order: Int, ruleActionType: String, ruleActionValue: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Forwarding configuration. See forward_group_config below.

Link copied to clipboard
val order: Int

Forwarding priority.

Link copied to clipboard

The type of the forwarding action. Valid values: ForwardGroup, Redirect, FixResponse, Rewrite, AddHeader, RemoveHeader, Drop.

Link copied to clipboard
val ruleActionValue: String? = null

The value of the forwarding action type. For more information, see How to use it.