1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
.. _str: https://docs.python.org/2/library/stdtypes.html
.. _VI API 2.5: ../../vim/version.rst#vimversionversion2
.. _defaultVmSettings: ../../vim/cluster/DasConfigInfo.rst#defaultVmSettings
.. _vmodl.DynamicData: ../../vmodl/DynamicData.rst
.. _ClusterDasVmSettings: ../../vim/cluster/DasVmSettings.rst
.. _ClusterDasConfigInfo: ../../vim/cluster/DasConfigInfo.rst
.. _ClusterDasVmConfigInfo: ../../vim/cluster/DasVmConfigInfo.rst
.. _ReconfigureComputeResource_Task: ../../vim/ComputeResource.rst#reconfigureEx
.. _ClusterDasVmSettingsRestartPriority: ../../vim/cluster/DasVmSettings/RestartPriority.rst
.. _ClusterDasVmSettingsIsolationResponse: ../../vim/cluster/DasVmSettings/IsolationResponse.rst
.. _vim.cluster.VmToolsMonitoringSettings: ../../vim/cluster/VmToolsMonitoringSettings.rst
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.
|