> +
> + /**
> + * @param ipAddressId
> + * the id of IP address of the firewall services
> + */
> + public ListEgressFirewallRulesOptions ipAddressId(String ipAddressId) {
> + this.queryParameters.replaceValues("ipaddressid",
> ImmutableSet.of(ipAddressId + ""));
> + return this;
> + }
> +
> + /**
> + * @param projectId
> + * List firewall rules in this project.
> + */
> + public ListEgressFirewallRulesOptions projectId(String projectId) {
> + this.queryParameters.replaceValues("projectid",
> ImmutableSet.of(projectId + ""));
See above
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/229/files#r8317992