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 ServerInfoElasticStackApi. createAndStartServer(Server createServer)create and start a new serverServerInfoElasticStackApi. createServer(Server createServer)create a new serverServerInfoElasticStackApi. 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 StringServerInfoToNodeMetadata.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 classServerInfoMethods in org.jclouds.elasticstack.domain that return Server Modifier and Type Method Description ServerServer.Builder. build()Methods in org.jclouds.elasticstack.domain with parameters of type Server Modifier and Type Method Description static Server.BuilderServer.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) 
 -