Package org.jclouds.elasticstack.domain
Class VNC
- java.lang.Object
-
- org.jclouds.elasticstack.domain.VNC
-
public class VNC extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getIp()
String
getPassword()
int
hashCode()
boolean
isTls()
String
toString()
-
-
-
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.
-
-