File: EsxAgentHostManager.rst

package info (click to toggle)
python-pyvmomi 6.7.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 14,980 kB
  • sloc: python: 9,206; xml: 77; makefile: 9
file content (54 lines) | stat: -rw-r--r-- 1,228 bytes parent folder | download | duplicates (5)
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.