SEND US FEEDBACK!
vSphere API/SDK Documentation > vSphere Management SDK > vSphere Web Services SDK Documentation > VMware vSphere API Reference > Data Object Types > H (continued)
  • 0 Ratings

Data Object - HostMountInfo(vim.host.MountInfo)

Property of
DatastoreHostMount, HostFileSystemMountInfo
Extends
DynamicData

Data Object Description

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.)

Properties

Name Type Description
accessible*xsd:boolean

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.

Since VI API 2.5
accessModexsd:string

Access mode to the underlying file system for this host.
inaccessibleReason*xsd:string

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.

Since vSphere API 5.1
mounted*xsd:boolean

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.

Since vSphere API 5.0
path*xsd:string

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.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition




Feedback

  • 0 Ratings