File: ResourcePlanningManager.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 (53 lines) | stat: -rw-r--r-- 1,507 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
.. _vim.Task: ../vim/Task.rst

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

.. _vmodl.fault.InvalidArgument: ../vmodl/fault/InvalidArgument.rst

.. _vim.ResourcePlanningManager.DatabaseSizeParam: ../vim/ResourcePlanningManager/DatabaseSizeParam.rst

.. _vim.ResourcePlanningManager.DatabaseSizeEstimate: ../vim/ResourcePlanningManager/DatabaseSizeEstimate.rst


vim.ResourcePlanningManager
===========================
  


:since: `vSphere API 4.0`_


Attributes
----------


Methods
-------


EstimateDatabaseSize(dbSizeParam):
   Estimates the database size required to store VirtualCenter data.


  Privilege:
               System.Read



  Args:
    dbSizeParam (`vim.ResourcePlanningManager.DatabaseSizeParam`_):
        `DatabaseSizeParam`_ Contains the summary of an inventory for which the database size requirements are to be computed. It also contains the historic interval setting for which the database computations are to be done. This is an optional parameter and the current virtual center historical settings are used by default. There are many other optional fields in the dbSizeParam structure that are appropriately filled up based on some heuristics.




  Returns:
    `vim.ResourcePlanningManager.DatabaseSizeEstimate`_:
          `DatabaseSizeEstimate`_ Returns the size required in MB of the database and the number of database rows.

  Raises:

    `vmodl.fault.InvalidArgument`_: 
       if the set of arguments passed to the function is not specified correctly.