Files
deb-python-pyvmomi/docs/vim/host/FileSystemVolumeInfo.rst
Shawn Hartsock 15f7be9a52 pyVmomi reStructured Text Documentation
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
2014-06-17 14:07:42 -04:00

1.1 KiB

vim.host.FileSystemVolumeInfo

The HostFileSystemVolumeInfo data object describes the file system volume information for the host.A file system volume refers to a storage abstraction that allows files to be created and organized. A host can have multiple file system volumes. File system volumes are typically mounted into a file namespace that allows all files in mounted file systems to be addressable from the host.A file system volume is backed by disk storage. It could span one or more disks but need not use an entire disk.A file system volume by definition must be mounted on the file system in order to exist.

extends

vmodl.DynamicData

Attributes:

volumeTypeList (str, optional):

The list of supported file system volume types.

mountInfo (vim.host.FileSystemMountInfo, optional):

The list of file system volumes mounted on the host.