VsanWhatifCapacity
Describes how much data that vSAN can accommodate if all objects are stored with the specified storage policy
This structure may be used only with operations rendered under /vsan
.
{
"_typeName": "string",
"totalWhatifCapacityB": 0,
"freeWhatifCapacityB": 0,
"storagePolicy": {
"_typeName": "string"
},
"isSatisfiable": false
}
The total size of data in byte that a vSAN cluster can accommodate if all objects are stored with the specified storage policy.
The total size of data in byte that the remaining free space of a vSAN cluster can accommodate if all objects are stored with the specified storage policy.
The string of the specified storage policy
Describe if the vSAN datastore can satisfy the required FTT in the specified storage policy.