vSphere Web Services API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - HostMountInfo(vim.host.MountInfo)
- Property of
- DatastoreHostMount, HostFileSystemMountInfo
- Extends
- DynamicData
- Since
- 2.0
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 |
accessMode | xsd: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 Release 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 Release 5.0 |
mountFailedReason* | xsd:string |
The optional property which gives the reason for mount operation
failure of NFS datastore. This field is applicable for only those
mounts for which retry mount operation is configured.
The values for the mount failed reason are defined in the enum
MountFailedReason.
If mount operation on NFS volume succeeds in the retry, then
the property mountFailedReason will be unset.
Since vSphere API Release 8.0.0.1 |
numTcpConnections* | xsd:int |
Maintained for each Host, it indicates the total number of TCP
connections for the NAS datastore
Since vSphere API Release 8.0.1.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.
|
vmknicActive* | xsd:boolean |
Indicates whether vmknic is active or inactive.
This field will be populated by vmk control layer during
NAS volume mount, and will be set to true if the
vmknic binding is active.
Since vSphere API Release 8.0.1.0 |
vmknicName* | xsd:string |
The name of the vmknic used during mount.
Populated by the vmk control layer if the NAS
volume is mounted successfully with a vmknic binding.
Since vSphere API Release 8.0.1.0 |
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |