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 GridImageApigetImageServices()Services with methods, related to managing images.GridIpApigetIpServices()Services with methods, related to retrieving IP addressesGridJobApigetJobServices()Services with methods, related to retrieving jobsGridLoadBalancerApigetLoadBalancerServices()Services with methods, related to managing load balancers.GridServerApigetServerServices()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.
-
-