Forwarding Rule Rule Action
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)
Properties
Link copied to clipboard
Forwarding configuration. See forward_group_config
below.
Link copied to clipboard
The type of the forwarding action. Valid values: ForwardGroup
, Redirect
, FixResponse
, Rewrite
, AddHeader
, RemoveHeader
, Drop
.
Link copied to clipboard
The value of the forwarding action type. For more information, see How to use it.