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()
void setId(String id)
id - the new idString getRouterId()
void setRouterId(String routerId)
routerId - the new router idString getTenantId()
void setTenantId(String tenantId)
tenantId - the new tenant idString getFloatingNetworkId()
void setFloatingNetworkId(String floatingNetworkId)
floatingNetworkId - the new floating network idString getFloatingIpAddress()
void setFloatingIpAddress(String floatingIpAddress)
floatingIpAddress - the new floating ip addressString getFixedIpAddress()
void setFixedIpAddress(String fixedIpAddress)
fixedIpAddress - the new fixed ip addressString getPortId()
void setPortId(String portId)
portId - the new port idCopyright © 2021. All rights reserved.