Class ServerCreated
- java.lang.Object
-
- org.jclouds.openstack.v2_0.domain.Resource
-
- org.jclouds.openstack.nova.v2_0.domain.ServerCreated
-
- All Implemented Interfaces:
Comparable<Resource>
public class ServerCreated extends Resource
Server Resource with administrative password returned by ServerApi#CreateServer calls
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ServerCreated.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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 optionenable_instance_password=false
com.google.common.base.Optional<String>
getDiskConfig()
int
hashCode()
protected com.google.common.base.MoreObjects.ToStringHelper
string()
ServerCreated.Builder
toBuilder()
-
-
-
Method Detail
-
builder
public static ServerCreated.Builder builder()
-
toBuilder
public ServerCreated.Builder toBuilder()
-
getAdminPass
public com.google.common.base.Optional<String> getAdminPass()
present unless the nova install was configured with the optionenable_instance_password=false
-
getDiskConfig
public com.google.common.base.Optional<String> getDiskConfig()
- See Also:
CreateServerOptions#getDiskConfig()
-
-