org.jclouds.loadbalancer
Interface LoadBalancerServiceContext

All Superinterfaces:
Closeable, org.jclouds.View
All Known Implementing Classes:
LoadBalancerServiceContextImpl

public interface LoadBalancerServiceContext
extends Closeable, org.jclouds.View

Represents a cloud that has LoadBalancer functionality.


Method Summary
 void close()
           
 LoadBalancerService getLoadBalancerService()
           
 org.jclouds.rest.Utils utils()
           
 
Methods inherited from interface org.jclouds.View
getBackendType, unwrap, unwrap, unwrapApi
 

Method Detail

getLoadBalancerService

LoadBalancerService getLoadBalancerService()

utils

org.jclouds.rest.Utils utils()

close

void close()
Specified by:
close in interface Closeable


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.