>     public IpPermission(IpProtocol ipProtocol, int fromPort, int toPort,
> -            Multimap<String, String> tenantIdGroupNamePairs, 
> Iterable<String> groupIds, Iterable<String> cidrBlocks) {
> +            Multimap<String, String> tenantIdGroupNamePairs, 
> Iterable<String> groupIds,
> +            Iterable<String> cidrBlocks, RangeSet<Integer> ports) {

Also keep a backwards-compatible constructor? Or are we OK with the breaking 
change here?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/145/files#r6228657

Reply via email to