Vm_Guest_LocalFilesystem_Info
Vm_Guest_LocalFilesystem_Info
The LocalFilesystem.Info structure contains information about a local file system configured in the guest operating system.
JSON Example
{
"capacity": 0,
"free_space": 0,
"filesystem": "string",
"mappings": [
{
"disk": "string"
}
]
}
integer As int64
capacity
Required
Total capacity of the file system, in bytes.
integer As int64
free_space
Required
Free space on the file system, in bytes.
string
filesystem
Optional
Filesystem type, if known. For example, ext3 or NTFS. set if VMware Tools reports a value.
mappings
Optional
VirtualDisks backing the guest partition, if known. This field is optional because it was added in a newer version than its parent node.