
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.7 KiB
vim.host.LowLevelProvisioningManager.VmRecoveryInfo
Virtual machine information that can be used for recovery, for example, to decide whether to register a virtual machine with a server if the virtual machine is currently unregistered. This data object does not contain a complete virtual machine configuration, but a subset of information available from VirtualMachineConfigInfo , all of which are available via virtual machine configuration files.The documentation for each property in this data object describes the property in VirtualMachineConfigInfo that contains the same information if available.
- extends
- since
- Attributes:
-
version (str):
The hardware version of this virtual machine. Same as version .
biosUUID (str):
128-bit SMBIOS UUID of this virtual machine. Same as uuid .
instanceUUID (str):
VirtualCenter-specific 128-bit UUID of this virtual machine. Same as instanceUuid .
ftInfo (vim.vm.FaultToleranceConfigInfo, optional):
Fault Tolerance settings for this virtual machine. Same as ftInfo . Unset if non FT.