HostFileSystemMountInfo

HostFileSystemMountInfo
HostFileSystemMountInfo

The HostFileSystemMountInfo data object describes a host mount point for a file system.

AllOf
This class requires all of the following:
JSON Example
{
    "_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"
}
mountInfo
Required

Information about the mount point.

volume
Required

Information about the mounted volume.

string
vStorageSupport
Optional

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.