GuestDiskInfo

GuestDiskInfo
GuestDiskInfo

Information about each local virtual disk configured in the guest operating system.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "diskPath": "string",
    "capacity": 0,
    "freeSpace": 0,
    "filesystemType": "string",
    "mappings": [
        {
            "_typeName": "string",
            "key": 0
        }
    ]
}
string
diskPath
Optional

Name of the virtual disk in the guest operating system.

For example: C:\

integer As int64 As int64
capacity
Optional

Total capacity of the disk, in bytes.

This is part of the virtual machine configuration.

integer As int64 As int64
freeSpace
Optional

Free space on the disk, in bytes.

This is retrieved by VMware Tools.

string
filesystemType
Optional

Filesystem type, if known.

For example NTFS or ext3.

mappings
Optional

VirtualDisks backing the guest partition, if known.