public class Server extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Server.Builder<T extends Server.Builder<T>> |
static class |
Server.State |
Modifier | Constructor and Description |
---|---|
protected |
Server(String id,
String hostname,
String datacenter,
String platform) |
Modifier and Type | Method and Description |
---|---|
static Server.Builder<?> |
builder() |
boolean |
equals(Object obj) |
String |
getDatacenter() |
String |
getHostname() |
String |
getId() |
String |
getPlatform() |
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
Server.Builder<?> |
toBuilder() |
String |
toString() |
public static Server.Builder<?> builder()
public Server.Builder<?> toBuilder()
public String getId()
public String getHostname()
public String getDatacenter()
OpenVZ
)public String getPlatform()
Falkenberg
)protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2013 jclouds. All Rights Reserved.