Class InterfaceAttachment
- java.lang.Object
-
- org.jclouds.openstack.nova.v2_0.domain.InterfaceAttachment
-
public class InterfaceAttachment extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InterfaceAttachment.Builder<T extends InterfaceAttachment.Builder<T>>
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InterfaceAttachment.Builder<?>
builder()
boolean
equals(Object obj)
com.google.common.collect.ImmutableSet<FixedIP>
getFixedIps()
String
getMacAddress()
String
getNetworkId()
String
getPortId()
PortState
getPortState()
int
hashCode()
protected com.google.common.base.MoreObjects.ToStringHelper
string()
InterfaceAttachment.Builder<?>
toBuilder()
String
toString()
-
-
-
Method Detail
-
builder
public static InterfaceAttachment.Builder<?> builder()
-
toBuilder
public InterfaceAttachment.Builder<?> toBuilder()
-
getNetworkId
public String getNetworkId()
-
getPortId
public String getPortId()
-
getPortState
public PortState getPortState()
-
getMacAddress
public String getMacAddress()
-
getFixedIps
public com.google.common.collect.ImmutableSet<FixedIP> getFixedIps()
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string()
-
-