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 VNC
Server.Builder. vnc
protected VNC
Server. vnc
Methods in org.jclouds.elasticstack.domain that return VNC Modifier and Type Method Description VNC
Server. getVnc()
Methods in org.jclouds.elasticstack.domain with parameters of type VNC Modifier and Type Method Description Server.Builder
Server.Builder. vnc(VNC vnc)
ServerInfo.Builder
ServerInfo.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)
-