org.jclouds.gogrid
Interface GoGridApi

All Superinterfaces:
Closeable

public interface GoGridApi
extends Closeable


Method Summary
 GridImageApi getImageServices()
          Services with methods, related to managing images.
 GridIpApi getIpServices()
          Services with methods, related to retrieving IP addresses
 GridJobApi getJobServices()
          Services with methods, related to retrieving jobs
 GridLoadBalancerApi getLoadBalancerServices()
          Services with methods, related to managing load balancers.
 GridServerApi getServerServices()
          Services with methods, related to managing servers
 
Methods inherited from interface java.io.Closeable
close
 

Method Detail

getServerServices

GridServerApi getServerServices()
Services with methods, related to managing servers


getJobServices

GridJobApi getJobServices()
Services with methods, related to retrieving jobs


getIpServices

GridIpApi getIpServices()
Services with methods, related to retrieving IP addresses


getLoadBalancerServices

GridLoadBalancerApi getLoadBalancerServices()
Services with methods, related to managing load balancers.


getImageServices

GridImageApi getImageServices()
Services with methods, related to managing images.



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