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 classInterfaceAttachment.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()booleanequals(Object obj)com.google.common.collect.ImmutableSet<FixedIP>getFixedIps()StringgetMacAddress()StringgetNetworkId()StringgetPortId()PortStategetPortState()inthashCode()protected com.google.common.base.MoreObjects.ToStringHelperstring()InterfaceAttachment.Builder<?>toBuilder()StringtoString()
-
-
-
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()
-
-