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 class
ServerDetails
Detailed 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 Server
Server.Builder. build()
Methods in org.jclouds.glesys.domain with parameters of type Server Modifier and Type Method Description T
Server.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.
-