
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
20 lines
779 B
ReStructuredText
20 lines
779 B
ReStructuredText
.. _vmodl.DynamicData: ../../../vmodl/DynamicData.rst
|
|
|
|
.. _vim.host.AutoStartManager.AutoPowerInfo: ../../../vim/host/AutoStartManager/AutoPowerInfo.rst
|
|
|
|
.. _vim.host.AutoStartManager.SystemDefaults: ../../../vim/host/AutoStartManager/SystemDefaults.rst
|
|
|
|
|
|
vim.host.AutoStartManager.Config
|
|
================================
|
|
Contains the entire auto-start/auto-stop configuration.
|
|
:extends: vmodl.DynamicData_
|
|
|
|
Attributes:
|
|
defaults (`vim.host.AutoStartManager.SystemDefaults`_, optional):
|
|
|
|
System defaults for auto-start/auto-stop.
|
|
powerInfo (`vim.host.AutoStartManager.AutoPowerInfo`_, optional):
|
|
|
|
Lists the auto-start/auto-stop configuration. If a virtual machine is not mentioned in this array, it does not participate in auto-start/auto-stop operations.
|