The Hypervisor
class inherits from Resource
.
The base resource
_synchronized (bool) – This is not intended to be used directly. See
new()
and
existing()
.
connection (openstack.connection.Connection) – Reference to the Connection being used. Defaults to None to allow
Resource objects to be used without an active Connection, such as
in unit tests. Use of self._connection
in Resource code should
protect itself with a check for None.
Information about the hypervisor’s CPU. Up to 2.28 it was string.
IP address of the host
The type of hypervisor
Version of the hypervisor
Name of hypervisor
Service details
List of Servers
State of hypervisor
Status of hypervisor
The total uptime of the hypervisor and information about average load. This attribute is set only when querying uptime explicitly.
Measurement of the hypervisor’s current workload
Disk space available to the scheduler
The amount, in gigabytes, of local storage used
The amount, in gigabytes, of the local storage device
The amount, in gigabytes, of free space on the local storage device
The amount, in megabytes, of memory
The amount, in megabytes, of total memory
The amount, in megabytes, of available memory
Count of the running virtual machines
Count of the VCPUs in use
Count of all VCPUs
Get uptime information for the hypervisor
Updates uptime attribute of the hypervisor object
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.