标签:
Bases: novaclient.openstack.common.apiclient.base.Resource
Populate and bind to a manager.
| Parameters: | 
 | 
|---|
Delete this floating IP
Bases: novaclient.base.ManagerWithFind
Create (allocate) a floating IP for a tenant
Delete (deallocate) a floating IP for a tenant
| Parameters: | floating_ip – The floating IP address to delete. | 
|---|
Retrieve a floating IP
List floating IPs
alias of FloatingIP
Hypervisors interface (1.1 extension).
Bases: novaclient.openstack.common.apiclient.base.Resource
Populate and bind to a manager.
| Parameters: | 
 | 
|---|
Bases: novaclient.base.ManagerWithFind
Get a specific hypervisor.
Get a list of hypervisors.
alias of Hypervisor
Get a list of matching hypervisors.
| Parameters: | servers – If True, server information is also retrieved. | 
|---|
Get hypervisor statistics over all compute nodes.
Kept for backwards compatibility, new code should callhypervisor_stats.statistics() instead of hypervisors.statistics()
Get the uptime for a specific hypervisor.
Bases: novaclient.openstack.common.apiclient.base.Resource
Populate and bind to a manager.
| Parameters: | 
 | 
|---|
Bases: novaclient.base.Manager
alias of HypervisorStats
Get hypervisor statistics over all compute nodes.
openstack中nova组件Hypervisors、Floating_ips的所有python API 汇总
标签:
原文地址:http://blog.csdn.net/qq_21398167/article/details/46620189