> @@ -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;
> +Delete empty line? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/93/files#r5543439
