return "revokesecuritygroupingress";
}
@Override
public long getEntityOwnerId() {
SecurityRule rule = _entityMgr.findById(SecurityRule.class, getId());
if (rule != null) {
SecurityGroup group = _entityMgr.findById(SecurityGroup.class, rule.getSecurityGroupId());
if (group != null) {
return group.getAccountId();
}
}