ArrayOfFileLockInfoResult

ArrayOfFileLockInfoResult
ArrayOfFileLockInfoResult

A boxed array of FileLockInfoResult. To be used in Any placeholders.

Since: vSphere API Release 8.0.2.0

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "_value": [
        {
            "_typeName": "string",
            "lockInfo": [
                {
                    "_typeName": "string",
                    "filePath": "string",
                    "host": "string",
                    "mac": "string",
                    "id": "string",
                    "worldName": "string",
                    "ownerId": "string",
                    "lockMode": "string",
                    "acquired": "string",
                    "heartbeat": "string",
                    "refCount": 0
                }
            ],
            "fault": {
                "_typeName": "string",
                "faultCause": "MethodFault Object",
                "faultMessage": [
                    {
                        "_typeName": "string",
                        "key": "string",
                        "arg": [
                            {
                                "_typeName": "string",
                                "key": "string",
                                "value": {
                                    "_typeName": "string"
                                }
                            }
                        ],
                        "message": "string"
                    }
                ]
            }
        }
    ]
}
_value
Required

_value

Availability
Added in vSphere API Release 8.0.2.0