Package | Description |
---|---|
org.jclouds.glesys.domain |
Modifier and Type | Method and Description |
---|---|
Ip |
Ip.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Set<Ip> |
ServerDetails.getIps() |
Modifier and Type | Method and Description |
---|---|
Ip.Builder |
Ip.Builder.fromIpCreated(Ip from) |
ServerDetails.Builder |
ServerDetails.Builder.ips(Ip... ips) |
Modifier and Type | Method and Description |
---|---|
ServerDetails.Builder |
ServerDetails.Builder.ips(Iterable<Ip> ips) |
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.