FirewallRuleRelativePosition
FirewallRuleRelativePosition
Defines a rule's position relative to the given adjacent rule id. The adjacentRuleId is a unique string og an adjacent rule. It is not a VCD URN, and rulePosition indicates the position of this rule as either 'BEFORE' or 'AFTER'. If rulePosition is 'BEFORE' or 'AFTER', then this rule is created before or after the adjacent rule, respectively.
JSON Example
{
"adjacentRuleId": "string",
"rulePosition": "string"
}
string
adjacentRuleId
Required
This field is the id of the firewall rule adjacent to a rule to be created. It is not a VCD URN.
string
rulePosition
Required
Position of where to place a new rule, relative to the adjacent rule. Supported types are:
- BEFORE
- AFTER