org.jclouds.openstack.nova.v2_0.domain
Class Console
java.lang.Object
org.jclouds.openstack.nova.v2_0.domain.Console
public class Console
- extends Object
Represents an Openstack Console.
Console
@ConstructorProperties(value={"url","type"})
protected Console(URI url,
Console.Type type)
builder
public static Console.Builder<?> builder()
toBuilder
public Console.Builder<?> toBuilder()
getUrl
public URI getUrl()
- Returns:
- the url to use to connect to the server.
getType
public Console.Type getType()
- Returns:
- the type of the url
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
string
protected com.google.common.base.Objects.ToStringHelper string()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.