Package org.jclouds.glesys.domain
Class Console
- java.lang.Object
-
- org.jclouds.glesys.domain.Console
-
public class Console extends Object
Connection information to connect to a server with VNC.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Console.Builder<T extends Console.Builder<T>>
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Console.Builder<?>
builder()
boolean
equals(Object obj)
String
getHost()
String
getPassword()
int
getPort()
String
getProtocol()
int
hashCode()
protected com.google.common.base.MoreObjects.ToStringHelper
string()
Console.Builder<?>
toBuilder()
String
toString()
-
-
-
Constructor Detail
-
Console
@ConstructorProperties({"host","port","protocol","password"}) protected Console(String host, int port, String protocol, String password)
-
-
Method Detail
-
builder
public static Console.Builder<?> builder()
-
toBuilder
public Console.Builder<?> toBuilder()
-
getHost
public String getHost()
- Returns:
- the host name to use to connect to the server
-
getPort
public int getPort()
- Returns:
- the port to use to connect to the server
-
getProtocol
public String getProtocol()
- Returns:
- the protocol to use to connect to the server
-
getPassword
public String getPassword()
- Returns:
- the password to use to connect to the server
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string()
-
-