Uses of Class
org.jclouds.elasticstack.domain.NIC
-
Packages that use NIC Package Description 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 Modifier and Type Field Description protected List<NIC>
Server.Builder. nics
protected List<NIC>
Server. nics
Methods in org.jclouds.elasticstack.domain that return NIC Modifier and Type Method Description NIC
NIC.Builder. build()
Methods in org.jclouds.elasticstack.domain that return types with arguments of type NIC Modifier and Type Method Description List<NIC>
Server. getNics()
Method parameters in org.jclouds.elasticstack.domain with type arguments of type NIC Modifier and Type Method Description Server.Builder
Server.Builder. nics(Iterable<NIC> nics)
ServerInfo.Builder
ServerInfo.Builder. nics(Iterable<NIC> nics)
-
Uses of NIC in org.jclouds.elasticstack.functions
Methods in org.jclouds.elasticstack.functions that return types with arguments of type NIC Modifier and Type Method Description List<NIC>
MapToNICs. apply(Map<String,String> from)
-