Data Object - VirtualMachineUsageOnDatastore(vim.vm.StorageInfo.UsageOnDatastore)

Property of
VirtualMachineStorageInfo
Extends
DynamicData
See also
Datastore
Since
vSphere API 4.0

Data Object Description

Storage space used by this virtual machine on a particular datastore.

Properties

Name Type Description
committedxsd:long

Storage space, in bytes, on this datastore that is actually being used by the virtual machine.

It includes space actually occupied by disks, logs, snapshots, configuration files etc. Files of the virtual machine which are present on a different datastore (e.g. a virtual disk on another datastore) are not included here. VirtualMachineFileLayoutEx provides a detailed break-up of the committed space.

datastoreManagedObjectReference
to a Datastore

Reference to datastore for which information is being provided.
uncommittedxsd:long

Additional storage space, in bytes, potentially used by the virtual machine on this datastore.

Additional space may be needed for example when lazily allocated disks grow, or storage for swap is allocated when powering on the virtual machine.

If the virtual machine is running off delta disks (for example because a snapshot was taken), then only the potential growth of the currently used delta-disks is considered.

unsharedxsd:long

Storage space, in bytes, occupied by the virtual machine on this datastore that is not shared with any other virtual machine.
Properties inherited from DynamicData
None

Show WSDL type definition