public class VirtualInterface extends Object
VirtualInterfaceApi
Modifier and Type | Class and Description |
---|---|
static class |
VirtualInterface.Builder<T extends VirtualInterface.Builder<T>> |
Modifier | Constructor and Description |
---|---|
protected |
VirtualInterface(String id,
String macAddress) |
Modifier and Type | Method and Description |
---|---|
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() |
@ConstructorProperties(value={"id","mac_address"}) protected VirtualInterface(String id, String macAddress)
public static VirtualInterface.Builder<?> builder()
public VirtualInterface.Builder<?> toBuilder()
public String getId()
public String getMacAddress()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2013 jclouds. All Rights Reserved.