public class InterfaceAttachment extends Object
Modifier and Type | Class and Description |
---|---|
static class |
InterfaceAttachment.Builder<T extends InterfaceAttachment.Builder<T>> |
Modifier | Constructor and Description |
---|---|
protected |
InterfaceAttachment(String networkId,
String portId,
PortState portState,
String macAddress,
com.google.common.collect.ImmutableSet<FixedIP> fixedIps) |
Modifier and Type | Method and 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.Objects.ToStringHelper |
string() |
InterfaceAttachment.Builder<?> |
toBuilder() |
String |
toString() |
public static InterfaceAttachment.Builder<?> builder()
public InterfaceAttachment.Builder<?> toBuilder()
public String getNetworkId()
public String getPortId()
public PortState getPortState()
public String getMacAddress()
public com.google.common.collect.ImmutableSet<FixedIP> getFixedIps()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.