> + @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}") > + NodeApi getNodeApiForLoadBalancer(
Drop ForLoadBalancer from **all** new methods in this class. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/463/files#r15900595