1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
.. _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.
|