Uses of Class
org.jclouds.glesys.domain.Server

Packages that use Server
org.jclouds.glesys.domain   
org.jclouds.glesys.features   
 

Uses of Server in org.jclouds.glesys.domain
 

Subclasses of Server in org.jclouds.glesys.domain
 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
 Server Server.Builder.build()
           
 

Methods in org.jclouds.glesys.domain with parameters of type Server
 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
 com.google.common.collect.FluentIterable<Server> ServerApi.list()
          Get a list of all servers on this account.
 



Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.