VimVsanDataEfficiencyCapacityState

VimVsanDataEfficiencyCapacityState
VimVsanDataEfficiencyCapacityState

The data structure stores the capacity of data efficiency enabled host.

AllOf
This class requires all of the following:
JSON Example
{
    "_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
}
integer As int64 As int64
logicalCapacity
Optional

Total logical capacity in bytes.

integer As int64 As int64
logicalCapacityUsed
Optional

Logical capacity used in bytes by aggregating all vSAN disks usage including all kinds of overhead.

integer As int64 As int64
physicalCapacity
Optional

Total physical capacity in bytes.

integer As int64 As int64
physicalCapacityUsed
Optional

Physical capacity used in bytes by aggregating all vSAN disks usage including all kinds of overhead.

integer As int64 As int64
dedupMetadataSize
Optional

Size of space used for deduplication metadata in bytes.

spaceEfficiencyMetadataSize
Optional

vSAN space efficiency metadata size in bytes.

integer As int64 As int64
esaDedupSpaceSaving
Optional

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.

integer As int64 As int64
esaCompressionSpaceSaving
Optional

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.

integer As int64 As int64
totalSpaceUsedWithoutOverhead
Optional

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.