The nova.virt.vmwareapi.host Module

Management class for host-related functions (start, reboot, etc).

class VCState(session, host_name, cluster, datastore_regex)

Bases: object

Manages information about the vCenter cluster

get_host_stats(refresh=False)

Return the current state of the cluster. If ‘refresh’ is True, run the update first.

update_status()

Update the current state of the cluster.

Previous topic

The nova.virt.vmwareapi.error_util Module

Next topic

The nova.virt.vmwareapi.imagecache Module

Project Source

This Page