
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
15 lines
694 B
ReStructuredText
15 lines
694 B
ReStructuredText
.. _int: https://docs.python.org/2/library/stdtypes.html
|
|
|
|
.. _vim.vm.device.VirtualDisk.RawDiskVer2BackingInfo: ../../../../vim/vm/device/VirtualDisk/RawDiskVer2BackingInfo.rst
|
|
|
|
|
|
vim.vm.device.VirtualDisk.PartitionedRawDiskVer2BackingInfo
|
|
===========================================================
|
|
This data object type contains information about backing a virtual disk using one or more partitions on a physical disk device. This type of backing is supported for VMware Server.
|
|
:extends: vim.vm.device.VirtualDisk.RawDiskVer2BackingInfo_
|
|
|
|
Attributes:
|
|
partition (`int`_):
|
|
|
|
Array of partition indexes. This array identifies the partitions that are used on the physical disk drive.
|