Class FloatingIP

java.lang.Object
org.jclouds.openstack.nova.v2_0.domain.FloatingIP
All Implemented Interfaces:
Comparable<FloatingIP>

public class FloatingIP extends Object implements 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.