Files
deb-python-pyvmomi/docs/vim/host/VFlashResourceConfigurationResult.rst
Shawn Hartsock c83651f5be pyvmomi RST docs do not properly show lists
Fixes RST documents to include list mark up when appropriate.

closes: https://github.com/vmware/pyvmomi/issues/76
2014-08-13 14:49:24 -04:00

914 B

vim.host.VFlashResourceConfigurationResult

vFlash resource configuration result returns the newly-configured backend VFFS volume and operation result for each passed-in SSD device.

extends

vmodl.DynamicData

since

vSphere API 5.5

Attributes:

devicePath ([str], optional):

The original array of device path which user had specified

vffs (vim.host.VffsVolume, optional):

Newly configured VffsVolume

diskConfigurationResult ([vim.host.DiskConfigurationResult], optional):

Array of device operation results.