public class Server extends Object implements Comparable<Server>
Constructor and Description |
---|
Server(long id,
Option datacenter,
boolean sandbox,
String name,
String description,
ServerState state,
Option type,
Option ram,
Option os,
Ip ip,
ServerImage image) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Server that) |
boolean |
equals(Object object) |
Option |
getDatacenter() |
String |
getDescription() |
long |
getId() |
ServerImage |
getImage() |
Ip |
getIp() |
String |
getName() |
Option |
getOs() |
Option |
getRam() |
ServerState |
getState() |
Option |
getType() |
int |
hashCode() |
boolean |
isSandbox() |
String |
toString() |
public Server(long id, Option datacenter, boolean sandbox, String name, String description, ServerState state, Option type, Option ram, Option os, Ip ip, ServerImage image)
public long getId()
public boolean isSandbox()
public Option getDatacenter()
public String getName()
public String getDescription()
public ServerState getState()
public Option getType()
public Option getRam()
public Option getOs()
public Ip getIp()
public ServerImage getImage()
public int compareTo(Server that)
compareTo
in interface Comparable<Server>
Copyright © 2009-2012 jclouds. All Rights Reserved.