Data Object - VirtualMachineStorageSummary(vim.vm.Summary.StorageSummary)

Property of
VirtualMachineSummary
Extends
DynamicData
Since
vSphere API 4.0

Data Object Description

A subset of the storage information of this virtual machine.

See VirtualMachineStorageInfo for a detailed storage break-up.

Properties

Name Type Description
committedxsd:long

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.

timestampxsd:dateTime

Time when values in this structure were last updated.
uncommittedxsd:long

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.

unsharedxsd:long

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

Show WSDL type definition