public final class FixedIp extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static FixedIp |
fixedIp(SubnetId subnetId,
org.onlab.packet.IpAddress ip)
Creates a fixed ip using the supplied fixedIp.
|
int |
hashCode() |
org.onlab.packet.IpAddress |
ip()
Returns the FixedIp IP address.
|
SubnetId |
subnetId()
Returns the FixedIp subnet identifier.
|
String |
toString() |
public SubnetId subnetId()
public org.onlab.packet.IpAddress ip()
public static FixedIp fixedIp(SubnetId subnetId, org.onlab.packet.IpAddress ip)
subnetId - subnet identityip - IP address