Fixed IPs interface.
Bases: novaclient.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 | 
|---|---|
| Returns: | An instance of novaclient.base.TupleWithMeta | 
alias of FixedIP
Unreserve a Fixed IP.
| Parameters: | fixed_ip – Fixed IP address to unreserve | 
|---|---|
| Returns: | An instance of novaclient.base.TupleWithMeta |