mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-6922: Updated events for firewall ingress and egress
(cherry picked from commit 2214bd2502)
This commit is contained in:
parent
d387460f44
commit
970ddd3a57
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue