Quoting Coder One <[email protected]>:
I read jclouds and jclouds-lab docs and code, but could not quite
determine if the API provides a way to create an "empty" ELB then
add additional nodes to it as the need arises?
Do any of the methods in the ELB LoadBalancerApi [1] look like they
might address your needs? That's the provider-specific (i.e.
"backend") API, by the way, but I suspect the portable version [2]
might not support your specific case (although I'm hardly the expert
there!).
The ELB LoadBalancerApi should allow you to make pretty much any call
supported by Amazon's HTTP interface, so if you're missing
functionality here, please create an issue [3] or, better still,
submit a pull request [4]!
Regards
ap
[1]
https://github.com/jclouds/jclouds-labs-aws/blob/master/elb/src/main/java/org/jclouds/elb/features/LoadBalancerApi.java
[2]
http://javadocs.jclouds.cloudbees.net/org/jclouds/rackspace/cloudloadbalancers/v1/features/LoadBalancerApi.html
[3] http://issues.apache.org/jira/browse/JCLOUDS
[4] https://wiki.apache.org/jclouds/How%20to%20Contribute