> @@ -40,6 +40,15 @@ public AssociateIPAddressOptions networkId(String
> networkId) {
>
> }
>
> + /**
> + * @param projectId
> + * Project for the IP
> + */
> + public AssociateIPAddressOptions projectId(String projectId) {
> + this.queryParameters.replaceValues("projectid",
> ImmutableSet.of(projectId + ""));
Is the need for a set here just an artifact of the `replaceValues` call, or
would it really be possible to specify _multiple_ project IDs here? Same
comment goes for most of the calls, I guess.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/93/files#r5543421