Fixed_ipsΒΆ

Fixed IPs interface.

class novaclient.v2.fixed_ips.FixedIP(manager, info, loaded=False, resp=None)

Bases: novaclient.base.Resource

DEPRECATED

Populate and bind to a manager.

Parameters:
  • manager – BaseManager object
  • info – dictionary representing resource attributes
  • loaded – prevent lazy-loading if set to True
  • resp – Response or list of Response objects
class novaclient.v2.fixed_ips.FixedIPsManager(api)

Bases: novaclient.base.Manager

DEPRECATED

get(*a, **k)

DEPRECATED: Show information for a Fixed IP.

Parameters:fixed_ip – Fixed IP address to get info for
reserve(*a, **k)

DEPRECATED: Reserve a Fixed IP.

Parameters:fixed_ip – Fixed IP address to reserve
Returns:An instance of novaclient.base.TupleWithMeta
resource_class

alias of FixedIP

unreserve(*a, **k)

DEPRECATED: Unreserve a Fixed IP.

Parameters:fixed_ip – Fixed IP address to unreserve
Returns:An instance of novaclient.base.TupleWithMeta