File: PciPassthruSystem.rst

package info (click to toggle)
python-pyvmomi 6.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 14,984 kB
  • sloc: python: 9,206; xml: 77; makefile: 11
file content (76 lines) | stat: -rw-r--r-- 1,301 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
.. _vim.Task: ../../vim/Task.rst

.. _vSphere API 4.0: ../../vim/version.rst#vimversionversion5

.. _vim.host.PciPassthruInfo: ../../vim/host/PciPassthruInfo.rst

.. _vim.fault.HostConfigFault: ../../vim/fault/HostConfigFault.rst

.. _vim.host.PciPassthruConfig: ../../vim/host/PciPassthruConfig.rst

.. _vim.ExtensibleManagedObject: ../../vim/ExtensibleManagedObject.rst


vim.host.PciPassthruSystem
==========================
  This managed object manages the PciPassthru state of the host.


:extends: vim.ExtensibleManagedObject_
:since: `vSphere API 4.0`_


Attributes
----------
    pciPassthruInfo ([`vim.host.PciPassthruInfo`_]):
      privilege: System.Read
       Array of PciPassthru information


Methods
-------


Refresh():
   Refresh the available PciPassthru information.


  Privilege:
               Host.Config.Settings



  Args:


  Returns:
    None
         


UpdatePassthruConfig(config):
   Updates the PciPassthru configuration, this will get called for the dependent device with the enabled bool set


  Privilege:
               Host.Config.PciPassthru



  Args:
    config (`vim.host.PciPassthruConfig`_):
       The new PciPassthru configuration information.




  Returns:
    None
         

  Raises:

    `vim.fault.HostConfigFault`_: 
       if an error occurs.