
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.3 KiB
vim.SharesInfo.Level
Simplified shares notation. These designations have different meanings for different resources. :contained by: vim.SharesInfo
- type
- name
custom
values:
- high
-
For CPU: Shares = 2000 * nmumber of virtual CPUsFor Memory: Shares = 20 * virtual machine memory size in megabytesFor Disk: Shares = 2000For Network: Shares = networkResourcePoolHighShareValue
- custom
-
If you specifycustomfor the level property, when there is resource contention the Server uses the shares value to determine resource allocation.
- low
-
For CPU: Shares = 500 * number of virtual CPUsFor Memory: Shares = 5 * virtual machine memory size in megabytesFor Disk: Shares = 500For Network: Shares = 0.25 * networkResourcePoolHighShareValue
- normal
-
For CPU: Shares = 1000 * number of virtual CPUsFor Memory: Shares = 10 * virtual machine memory size in megabytesFor Disk: Shares = 1000For Network: Shares = 0.5 * networkResourcePoolHighShareValue