ArrayOfVsanEffectiveSpaceUsage
ArrayOfVsanEffectiveSpaceUsage
A boxed array of VsanEffectiveSpaceUsage. To be used in Any placeholders.
This structure may be used only with operations rendered under /vsan.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"_value": [
{
"_typeName": "string",
"totalUsableB": 0,
"freeUsableB": 0,
"actualWrittenB": 0,
"overReservedB": 0,
"totalProvisionB": 0,
"snapshotSpace": {
"_typeName": "string",
"snapshotCount": 0,
"actualSnapshotUsedB": 0,
"fullyInflatedSnapshotUsedB": 0
}
}
]
}