Package org.jclouds.loadbalancer
Interface LoadBalancerServiceAdapter<B,L>
public interface LoadBalancerServiceAdapter<B,L>
A means of specifying the interface between the
LoadBalancerServices
and a concrete compute cloud implementation, jclouds or otherwise.-
Method Summary
Modifier and TypeMethodDescriptioncreateLoadBalancerInLocation
(Location location, String loadBalancerName, String protocol, int loadBalancerPort, int instancePort, Iterable<? extends NodeMetadata> nodes) void
-
Method Details
-
createLoadBalancerInLocation
B createLoadBalancerInLocation(@Nullable Location location, String loadBalancerName, String protocol, int loadBalancerPort, int instancePort, Iterable<? extends NodeMetadata> nodes) - See Also:
-
listAssignableLocations
- See Also:
-
getLoadBalancer
- See Also:
-
destroyLoadBalancer
- See Also:
-
listLoadBalancers
- See Also:
-