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

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

Uses of ServerLimit in org.jclouds.glesys.domain
 

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

Methods in org.jclouds.glesys.domain with parameters of type ServerLimit
 T ServerLimit.Builder.fromServerLimit(ServerLimit in)
           
 

Uses of ServerLimit in org.jclouds.glesys.features
 

Methods in org.jclouds.glesys.features that return types with arguments of type ServerLimit
 SortedMap<String,ServerLimit> ServerApi.getLimits(String id)
          Get detailed information about a server's limits (for OpenVZ only).
 SortedMap<String,ServerLimit> ServerApi.resetLimit(String id, String type)
          Reset the fail count for a server limit (for OpenVZ only).
 



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