
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
732 B
732 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
- 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.