Uses of Class
org.jclouds.cloudsigma.domain.Model

Packages that use Model
org.jclouds.cloudsigma.domain   
 

Uses of Model in org.jclouds.cloudsigma.domain
 

Methods in org.jclouds.cloudsigma.domain that return Model
static Model Model.fromValue(String model)
           
 Model NIC.getModel()
           
static Model Model.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Model[] Model.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jclouds.cloudsigma.domain with parameters of type Model
 NIC.Builder NIC.Builder.model(Model model)
           
 

Constructors in org.jclouds.cloudsigma.domain with parameters of type Model
NIC(String dhcp, Model model, String vlan, String mac, Iterable<String> block)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.