public class ServerCreated extends Resource
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ServerCreated.Builder  | 
| 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)  | 
com.google.common.base.Optional<String> | 
getAdminPass()
present unless the nova install was configured with the option  
enable_instance_password=false | 
int | 
hashCode()  | 
protected com.google.common.base.Objects.ToStringHelper | 
string()  | 
ServerCreated.Builder | 
toBuilder()  | 
public static ServerCreated.Builder builder()
public ServerCreated.Builder toBuilder()
public com.google.common.base.Optional<String> getAdminPass()
enable_instance_password=falseCopyright © 2009-2013 jclouds. All Rights Reserved.