Files
deb-python-pyvmomi/docs/vim/cluster/DasVmSettings/RestartPriority.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

2.0 KiB

vim.cluster.DasVmSettings.RestartPriority

The ClusterDasVmSettingsRestartPriority enum defines virtual machine restart priority values to resolve resource contention. The priority determines the preference that HA gives to a virtual machine if sufficient capacity is not available to power on all failed virtual machines. For example, high priority virtual machines on a host get preference over low priority virtual machines.All priority values are valid for the restart priority specified in a single virtual machine HA configuration ( dasSettings ). All values except forclusterRestartPriorityare valid for the cluster-wide default HA configuration for virtual machines ( defaultVmSettings ). :contained by: vim.cluster.DasVmSettings

type

vim.cluster.DasVmSettings.RestartPriority

name

clusterRestartPriority

values:

disabled

vSphere HA is disabled for this virtual machine.

high

Virtual machines with this priority have a higher chance of powering on after a failure if there is insufficient capacity on hosts to meet all virtual machine needs.

medium

Virtual machines with this priority have an intermediate chance of powering on after a failure if there is insufficient capacity on hosts to meet all virtual machine needs.

low

Virtual machines with this priority have a lower chance of powering on after a failure if there is insufficient capacity on hosts to meet all virtual machine needs.

clusterRestartPriority

Virtual machines with this priority use the default restart priority defined for the cluster that contains this virtual machine.