Uses of Class
org.jclouds.elasticstack.domain.Server
-
Packages that use Server Package Description org.jclouds.elasticstack org.jclouds.elasticstack.binders org.jclouds.elasticstack.compute.functions org.jclouds.elasticstack.domain org.jclouds.elasticstack.functions -
-
Uses of Server in org.jclouds.elasticstack
Methods in org.jclouds.elasticstack with parameters of type Server Modifier and Type Method Description ServerInfo
ElasticStackApi. createAndStartServer(Server createServer)
create and start a new serverServerInfo
ElasticStackApi. createServer(Server createServer)
create a new serverServerInfo
ElasticStackApi. setServerConfiguration(String uuid, Server setServer)
set server configuration -
Uses of Server in org.jclouds.elasticstack.binders
Constructor parameters in org.jclouds.elasticstack.binders with type arguments of type Server Constructor Description BindServerToPlainTextString(com.google.common.base.Function<Server,Map<String,String>> createServerRequestToMap, ListOfMapsToListOfKeyValuesDelimitedByBlankLines listOfMapsToListOfKeyValuesDelimitedByBlankLines)
-
Uses of Server in org.jclouds.elasticstack.compute.functions
Methods in org.jclouds.elasticstack.compute.functions with parameters of type Server Modifier and Type Method Description String
ServerInfoToNodeMetadata.GetImageIdFromServer. apply(Server from)
-
Uses of Server in org.jclouds.elasticstack.domain
Subclasses of Server in org.jclouds.elasticstack.domain Modifier and Type Class Description class
ServerInfo
Methods in org.jclouds.elasticstack.domain that return Server Modifier and Type Method Description Server
Server.Builder. build()
Methods in org.jclouds.elasticstack.domain with parameters of type Server Modifier and Type Method Description static Server.Builder
Server.Builder. fromServer(Server in)
-
Uses of Server in org.jclouds.elasticstack.functions
Methods in org.jclouds.elasticstack.functions with parameters of type Server Modifier and Type Method Description Map<String,String>
ServerToMap. apply(Server from)
-