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,
String diskConfig) |
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 |
com.google.common.base.Optional<String> |
getDiskConfig() |
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=false
public com.google.common.base.Optional<String> getDiskConfig()
CreateServerOptions#getDiskConfig()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.