
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
55 lines
1.2 KiB
ReStructuredText
55 lines
1.2 KiB
ReStructuredText
.. _vim.Task: ../../vim/Task.rst
|
|
|
|
.. _vSphere API 5.0: ../../vim/version.rst#vimversionversion7
|
|
|
|
.. _vim.fault.HostConfigFault: ../../vim/fault/HostConfigFault.rst
|
|
|
|
.. _vim.host.EsxAgentHostManager.ConfigInfo: ../../vim/host/EsxAgentHostManager/ConfigInfo.rst
|
|
|
|
|
|
vim.host.EsxAgentHostManager
|
|
============================
|
|
This managed object type is used to configure agent virtual machine resource configuration, such as what network and datastore to use for agent virtual machines.
|
|
|
|
|
|
:since: `vSphere API 5.0`_
|
|
|
|
|
|
Attributes
|
|
----------
|
|
configInfo (`vim.host.EsxAgentHostManager.ConfigInfo`_):
|
|
privilege: Host.Config.Settings
|
|
Configuration of agent virtual machine resources
|
|
|
|
|
|
Methods
|
|
-------
|
|
|
|
|
|
EsxAgentHostManagerUpdateConfig(configInfo):
|
|
Update the host's ESX agent configuration. The entire configuration must be set each time since all values are overwritten. E.g. a field set to null clears the value on the host.
|
|
|
|
|
|
Privilege:
|
|
Host.Config.Settings
|
|
|
|
|
|
|
|
Args:
|
|
configInfo (`vim.host.EsxAgentHostManager.ConfigInfo`_):
|
|
configuration of agent virtual machine resources
|
|
|
|
|
|
|
|
|
|
Returns:
|
|
None
|
|
|
|
|
|
Raises:
|
|
|
|
`vim.fault.HostConfigFault`_:
|
|
if an error occurs.
|
|
|
|
|