FloatingIP
TheFloatingIP class provides an interface to interact with OpenStack floating IPs, allowing you to retrieve information about floating IP addresses and their associations.
Constructor
The unique identifier of the floating IP. Either
fip_id or name should be provided.The floating IP address value. Either
fip_id or name should be provided.The Cloud instance to use for OpenStack operations. Defaults to a new Cloud instance.
Properties
ip
Returns the Floating IP value.
name
Returns the Floating IP value. Note:
name and ip are the same thing for this class.id
Returns the FIP ID associated to this Floating IP.
fixed_ip
Returns the Fixed IP associated to this Floating IP.
port
Returns the port associated to this Floating IP.
project
Returns the Project associated to this Floating IP.