VirtualMachineStorageSummary

VirtualMachineStorageSummary
VirtualMachineStorageSummary

A subset of the storage information of this virtual machine.

See VirtualMachineStorageInfo for a detailed storage break-up.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "committed": 0,
    "uncommitted": 0,
    "unshared": 0,
    "timestamp": "string"
}
integer As int64 As int64
committed
Required

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.

integer As int64 As int64
uncommitted
Required

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.

integer As int64 As int64
unshared
Required

Total storage space, in bytes, occupied by the virtual machine across all datastores, that is not shared with any other virtual machine.

string As date-time As date-time
timestamp
Required

Time when values in this structure were last updated.