Class VNC


  • public class VNC
    extends Object
    • Constructor Detail

      • VNC

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

      • 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