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 static NetFloatingIPBuilder builder()
public NetFloatingIPBuilder toBuilder()
toBuilder in interface Buildable<NetFloatingIPBuilder>public String getId()
getId in interface NetFloatingIPpublic void setId(String id)
public String getRouterId()
getRouterId in interface NetFloatingIPpublic void setRouterId(String routerId)
public String getTenantId()
getTenantId in interface NetFloatingIPpublic void setTenantId(String tenantId)
public String getProjectId()
NetFloatingIPgetProjectId in interface NetFloatingIPpublic String getFloatingNetworkId()
getFloatingNetworkId in interface NetFloatingIPpublic void setFloatingNetworkId(String floatingNetworkId)
public String getFloatingIpAddress()
getFloatingIpAddress in interface NetFloatingIPpublic void setFloatingIpAddress(String floatingIpAddress)
public String getFixedIpAddress()
getFixedIpAddress in interface NetFloatingIPpublic void setFixedIpAddress(String fixedIpAddress)
public String getPortId()
getPortId in interface NetFloatingIPpublic void setPortId(String portId)
public String getQosPolicyId()
NetFloatingIPgetQosPolicyId in interface NetFloatingIPpublic Integer getRevisionNumber()
NetFloatingIPgetRevisionNumber in interface NetFloatingIPpublic 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 © 2021. All rights reserved.