ArrayOfVsanSpaceUsageDetailResult

ArrayOfVsanSpaceUsageDetailResult
ArrayOfVsanSpaceUsageDetailResult

A boxed array of VsanSpaceUsageDetailResult. To be used in Any placeholders.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "_value": [
        {
            "_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
                }
            ]
        }
    ]
}
_value
Required

_value