Uses of Class
org.jclouds.glesys.domain.Server
- 
Packages that use Server Package Description org.jclouds.glesys.domain org.jclouds.glesys.features  - 
- 
Uses of Server in org.jclouds.glesys.domain
Subclasses of Server in org.jclouds.glesys.domain Modifier and Type Class Description classServerDetailsDetailed information about a server such as cpuCores, hardware configuration (cpu, memory and disk), ip addresses, cost, transfer, os and more.Methods in org.jclouds.glesys.domain that return Server Modifier and Type Method Description ServerServer.Builder. build()Methods in org.jclouds.glesys.domain with parameters of type Server Modifier and Type Method Description TServer.Builder. fromServer(Server in) - 
Uses of Server in org.jclouds.glesys.features
Methods in org.jclouds.glesys.features that return types with arguments of type Server Modifier and Type Method Description com.google.common.collect.FluentIterable<Server>ServerApi. list()Get a list of all servers on this account. 
 -