Package org.jclouds.glesys.domain
Class Console
java.lang.Object
org.jclouds.glesys.domain.Console
Connection information to connect to a server with VNC.
- See Also:
-
Constructor Details
-
Console
@ConstructorProperties({"host","port","protocol","password"}) protected Console(String host, int port, String protocol, String password)
-
-
Method Details
-
builder
-
toBuilder
-
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
- Returns:
- the protocol to use to connect to the server
-
getPassword
- Returns:
- the password to use to connect to the server
-
hashCode
public int hashCode() -
equals
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string() -
toString
-