
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
2.0 KiB
vim.vm.device.VirtualDisk.VFlashCacheConfigInfo
Data object describes the vFlash cache configuration on this virtual disk.
- extends
- since
- Attributes:
-
vFlashModule (str, optional):
Name of vFlash module which manages the cache. If not specified, default setting defaultVFlashModule will be used.
reservationInMB (long, optional):
Amount of vFlash resource that is guaranteed available to the cache. If not specified, default reservation will be used.
cacheConsistencyType (str, optional):
Cache data consistency types after a crash. See VirtualDiskVFlashCacheConfigInfoCacheConsistencyType for supported types. If not specified, the default value used is strong
cacheMode (str, optional):
Cache modes. See VirtualDiskVFlashCacheConfigInfoCacheMode for supported modes. If not specified, the default value used is write_thru .
blockSizeInKB (long, optional):
Cache block size. This parameter allows the user to control how much data gets cached on a single access to the VMDK. Max block size is 1MB. Default is 4KB.