
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
1.9 KiB
vim.vm.SnapshotTree
SnapshotTree encapsulates all the read-only data produced by the snapshot.
- extends
- 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.