
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
1.3 KiB
vim.host.DiskPartitionInfo.BlockRange
A BlockRange data object type describes a contiguous set of blocks on a disk. A BlockRange may describe either a partition or unpartitioned (primordial) blocks on the disk.
- extends
- Attributes:
-
partition (int, optional):
Partition number. This number is a hint from the server indicating what the partition number for this block range is if the range corresponds to a partition. The partition number should correlate to the one in the partition specification. If sent back to the server, this property is ignored.
type (str):
The type of data in the partition.See type
start (vim.host.DiskDimensions.Lba):
The starting block address of the disk range. The block numbers start from zero. The range is inclusive of the end address.
end (vim.host.DiskDimensions.Lba):
The end block address of the disk range. The block numbers start from zero. The range is inclusive of the end address.