Uses of Class
org.jclouds.glesys.domain.Cost
-
Packages that use Cost Package Description org.jclouds.glesys.domain -
-
Uses of Cost in org.jclouds.glesys.domain
Fields in org.jclouds.glesys.domain declared as Cost Modifier and Type Field Description protected Cost
IpDetails.Builder. cost
protected Cost
ServerDetails.Builder. cost
protected Cost
AllowedArguments.Builder. costPerUnit
Methods in org.jclouds.glesys.domain that return Cost Modifier and Type Method Description Cost
Cost.Builder. build()
Cost
IpDetails. getCost()
Cost
ServerDetails. getCost()
Cost
AllowedArguments. getCostPerUnit()
Methods in org.jclouds.glesys.domain with parameters of type Cost Modifier and Type Method Description T
IpDetails.Builder. cost(Cost cost)
T
ServerDetails.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 Constructor Description 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)
-