VsanSnapshotSpace

VsanSnapshotSpace
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.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "snapshotCount": 0,
    "actualSnapshotUsedB": 0,
    "fullyInflatedSnapshotUsedB": 0
}
integer As int32 As int32
snapshotCount
Optional

The total count of snapshots of all objects in cluster.

integer As int64 As int64
actualSnapshotUsedB
Optional

The actual written snapshot capacity in cluster excluding RAID overhead and file system usage.

integer As int64 As int64
fullyInflatedSnapshotUsedB
Optional

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.