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

892 B

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.