@Deprecated 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)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Server> |
deleteById(long id)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Server> |
deleteByName(String name)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Server> |
editServerDescription(long id,
String newDescription)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Server> |
editServerRam(long id,
String ram)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Server> |
editServerType(long id,
String newType)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Set<Option>> |
getDatacenters()
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Set<Option>> |
getRamSizes()
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<org.jclouds.domain.Credentials> |
getServerCredentials(long id)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Map<String,org.jclouds.domain.Credentials>> |
getServerCredentialsList()
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Set<Server>> |
getServerList(GetServerListOptions... getServerListOptions)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Set<Server>> |
getServersById(long... ids)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Set<Server>> |
getServersByName(String... names)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Set<Option>> |
getTypes()
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Server> |
power(String idOrName,
PowerCommand power)
Deprecated.
|
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,org.jclouds.domain.Credentials>> getServerCredentialsList()
com.google.common.util.concurrent.ListenableFuture<org.jclouds.domain.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<Server> deleteByName(String name)
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-2014 The Apache Software Foundation. All Rights Reserved.