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

Packages that use Cost
org.jclouds.glesys.domain   
 

Uses of Cost in org.jclouds.glesys.domain
 

Methods in org.jclouds.glesys.domain that return Cost
 Cost Cost.Builder.build()
           
 Cost ServerDetails.getCost()
           
 

Methods in org.jclouds.glesys.domain with parameters of type Cost
 ServerDetails.Builder ServerDetails.Builder.cost(Cost cost)
           
 Cost.Builder Cost.Builder.fromCost(Cost cost)
           
 

Constructors in org.jclouds.glesys.domain with parameters of type Cost
ServerDetails(String id, String hostname, String datacenter, String platform, Server.State state, String templateName, String description, int cpuCores, int memorySizeMB, int diskSizeGB, int transferGB, Cost cost, Set<Ip> ips)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.