Fixed_ipsΒΆ

Fixed IPs interface.

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

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

class novaclient.v1_1.fixed_ips.FixedIPsManager(api)

Bases: novaclient.base.Manager

FixedIPsManager.get(fixed_ip)

Show information for a Fixed IP

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

Reserve a Fixed IP

Parameters:fixed_ip – Fixed IP address to reserve
FixedIPsManager.resource_class

alias of FixedIP

FixedIPsManager.unreserve(fixed_ip)

Unreserve a Fixed IP

Parameters:fixed_ip – Fixed IP address to unreserve

Previous topic

Certs

Next topic

Floating_ip_pools

This Page