org.jclouds.openstack.nova.v2_0.domain
Class VirtualInterface

java.lang.Object
  extended by org.jclouds.openstack.nova.v2_0.domain.VirtualInterface

public class VirtualInterface
extends Object

Represents a Virtual Interface (VIF)

Author:
Adam Lowe
See Also:
VirtualInterfaceApi

Nested Class Summary
static class VirtualInterface.Builder<T extends VirtualInterface.Builder<T>>
           
 
Constructor Summary
protected VirtualInterface(String id, String macAddress)
           
 
Method Summary
static VirtualInterface.Builder<?> builder()
           
 boolean equals(Object obj)
           
 String getId()
           
 String getMacAddress()
           
 int hashCode()
           
protected  com.google.common.base.Objects.ToStringHelper string()
           
 VirtualInterface.Builder<?> toBuilder()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VirtualInterface

@ConstructorProperties(value={"id","mac_address"})
protected VirtualInterface(String id,
                                                      String macAddress)
Method Detail

builder

public static VirtualInterface.Builder<?> builder()

toBuilder

public VirtualInterface.Builder<?> toBuilder()

getId

public String getId()

getMacAddress

public String getMacAddress()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

string

protected com.google.common.base.Objects.ToStringHelper string()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2012 jclouds. All Rights Reserved.