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 void
close()
LoadBalancerService
getLoadBalancerService()
Utils
utils()
-
Methods inherited from interface org.jclouds.View
getBackendType, unwrap, unwrap, unwrapApi
-
-
-
-
Method Detail
-
getLoadBalancerService
LoadBalancerService getLoadBalancerService()
-
utils
Utils utils()
-
close
void close()
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
-
-