Files
deb-python-pyvmomi/docs/vim/host/CacheConfigurationManager.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

1.6 KiB

vim.host.CacheConfigurationManager

Solid state drive Cache Configuration Manager. This is a managed object which provides access to ESX performance tuning features using solid state drive based cache.

since

vSphere API 5.0

Attributes

cacheConfigurationInfo (vim.host.CacheConfigurationManager.CacheConfigurationInfo):
privilege: Host.Config.AdvancedConfig

The swap performance configuration for the ESX host. This includes configuration information for each datastore enabled for this purpose.

Methods

ConfigureHostCache(spec):

Configure host cache/swap performance enhancement.

Privilege:

Host.Config.AdvancedConfig

Args:
spec (vim.host.CacheConfigurationManager.CacheConfigurationSpec):

Specification for solid state drive cache configuration.

Returns:

vim.Task:

Raises:

vmodl.fault.InvalidArgument:

if swap cache is not supported on this datastore, or if swapSize is negative.

vmodl.fault.SystemError:

if the operation fails due to unexpected reason, i.e.: out of disk space situation.