The novaclient.v1_1.hypervisors Module

Hypervisors interface (1.1 extension).

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

Bases: novaclient.base.Resource

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

Bases: novaclient.base.ManagerWithFind

get(hypervisor)

Get a specific hypervisor.

list(detailed=True)

Get a list of hypervisors.

resource_class

alias of Hypervisor

search(hypervisor_match, servers=False)

Get a list of matching hypervisors.

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

Get hypervisor statistics over all compute nodes.

uptime(hypervisor)

Get the uptime for a specific hypervisor.

This Page