
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.6 KiB
1.6 KiB
vim.host.DiskPartitionInfo
- Information about the partitions on a disk. A DiskPartitionInfo object provides two different views into the partitions on a disk:
- A detailed specification that is used to create the partition table.
- A convenient view that shows the allocations of blocks as a contiguous sequence of block ranges.
- See
- RetrieveDiskPartitionInfo
- See
- ComputeDiskPartitionInfo
- See
- UpdateDiskPartitions
- extends
- Attributes:
-
deviceName (str):
The device name of the disk to which this partition information corresponds.
spec (vim.host.DiskPartitionInfo.Specification):
The detailed disk partition specification. Use this specification for manipulating the file system.See RetrieveDiskPartitionInfo See UpdateDiskPartitions
layout (vim.host.DiskPartitionInfo.Layout):
A convenient format for describing disk layout. This layout specification can be converted to a Specification object.See ComputeDiskPartitionInfo