org.jclouds.gogrid
Interface GoGridAsyncClient


public interface GoGridAsyncClient

Author:
Oleksiy Yarmula

Field Summary
static String VERSION
           
 
Method Summary
 GridImageAsyncClient getImageServices()
           
 GridIpAsyncClient getIpServices()
           
 GridJobAsyncClient getJobServices()
           
 GridLoadBalancerAsyncClient getLoadBalancerServices()
           
 GridServerAsyncClient getServerServices()
           
 

Field Detail

VERSION

static final String VERSION
See Also:
Constant Field Values
Method Detail

getServerServices

GridServerAsyncClient getServerServices()
See Also:
GoGridClient.getServerServices()

getJobServices

GridJobAsyncClient getJobServices()
See Also:
GoGridClient.getJobServices()

getIpServices

GridIpAsyncClient getIpServices()
See Also:
GoGridClient.getIpServices()

getLoadBalancerServices

GridLoadBalancerAsyncClient getLoadBalancerServices()
See Also:
GoGridClient.getLoadBalancerServices()

getImageServices

GridImageAsyncClient getImageServices()
See Also:
GoGridClient.getImageServices()


Copyright © 2009-2012 jclouds. All Rights Reserved.