Package org.jclouds.loadbalancer
Interface LoadBalancerServiceContext
-
- All Superinterfaces:
AutoCloseable,Closeable,View
- All Known Implementing Classes:
LoadBalancerServiceContextImpl
public interface LoadBalancerServiceContext extends Closeable, View
Represents a cloud that has LoadBalancer functionality.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()LoadBalancerServicegetLoadBalancerService()Utilsutils()-
Methods inherited from interface org.jclouds.View
getBackendType, unwrap, unwrap, unwrapApi
-
-
-
-
Method Detail
-
getLoadBalancerService
LoadBalancerService getLoadBalancerService()
-
utils
Utils utils()
-
close
void close()
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-
-