Package | Description |
---|---|
org.jclouds.glesys.domain |
Modifier and Type | Field and Description |
---|---|
protected Cost |
ServerDetails.Builder.cost |
protected Cost |
IpDetails.Builder.cost |
protected Cost |
AllowedArguments.Builder.costPerUnit |
Modifier and Type | Method and Description |
---|---|
Cost |
Cost.Builder.build() |
Cost |
ServerDetails.getCost() |
Cost |
IpDetails.getCost() |
Cost |
AllowedArguments.getCostPerUnit() |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and 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) |
Copyright © 2009-2013 jclouds. All Rights Reserved.