Uses of Class
org.jclouds.elasticstack.domain.VNC
-
Packages that use VNC Package Description org.jclouds.elasticstack.domain -
-
Uses of VNC in org.jclouds.elasticstack.domain
Fields in org.jclouds.elasticstack.domain declared as VNC Modifier and Type Field Description protected VNCServer.Builder. vncprotected VNCServer. vncMethods in org.jclouds.elasticstack.domain that return VNC Modifier and Type Method Description VNCServer. getVnc()Methods in org.jclouds.elasticstack.domain with parameters of type VNC Modifier and Type Method Description Server.BuilderServer.Builder. vnc(VNC vnc)ServerInfo.BuilderServerInfo.Builder. vnc(VNC vnc)Constructors in org.jclouds.elasticstack.domain with parameters of type VNC Constructor Description Server(String uuid, String name, int cpu, Integer smp, int mem, boolean persistent, Map<String,? extends Device> devices, Iterable<String> bootDeviceIds, Iterable<String> tags, Map<String,String> userMetadata, Iterable<NIC> nics, VNC vnc)ServerInfo(String uuid, String name, int cpu, Integer smp, int mem, boolean persistent, Map<String,? extends Device> devices, Iterable<String> bootDeviceIds, Iterable<String> tags, Map<String,String> userMetadata, Iterable<NIC> nics, VNC vnc, ServerStatus status, Date started, String user, ServerMetrics metrics)
-