Uses of Class
org.jclouds.glesys.domain.Cost
Packages that use Cost
-
Uses of Cost in org.jclouds.glesys.domain
Fields in org.jclouds.glesys.domain declared as CostModifier and TypeFieldDescriptionprotected Cost
IpDetails.Builder.cost
protected Cost
ServerDetails.Builder.cost
protected Cost
AllowedArguments.Builder.costPerUnit
Methods in org.jclouds.glesys.domain that return CostModifier and TypeMethodDescriptionCost.Builder.build()
IpDetails.getCost()
ServerDetails.getCost()
AllowedArguments.getCostPerUnit()
Methods in org.jclouds.glesys.domain with parameters of type CostConstructors in org.jclouds.glesys.domain with parameters of type CostModifierConstructorDescriptionprotected
AllowedArguments
(Cost costPerUnit, Set<Integer> units) protected
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) protected
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)