> +
> +   /**
> +    * @param networkId
> +    *    the id of network of the firewall services
> +    */
> +   public ListEgressFirewallRulesOptions networkId(String networkId) {
> +      this.queryParameters.replaceValues("networkid", 
> ImmutableSet.of(networkId + ""));
> +      return this;
> +   }
> +
> +   /**
> +    * @param ipAddressId
> +    *    the id of IP address of the firewall services
> +    */
> +   public ListEgressFirewallRulesOptions ipAddressId(String ipAddressId) {
> +      this.queryParameters.replaceValues("ipaddressid", 
> ImmutableSet.of(ipAddressId + ""));

See above

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

Reply via email to