| Package | Description | 
|---|---|
| org.jclouds.elasticstack.domain | |
| org.jclouds.elasticstack.functions | 
| Modifier and Type | Field and Description | 
|---|---|
protected List<NIC> | 
Server.nics  | 
protected List<NIC> | 
Server.Builder.nics  | 
| Modifier and Type | Method and Description | 
|---|---|
NIC | 
NIC.Builder.build()  | 
| Modifier and Type | Method and Description | 
|---|---|
List<NIC> | 
Server.getNics()  | 
| Modifier and Type | Method and Description | 
|---|---|
ServerInfo.Builder | 
ServerInfo.Builder.nics(Iterable<NIC> nics) | 
Server.Builder | 
Server.Builder.nics(Iterable<NIC> nics)  | 
| 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> 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)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<NIC> | 
MapToNICs.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.