InlineFirewallRule1
{
"direction": "string",
"rule_tag": "string",
"ip_protocol": "string",
"notes": "string",
"applied_tos": [
{
"target_display_name": "string",
"is_valid": false,
"target_id": "string",
"target_type": "string"
}
],
"logged": false,
"destinations_excluded": false,
"disabled": false,
"sources": [
{
"target_display_name": "string",
"is_valid": false,
"target_id": "string",
"target_type": "string"
}
],
"services": [
{
"target_display_name": "string",
"is_valid": false,
"target_id": "string",
"target_type": "string",
"service": {
"resource_type": "string"
}
}
],
"sources_excluded": false,
"action": "string",
"destinations": [
{
"target_display_name": "string",
"is_valid": false,
"target_id": "string",
"target_type": "string"
}
]
}
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.
User level field which will be printed in CLI and packet logs.
Type of IP packet that should be matched while enforcing the rule.
User notes specific to the rule.
List of object where rule will be enforced. The section level field overrides this one. Null will be treated as any.
Flag to enable packet logging. Default is disabled.
Negation of the destination.
Flag to disable rule. Disabled will only be persisted but never provisioned/realized.
Negation of the source.
Action enforced on the packets which matches the firewall rule.
List of the destinations. Null will be treated as any.