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
           
protected  Cost AllowedArguments.Builder.costPerUnit
           
 

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

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

Constructors in org.jclouds.glesys.domain with parameters of type Cost
AllowedArguments(Cost costPerUnit, Set<Integer> units)
           
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-2014 The Apache Software Foundation. All Rights Reserved.