Uses of Class
org.jclouds.smartos.compute.domain.VmNIC

Packages that use VmNIC
org.jclouds.smartos.compute.domain   
 

Uses of VmNIC in org.jclouds.smartos.compute.domain
 

Fields in org.jclouds.smartos.compute.domain with type parameters of type VmNIC
protected  List<VmNIC> VmSpecification.nics
           
protected  List<VmNIC> VmSpecification.Builder.nics
           
 

Methods in org.jclouds.smartos.compute.domain that return VmNIC
 VmNIC VmNIC.Builder.build()
           
 

Methods in org.jclouds.smartos.compute.domain that return types with arguments of type VmNIC
 List<VmNIC> VmSpecification.getNics()
           
 

Methods in org.jclouds.smartos.compute.domain with parameters of type VmNIC
 VmNIC.Builder VmNIC.Builder.fromVmNIC(VmNIC in)
           
 VmSpecification.Builder VmSpecification.Builder.nic(VmNIC nic)
           
 

Method parameters in org.jclouds.smartos.compute.domain with type arguments of type VmNIC
 VmSpecification.Builder VmSpecification.Builder.nics(Collection<VmNIC> nic)
           
 

Constructor parameters in org.jclouds.smartos.compute.domain with type arguments of type VmNIC
VmSpecification(String alias, String brand, DataSet dataset, String dnsDomain, String quota, List<VmNIC> nics)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.