Package org.jclouds.loadbalancer
Interface LoadBalancerServiceContext
- All Superinterfaces:
AutoCloseable
,Closeable
,View
- All Known Implementing Classes:
LoadBalancerServiceContextImpl
Represents a cloud that has LoadBalancer functionality.
-
Method Details
-
getLoadBalancerService
LoadBalancerService getLoadBalancerService() -
utils
Utils utils() -
close
void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
-