Files
deb-python-pyvmomi/docs/vim/vm/SnapshotInfo.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

24 lines
892 B
ReStructuredText

.. _vim.vm.Snapshot: ../../vim/vm/Snapshot.rst
.. _Snapshot.revert: ../../vim/vm/Snapshot.rst#revert
.. _vmodl.DynamicData: ../../vmodl/DynamicData.rst
.. _vim.vm.SnapshotTree: ../../vim/vm/SnapshotTree.rst
.. _VirtualMachine.createSnapshot: ../../vim/VirtualMachine.rst#createSnapshot
vim.vm.SnapshotInfo
===================
The SnapshotInfo data object type provides all the information about the hierarchy of snapshots in a virtual machine.
:extends: vmodl.DynamicData_
Attributes:
currentSnapshot (`vim.vm.Snapshot`_, optional):
Current snapshot of the virtual machineThis property is set by calling `Snapshot.revert`_ or `VirtualMachine.createSnapshot`_ . This property will be empty when the working snapshot is at the root of the snapshot tree.
rootSnapshotList ([`vim.vm.SnapshotTree`_]):
Data for the entire set of snapshots for one virtual machine.