> + @Provides > + @Region > + Set<String> getConfiguredRegions(); > + > + /** > + * Provides access to Load Balancer features. > + */ > + @Delegate > + LoadBalancerApi getLoadBalancerApi( > + @EndpointParam(parser = RegionToEndpoint.class) @Nullable String > region); > + > + /** > + * Provides access to Node features. > + */ > + @Delegate > + @Path("/loadbalancers/{lbId}")
Can you move `@Path("/loadbalancers")` to the interface level, as I think happened in a couple of other APIs in this PR? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/463/files#r16192463