Package | Description |
---|---|
org.jclouds.glesys.domain |
Modifier and Type | Method and Description |
---|---|
Cost |
Cost.Builder.build() |
Cost |
ServerDetails.getCost() |
Modifier and Type | Method and Description |
---|---|
ServerDetails.Builder |
ServerDetails.Builder.cost(Cost cost) |
Cost.Builder |
Cost.Builder.fromCost(Cost cost) |
Constructor and Description |
---|
ServerDetails(String id,
String hostname,
String datacenter,
String platform,
Server.State state,
String templateName,
String description,
int cpuCores,
int memorySizeMB,
int diskSizeGB,
int transferGB,
Cost cost,
Set<Ip> ips) |
Copyright © 2009-2012 jclouds. All Rights Reserved.