public interface GridServerAsyncClient
GridServerClient, 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<Server> | 
addServer(String name,
         String image,
         String ram,
         String ip,
         AddServerOptions... addServerOptions)  | 
com.google.common.util.concurrent.ListenableFuture<Server> | 
deleteById(long id)  | 
com.google.common.util.concurrent.ListenableFuture<Server> | 
deleteByName(String name)  | 
com.google.common.util.concurrent.ListenableFuture<Server> | 
editServerDescription(long id,
                     String newDescription)  | 
com.google.common.util.concurrent.ListenableFuture<Server> | 
editServerRam(long id,
             String ram)  | 
com.google.common.util.concurrent.ListenableFuture<Server> | 
editServerType(long id,
              String newType)  | 
com.google.common.util.concurrent.ListenableFuture<Set<Option>> | 
getDatacenters()  | 
com.google.common.util.concurrent.ListenableFuture<Set<Option>> | 
getRamSizes()  | 
com.google.common.util.concurrent.ListenableFuture<Credentials> | 
getServerCredentials(long id)  | 
com.google.common.util.concurrent.ListenableFuture<Map<String,Credentials>> | 
getServerCredentialsList()  | 
com.google.common.util.concurrent.ListenableFuture<Set<Server>> | 
getServerList(GetServerListOptions... getServerListOptions)  | 
com.google.common.util.concurrent.ListenableFuture<Set<Server>> | 
getServersById(long... ids)  | 
com.google.common.util.concurrent.ListenableFuture<Set<Server>> | 
getServersByName(String... names)  | 
com.google.common.util.concurrent.ListenableFuture<Set<Option>> | 
getTypes()  | 
com.google.common.util.concurrent.ListenableFuture<Server> | 
power(String idOrName,
     PowerCommand power)  | 
com.google.common.util.concurrent.ListenableFuture<Set<Server>> getServerList(GetServerListOptions... getServerListOptions)
com.google.common.util.concurrent.ListenableFuture<Set<Server>> getServersByName(String... names)
com.google.common.util.concurrent.ListenableFuture<Set<Server>> getServersById(long... ids)
GridServerClient#getServersById(Long...)com.google.common.util.concurrent.ListenableFuture<Map<String,Credentials>> getServerCredentialsList()
com.google.common.util.concurrent.ListenableFuture<Credentials> getServerCredentials(long id)
com.google.common.util.concurrent.ListenableFuture<Server> addServer(String name, String image, String ram, String ip, AddServerOptions... addServerOptions)
com.google.common.util.concurrent.ListenableFuture<Server> power(String idOrName, PowerCommand power)
com.google.common.util.concurrent.ListenableFuture<Server> deleteById(long id)
GridServerClient#deleteById(Long)com.google.common.util.concurrent.ListenableFuture<Set<Option>> getRamSizes()
GridServerClient.getRamSizes()com.google.common.util.concurrent.ListenableFuture<Set<Option>> getTypes()
GridServerClient.getTypes()com.google.common.util.concurrent.ListenableFuture<Set<Option>> getDatacenters()
GridServerClient.getDatacenters()com.google.common.util.concurrent.ListenableFuture<Server> editServerDescription(long id, String newDescription)
com.google.common.util.concurrent.ListenableFuture<Server> editServerRam(long id, String ram)
Copyright © 2009-2013 jclouds. All Rights Reserved.