
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
20 lines
732 B
ReStructuredText
20 lines
732 B
ReStructuredText
.. _vmodl.DynamicData: ../../../vmodl/DynamicData.rst
|
|
|
|
.. _vim.host.DiskDimensions.Lba: ../../../vim/host/DiskDimensions/Lba.rst
|
|
|
|
.. _vim.host.DiskPartitionInfo.BlockRange: ../../../vim/host/DiskPartitionInfo/BlockRange.rst
|
|
|
|
|
|
vim.host.DiskPartitionInfo.Layout
|
|
=================================
|
|
This data object type describes the disk partition layout specified as a list of ordered BlockRanges. This view of the disk partitions shows the data on the disk as a contiguous set of BlockRanges.
|
|
:extends: vmodl.DynamicData_
|
|
|
|
Attributes:
|
|
total (`vim.host.DiskDimensions.Lba`_, optional):
|
|
|
|
Total number of blocks on a disk.
|
|
partition (`vim.host.DiskPartitionInfo.BlockRange`_):
|
|
|
|
List of block ranges on the disk.
|