
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
947 B
947 B
vim.storageDrs.IoLoadBalanceConfig
Storage DRS configuration for I/O load balancing.
- extends
- since
- Attributes:
-
ioLatencyThreshold (int, optional):
Storage DRS makes storage migration recommendations if I/O latency on one (or more) of the datastores is higher than the specified threshold.Unit: millisecond. The valid values are in the range of 5 to 100. If not specified, the default value is 15.
ioLoadImbalanceThreshold (int, optional):
Storage DRS makes storage migration recommendations if I/O load imbalance level is higher than the specified threshold.Unit: a number. The valid values are in the range of 1 to 100. If not specified, the default value is 5.