
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
1.5 KiB
1.5 KiB
vim.ResourcePlanningManager
- since
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.