VsanWhatifCapacity

VsanWhatifCapacity
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.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "totalWhatifCapacityB": 0,
    "freeWhatifCapacityB": 0,
    "storagePolicy": {
        "_typeName": "string"
    },
    "isSatisfiable": false
}
integer As int64 As int64
totalWhatifCapacityB
Required

The total size of data in byte that a vSAN cluster can accommodate if all objects are stored with the specified storage policy.

integer As int64 As int64
freeWhatifCapacityB
Required

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.

storagePolicy
Required

The string of the specified storage policy

boolean
isSatisfiable
Required

Describe if the vSAN datastore can satisfy the required FTT in the specified storage policy.