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 class
Console.Builder<T extends Console.Builder<T>>
static class
Console.Type
-
Constructor Summary
Constructors Modifier Constructor Description protected
Console(URI url, Console.Type type)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Console.Builder<?>
builder()
boolean
equals(Object obj)
Console.Type
getType()
URI
getUrl()
int
hashCode()
protected com.google.common.base.MoreObjects.ToStringHelper
string()
Console.Builder<?>
toBuilder()
String
toString()
-
-
-
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()
-
-