Class VirtualInterface
- java.lang.Object
-
- org.jclouds.openstack.nova.v2_0.domain.VirtualInterface
-
public class VirtualInterface extends Object
Represents a Virtual Interface (VIF)- See Also:
VirtualInterfaceApi
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VirtualInterface.Builder<T extends VirtualInterface.Builder<T>>
-
Constructor Summary
Constructors Modifier Constructor Description protected
VirtualInterface(String id, String macAddress)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VirtualInterface.Builder<?>
builder()
boolean
equals(Object obj)
String
getId()
String
getMacAddress()
int
hashCode()
protected com.google.common.base.MoreObjects.ToStringHelper
string()
VirtualInterface.Builder<?>
toBuilder()
String
toString()
-
-
-
Constructor Detail
-
VirtualInterface
@ConstructorProperties({"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()
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string()
-
-