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

Packages that use Cost
org.jclouds.glesys.domain   
 

Uses of Cost in org.jclouds.glesys.domain
 

Fields in org.jclouds.glesys.domain declared as Cost
protected  Cost ServerDetails.Builder.cost
           
protected  Cost IpDetails.Builder.cost
           
 

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

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

Constructors in org.jclouds.glesys.domain with parameters of type Cost
IpDetails(String datacenter, int version, String ptr, String platform, String address, String netmask, String broadcast, String gateway, List<String> nameServers, String serverId, Cost cost, GleSYSBoolean reserved)
           
ServerDetails(String id, String hostname, String datacenter, String platform, Server.State state, String description, String templateName, int cpuCores, int memorySizeMB, int diskSizeGB, int transferGB, Cost cost, Set<Ip> ips)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.