HostFileSystemMountInfo
The HostFileSystemMountInfo data object describes a host mount point for a file system.
{
"_typeName": "string",
"mountInfo": {
"_typeName": "string",
"path": "string",
"accessMode": "string",
"mounted": false,
"accessible": false,
"inaccessibleReason": "string",
"vmknicName": "string",
"vmknicActive": false,
"mountFailedReason": "string",
"numTcpConnections": 0
},
"volume": {
"_typeName": "string",
"type": "string",
"name": "string",
"capacity": 0
},
"vStorageSupport": "string"
}
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.)
Detailed information about a file system.
This is a base type for derived types that have more specific details about specific filesystem types.
Typically a FileSystem is exposed as a datatore
See also DatastoreInfo, HostVmfsVolume, HostNasVolume, HostVffsVolume, HostLocalFileSystemVolume
However, a FileSystemVolume need not be exposed a datastore., HostVfatVolume.
vStorage hardware acceleration support status.
This property represents the volume's capability for storage acceleration. See FileSystemMountInfoVStorageSupportStatusEnum for valid values.
If the ESX Server supports hardware acceleration, the Server can offload specific virtual machine management operations to a storage device with the hardware acceleration feature. With hardware assistance, the host performs storage operations faster and consumes less CPU, memory, and storage fabric bandwidth.
For vSphere 4.0 or earlier hosts, this value will be unset.