public class ServerCreated extends Resource
Modifier and Type | Class and Description |
---|---|
static class |
ServerCreated.Builder<T extends ServerCreated.Builder<T>> |
Modifier | Constructor and Description |
---|---|
protected |
ServerCreated(String id,
String name,
Set<Link> links,
String adminPass) |
Modifier and Type | Method and Description |
---|---|
static ServerCreated.Builder<?> |
builder() |
boolean |
equals(Object obj) |
String |
getAdminPass() |
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
ServerCreated.Builder<?> |
toBuilder() |
public static ServerCreated.Builder<?> builder()
public ServerCreated.Builder<?> toBuilder()
public String getAdminPass()
Copyright © 2009-2013 jclouds. All Rights Reserved.