Files
deb-python-pyvmomi/docs/vim/storageDrs/IoLoadBalanceConfig.rst
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

947 B

vim.storageDrs.IoLoadBalanceConfig

Storage DRS configuration for I/O load balancing.

extends

vmodl.DynamicData

since

vSphere API 5.0

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.