> + .adminStateUp(options.getAdminStateUp())
> + .externalGatewayInfo(options.getExternalGatewayInfo());
> + }
> + }
> +
> + private static class ConcreteBuilder extends Builder<ConcreteBuilder> {
> + @Override
> + protected ConcreteBuilder self() {
> + return this;
> + }
> + }
> +
> + protected static class UpdateRouterRequest {
> + protected String name;
> + protected Boolean admin_state_up;
> + protected ExternalGatewayInfo external_gateway_info;
`adminStateUp` and `externalGatewayInfo`? I don't think we use
underscore_delimited_vars in jclouds (much).
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/47/files#r9440071