Class FloatingIP
java.lang.Object
org.jclouds.openstack.nova.v2_0.domain.FloatingIP
- All Implemented Interfaces:
Comparable<FloatingIP>
A Floating IP is an IP address that can be created and associated with a
Server instance. Floating IPs can also be disassociated and deleted from a
Server instance.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
FloatingIP.Builder<T extends FloatingIP.Builder<T>>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FloatingIP
-
-
Method Details
-
builder
-
toBuilder
-
getId
-
getIp
-
getFixedIp
-
getInstanceId
-
getPool
-
hashCode
public int hashCode() -
equals
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string() -
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<FloatingIP>
-