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

vim.cluster.DasVmSettings

The ClusterDasVmSettings data object contains the HA configuration settings specified for a single virtual machine (identified by ClusterDasVmConfigInfo . key ) or as cluster-wide defaults ( ClusterDasConfigInfo . defaultVmSettings ).All fields are optional. If you set themodifyparameter totruewhen you call ReconfigureComputeResource_Task , an unset property has no effect on the existing property value in the cluster configuration on the Server. If you set themodifyparameter tofalsewhen you reconfigure a cluster, the cluster configuration is reverted to the default values, then the new configuration values are applied.

extends

vmodl.DynamicData

since

VI API 2.5

Attributes:

restartPriority (str, optional):

Restart priority for a virtual machine.If not specified at either the cluster level or the virtual machine level, this will default tomedium.See ClusterDasVmSettingsRestartPriority

isolationResponse (str, optional):

Indicates whether or not the virtual machine should be powered off if a host determines that it is isolated from the rest of the compute resource.If not specified at either the cluster level or the virtual machine level, this will default topowerOff.See ClusterDasVmSettingsIsolationResponse

vmToolsMonitoringSettings (vim.cluster.VmToolsMonitoringSettings, optional):

Configuration for the VM Health Monitoring Service.