> +         return this;
> +      }
> +   }
> +
> +   protected static class UpdateRouterRequest {
> +      protected String name;
> +      protected Boolean admin_state_up;
> +      protected ExternalGatewayInfo external_gateway_info;
> +
> +      protected UpdateRouterRequest() {
> +      }
> +
> +      protected static final class ExternalGatewayInfo {
> +         protected String network_id;
> +
> +         protected ExternalGatewayInfo(String network_id) {

`networkId`?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/47/files#r9440102

Reply via email to