Package org.jclouds.elasticstack.domain
Class NIC
java.lang.Object
org.jclouds.elasticstack.domain.NIC
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
NIC
 
 - 
 - 
Method Details
- 
getDhcp
- Returns:
 - The IP address offered by DHCP to network interface 0. If unset, no address is offered. Set to 'auto' to allocate a temporary IP at boot.
 
 - 
getModel
- Returns:
 - Create network interface with given type (use 'e1000' as default value; 'rtl8139' or 'virtio' are also available).
 
 - 
getVlan
- Returns:
 - The VLAN to which the network interface is attached.
 
 - 
getMac
- Returns:
 - The MAC address of the network interface. If unset, a randomly generated address is used. If set, should be unique on the VLAN.
 
 - 
getBlock
 - 
hashCode
public int hashCode() - 
equals
 - 
toString
 
 -