VirtualMachineStorageSummary
A subset of the storage information of this virtual machine.
See VirtualMachineStorageInfo for a detailed storage break-up.
{
"_typeName": "string",
"committed": 0,
"uncommitted": 0,
"unshared": 0,
"timestamp": "string"
}
Total storage space, in bytes, committed to this virtual machine across all datastores.
Essentially an aggregate of the property committed across all datastores that this virtual machine is located on.
Additional storage space, in bytes, potentially used by this virtual machine on all datastores.
Essentially an aggregate of the property uncommitted across all datastores that this virtual machine is located on.
Total storage space, in bytes, occupied by the virtual machine across all datastores, that is not shared with any other virtual machine.
Time when values in this structure were last updated.