
Fixes RST documents to include list mark up when appropriate. closes: https://github.com/vmware/pyvmomi/issues/76
892 B
892 B
vim.vm.SnapshotInfo
The SnapshotInfo data object type provides all the information about the hierarchy of snapshots in a virtual machine.
- extends
- 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.