EnvProtectionRuleAction
Environment Pair Protection Rule Action
Valid actions for a protection rule in an environment policy.
| Action | Description |
|---|---|
ALLOW |
Permit all traffic between source and destination environments. |
DROP |
Silently discard all traffic between source and destination environments. |
REJECT |
Discard traffic and notify the source (TCP RST / ICMP unreachable). |
JUMP_TO_APPLICATION |
Redirect traffic to the Application category for more granular rule evaluation. |
This data structure has no properties.
Enumeration:
ALLOW,
DROP,
REJECT,
JUMP_TO_APPLICATION