FileLockInfo

FileLockInfo
FileLockInfo

The File information available on a particular file on the host that can be fetched.

Attempt is made to query and fetch as much information as possible depending on the file system the file is residing on.

Since: vSphere API Release 8.0.2.0

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "filePath": "string",
    "host": "string",
    "mac": "string",
    "id": "string",
    "worldName": "string",
    "ownerId": "string",
    "lockMode": "string",
    "acquired": "string",
    "heartbeat": "string",
    "refCount": 0
}
string
filePath
Required

filePath

string
host
Required

host

string
mac
Required

mac

string
id
Required

id

string
worldName
Required

worldName

string
ownerId
Optional

ownerId

string
lockMode
Required

lockMode

string As date-time As date-time
acquired
Optional

Optional future - will be fetched if available.

string As date-time As date-time
heartbeat
Optional

heartbeat

integer As int32 As int32
refCount
Optional

refCount

Availability
Added in vSphere API Release 8.0.2.0