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.
- Author:
- Adam Lowe
- See Also:
Console
public Console(String host,
int port,
String protocol,
String password)
builder
public static Console.Builder builder()
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
equals
public boolean equals(Object object)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2009-2012 jclouds. All Rights Reserved.