Class VNC

java.lang.Object
org.jclouds.elasticstack.domain.VNC

public class VNC extends Object
  • Constructor Details

    • VNC

      public VNC(String ip, String password, boolean tls)
  • Method Details

    • getIp

      public String getIp()
      Returns:
      IP address for overlay VNC access on port 5900. Set to 'auto', to reuse nic:0:dhcp if available, or otherwise allocate a temporary IP at boot.
    • getPassword

      public String getPassword()
      Returns:
      Password for VNC access. If unset, VNC is disabled.
    • isTls

      public boolean isTls()
      Returns:
      Set to 'on' to require VeNCrypt-style TLS auth in addition to the password. If this is unset, only unencrypted VNC is available.
    • hashCode

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

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

      public String toString()
      Overrides:
      toString in class Object