Data Object - VirtualMachineSnapshotTree(vim.vm.SnapshotTree)

Property of
VirtualMachineSnapshotInfo, VirtualMachineSnapshotTree
Extends
DynamicData
See also
VirtualMachine, VirtualMachinePowerState, VirtualMachineSnapshot,

Data Object Description

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

Properties

Name Type Description
backupManifest*xsd:string

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

Since vSphere API 4.0
childSnapshotList*VirtualMachineSnapshotTree[]

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

The date and time the snapshot was taken.
descriptionxsd:string

Description of the snapshot.
idxsd:int

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

Since vSphere API 4.0
namexsd:string

Name of the snapshot.
quiescedxsd:boolean

Flag to indicate whether or not the snapshot was created with the "quiesce" option, ensuring a consistent state of the file system.
replaySupported*xsd:booleanDeprecated. as of vSphere API 6.0

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

Since vSphere API 4.0
snapshotManagedObjectReference
to a VirtualMachineSnapshot

The managed object for this snapshot.
stateVirtualMachinePowerState

The power state of the virtual machine when this snapshot was taken.
vmManagedObjectReference
to a VirtualMachine

The virtual machine for which the snapshot was taken.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition