CLOUDSTACK-6922: Updated events for firewall ingress and egress

(cherry picked from commit 2214bd2502)
This commit is contained in:
Jayapal 2014-06-17 12:06:03 +05:30 committed by Daan Hoogland
parent d387460f44
commit 970ddd3a57
1 changed files with 4 additions and 0 deletions

View File

@ -560,6 +560,10 @@ public class EventTypes {
entityEventDetails.put(EVENT_NET_RULE_MODIFY, FirewallRule.class);
entityEventDetails.put(EVENT_FIREWALL_OPEN, FirewallRule.class);
entityEventDetails.put(EVENT_FIREWALL_CLOSE, FirewallRule.class);
entityEventDetails.put(EVENT_FIREWALL_EGRESS_OPEN, FirewallRule.class);
entityEventDetails.put(EVENT_FIREWALL_EGRESS_CLOSE, FirewallRule.class);
entityEventDetails.put(EVENT_FIREWALL_EGRESS_UPDATE, FirewallRule.class);
// Load Balancers
entityEventDetails.put(EVENT_ASSIGN_TO_LOAD_BALANCER_RULE, FirewallRule.class);