VmGuestLocalFilesystemInfo
The LocalFilesystem.Info structure contains information about a local file system configured in the guest operating system.
Properties
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.
JSON Example
{
"capacity": 0,
"free_space": 0
}