InlineRealizedFirewallRule1
InlineRealizedFirewallRule1
Realized Firewall Rule
JSON Example
{
"disabled": false,
"sources": [
{
"target_display_name": "string",
"is_valid": false,
"target_id": "string",
"target_type": "string"
}
],
"direction": "string",
"services": [
{
"target_display_name": "string",
"is_valid": false,
"target_id": "string",
"target_type": "string"
}
],
"action": "string",
"destinations": [
{
"target_display_name": "string",
"is_valid": false,
"target_id": "string",
"target_type": "string"
}
]
}
boolean
disabled
Optional
Flag to disable rule. Disabled will only be persisted but never provisioned/realized.
string
direction
Optional
Rule direction in case of stateless firewall rules. This will only considered if section level parameter is set to stateless. Default to IN_OUT if not specified.
Possible values are : IN, OUT, IN_OUT,
string
action
Optional
Action enforced on the packets which matches the firewall rule.
Possible values are : ALLOW, DROP, REJECT,
array of ResourceReference
destinations
Optional
List of the destinations. Null will be treated as any.