public interface FloatingIp
| Modifier and Type | Interface and Description |
|---|---|
static class |
FloatingIp.Status
Coarse classification of the type of the FloatingIp.
|
| Modifier and Type | Method and Description |
|---|---|
org.onlab.packet.IpAddress |
fixedIp()
Returns the fixed ip address.
|
org.onlab.packet.IpAddress |
floatingIp()
Returns the floating ip address.
|
FloatingIpId |
id()
Returns the floatingIp identifier.
|
TenantNetworkId |
networkId()
Returns the network identifier.
|
VirtualPortId |
portId()
Returns the port identifier.
|
RouterId |
routerId()
Returns the router identifier.
|
FloatingIp.Status |
status()
Returns the status of floating ip.
|
TenantId |
tenantId()
Returns the tenant identifier.
|
FloatingIpId id()
TenantId tenantId()
TenantNetworkId networkId()
VirtualPortId portId()
RouterId routerId()
org.onlab.packet.IpAddress floatingIp()
org.onlab.packet.IpAddress fixedIp()
FloatingIp.Status status()