vSAN Management API


Managed Object - HostCacheConfigurationManager(vim.host.CacheConfigurationManager)

Property of
HostConfigManager
See also
HostCacheConfigurationInfo, HostCacheConfigurationSpec
Since
vSphere API Release 5.0


Managed Object Description

Deprecated. as of vSphere API 9.0 with no direct replacement. Still, you may consider using Memory Tiering APIs vim.host.MemoryTierType#NVMe

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.

Properties

Name Type Description
cacheConfigurationInfo* PHostCacheConfigurationInfo[]

The swap performance configuration for the ESX host. This includes configuration information for each datastore enabled for this purpose.
*May not be presentP Required privilege: Host.Config.AdvancedConfig

Methods

Methods defined in this Managed Object
ConfigureHostCache_Task

ConfigureHostCache_Task(configureCache)

Configure host cache/swap performance enhancement.
Required Privileges
Host.Config.AdvancedConfig

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the HostCacheConfigurationManager used to make the method call.
specHostCacheConfigurationSpec

Specification for solid state drive cache configuration.

Since vSphere API Release 5.0

Return Value

Type Description
ManagedObjectReference
to a Task
This method returns a Task object with which to monitor the operation.

Faults

Type Description
RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.

Events

Type
None