Files
deb-python-pyvmomi/docs/vim/host/DiskPartitionInfo/Layout.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

734 B

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.