Files
deb-python-pyvmomi/docs/vim/vm/StorageInfo.rst
Shawn Hartsock c83651f5be pyvmomi RST docs do not properly show lists
Fixes RST documents to include list mark up when appropriate.

closes: https://github.com/vmware/pyvmomi/issues/76
2014-08-13 14:49:24 -04:00

25 lines
954 B
ReStructuredText

.. _datetime: https://docs.python.org/2/library/stdtypes.html
.. _committed: ../../vim/vm/Summary/StorageSummary.rst#committed
.. _vSphere API 4.0: ../../vim/version.rst#vimversionversion5
.. _vmodl.DynamicData: ../../vmodl/DynamicData.rst
.. _vim.vm.StorageInfo.UsageOnDatastore: ../../vim/vm/StorageInfo/UsageOnDatastore.rst
vim.vm.StorageInfo
==================
Information about the amount of storage used by a virtual machine across datastores that it is located on.
:extends: vmodl.DynamicData_
:since: `vSphere API 4.0`_
Attributes:
perDatastoreUsage ([`vim.vm.StorageInfo.UsageOnDatastore`_], optional):
Storage space used by this virtual machine on all datastores that it is located on.Total storage space committed to this virtual machine across all datastores is simply an aggregate of the property `committed`_ .See `committed`_
timestamp (`datetime`_):
Time when values in this structure were last updated.