public interface FloatingIP extends ModelEntity
Copyright (c) 2014 by Dorado Software, Inc. All Rights Reserved.
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 |
getTenantId()
Gets the tenant id.
|
void |
setFixedIpAddress(String fixedIpAddress)
Sets the fixed ip address.
|
void |
setFloatingIpAddress(String floatingIpAddress)
Sets the floating ip address.
|
void |
setFloatingNetworkId(String floatingNetworkId)
Sets the floating network id.
|
void |
setId(String id)
Sets the id.
|
void |
setPortId(String portId)
Sets the port id.
|
void |
setRouterId(String routerId)
Sets the router id.
|
void |
setTenantId(String tenantId)
Sets the tenant id.
|
String getId()
String getRouterId()
String getTenantId()
String getFloatingNetworkId()
String getFloatingIpAddress()
String getFixedIpAddress()
String getPortId()
void setId(String id)
id
- the new idvoid setRouterId(String routerId)
routerId
- the new router idvoid setTenantId(String tenantId)
tenantId
- the new tenant idvoid setFloatingNetworkId(String floatingNetworkId)
floatingNetworkId
- the new floating network idvoid setFloatingIpAddress(String floatingIpAddress)
floatingIpAddress
- the new floating ip addressvoid setFixedIpAddress(String fixedIpAddress)
fixedIpAddress
- the new fixed ip addressvoid setPortId(String portId)
portId
- the new port idCopyright © 2017. All rights reserved.