org.jclouds.openstack.nova.v2_0.domain
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
- Author:
- Adam Lowe
- See Also:
ServerCreated
@ConstructorProperties(value={"id","name","links","adminPass"})
protected ServerCreated(String id,
@Nullable
String name,
Set<Link> links,
String adminPass)
builder
public static ServerCreated.Builder<?> builder()
toBuilder
public ServerCreated.Builder<?> toBuilder()
- Overrides:
toBuilder in class Resource
getAdminPass
public String getAdminPass()
- Returns:
- the administrative password for this server. Note: this is not available in Server responses.
hashCode
public int hashCode()
- Overrides:
hashCode in class Resource
equals
public boolean equals(Object obj)
- Overrides:
equals in class Resource
string
protected com.google.common.base.Objects.ToStringHelper string()
- Overrides:
string in class Resource
Copyright © 2009-2012 jclouds. All Rights Reserved.