
This external documentation for pyVmomi was generated using Googly Docs (aka Google Standard Documentation) which renders very cleanly in GitHub. Internal documentation for a class should be done in Sphinx format because tools like pyCharm and Eclipse can use that documentation as a hint for code completion. Note: External docs as Googly Docs, internal docs as Sphinx. Closes bug#15
1.6 KiB
vim.vm.StorageInfo.UsageOnDatastore
Storage space used by this virtual machine on a particular datastore.
- extends
- since
- Attributes:
-
datastore (vim.Datastore):
Reference to datastore for which information is being provided.
committed (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.
uncommitted (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.
unshared (long):
Storage space, in bytes, occupied by the virtual machine on this datastore that is not shared with any other virtual machine.