Modifier and Type | Method and Description |
---|---|
ServerInfo |
CloudSigmaClient.createServer(Server server)
create a new server
|
com.google.common.util.concurrent.ListenableFuture<ServerInfo> |
CloudSigmaAsyncClient.createServer(Server createServer)
Deprecated.
|
ServerInfo |
CloudSigmaClient.setServerConfiguration(String uuid,
Server server)
set server configuration
|
com.google.common.util.concurrent.ListenableFuture<ServerInfo> |
CloudSigmaAsyncClient.setServerConfiguration(String uuid,
Server setServer)
Deprecated.
|
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) |
Modifier and Type | Method and Description |
---|---|
static Server |
Servers.changeIP(Server in,
String ip)
Takes the input server and changes its primary ip to a new address.
|
Modifier and Type | Method and Description |
---|---|
static Server |
Servers.changeIP(Server in,
String ip)
Takes the input server and changes its primary ip to a new address.
|
Copyright © 2009-2013 jclouds. All Rights Reserved.