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
 

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(Iterable<VmNIC> nics)
           
 

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, int maxPhysicalMemory, int maxLockedMemory, int maxSwap, int tmpFs, List<VmNIC> nics)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.