Package org.jclouds.gogrid
Interface GoGridApi
-
- All Superinterfaces:
AutoCloseable
,Closeable
public interface GoGridApi extends Closeable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GridImageApi
getImageServices()
Services with methods, related to managing images.GridIpApi
getIpServices()
Services with methods, related to retrieving IP addressesGridJobApi
getJobServices()
Services with methods, related to retrieving jobsGridLoadBalancerApi
getLoadBalancerServices()
Services with methods, related to managing load balancers.GridServerApi
getServerServices()
Services with methods, related to managing servers
-
-
-
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.
-
-