Files
deb-python-pyvmomi/docs/vim/cluster/FailoverHostAdmissionControlPolicy.rst
Shawn Hartsock 15f7be9a52 pyVmomi reStructured Text Documentation
This external documentation for pyVmomi was generated using Googly Docs
(aka Google Standard Documentation) which renders very cleanly in
GitHub. Internal documentation for a class should be done in Sphinx
format because tools like pyCharm and Eclipse can use that documentation
as a hint for code completion.

Note: External docs as Googly Docs, internal docs as Sphinx.

Closes bug#15
2014-06-17 14:07:42 -04:00

1.6 KiB

vim.cluster.FailoverHostAdmissionControlPolicy

The ClusterFailoverHostAdmissionControlPolicy dedicates one or more hosts for use during failover. When a host fails with this policy in place, vSphere HA attempts to restart its virtual machines on a dedicated failover host. If this is not possible, for example the failover host itself has failed or it has insufficient resources, HA attempts to restart those virtual machines on another host in the cluster.To support the availabilty of a failover host, the vCenter Server will prevent users from powering on virtual machines on that host, or from using vMotion to migrate virtual machines to the host. Also, DRS does not use the failover host for load balancing.To obtain the status of a failover host, use the hostStatus property ( ClusterComputeResourceSummary . admissionControlInfo . hostStatus ).

extends

vim.cluster.DasAdmissionControlPolicy

since

vSphere API 4.0

Attributes:

failoverHosts (vim.HostSystem, optional):

List of managed object references to failover hosts.