Fixed IPs interface.
Bases: novaclient.openstack.common.apiclient.base.Resource
Populate and bind to a manager.
| Parameters: |
|
|---|
Bases: novaclient.base.Manager
Show information for a Fixed IP
| Parameters: | fixed_ip – Fixed IP address to get info for |
|---|
Reserve a Fixed IP
| Parameters: | fixed_ip – Fixed IP address to reserve |
|---|
alias of FixedIP
Unreserve a Fixed IP
| Parameters: | fixed_ip – Fixed IP address to unreserve |
|---|