
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.FileSystemMountInfo
The HostFileSystemMountInfo data object describes a host mount point for a file system.
- extends
- Attributes:
-
mountInfo (vim.host.MountInfo):
Information about the mount point.
volume (vim.host.FileSystemVolume):
Information about the mounted volume.
vStorageSupport (str, optional):
vStorage hardware acceleration support status. This property represents the volume's capability for storage acceleration. See FileSystemMountInfoVStorageSupportStatus for valid values.If the ESX Server supports hardware acceleration, the Server can offload specific virtual machine management operations to a storage device with the hardware acceleration feature. With hardware assistance, the host performs storage operations faster and consumes less CPU, memory, and storage fabric bandwidth.For vSphere 4.0 or earlier hosts, this value will be unset.