org.jclouds.gogrid
Interface GoGridClient


public interface GoGridClient

Author:
Oleksiy Yarmula

Method Summary
 GridImageClient getImageServices()
          Services with methods, related to managing images.
 GridIpClient getIpServices()
          Services with methods, related to retrieving IP addresses
 GridJobClient getJobServices()
          Services with methods, related to retrieving jobs
 GridLoadBalancerClient getLoadBalancerServices()
          Services with methods, related to managing load balancers.
 GridServerClient getServerServices()
          Services with methods, related to managing servers
 

Method Detail

getServerServices

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


getJobServices

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


getIpServices

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


getLoadBalancerServices

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


getImageServices

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



Copyright © 2009-2012 jclouds. All Rights Reserved.