Class FloatingIP
java.lang.Object
org.jclouds.openstack.neutron.v2.domain.FloatingIP
- Direct Known Subclasses:
FloatingIP.CreateFloatingIP
,FloatingIP.UpdateFloatingIP
A Neutron Floating IP
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
static class
-
Method Summary
Modifier and TypeMethodDescriptionstatic FloatingIP.CreateBuilder
createBuilder
(String floatingNetworkId) boolean
getId()
int
hashCode()
toString()
static FloatingIP.UpdateBuilder
-
Method Details
-
getId
- Returns:
- the id of the floating IP
-
getRouterId
- Returns:
- the router id of this floating IP
-
getProjectId
- Returns:
- the project id of the Floating IP
-
getTenantId
- Returns:
- the tenant id of the Floating IP
-
getFloatingNetworkId
- Returns:
- the floating network id for this floating IP
-
getFixedIpAddress
- Returns:
- the fixed IP address for this floating IP
-
getFloatingIpAddress
- Returns:
- the floating IP address for this floating IP
-
getPortId
- Returns:
- the port id for this floating IP
-
getAvailabilityZone
- Returns:
- the availability zone for this floating IP
-
equals
-
hashCode
public int hashCode() -
toString
-
createBuilder
- Returns:
- the Builder for creating a new floating IP
-
updateBuilder
- Returns:
- the Builder for updating a floating IP
-