Package | Description |
---|---|
org.jclouds.glesys.domain |
Modifier and Type | Field and Description |
---|---|
protected Set<Ip> |
ServerDetails.Builder.ips |
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 |
---|---|
T |
Ip.Builder.fromIp(Ip in) |
T |
ServerDetails.Builder.ips(Ip... in) |
Modifier and Type | Method and Description |
---|---|
T |
ServerDetails.Builder.ips(Set<Ip> ips) |
Constructor and Description |
---|
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.