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

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

Uses of ServerStatus in org.jclouds.glesys.domain
 

Methods in org.jclouds.glesys.domain that return ServerStatus
 ServerStatus ServerStatus.Builder.build()
           
 

Methods in org.jclouds.glesys.domain with parameters of type ServerStatus
 ServerStatus.Builder ServerStatus.Builder.fromServerStatus(ServerStatus in)
           
 

Uses of ServerStatus in org.jclouds.glesys.features
 

Methods in org.jclouds.glesys.features that return ServerStatus
 ServerStatus ServerClient.getServerStatus(String id, ServerStatusOptions... options)
          Get detailed information about a server status including up-time and hardware usage (cpu, disk, memory and bandwidth)
 

Methods in org.jclouds.glesys.features that return types with arguments of type ServerStatus
 com.google.common.util.concurrent.ListenableFuture<ServerStatus> ServerAsyncClient.getServerStatus(String id, ServerStatusOptions... options)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.