FirewallRuleRelativePosition
FirewallRuleRelativePosition
Defines a relative position to place a firewall rule.
JSON Example
{
"adjacentRuleId": "string",
"rulePosition": "string"
}
string
adjacentRuleId
Optional
The ID of the adjacent firewall rule. Specifies a rule to place this rule adjacent to. Only necessary when rulePosition is BEFORE or AFTER. It is not a VCD URN.
string
rulePosition
Required
Specifies where to place this rule. Supported types are:
- BEFORE - place this rule before an adjacent rule
- AFTER - place this rule after an adjacent rule
- TOP - place this rule at the top of the list of rules
- BOTTOM - place this rule at the bottom of the list of rules