Class ServerCreated
java.lang.Object
org.jclouds.openstack.v2_0.domain.Resource
org.jclouds.openstack.nova.v2_0.domain.ServerCreated
- All Implemented Interfaces:
Comparable<org.jclouds.openstack.v2_0.domain.Resource>
public class ServerCreated
extends org.jclouds.openstack.v2_0.domain.Resource
Server Resource with administrative password returned by ServerApi#CreateServer calls
-
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()Methods inherited from class org.jclouds.openstack.v2_0.domain.Resource
compareTo, getId, getLinks, getName, toString
-
Constructor Details
-
ServerCreated
-
-
Method Details
-
builder
-
toBuilder
- Overrides:
toBuilderin classorg.jclouds.openstack.v2_0.domain.Resource
-
getAdminPass
present unless the nova install was configured with the optionenable_instance_password=false -
getDiskConfig
- See Also:
-
CreateServerOptions#getDiskConfig()
-
hashCode
public int hashCode()- Overrides:
hashCodein classorg.jclouds.openstack.v2_0.domain.Resource
-
equals
- Overrides:
equalsin classorg.jclouds.openstack.v2_0.domain.Resource
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string()- Overrides:
stringin classorg.jclouds.openstack.v2_0.domain.Resource
-