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
		
			
				
	
	
		
			27 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
.. _vim.option.LongOption: ../../../vim/option/LongOption.rst
 | 
						|
 | 
						|
.. _StorageIOAllocationInfo: ../../../vim/StorageResourceManager/IOAllocationInfo.rst
 | 
						|
 | 
						|
.. _vim.vm.device.VirtualDeviceOption: ../../../vim/vm/device/VirtualDeviceOption.rst
 | 
						|
 | 
						|
.. _vim.StorageResourceManager.IOAllocationOption: ../../../vim/StorageResourceManager/IOAllocationOption.rst
 | 
						|
 | 
						|
.. _vim.vm.device.VirtualDiskOption.VFlashCacheConfigOption: ../../../vim/vm/device/VirtualDiskOption/VFlashCacheConfigOption.rst
 | 
						|
 | 
						|
 | 
						|
vim.vm.device.VirtualDiskOption
 | 
						|
===============================
 | 
						|
  The VirtualDiskOption data class contains the options for the virtual disk data object type.
 | 
						|
:extends: vim.vm.device.VirtualDeviceOption_
 | 
						|
 | 
						|
Attributes:
 | 
						|
    capacityInKB (`vim.option.LongOption`_):
 | 
						|
 | 
						|
       Minimum, maximum, and default capacity of the disk.
 | 
						|
    ioAllocationOption (`vim.StorageResourceManager.IOAllocationOption`_):
 | 
						|
 | 
						|
       Minumum, maximum, and default values for Storage I/O allocation.See `StorageIOAllocationInfo`_ 
 | 
						|
    vFlashCacheConfigOption (`vim.vm.device.VirtualDiskOption.VFlashCacheConfigOption`_, optional):
 | 
						|
 | 
						|
       vFlash cache configuration on the disk
 |