Package org.jclouds.gogrid
Interface GoGridApi
- All Superinterfaces:
AutoCloseable
,Closeable
-
Method Summary
Modifier and TypeMethodDescriptionServices with methods, related to managing images.Services with methods, related to retrieving IP addressesServices with methods, related to retrieving jobsServices with methods, related to managing load balancers.Services with methods, related to managing servers
-
Method Details
-
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.
-