|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServerInfo | |
---|---|
org.jclouds.elasticstack | |
org.jclouds.elasticstack.compute | |
org.jclouds.elasticstack.compute.functions | |
org.jclouds.elasticstack.domain | |
org.jclouds.elasticstack.functions |
Uses of ServerInfo in org.jclouds.elasticstack |
---|
Methods in org.jclouds.elasticstack that return ServerInfo | |
---|---|
ServerInfo |
ElasticStackClient.createAndStartServer(Server server)
create and start a new server |
ServerInfo |
ElasticStackClient.createServer(Server server)
create a new server |
ServerInfo |
ElasticStackClient.getServerInfo(String uuid)
|
ServerInfo |
ElasticStackClient.setServerConfiguration(String uuid,
Server server)
set server configuration |
Methods in org.jclouds.elasticstack that return types with arguments of type ServerInfo | |
---|---|
com.google.common.util.concurrent.ListenableFuture<ServerInfo> |
ElasticStackAsyncClient.createAndStartServer(Server createServer)
|
com.google.common.util.concurrent.ListenableFuture<ServerInfo> |
ElasticStackAsyncClient.createServer(Server createServer)
|
com.google.common.util.concurrent.ListenableFuture<ServerInfo> |
ElasticStackAsyncClient.getServerInfo(String uuid)
|
com.google.common.util.concurrent.ListenableFuture<Set<ServerInfo>> |
ElasticStackAsyncClient.listServerInfo()
|
Set<? extends ServerInfo> |
ElasticStackClient.listServerInfo()
Get all servers info |
com.google.common.util.concurrent.ListenableFuture<ServerInfo> |
ElasticStackAsyncClient.setServerConfiguration(String uuid,
Server setServer)
|
Uses of ServerInfo in org.jclouds.elasticstack.compute |
---|
Methods in org.jclouds.elasticstack.compute that return ServerInfo | |
---|---|
ServerInfo |
ElasticStackComputeServiceAdapter.createNodeWithGroupEncodedIntoNameThenStoreCredentials(String tag,
String name,
Template template,
Map<String,Credentials> credentialStore)
|
ServerInfo |
ElasticStackComputeServiceAdapter.getNode(String id)
|
Methods in org.jclouds.elasticstack.compute that return types with arguments of type ServerInfo | |
---|---|
Iterable<ServerInfo> |
ElasticStackComputeServiceAdapter.listNodes()
|
Uses of ServerInfo in org.jclouds.elasticstack.compute.functions |
---|
Methods in org.jclouds.elasticstack.compute.functions with parameters of type ServerInfo | |
---|---|
NodeMetadata |
ServerInfoToNodeMetadata.apply(ServerInfo from)
|
Uses of ServerInfo in org.jclouds.elasticstack.domain |
---|
Methods in org.jclouds.elasticstack.domain that return ServerInfo | |
---|---|
ServerInfo |
ServerInfo.Builder.build()
|
Uses of ServerInfo in org.jclouds.elasticstack.functions |
---|
Methods in org.jclouds.elasticstack.functions that return ServerInfo | |
---|---|
ServerInfo |
KeyValuesDelimitedByBlankLinesToServerInfo.apply(HttpResponse response)
|
ServerInfo |
MapToServerInfo.apply(Map<String,String> from)
|
Methods in org.jclouds.elasticstack.functions that return types with arguments of type ServerInfo | |
---|---|
Set<ServerInfo> |
ListOfKeyValuesDelimitedByBlankLinesToServerInfoSet.apply(HttpResponse response)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |