> 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) {
I'm fairly ok with the breaking change, since this is just a tweak of an
already significant change from 1.6 anyway.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/145/files#r6250200