| Package | Description | 
|---|---|
| org.jclouds.cloudsigma.domain | 
| Modifier and Type | Field and Description | 
|---|---|
protected VNC | 
Server.vnc  | 
protected VNC | 
Server.Builder.vnc  | 
| Modifier and Type | Method and Description | 
|---|---|
VNC | 
Server.getVnc()  | 
| Modifier and Type | Method and Description | 
|---|---|
ServerInfo.Builder | 
ServerInfo.Builder.vnc(VNC vnc) | 
Server.Builder | 
Server.Builder.vnc(VNC vnc)  | 
| Constructor and Description | 
|---|
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-2013 jclouds. All Rights Reserved.