Uses of Class
org.jclouds.cloudsigma.domain.VNC

Packages that use VNC
org.jclouds.cloudsigma.domain   
 

Uses of VNC in org.jclouds.cloudsigma.domain
 

Fields in org.jclouds.cloudsigma.domain declared as VNC
protected  VNC Server.vnc
           
protected  VNC Server.Builder.vnc
           
 

Methods in org.jclouds.cloudsigma.domain that return VNC
 VNC Server.getVnc()
           
 

Methods in org.jclouds.cloudsigma.domain with parameters of type VNC
 ServerInfo.Builder ServerInfo.Builder.vnc(VNC vnc)
          
 Server.Builder Server.Builder.vnc(VNC vnc)
           
 

Constructors in org.jclouds.cloudsigma.domain with parameters of type VNC
Server(String uuid, String name, int cpu, Integer smp, int mem, boolean persistent, Map<String,? extends Device> devices, Iterable<String> bootDeviceIds, Iterable<String> use, Iterable<NIC> nics, VNC vnc, String description)
           
ServerInfo(String uuid, String name, int cpu, Integer smp, int mem, boolean persistent, Map<String,? extends Device> devices, Iterable<String> bootDeviceIds, Iterable<String> use, Iterable<NIC> nics, VNC vnc, String description, ServerStatus status, Date started, String user, ServerMetrics metrics)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.