Uses of Class
org.jclouds.elasticstack.domain.Model
-
Packages that use Model Package Description org.jclouds.elasticstack.domain -
-
Uses of Model in org.jclouds.elasticstack.domain
Methods in org.jclouds.elasticstack.domain that return Model Modifier and Type Method Description 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.elasticstack.domain with parameters of type Model Modifier and Type Method Description NIC.Builder
NIC.Builder. model(Model model)
Constructors in org.jclouds.elasticstack.domain with parameters of type Model Constructor Description NIC(String dhcp, Model model, String vlan, String mac, Iterable<String> block)
-