public class Server extends Item
Modifier and Type | Class and Description |
---|---|
static class |
Server.Builder |
Modifier and Type | Field and Description |
---|---|
protected Set<String> |
bootDeviceIds |
protected int |
cpu |
protected Map<String,Device> |
devices |
protected int |
mem |
protected List<NIC> |
nics |
protected boolean |
persistent |
protected Integer |
smp |
protected VNC |
vnc |
Constructor and Description |
---|
Server(String uuid,
String name,
int cpu,
Integer smp,
int mem,
boolean persistent,
Map<String,? extends Device> devices,
Iterable<String> bootDeviceIds,
Iterable<String> use,
Iterable<NIC> nics,
VNC vnc,
String description) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Set<String> |
getBootDeviceIds() |
int |
getCpu() |
String |
getDescription() |
Map<String,Device> |
getDevices() |
int |
getMem() |
List<NIC> |
getNics() |
Integer |
getSmp() |
VNC |
getVnc() |
int |
hashCode() |
boolean |
isPersistent() |
String |
toString() |
protected final int cpu
protected final Integer smp
protected final int mem
protected final boolean persistent
protected final VNC vnc
public int getCpu()
public Integer getSmp()
public int getMem()
public boolean isPersistent()
public Set<String> getBootDeviceIds()
Device.getId()
public VNC getVnc()
public String getDescription()
Copyright © 2009-2012 jclouds. All Rights Reserved.