> @@ -60,6 +60,16 @@ public ListPublicIPAddressesOptions networkId(String 
> networkId) {
>     }
>  
>     /**
> +    * @param projectId
> +    *           list ip addresss by project.
> +    */
> +   public ListPublicIPAddressesOptions projectId(String projectId) {
> +      this.queryParameters.replaceValues("projectid", 
> ImmutableSet.of(projectId + ""));
> +      return this;
> +

I'm gonna do a mass format fix/general cleanup on CloudStack soon - will get 
this then.

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

Reply via email to