Files
Shawn Hartsock 15f7be9a52 pyVmomi reStructured Text Documentation
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
2014-06-17 14:07:42 -04:00

1.3 KiB

vim.ResourcePool.Summary

This data object type encapsulates a typical set of resource pool information that is useful for list views and summary pages.

extends

vmodl.DynamicData

Attributes:

name (str):

Name of resource pool.

config (vim.ResourceConfigSpec):

Current configuration of the resource pool.

runtime (vim.ResourcePool.RuntimeInfo):

Current runtime state of the resource pool.

quickStats (vim.ResourcePool.Summary.QuickStats, optional):

A set of statistics that are typically updated with near real-time regularity. This data object type does not support notification, for scalability reasons. Therefore, changes in QuickStats do not generate property collector updates. To monitor statistics values, use the statistics and alarms modules instead.

configuredMemoryMB (int, optional):

Total configured memory of all virtual machines in the resource pool, in MB.