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.
|
boolean |
equals(Object o) |
Date |
getCreatedAt()
Time the IP was created.
|
String |
getDescription()
Get text description of the resource;
|
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 |
getProjectId()
Gets the project id.
|
String |
getQosPolicyId()
ID of the QoS policy.
|
Integer |
getRevisionNumber()
Revision number of a resource.
|
String |
getRouterId()
Gets the router id.
|
String |
getStatus()
Gets the floating ip status
|
List<String> |
getTags()
List of tags associated with the IP address.
|
String |
getTenantId()
Gets the tenant id.
|
Date |
getUpdatedAt()
Time the IP was last updated.
|
int |
hashCode() |
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 NetFloatingIPpublic String getRouterId()
getRouterId in interface NetFloatingIPpublic String getTenantId()
getTenantId in interface NetFloatingIPpublic String getProjectId()
NetFloatingIPgetProjectId in interface NetFloatingIPpublic String getFloatingNetworkId()
getFloatingNetworkId in interface NetFloatingIPpublic String getFloatingIpAddress()
getFloatingIpAddress in interface NetFloatingIPpublic String getFixedIpAddress()
getFixedIpAddress in interface NetFloatingIPpublic String getPortId()
getPortId in interface NetFloatingIPpublic String getQosPolicyId()
NetFloatingIPgetQosPolicyId in interface NetFloatingIPpublic Integer getRevisionNumber()
NetFloatingIPgetRevisionNumber in interface NetFloatingIPpublic 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 NetFloatingIPpublic void setStatus(String status)
public String getDescription()
NetFloatingIPgetDescription in interface NetFloatingIPpublic List<String> getTags()
NetFloatingIPgetTags in interface NetFloatingIPpublic Date getCreatedAt()
NetFloatingIPgetCreatedAt in interface NetFloatingIPpublic Date getUpdatedAt()
NetFloatingIPgetUpdatedAt in interface NetFloatingIPCopyright © 2020. All rights reserved.