Snapservice.Clusters.VirtualMachines.Disks.Snapshots.Info
Information regarding a virtual disk snapshot.
This schema was added in vSphere API 8.0.3.0.
{
"disk_key": 0,
"sequence_uuid": "string",
"epoch": 0,
"uri": "string"
}
Identifier of the virtual disk this snapshot is for.
This property was added in vSphere API 8.0.3.0.
A sequence UUID represents an "epoch sequence". This is a stable UUID across epochs. In the event that the state of LWD becomes inconsistent (e.g. VM snapshot revert), a new sequence UUID is generated and the epoch counter is reset. The sequence UUID is a mechanism to ensure snapshots are consistent in linear time across epochs.
This property was added in vSphere API 8.0.3.0.
An epoch represents the "logical time" of the snapshot, and is an unsigned integer that will be incremented by at least 1 every time a snapshot is taken.
This property was added in vSphere API 8.0.3.0.
Represents the vSAN native snapshot URI when native snapshots were created by LWD.
This property was added in vSphere API 8.0.3.0.