
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
2.1 KiB
vim.vm.ToolsConfigInfo
ToolsConfigInfo is a data object type containing settings for the VMware Tools software running in the guest operating system.
- extends
- Attributes:
-
toolsVersion (int, optional):
Version of VMware Tools installed on the guest operating system.
afterPowerOn (bool, optional):
Flag to specify whether or not scripts should run after the virtual machine powers on.
afterResume (bool, optional):
Flag to specify whether or not scripts should run after the virtual machine resumes.
beforeGuestStandby (bool, optional):
Flag to specify whether or not scripts should run before the virtual machine suspends.
beforeGuestShutdown (bool, optional):
Flag to specify whether or not scripts should run before the virtual machine powers off.
beforeGuestReboot (bool, optional):
Flag to specify whether or not scripts should run before the virtual machine reboots.
toolsUpgradePolicy (str, optional):
Tools upgrade policy setting for the virtual machine.See UpgradePolicy
pendingCustomization (str, optional):
When set, this indicates that a customization operation is pending on the VM. The value represents the filename of the customization package on the host.
syncTimeWithHost (bool, optional):
Indicates whether or not the tools program will sync time with the host time.
lastInstallInfo (vim.vm.ToolsConfigInfo.ToolsLastInstallInfo, optional):
Information about the last tools upgrade attempt if applicable. This information is maintained by the server and is ignored if set by the client.