public class Server extends Object implements Comparable<Server>
Modifier and Type | Class and Description |
---|---|
static class |
Server.Builder |
static class |
Server.State |
Modifier and Type | Field and Description |
---|---|
protected String |
datacenter |
protected String |
hostname |
protected String |
id |
protected String |
platform |
Constructor and Description |
---|
Server(String id,
String hostname,
String datacenter,
String platform) |
Modifier and Type | Method and Description |
---|---|
static Server.Builder |
builder() |
int |
compareTo(Server other) |
boolean |
equals(Object object) |
String |
getDatacenter() |
String |
getHostname() |
String |
getId() |
String |
getPlatform() |
int |
hashCode() |
String |
toString() |
protected final String id
protected final String hostname
protected final String datacenter
protected final String platform
public static Server.Builder builder()
public String getId()
public String getHostname()
public String getPlatform()
OpenVZ
)public String getDatacenter()
Falkenberg
)public int compareTo(Server other)
compareTo
in interface Comparable<Server>
Copyright © 2009-2012 jclouds. All Rights Reserved.