> + > + /** > + * @param id > + * firewall rule ID > + */ > + public ListEgressFirewallRulesOptions id(String id) { > + this.queryParameters.replaceValues("id", ImmutableSet.of(id + "")); > + return this; > + } > + > + /** > + * @param networkId > + * the id of network of the firewall services > + */ > + public ListEgressFirewallRulesOptions networkId(String networkId) { > + this.queryParameters.replaceValues("networkid", > ImmutableSet.of(networkId + ""));
See above --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/229/files#r8317986