Fixed_ipsΒΆ

Fixed IPs interface.

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

Bases: novaclient.openstack.common.apiclient.base.Resource

Populate and bind to a manager.

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

Bases: novaclient.base.Manager

get(fixed_ip)

Show information for a Fixed IP

Parameters:fixed_ip – Fixed IP address to get info for
reserve(fixed_ip)

Reserve a Fixed IP

Parameters:fixed_ip – Fixed IP address to reserve
resource_class

alias of FixedIP

unreserve(fixed_ip)

Unreserve a Fixed IP

Parameters:fixed_ip – Fixed IP address to unreserve

Previous topic

Certs

Next topic

Floating_ip_pools

Project Source

This Page