public interface NetFloatingIP extends ModelEntity, Buildable<NetFloatingIPBuilder>
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>| Modifier and Type | Method and Description |
|---|---|
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.
|
String getId()
String getRouterId()
String getTenantId()
String getProjectId()
String getFloatingNetworkId()
String getFloatingIpAddress()
String getFixedIpAddress()
String getPortId()
String getQosPolicyId()
String getStatus()
String getDescription()
Date getCreatedAt()
Date getUpdatedAt()
Integer getRevisionNumber()
Copyright © 2020. All rights reserved.