Package | Description |
---|---|
org.jclouds.elasticstack | |
org.jclouds.elasticstack.binders | |
org.jclouds.elasticstack.compute.functions | |
org.jclouds.elasticstack.domain | |
org.jclouds.elasticstack.functions |
Modifier and Type | Method and Description |
---|---|
ServerInfo |
ElasticStackClient.createAndStartServer(Server server)
create and start a new server
|
com.google.common.util.concurrent.ListenableFuture<ServerInfo> |
ElasticStackAsyncClient.createAndStartServer(Server createServer) |
ServerInfo |
ElasticStackClient.createServer(Server server)
create a new server
|
com.google.common.util.concurrent.ListenableFuture<ServerInfo> |
ElasticStackAsyncClient.createServer(Server createServer) |
ServerInfo |
ElasticStackClient.setServerConfiguration(String uuid,
Server server)
set server configuration
|
com.google.common.util.concurrent.ListenableFuture<ServerInfo> |
ElasticStackAsyncClient.setServerConfiguration(String uuid,
Server setServer) |
Constructor and Description |
---|
BindServerToPlainTextString(com.google.common.base.Function<Server,Map<String,String>> createServerRequestToMap,
ListOfMapsToListOfKeyValuesDelimitedByBlankLines listOfMapsToListOfKeyValuesDelimitedByBlankLines) |
Modifier and Type | Method and Description |
---|---|
String |
ServerInfoToNodeMetadata.GetImageIdFromServer.apply(Server from) |
Modifier and Type | Class and Description |
---|---|
class |
ServerInfo |
Modifier and Type | Method and Description |
---|---|
Server |
Server.Builder.build() |
Modifier and Type | Method and Description |
---|---|
static Server.Builder |
Server.Builder.fromServer(Server in) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
ServerToMap.apply(Server from) |
Copyright © 2009-2013 jclouds. All Rights Reserved.