public class ServerSpec extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ServerSpec.Builder |
Modifier and Type | Field and Description |
---|---|
protected int |
cpuCores |
protected String |
datacenter |
protected int |
diskSizeGB |
protected int |
memorySizeMB |
protected String |
platform |
protected String |
templateName |
protected int |
transferGB |
Modifier | Constructor and Description |
---|---|
protected |
ServerSpec(String platform,
String datacenter,
int memorySizeMB,
int diskSizeGB,
String templateName,
int cpuCores,
int transferGB) |
Modifier and Type | Method and Description |
---|---|
static ServerSpec.Builder |
builder() |
boolean |
equals(Object object) |
int |
getCpuCores() |
String |
getDatacenter() |
int |
getDiskSizeGB() |
int |
getMemorySizeMB() |
String |
getPlatform() |
String |
getTemplateName() |
int |
getTransferGB() |
int |
hashCode() |
ServerSpec.Builder |
toBuilder() |
String |
toString() |
protected final String platform
protected final String datacenter
protected final int memorySizeMB
protected final int diskSizeGB
protected final String templateName
protected final int cpuCores
protected final int transferGB
public static ServerSpec.Builder builder()
public ServerSpec.Builder toBuilder()
public String getDatacenter()
public String getPlatform()
public String getTemplateName()
public int getDiskSizeGB()
public int getMemorySizeMB()
public int getCpuCores()
public int getTransferGB()
Copyright © 2009-2012 jclouds. All Rights Reserved.