openstack.network.v2.floating_ip¶
The FloatingIP Class¶
The FloatingIP
class inherits from Resource
.
-
class
openstack.network.v2.floating_ip.
FloatingIP
(_synchronized=False, **attrs)¶ The base resource
Parameters: _synchronized (bool) – This is not intended to be used directly. See new()
andexisting()
.-
created_at
= None¶ Timestamp at which the floating IP was created.
-
description
= None¶ The floating IP description.
-
fixed_ip_address
= None¶ The fixed IP address associated with the floating IP. If you intend to associate the floating IP with a fixed IP at creation time, then you must indicate the identifier of the internal port. If an internal port has multiple associated IP addresses, the service chooses the first IP unless you explicitly specify the parameter fixed_ip_address to select a specific IP.
-
floating_ip_address
= None¶ The floating IP address.
-
floating_network_id
= None¶ The ID of the network associated with the floating IP.
-
port_id
= None¶ The port ID.
-
project_id
= None¶ The ID of the project this floating IP is associated with.
-
revision_number
= None¶ Revision number of the floating IP. Type: int
-
router_id
= None¶ The ID of an associated router.
-
status
= None¶ The floating IP status. Value is
ACTIVE
orDOWN
.
-
updated_at
= None¶ Timestamp at which the floating IP was last updated.
-