org.jclouds.cloudsigma.domain
Class VNC

java.lang.Object
  extended by org.jclouds.cloudsigma.domain.VNC

public class VNC
extends Object

Author:
Adrian Cole

Constructor Summary
VNC(String ip, String password, boolean tls)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getIp()
           
 String getPassword()
           
 int hashCode()
           
 boolean isTls()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

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

equals

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2012 jclouds. All Rights Reserved.