 c83651f5be
			
		
	
	c83651f5be
	
	
	
		
			
			Fixes RST documents to include list mark up when appropriate. closes: https://github.com/vmware/pyvmomi/issues/76
		
			
				
	
	
	
		
			1.6 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			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
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:
 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.