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

1.9 KiB

vim.vm.SnapshotTree

SnapshotTree encapsulates all the read-only data produced by the snapshot.

extends

vmodl.DynamicData

Attributes:

snapshot (vim.vm.Snapshot):

The managed object for this snapshot.

vm (vim.VirtualMachine):

The virtual machine for which the snapshot was taken.

name (str):

Name of the snapshot.

description (str):

Description of the snapshot.

id (int):

The unique identifier that distinguishes this snapshot from other snapshots of the virtual machine.

createTime (datetime):

The date and time the snapshot was taken.

state (vim.VirtualMachine.PowerState):

The power state of the virtual machine when this snapshot was taken.

quiesced (bool):

Flag to indicate whether or not the snapshot was created with the "quiesce" option, ensuring a consistent state of the file system.

backupManifest (str, optional):

The relative path from the snapshotDirectory pointing to the backup manifest. Available for certain quiesced snapshots only.

childSnapshotList ([vim.vm.SnapshotTree], optional):

The snapshot data for all snapshots for which this snapshot is the parent.

replaySupported (bool, optional):

Flag to indicate whether this snapshot is associated with a recording session on the virtual machine that can be replayed.