| Package | Description | 
|---|---|
| org.jclouds.cloudsigma.compute.functions | |
| org.jclouds.cloudsigma.domain | |
| org.jclouds.cloudsigma.functions | 
| Modifier and Type | Method and Description | 
|---|---|
Volume | 
ServerInfoToNodeMetadata.DeviceToVolume.apply(Device input)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BlockDevice  | 
class  | 
IDEDevice  | 
class  | 
SCSIDevice  | 
| Modifier and Type | Field and Description | 
|---|---|
protected Map<String,Device> | 
Server.devices  | 
protected Map<String,? extends Device> | 
Server.Builder.devices  | 
| Modifier and Type | Method and Description | 
|---|---|
Device | 
SCSIDevice.Builder.build()  | 
Device | 
IDEDevice.Builder.build()  | 
abstract Device | 
Device.Builder.build()  | 
Device | 
BlockDevice.Builder.build()  | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,Device> | 
Server.getDevices()  | 
| Modifier and Type | Method and Description | 
|---|---|
ServerInfo.Builder | 
ServerInfo.Builder.devices(Map<String,? extends Device> devices) | 
Server.Builder | 
Server.Builder.devices(Map<String,? extends Device> devices)  | 
| 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)  | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,? extends Device> | 
MapToDevices.apply(Map<String,String> from)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
MapToDevices.DeviceToId.apply(Device input)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
MapToDevices.addBlockDevices(Map<String,String> from,
               com.google.common.collect.ImmutableSet.Builder<Device> devices)  | 
protected void | 
MapToDevices.addIDEDevices(Map<String,String> from,
             com.google.common.collect.ImmutableSet.Builder<Device> devices)  | 
protected void | 
MapToDevices.addSCSIDevices(Map<String,String> from,
              com.google.common.collect.ImmutableSet.Builder<Device> devices)  | 
| Constructor and Description | 
|---|
MapToDevices(com.google.common.base.Function<Device,String> deviceToId)  | 
MapToServerInfo(com.google.common.base.Function<Map<String,String>,Map<String,? extends Device>> mapToDevices,
               com.google.common.base.Function<Map<String,String>,ServerMetrics> mapToMetrics,
               com.google.common.base.Function<Map<String,String>,List<NIC>> mapToNICs)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.