VimVsanDataEfficiencyCapacityState
The data structure stores the capacity of data efficiency enabled host.
{
"_typeName": "string",
"logicalCapacity": 0,
"logicalCapacityUsed": 0,
"physicalCapacity": 0,
"physicalCapacityUsed": 0,
"dedupMetadataSize": 0,
"spaceEfficiencyMetadataSize": {
"_typeName": "string",
"dedupMetadataSize": 0,
"compressionMetadataSize": 0
},
"esaDedupSpaceSaving": 0,
"esaCompressionSpaceSaving": 0,
"totalSpaceUsedWithoutOverhead": 0
}
Total logical capacity in bytes.
Logical capacity used in bytes by aggregating all vSAN disks usage including all kinds of overhead.
Total physical capacity in bytes.
Physical capacity used in bytes by aggregating all vSAN disks usage including all kinds of overhead.
Size of space used for deduplication metadata in bytes.
vSAN space efficiency metadata size in bytes.
Total space saving in bytes by deduplication when storing regular vSAN objects on vSAN ESA.
Notice it doesn't include the space saving from RAID efficiency as we may store the deduplicated data with more RAID efficient way. This is only valid since 9.0.
Total space saving in bytes by compression when storing regular vSAN objects on vSAN ESA.
Notice it doesn't include the space saving from RAID efficiency as we may store the compressed data with more RAID efficient way. This is only valid since 9.0.
Total space used in bytes when storing regular vSAN objects on vSAN ESA after deduplication and compression, including space used by regular objects and dedup store, any other overhead including RAID will be excluded.
This is only valid since 9.0.