Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 2.05 KB

ToolsConfigInfo.rst

File metadata and controls

49 lines (31 loc) · 2.05 KB

vim.vm.ToolsConfigInfo

ToolsConfigInfo is a data object type containing settings for the VMware Tools software running in the guest operating system.
extends:vmodl.DynamicData
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.