Class Console
- java.lang.Object
-
- org.jclouds.openstack.nova.v2_0.domain.Console
-
public class Console extends Object
Represents an Openstack Console.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConsole.Builder<T extends Console.Builder<T>>static classConsole.Type
-
Constructor Summary
Constructors Modifier Constructor Description protectedConsole(URI url, Console.Type type)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Console.Builder<?>builder()booleanequals(Object obj)Console.TypegetType()URIgetUrl()inthashCode()protected com.google.common.base.MoreObjects.ToStringHelperstring()Console.Builder<?>toBuilder()StringtoString()
-
-
-
Constructor Detail
-
Console
@ConstructorProperties({"url","type"}) protected Console(URI url, Console.Type type)
-
-
Method Detail
-
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
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string()
-
-