VirtualMachineSnapshotTree

VirtualMachineSnapshotTree
VirtualMachineSnapshotTree

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

AllOf
This class requires all of the following:
JSON Example
{
    "_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
}
snapshot
Required

The managed object for this snapshot.

vm
Required

The virtual machine for which the snapshot was taken.

string
name
Required

Name of the snapshot.

string
description
Required

Description of the snapshot.

integer As int32 As int32
id
Required

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

string As date-time As date-time
createTime
Required

The date and time the snapshot was taken.

state
Required

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

boolean
quiesced
Required

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

string
backupManifest
Optional

The relative path from the snapshotDirectory pointing to the backup manifest.

Available for certain quiesced snapshots only.

childSnapshotList
Optional

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

boolean
replaySupported
Optional

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.