HypervisorsΒΆ

Hypervisors interface (1.1 extension).

class novaclient.v1_1.hypervisors.Hypervisor(manager, info, loaded=False)

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

Hypervisor.NAME_ATTR = 'hypervisor_hostname'
class novaclient.v1_1.hypervisors.HypervisorManager(api)

Bases: novaclient.base.ManagerWithFind

HypervisorManager.get(hypervisor)

Get a specific hypervisor.

HypervisorManager.list(detailed=True)

Get a list of hypervisors.

HypervisorManager.resource_class

alias of Hypervisor

HypervisorManager.search(hypervisor_match, servers=False)

Get a list of matching hypervisors.

Parameters:servers – If True, server information is also retrieved.
HypervisorManager.statistics()

Get hypervisor statistics over all compute nodes.

HypervisorManager.uptime(hypervisor)

Get the uptime for a specific hypervisor.

Previous topic

Floating_ips

Next topic

Keypairs

This Page