Files
deb-python-pyvmomi/docs/vim/host/MountInfo.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

2.1 KiB

vim.host.MountInfo

The HostMountInfo data object provides information related to a configured mount point. This object does not include information about the mounted file system. (See HostFileSystemMountInfo .)

extends

vmodl.DynamicData

Attributes:

path (str, optional):

Local file path where file system volume is mounted, if applicable. This path identifies the file system volume from the point of view of the host.

accessMode (str):

Access mode to the underlying file system for this host.

mounted (bool, optional):

The mount state of this mount point. For a discovered volume, which is mounted, this is true. When this value is unset, the default value is true.

accessible (bool, optional):

Flag that indicates if the datastore is currently accessible from the host.For the case of a standalone host, this property has the same value as DatastoreSummary . accessible . You can use the DatastoreSummary property if the HostMountInfo property is not set. The VirtualCenter Server will always make sure the DatastoreSummary property is set correctly.

inaccessibleReason (str, optional):

This optional property for inaccessible reason is reported only if a datastore becomes inaccessible as reported by accessible and DatastoreSummary . accessible . The values for inaccessible reason are defined in the enum InaccessibleReason This helps to determine host specific reason for datastore inaccessibility. If the datastore becomes accessible following an inaccessible condition, the property inaccessibleReason will be unset.