public interface NetFloatingIP extends ModelEntity, Buildable<NetFloatingIPBuilder>
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
Modifier and Type | Method and Description |
---|---|
String |
getFixedIpAddress()
Gets the fixed ip address.
|
String |
getFloatingIpAddress()
Gets the floating ip address.
|
String |
getFloatingNetworkId()
Gets the floating network id.
|
String |
getId()
Gets the id.
|
String |
getPortId()
Gets the port id.
|
String |
getRouterId()
Gets the router id.
|
String |
getStatus()
Gets the floating ip status
|
String |
getTenantId()
Gets the tenant id.
|
String getId()
String getRouterId()
String getTenantId()
String getFloatingNetworkId()
String getFloatingIpAddress()
String getFixedIpAddress()
String getPortId()
String getStatus()
Copyright © 2017. All rights reserved.