Class Console

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

public class Console extends Object
Connection information to connect to a server with VNC.
See Also:
  • Constructor Details

  • Method Details

    • 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
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • string

      protected com.google.common.base.MoreObjects.ToStringHelper string()
    • toString

      public String toString()
      Overrides:
      toString in class Object