File: FileSystemVolumeInfo.rst

package info (click to toggle)
python-pyvmomi 6.7.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 14,980 kB
  • sloc: python: 9,206; xml: 77; makefile: 9
file content (21 lines) | stat: -rw-r--r-- 1,170 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.. _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.