public class ServerDetails extends Server
Modifier and Type | Class and Description |
---|---|
static class |
ServerDetails.Builder |
Server.State
datacenter, hostname, id, platform
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) |
Modifier and Type | Method and Description |
---|---|
static ServerDetails.Builder |
builder() |
Cost |
getCost() |
int |
getCpuCores() |
String |
getDescription() |
int |
getDiskSizeGB() |
Set<Ip> |
getIps() |
int |
getMemorySizeMB() |
Server.State |
getState() |
String |
getTemplateName() |
int |
getTransferGB() |
String |
toString() |
compareTo, equals, getDatacenter, getHostname, getId, getPlatform, hashCode
public static ServerDetails.Builder builder()
public Server.State getState()
public String getDescription()
public int getCpuCores()
public int getDiskSizeGB()
public int getMemorySizeMB()
public int getTransferGB()
public Cost getCost()
public String getTemplateName()
Copyright © 2009-2012 jclouds. All Rights Reserved.