DatastoreHostMount

DatastoreHostMount
DatastoreHostMount

Host-specific datastore information.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "key": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "mountInfo": {
        "_typeName": "string",
        "path": "string",
        "accessMode": "string",
        "mounted": false,
        "accessible": false,
        "inaccessibleReason": "string",
        "vmknicName": "string",
        "vmknicActive": false,
        "mountFailedReason": "string",
        "numTcpConnections": 0
    }
}
key
Required

The host associated with this datastore.

mountInfo
Required

Host-specific information about the mount.