
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
24 lines
890 B
ReStructuredText
24 lines
890 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.
|