| Package | Description | 
|---|---|
| org.jclouds.cloudsigma.domain | |
| org.jclouds.cloudsigma.functions | 
| Modifier and Type | Field and Description | 
|---|---|
protected ServerMetrics | 
ServerInfo.metrics  | 
protected ServerMetrics | 
ServerInfo.Builder.metrics  | 
| Modifier and Type | Method and Description | 
|---|---|
ServerMetrics | 
ServerMetrics.Builder.build()  | 
ServerMetrics | 
ServerInfo.getMetrics()  | 
| Modifier and Type | Method and Description | 
|---|---|
ServerInfo.Builder | 
ServerInfo.Builder.metrics(ServerMetrics metrics)  | 
| Constructor and 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 | 
|---|---|
ServerMetrics | 
MapToServerMetrics.apply(Map<String,String> from)  | 
| Constructor and Description | 
|---|
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.