
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
1.9 KiB
vim.cluster.DasVmConfigInfo
The ClusterDasVmConfigInfo data object contains the HA configuration for a single virtual machine.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
- Attributes:
-
key (vim.VirtualMachine):
Reference to the virtual machine.
restartPriority (vim.cluster.DasVmConfigInfo.Priority, optional):
Restart priority for a virtual machine.If there is nothing specified here, then the defaults are picked up from defaultVmSettings .
powerOffOnIsolation (bool, optional):
Flag to indicate 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 there is nothing specified here, then the defaults are picked up from defaultVmSettings .
dasSettings (vim.cluster.DasVmSettings, optional):
HA settings that apply to this virtual machine.Values specified in this object override the cluster-wide defaults for virtual machines ( defaultVmSettings ).