VStorageObjectSnapshot
VStorageObjectSnapshot
This data object type contains ID and VClock details of a virtual disk snapshot.
Since: vSphere API Release 8.0.2.0
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"id": {
"_typeName": "string",
"id": "string"
},
"vclock": {
"_typeName": "string",
"vClockTime": 0
},
"usedCapacity": 0
}
id
Required
ID of this snapshot object.
vclock
Required
VClock associated with the FCD when the operation completes.
integer As int64
As int64
usedCapacity
Optional
Storage space utilization of snapshots in MB excluding the running point
Since: vSphere API Release 9.0.0.0