| Package | Description | 
|---|---|
| org.jclouds.elasticstack.domain | 
| Modifier and Type | Method and 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
NIC.Builder | 
NIC.Builder.model(Model model)  | 
| Constructor and Description | 
|---|
NIC(String dhcp,
   Model model,
   String vlan,
   String mac,
   Iterable<String> block)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.