Files
deb-python-pyvmomi/docs/vim/host/FileSystemVolumeInfo.rst
Shawn Hartsock c83651f5be pyvmomi RST docs do not properly show lists
Fixes RST documents to include list mark up when appropriate.

closes: https://github.com/vmware/pyvmomi/issues/76
2014-08-13 14:49:24 -04:00

22 lines
1.1 KiB
ReStructuredText

.. _str: https://docs.python.org/2/library/stdtypes.html
.. _vmodl.DynamicData: ../../vmodl/DynamicData.rst
.. _HostFileSystemVolumeInfo: ../../vim/host/FileSystemVolumeInfo.rst
.. _vim.host.FileSystemMountInfo: ../../vim/host/FileSystemMountInfo.rst
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.