org.jclouds.glesys.domain
Class Console

java.lang.Object
  extended by org.jclouds.glesys.domain.Console

public class Console
extends Object

Connection information to connect to a server with VNC.

Author:
Adam Lowe
See Also:

Nested Class Summary
static class Console.Builder
           
 
Constructor Summary
Console(String host, int port, String protocol, String password)
           
 
Method Summary
static Console.Builder builder()
           
 boolean equals(Object object)
           
 String getHost()
           
 String getPassword()
           
 int getPort()
           
 String getProtocol()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Console

public Console(String host,
               int port,
               String protocol,
               String password)
Method Detail

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.