Uses of Class
org.jclouds.elasticstack.domain.NIC

Packages that use NIC
org.jclouds.elasticstack.domain   
org.jclouds.elasticstack.functions   
 

Uses of NIC in org.jclouds.elasticstack.domain
 

Fields in org.jclouds.elasticstack.domain with type parameters of type NIC
protected  List<NIC> Server.nics
           
protected  List<NIC> Server.Builder.nics
           
 

Methods in org.jclouds.elasticstack.domain that return NIC
 NIC NIC.Builder.build()
           
 

Methods in org.jclouds.elasticstack.domain that return types with arguments of type NIC
 List<NIC> Server.getNics()
           
 

Method parameters in org.jclouds.elasticstack.domain with type arguments of type NIC
 ServerInfo.Builder ServerInfo.Builder.nics(Iterable<NIC> nics)
          
 Server.Builder Server.Builder.nics(Iterable<NIC> nics)
           
 

Constructor parameters in org.jclouds.elasticstack.domain with type arguments of type NIC
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)
           
 

Uses of NIC in org.jclouds.elasticstack.functions
 

Methods in org.jclouds.elasticstack.functions that return types with arguments of type NIC
 List<NIC> MapToNICs.apply(Map<String,String> from)
           
 

Constructor parameters in org.jclouds.elasticstack.functions with type arguments of type NIC
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-2012 jclouds. All Rights Reserved.