The novaclient.v1_1.fixed_ips Module

Fixed IPs interface.

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

Bases: novaclient.base.Resource

class novaclient.v1_1.fixed_ips.FixedIPsManager(api)

Bases: novaclient.base.ManagerWithFind

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

This Page