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>
Server Resource with administrative password returned by ServerApi#CreateServer calls
- See Also:
 
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic ServerCreated.Builderbuilder()booleancom.google.common.base.Optional<String> present unless the nova install was configured with the optionenable_instance_password=falsecom.google.common.base.Optional<String> inthashCode()protected com.google.common.base.MoreObjects.ToStringHelperstring() 
- 
Constructor Details
- 
ServerCreated
 
 - 
 - 
Method Details
- 
builder
 - 
toBuilder
 - 
getAdminPass
present unless the nova install was configured with the optionenable_instance_password=false - 
getDiskConfig
- See Also:
 
 - 
hashCode
public int hashCode() - 
equals
 - 
string
protected com.google.common.base.MoreObjects.ToStringHelper string() 
 -