VirtualMachineSnapshotTree
SnapshotTree encapsulates all the read-only data produced by the snapshot.
{
"_typeName": "string",
"snapshot": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"vm": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"name": "string",
"description": "string",
"id": 0,
"createTime": "string",
"state": "string",
"quiesced": false,
"backupManifest": "string",
"childSnapshotList": [
"VirtualMachineSnapshotTree Object"
],
"replaySupported": false
}
The managed object for this snapshot.
The virtual machine for which the snapshot was taken.
Name of the snapshot.
Description of the snapshot.
The unique identifier that distinguishes this snapshot from other snapshots of the virtual machine.
The date and time the snapshot was taken.
The power state of the virtual machine when this snapshot was taken.
Flag to indicate whether or not the snapshot was created with the "quiesce" option, ensuring a consistent state of the file system.
The relative path from the snapshotDirectory pointing to the backup manifest.
Available for certain quiesced snapshots only.
The snapshot data for all snapshots for which this snapshot is the parent.
Deprecated 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.