public class NeutronFloatingIP extends Object implements NetFloatingIP
Modifier and Type | Class and Description |
---|---|
static class |
NeutronFloatingIP.FloatingIPConcreteBuilder
The Class FloatingIPConcreteBuilder.
|
static class |
NeutronFloatingIP.FloatingIPs
The Class FloatingIPs.
|
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
Constructor and Description |
---|
NeutronFloatingIP() |
Modifier and Type | Method and Description |
---|---|
static NetFloatingIPBuilder |
builder()
Builder.
|
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.
|
void |
setFixedIpAddress(String fixedIpAddress) |
void |
setFloatingIpAddress(String floatingIpAddress) |
void |
setFloatingNetworkId(String floatingNetworkId) |
void |
setId(String id) |
void |
setPortId(String portId) |
void |
setRouterId(String routerId) |
void |
setStatus(String status) |
void |
setTenantId(String tenantId) |
NetFloatingIPBuilder |
toBuilder() |
String |
toString() |
public NetFloatingIPBuilder toBuilder()
toBuilder
in interface Buildable<NetFloatingIPBuilder>
public static NetFloatingIPBuilder builder()
public String getId()
getId
in interface NetFloatingIP
public String getRouterId()
getRouterId
in interface NetFloatingIP
public String getTenantId()
getTenantId
in interface NetFloatingIP
public String getFloatingNetworkId()
getFloatingNetworkId
in interface NetFloatingIP
public String getFloatingIpAddress()
getFloatingIpAddress
in interface NetFloatingIP
public String getFixedIpAddress()
getFixedIpAddress
in interface NetFloatingIP
public String getPortId()
getPortId
in interface NetFloatingIP
public void setId(String id)
public void setRouterId(String routerId)
public void setTenantId(String tenantId)
public void setFloatingNetworkId(String floatingNetworkId)
public void setFloatingIpAddress(String floatingIpAddress)
public void setFixedIpAddress(String fixedIpAddress)
public void setPortId(String portId)
public String getStatus()
getStatus
in interface NetFloatingIP
public void setStatus(String status)
Copyright © 2017. All rights reserved.