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

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.