> + .add("portRangeMax", portRangeMax)
> + .add("protocol", protocol)
> + .add("remoteGroupId", remoteGroupId)
> + .add("remoteIpPrefix", remoteIpPrefix)
> + .toString();
> + }
> +
> +
> + /*
> + * Methods to get the Create and Update builders follow
> + */
> +
> + /**
> + * @return the Builder for creating a new SecurityGroupRule
> + */
> + public static CreateBuilder createOptions(RuleDirection direction, String
> securityGroupId) {
[minor] Is this intended to be called `createBuilder`?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/132/files#r17027493