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.