VsanSpaceUsageDetailResult

VsanSpaceUsageDetailResult
VsanSpaceUsageDetailResult

Describes the vSAN storage capacity breakdown by various vSAN object types.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "spaceUsageByObjectType": [
        {
            "_typeName": "string",
            "objType": "string",
            "overheadB": 0,
            "temporaryOverheadB": 0,
            "primaryCapacityB": 0,
            "provisionCapacityB": 0,
            "reservedCapacityB": 0,
            "overReservedB": 0,
            "physicalUsedB": 0,
            "usedB": 0,
            "objTypeExt": "string",
            "objTypeExtDesc": "string",
            "snapshotUsedB": 0
        }
    ]
}
spaceUsageByObjectType
Optional

The used vSAN capacity for vSAN object types.