VsanSnapshotSpace
Describes the vSAN snapshot space usage overview, excluding the RAID overhead and other system overhead.
This structure may be used only with operations rendered under /vsan.
{
"_typeName": "string",
"snapshotCount": 0,
"actualSnapshotUsedB": 0,
"fullyInflatedSnapshotUsedB": 0
}
The total count of snapshots of all objects in cluster.
The actual written snapshot capacity in cluster excluding RAID overhead and file system usage.
Fully inflated snapshot capacity in bytes.
It refers to the total storage that would be consumed if all snapshots occupied their full logical size, without benefiting from any space efficiency mechanisms such as native snapshot or deduplication.